summaryrefslogtreecommitdiffstats
path: root/usr.bin/systat
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2006-04-30 22:05:02 +0000
committerbde <bde@FreeBSD.org>2006-04-30 22:05:02 +0000
commitab9471c7fcc002854d020b7358d8676e776be2b4 (patch)
tree8f3194758e80d0c7f3dcc5a084f31a6cb0a589ae /usr.bin/systat
parent894e8fd91088e58883586b2f9ddb8d60bb6a5bdf (diff)
downloadFreeBSD-src-ab9471c7fcc002854d020b7358d8676e776be2b4.zip
FreeBSD-src-ab9471c7fcc002854d020b7358d8676e776be2b4.tar.gz
Update for moving some fields to the new vnstat display.
Don't say that `cache' is for the buffer cache. Describe the uselessnes of `buf'.
Diffstat (limited to 'usr.bin/systat')
-rw-r--r--usr.bin/systat/systat.124
1 files changed, 16 insertions, 8 deletions
diff --git a/usr.bin/systat/systat.1 b/usr.bin/systat/systat.1
index 12bf1e5..befa54b 100644
--- a/usr.bin/systat/systat.1
+++ b/usr.bin/systat/systat.1
@@ -333,6 +333,13 @@ 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
+To the right of the name translations display are lines showing
+the number of dirty buffers in the buffer cache (`dtbuf'),
+desired maximum size of vnode cache (`desvn'),
+number of vnodes actually allocated (`numvn'),
+and
+number of allocated vnodes that are free (`frevn').
+.Pp
At the bottom left is the disk usage display.
It reports the number of
kilobytes per transaction, transactions per second, megabytes
@@ -372,7 +379,7 @@ total pages freed (`totfr'),
pages wired down (`wire'),
active pages (`act'),
inactive pages (`inact'),
-pages on the buffer cache queue (`cache'),
+pages on the cache queue (`cache'),
number of free pages (`free'),
pages freed by the page daemon (`daefr'),
pages freed by exiting processes (`prcfr'),
@@ -383,13 +390,14 @@ and
intransit blocking page faults (`intrn')
per second over the refresh interval.
.Pp
-At the bottom of this column are lines showing the
-amount of memory, in kilobytes, used for the buffer cache (`buf'),
-the number of dirty buffers in the buffer cache (`dtbuf'),
-desired maximum size of vnode cache (`desvn'),
-number of vnodes actually allocated (`numvn'),
-and
-number of allocated vnodes that are free (`frevn').
+At the bottom of this column is a line showing the
+amount of virtual memory, in kilobytes, mapped into the buffer cache (`buf').
+This statistic is not useful.
+It exists only as a placeholder for the corresponding useful statistic
+(the amount of real memory used to cache disks).
+The most important component of the latter (the amount of real memory
+used by the vm system to cache disks) is not available,
+but can be guessed from the `inact' amount under some system loads.
.Pp
Running down the right hand side of the display is a breakdown
of the interrupts being handled by the system.
OpenPOWER on IntegriCloud