View | Details | Raw Unified | Return to bug 153012 | Differences between
and this patch

Collapse All | Expand All

(-)b/usr.sbin/iostat/iostat.8 (-9 / +24 lines)
Lines 96-109 The options are as follows: Link Here
96
Repeat the display
96
Repeat the display
97
.Ar count
97
.Ar count
98
times.
98
times.
99
If no repeat
99
If the
100
.Ar count
100
.Fl c
101
is specified, the default depends on whether
101
option has not been specified, the default behavior depends on whether
102
.Fl w
102
.Fl w
103
is specified.
103
was specified.
104
With
104
With the
105
.Fl w
106
option set it is infinity; without the
105
.Fl w
107
.Fl w
106
the default repeat count is infinity, otherwise it is 1.
108
option set
109
.Ar count
110
defaults to 1.
107
.It Fl C
111
.It Fl C
108
Display CPU statistics.
112
Display CPU statistics.
109
This is on by default, unless
113
This is on by default, unless
Lines 241-249 is specified. Link Here
241
Pause
245
Pause
242
.Ar wait
246
.Ar wait
243
seconds between each display.
247
seconds between each display.
244
If no
248
If the
245
.Ar wait
249
.Fl w
246
interval is specified, the default is 1 second.
250
option was not specified, the default interval is 1 second.
247
.Pp
251
.Pp
248
The
252
The
249
.Nm
253
.Nm
Lines 487-489 The use of Link Here
487
as a debugging tool for crash dumps is probably limited because there is
491
as a debugging tool for crash dumps is probably limited because there is
488
currently no way to get statistics that only cover the time immediately before
492
currently no way to get statistics that only cover the time immediately before
489
the crash.
493
the crash.
494
.Pp
495
The
496
.Ar drives
497
arguments get handed over to
498
.Fn isdigit .
499
If a non-zero value gets returned for the (N-1)-th and/or N-th argument,
500
.Nm
501
switches into an undocumented traditional syntax. This behavior collides with
502
the one documented in this manual page and prevents
503
.Nm
504
from operating on devices with an identifier composed only by a number.

Return to bug 153012