Posted by theanonymousone 6 hours ago
As others mention it - it seems to shows the Watts used as well :) (and network, and GPU, and disks,....)
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 :).
1. I disable user threads. Those mostly just clutter up the htop view while providing no useful information.
2. I enable the process tree view. Very frequently, where a process comes from is much more important than other information. It also lets you see and track things like a compiler process which is eating through a bunch of files.
IMO, both these things should be the default behavior of htop.
https://nmon.sourceforge.io/pmwiki.php
Especially disk throughput and I/O (keys "d" & "D") can be very useful.
I use htop often but pretty much only use it to find pid or cpu-culprits, and never really understood the rest.