1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-21 21:22:06 +02:00
tldr/pages/linux/iostat.md
Agniva De Sarker 4748cc27ce iostat: Added some flags
- 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.
2016-07-10 01:21:21 +05:30

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}}