CPU & RAM Usage Monitor in Python

preview_player
Показать описание
Today we build a simple CPU & RAM Usage monitoring tool for the command line in Python.

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚

🌐 Social Media & Contact 🌐

Рекомендации по теме
Комментарии
Автор

I really like this quick little tutorials, very informative

zachreitan
Автор

This was fantastic - thanks for the great work and keep it up :)

HopliteSecurity
Автор

would be great to run this using a separate thread/so that it can continue in the background whilst running your main program..
otherwise you're stuck in this while loop. But I love the simplicity of this neat graphic - think about showing us a video on that if you can ?

TheJBardopoulos
Автор

Your channel is amazing! It has so many useful tutorials! Thank you for working hard on YouTube!

chessforenjoyment
Автор

Amazing content, Awesome. Please keep this up.

adolfkamuzora
Автор

3:49 doesn't the division operator in Python always return a float though? For example: type(4 / 2) -> float

moody_weirdo
Автор

can you show us how to get the cpu and gpu temp?

shaman
Автор

As always nice content! Awesome quick introduction to commandline progress bars! But how can I show the bars below each other?

leveltube
Автор

how did you get it to keep printing on the same line rather than writing a newline everytime it prints?

ayush.kumar.
Автор

how do you do this with a specific process and not total cpu?

hb-moyi
Автор

What about GPU usage? Do we need another module for that?

reviii-st
Автор

how can we show resource utlization graph

pritishsinhaa
Автор

how do you display your usage simultaneously with your other script that you are trying to profile is running?

kliti
Автор

Similarly i want make for GPU and npu how do I proceed ?

arbazali
Автор

What's the simplest way to run your program continuously until the user presses 'q'? input() has a pause, so that doesn't work.

mikef
Автор

Good content. Are there anyway to visualize gpu usage like this tutorial?

ugurgunes
Автор

what is the name of the software that you are using to create scripts?

zahidsaeed
Автор

For some reason when I run your code each iteration prints a new line in the terminal instead of rewriting the same line. I'm using python 3.10 and VS Code (I get the same result no matter what I use). What version of python do you use?

Steven-vric
Автор

can i get memory usage of running apps

PRIYANKAMANE-iyyn
Автор

Hello, I’ve copied the program exactly into my MacBook laptop and it gives me “cpu_bar” not defined error, how can I fix this, any help would be highly appreciated @NeuroNine

kolofelomalapile