get at least *part* of "systat vmstat" right...
This commit is contained in:
parent
5653c61f64
commit
9fb5074a33
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: systat.1,v 1.6 1996/05/10 23:16:39 thorpej Exp $
|
||||
.\" $NetBSD: systat.1,v 1.7 1997/07/25 01:15:09 mrg Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1985, 1990, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -239,14 +239,7 @@ needed if all processes had all of their pages.
|
||||
Finally the last column shows the number of physical pages
|
||||
on the free list.
|
||||
.Pp
|
||||
Below the memory display is the disk usage display.
|
||||
It reports the number of seeks, transfers, number
|
||||
of kilobyte blocks transferred per second averaged over the
|
||||
refresh period of the display (by default, five seconds), and
|
||||
the time spent in disk accesses.
|
||||
Note that the system only keeps statistics on at most four disks.
|
||||
.Pp
|
||||
Below the disk display is a list of the
|
||||
Below the memory display is a list of the
|
||||
average number of processes (over the last refresh interval)
|
||||
that are runnable (`r'), in page wait (`p'),
|
||||
in disk wait other than paging (`d'),
|
||||
@ -256,13 +249,20 @@ a bar graph showing the amount of
|
||||
system (shown as `='), user (shown as `>'),
|
||||
nice (shown as `-'), and idle time (shown as ` ').
|
||||
.Pp
|
||||
At the bottom left are statistics on name translations.
|
||||
Below the process display are statistics on name translations.
|
||||
It lists the number of names translated in the previous interval,
|
||||
the number and percentage of the translations that were
|
||||
handled by the system wide name translation cache, and
|
||||
the number and percentage of the translations that were
|
||||
handled by the per process name translation cache.
|
||||
.Pp
|
||||
At the bottom left is the disk usage display.
|
||||
It reports the number of seeks, transfers, number
|
||||
of kilobyte blocks transferred per second averaged over the
|
||||
refresh period of the display (by default, five seconds), and
|
||||
the time spent in disk accesses.
|
||||
Note that the system only keeps statistics on at most four disks.
|
||||
.Pp
|
||||
Under the date in the upper right hand quadrant are statistics
|
||||
on paging and swapping activity.
|
||||
The first two columns report the average number of pages
|
||||
|
Loading…
Reference in New Issue
Block a user