Print this page
NEX-3729 KRRP changes mess up iostat(1M)
Reviewed by: Alek Pinchuk <alek.pinchuk@nexenta.com>
Reviewed by: Roman Strashkin <roman.strashkin@nexenta.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man1m/iostat.1m.man.txt
          +++ new/usr/src/man/man1m/iostat.1m.man.txt
   1    1  IOSTAT(1M)                   Maintenance Commands                   IOSTAT(1M)
   2    2  
   3    3  
   4    4  
   5    5  NAME
   6    6         iostat - report I/O statistics
   7    7  
   8    8  SYNOPSIS
   9      -       /usr/bin/iostat  [-cCdDeEiImMnpPrstxXYz] [-l n] [-T u | d]
        9 +       /usr/bin/iostat  [-cCdDeEiImMnpPfFrstxXYz] [-l n] [-T u | d]
  10   10          [disk]... [interval [count]]
  11   11  
  12   12  
  13   13  DESCRIPTION
  14   14         The iostat utility iteratively reports terminal, disk, and tape I/O
  15   15         activity, as well as CPU utilization. The first line of output is for
  16   16         all time since boot; each subsequent line is for the prior interval
  17   17         only.
  18   18  
  19   19  
↓ open down ↓ 190 lines elided ↑ open up ↑
 210  210         -p
 211  211                     For each disk, report per-partition statistics in addition
 212  212                     to per-device statistics.
 213  213  
 214  214  
 215  215         -P
 216  216                     For each disk, report per-partition statistics only, no
 217  217                     per-device statistics.
 218  218  
 219  219  
      220 +       -f
      221 +                   Report ZFS-level statistics for ZFS pool and individual
      222 +                   vdevs in addition to per-device statistics.
      223 +
      224 +
      225 +       -F
      226 +                   Report ZFS pool and individual physical vdevs statistics
      227 +                   only, no per-device statistics.
      228 +
      229 +
 220  230         -r
 221  231                     Display data in a comma-separated format.
 222  232  
 223  233  
 224  234         -s
 225  235                     Suppress messages related to state changes.
 226  236  
 227  237  
 228  238         -t
 229  239                     Report the number of characters read and written to
↓ open down ↓ 229 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX