Forrest logo
back to context overview

iostat

List of commands for iostat:

  • iostat:tldr:0f207 iostat: Display extended disk statistics with disk names for device "sda".
    $ iostat -xN ${sda}
    try on your machine
    explain this command
  • iostat:tldr:2acbd iostat: Display disk statistics with disk names (including LVM).
    $ iostat -N
    try on your machine
    explain this command
  • iostat:tldr:4ae5c iostat: Display a report of CPU and disk statistics since system startup.
    $ iostat
    try on your machine
    explain this command
  • iostat:tldr:5144f iostat: Display incremental reports of CPU and disk statistics every 2 seconds.
    $ iostat ${2}
    try on your machine
    explain this command
  • iostat:tldr:8fe95 iostat: Display a report of CPU and disk statistics with units converted to megabytes.
    $ iostat -m
    try on your machine
    explain this command
  • iostat:tldr:d93b5 iostat: Display CPU statistics.
    $ iostat -c
    try on your machine
    explain this command
back to context overview