hishamhm / htop

htop is an interactive text-mode process viewer for Unix systems. It aims to be a better 'top'.
GNU General Public License v2.0
5.83k stars 581 forks source link

Include io-wait in CPU usage of processes. #979

Open ghost opened 4 years ago

ghost commented 4 years ago

The CPU cannot do anything else during io-wait. So if you include it, it will better represent how busy the CPU is ("why my computer is so sluggish when I copy that large file despite the CPU usage is under 5%").