diff options
author | obrien <obrien@FreeBSD.org> | 1997-02-15 21:01:38 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1997-02-15 21:01:38 +0000 |
commit | 3a1427cde3c9471f138ad375015eb54a431b223f (patch) | |
tree | 5da7cf8d9a9043c4ecefe6318353acb475d1cd20 /usr.bin | |
parent | 799b928d3fd99893895e436c3831f5bdb876508d (diff) | |
download | FreeBSD-src-3a1427cde3c9471f138ad375015eb54a431b223f.zip FreeBSD-src-3a1427cde3c9471f138ad375015eb54a431b223f.tar.gz |
The screen layout of the lefthand side for the vmstat display was way off.
(based on my running it on 2.2-GAMMA)
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/systat/systat.1 | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/usr.bin/systat/systat.1 b/usr.bin/systat/systat.1 index 4d5e77a..a487024 100644 --- a/usr.bin/systat/systat.1 +++ b/usr.bin/systat/systat.1 @@ -224,16 +224,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, and number -of kilobyte blocks transferred per second averaged over the -refresh period of the display (by default, five seconds). -For some disks it also reports the average milliseconds per seek. -Note that the system only keeps statistics on at most eight disks -(this is controlled by the constant DK_NDRIVE in /sys/dkstat.h as -a kernel compile-time constant). -.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'), @@ -243,13 +234,22 @@ a bar graph showing the amount of system (shown as `='), interrupt (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, and number +of kilobyte blocks transferred per second averaged over the +refresh period of the display (by default, five seconds). +For some disks it also reports the average milliseconds per seek. +Note that the system only keeps statistics on at most eight disks +(this is controlled by the constant DK_NDRIVE in /sys/dkstat.h as +a kernel compile-time constant). +.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 |