There's actually guides out there on the web that tell people judge usage by virtual memory allocated too :(. At least this article gets it right :).
Explanation of everything you can see in htop/top on Linux (2019)
31–40 of 71 posts
Re: Explanation of everything you can see in htop/top on Linux (2019)
#32For top if you use the > character it will sort by memory usage. I use that sometimes to figure out why my host is becoming laggy. Also you'll see swapd is taking up CPU.
Re: Explanation of everything you can see in htop/top on Linux (2019)
#33A bit silly that you can see a load average but not the amount of Watts used by your system.
Re: Explanation of everything you can see in htop/top on Linux (2019)
#34https://nmon.sourceforge.io/pmwiki.php
Especially disk throughput and I/O (keys "d" & "D") can be very useful.
Re: Explanation of everything you can see in htop/top on Linux (2019)
#35I appreciate the note on virtual memory not being reliable. This is what Windows task manager reports by default and it's terrible. Resident size is the most reliable metric. Anything else can be wrongfully inflated by things like harmless memory mapped files that won't actually hurt anything. eg. memory map 2GB of logfiles, it'll only be paged in if reading that portion of the logfile so isn't really using memory bu…
Re: Explanation of everything you can see in htop/top on Linux (2019)
#36Re: Explanation of everything you can see in htop/top on Linux (2019)
#37I've relatively recently migrated over to using btop[0], and it's the kind of modern interface, useful and informative, that I needed. As others mention it - it seems to shows the Watts used as well :) (and network, and GPU, and disks,....) [0]: https://github.com/aristocratos/btop
Re: Explanation of everything you can see in htop/top on Linux (2019)
#38Earlier quoted context omitted.
Irrelevant for you does not mean irrelevant for others
Nails and hammers are great but most of us have moved on to screws and screwdrivers. What good does it do to stick your head in the sand? CPUs are great for orchestrating work, GPUs are great for actually doing the work.
Re: Explanation of everything you can see in htop/top on Linux (2019)
#39Earlier quoted context omitted.
For high performance work, gpus have replaced cpus a long time ago.
Not for all definitions of HPC, though. No one's doing database management on GPUs. No one's scraping data on GPUs. Can't run VMs on GPUs. Can't run web servers on GPU...
Re: Explanation of everything you can see in htop/top on Linux (2019)
#40s/htop/btop/ You'll be glad you did.