Visualize IO disk usage with htop
htop is a terminal based process viewer, a useful tool to monitor system resources.
IO is a measure of the amount of data read (Input) from or written (Output) to a storage device.
By default, htop do not shows the amount of data read and written by processes.
Show IO with htop
Start htop as usual:
htop
To show IO disk usage, you need add Disk IO meters:
- Open
SetupwithF2key - Go to
Meterscategory - Select
Disk IOmeters in available meters and validate withEnterkey - Optionally, you can change the meters order with
UpandDownkeys
Save htop configuration
htop configuration is automatically saved in ~/.config/htop/htoprc file.
Save this file to your dotfiles repository to keep this configuration.
Other meters
You also have other useful meters like Network IO, Battery or Systemd system state and unit overview.