mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-21 21:22:06 +02:00

- Added basic command usage without any flags. - Removed the '-h' flag as it seems to be added implicitly by the cmd. - Added the interval parameter. - Added the '-m' flag.
488 B
488 B
iostat
Report statistics for devices and partitions.
- Display a report of CPU and disk statistics since system startup:
iostat
- Display CPU statistics:
iostat -c
- Display disk statistics with disk names (including LVM):
iostat -N
- Display extended disk statistics with disk names for device "sda":
iostat -xN {{sda}}
- Display incremental reports of CPU and disk statistics every "interval" second(s) with units converted to megabytes:
iostat -m {{interval}}