CPU & RAM Usage Monitor in Python

Поділитися
Вставка
  • Опубліковано 28 сер 2024

КОМЕНТАРІ • 44

  • @Heavy_Lvy
    @Heavy_Lvy 11 місяців тому +3

    cool symbols to use for the bar

  • @TheJBardopoulos
    @TheJBardopoulos Рік тому +1

    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 ?

  • @zachreitan3859
    @zachreitan3859 2 роки тому +1

    I really like this quick little tutorials, very informative

  • @HopliteSecurity
    @HopliteSecurity 2 роки тому +2

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

  • @chessforenjoyment
    @chessforenjoyment Рік тому

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

  • @adolfkamuzora9044
    @adolfkamuzora9044 Рік тому

    Amazing content, Awesome. Please keep this up.

  • @arijanrahimic3210
    @arijanrahimic3210 2 роки тому +2

    Thx 🙏 💪❤️

  • @leveltube10
    @leveltube10 2 роки тому +1

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

  • @anasssofti9271
    @anasssofti9271 2 роки тому

    Thanks , i like this fun tutorial

  • @andrejbartulin
    @andrejbartulin 2 роки тому +1

    you should film c variant too

  • @raffael2504
    @raffael2504 2 роки тому

    Great. Thank you 👍

  • @ugurgunes95
    @ugurgunes95 2 роки тому +5

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

  • @shaman4874
    @shaman4874 Рік тому +1

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

  • @sir_enuf
    @sir_enuf 2 роки тому +2

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

  • @ayush.kumar.13907
    @ayush.kumar.13907 2 роки тому +1

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

    • @mikef6785
      @mikef6785 Рік тому +1

      You might have a newline escape sequence in the code.
      print(f"
      CPU Usage: |{cpu_bar}| {cpu_usage:.2f}% ", end="")
      print(f"MEM Usage: |{mem_bar}| {mem_usage:.2f}% ", end="
      ")
      works for me.

  • @tcgvsocg1458
    @tcgvsocg1458 2 роки тому

    interesting do a video on screen automate thing on android app please (like win easy game like black jack)

  • @1Chitus
    @1Chitus Рік тому +1

    Good content.

  • @kolofelomalapile3811
    @kolofelomalapile3811 Рік тому

    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

  • @kliti09
    @kliti09 Рік тому

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

  • @arbazali5886
    @arbazali5886 Рік тому

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

  • @mikef6785
    @mikef6785 Рік тому

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

  • @pritishsinhaa
    @pritishsinhaa Рік тому

    how can we show resource utlization graph

  • @ve3dy
    @ve3dy 2 роки тому

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

  • @Steven-vr1ic
    @Steven-vr1ic 2 роки тому +1

    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-vr1ic
      @Steven-vr1ic 2 роки тому +1

      Just figured it out. For some reason while using VSCode's terminal minimized on a portrait orientation monitor the effect I described occurs. Otherwise it's fine. Keep up the great work.

  • @zahidsaeed8987
    @zahidsaeed8987 Рік тому

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

  • @BANIAAAAK
    @BANIAAAAK Рік тому

    I tried in VS code, but i get errors...
    Nevertheless great input

  • @PRIYANKAMANE-iy1yn
    @PRIYANKAMANE-iy1yn Рік тому

    can i get memory usage of running apps

  • @mostafaghobashy2724
    @mostafaghobashy2724 Рік тому

    is there a repo for it?

  • @Pixel_Recap
    @Pixel_Recap Рік тому

    How we put this inside pysimplegui ?

  • @ShahJahan_NNN
    @ShahJahan_NNN 2 роки тому

    I Like Your Videos and wait for new videos, just a little demand for you, Please make a crash course on using telethon for telegram I want to make Bots, But very confused in learning from docs.
    specifically make on joing voice chat in telegram

  • @fodetraore6666
    @fodetraore6666 2 роки тому

    Cool

  • @philtoa334
    @philtoa334 2 роки тому

    Thx_.

  • @nattravel
    @nattravel 2 роки тому

    👍👍👍

  • @oguzhantopaloglu9442
    @oguzhantopaloglu9442 2 роки тому +3

  • @subhankarchakraborty3866
    @subhankarchakraborty3866 2 роки тому

    1st
    Can I get a heart?

  • @blacksundarkskies
    @blacksundarkskies 4 місяці тому

    i guess you can just read from /proc in linux

  • @rhinoTube
    @rhinoTube 2 роки тому +1