diff options
| author | Yaroslav Tykhiy <ytykhiy@gmail.com> | 2010-08-07 11:48:31 +0000 |
|---|---|---|
| committer | Yaroslav Tykhiy <ytykhiy@gmail.com> | 2010-08-07 11:48:31 +0000 |
| commit | 0d0699a17226a3e9bd023b46596eb9280e41a729 (patch) | |
| tree | 23581979c44923a297d4a73b7b40232e58df2809 /usr.sbin/iostat | |
| parent | 4eac7ff1198ca5f590e70ce080f4137c3108f260 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/iostat')
| -rw-r--r-- | usr.sbin/iostat/iostat.8 | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/usr.sbin/iostat/iostat.8 b/usr.sbin/iostat/iostat.8 index 198ebd86a435..6a9ef02b4dfb 100644 --- a/usr.sbin/iostat/iostat.8 +++ b/usr.sbin/iostat/iostat.8 @@ -239,14 +239,16 @@ seconds between each display. If no .Ar wait interval is specified, the default is 1 second. +.Pp The .Nm command will accept and honor a non-integer number of seconds. Note that the interval only has millisecond granularity. -Smaller values will be truncated. -.Pp -e.g. -w1.0001 becomes -w1.000 -.Pp +Finer values will be truncated. +E.g., +.Dq Li -w1.0001 +is the same as +.Dq Li -w1.000 . The interval will also suffer from modifications to .Va kern.hz so your mileage may vary. |
