Skip to main content

Linux command for total/usage

Comments

3 comments

  • andrew.n
    free -m command doesn't show you the CPU usage. It only shows memory as "-m" means "--memory". You can install top or "htop" which will show you both the actual CPU and RAM usage which is the best wait to monitor these resources.
    0
  • toplisek
    Is there also a paid version which is more graphical friendly without any Linux code and monitor also past processes?
    0
  • andrew.n
    no as far as I know but htop is quite graphical:
    0

Please sign in to leave a comment.