Uppercase cpu.
This commit is contained in:
parent
2210c26064
commit
dd75462fd1
@ -1,4 +1,4 @@
|
|||||||
.\" $NetBSD: iostat.8,v 1.15 2001/05/06 23:48:33 wiz Exp $
|
.\" $NetBSD: iostat.8,v 1.16 2001/07/08 18:19:16 wiz Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 1985, 1991, 1993
|
.\" Copyright (c) 1985, 1991, 1993
|
||||||
.\" The Regents of the University of California. All rights reserved.
|
.\" The Regents of the University of California. All rights reserved.
|
||||||
@ -53,7 +53,7 @@ statistics
|
|||||||
.Nm
|
.Nm
|
||||||
displays kernel
|
displays kernel
|
||||||
.Tn I/O
|
.Tn I/O
|
||||||
statistics on terminal, disk and cpu operations. By default,
|
statistics on terminal, disk and CPU operations. By default,
|
||||||
.Nm
|
.Nm
|
||||||
displays one line of statistics averaged over the machine's run time.
|
displays one line of statistics averaged over the machine's run time.
|
||||||
The use of
|
The use of
|
||||||
@ -88,7 +88,7 @@ If no
|
|||||||
.Ar wait
|
.Ar wait
|
||||||
interval is specified, the default is 1 second.
|
interval is specified, the default is 1 second.
|
||||||
.It Fl C
|
.It Fl C
|
||||||
Show cpu statistics. This is enabled by default unless the
|
Show CPU statistics. This is enabled by default unless the
|
||||||
.Fl d ,
|
.Fl d ,
|
||||||
.Fl D ,
|
.Fl D ,
|
||||||
.Fl T ,
|
.Fl T ,
|
||||||
@ -98,7 +98,7 @@ flags are used.
|
|||||||
.It Fl d
|
.It Fl d
|
||||||
Show disk statistics. This is the default. Displays kilobytes per
|
Show disk statistics. This is the default. Displays kilobytes per
|
||||||
transfer, number of transfers, and megabytes transferred. Use of this
|
transfer, number of transfers, and megabytes transferred. Use of this
|
||||||
flag disables display of cpu and tty statistics.
|
flag disables display of CPU and tty statistics.
|
||||||
.It Fl D
|
.It Fl D
|
||||||
Show alternative disk statistics. Displays kilobytes transferred, number of
|
Show alternative disk statistics. Displays kilobytes transferred, number of
|
||||||
transfers, and time spent in transfers. Use of this flag disables the
|
transfers, and time spent in transfers. Use of this flag disables the
|
||||||
@ -179,13 +179,13 @@ Seconds spent in disk activity
|
|||||||
.It cpu
|
.It cpu
|
||||||
.Bl -tag -width indent -compact
|
.Bl -tag -width indent -compact
|
||||||
.It \&us
|
.It \&us
|
||||||
% of cpu time in user mode
|
% of CPU time in user mode
|
||||||
.It \&ni
|
.It \&ni
|
||||||
% of cpu time in user mode running niced processes
|
% of CPU time in user mode running niced processes
|
||||||
.It \&sy
|
.It \&sy
|
||||||
% of cpu time in system mode
|
% of CPU time in system mode
|
||||||
.It \&id
|
.It \&id
|
||||||
% of cpu time in idle mode
|
% of CPU time in idle mode
|
||||||
.El
|
.El
|
||||||
.El
|
.El
|
||||||
.Sh FILES
|
.Sh FILES
|
||||||
|
Loading…
Reference in New Issue
Block a user