summaryrefslogtreecommitdiffstats
path: root/usr.bin/top/top.local.1
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>1997-03-23 18:55:20 +0000
committerjoerg <joerg@FreeBSD.org>1997-03-23 18:55:20 +0000
commitfa71779225949e4336753dba62bf930087152e61 (patch)
treeee8189dcbc78a99af34f1a8f6e5b8437ad9dc357 /usr.bin/top/top.local.1
parent880dd9d3c6fae1c0252b9a7ad8b0a3acd985acb6 (diff)
downloadFreeBSD-src-fa71779225949e4336753dba62bf930087152e61.zip
FreeBSD-src-fa71779225949e4336753dba62bf930087152e61.tar.gz
This is the FreeBSD-specific files for top, plus the Makefile
that pulls all the files from contrib. Obtained from: The ports collection (mostly).
Diffstat (limited to 'usr.bin/top/top.local.1')
-rw-r--r--usr.bin/top/top.local.147
1 files changed, 47 insertions, 0 deletions
diff --git a/usr.bin/top/top.local.1 b/usr.bin/top/top.local.1
new file mode 100644
index 0000000..6f3ae17
--- /dev/null
+++ b/usr.bin/top/top.local.1
@@ -0,0 +1,47 @@
+.SH "FreeBSD 2.x NOTES"
+
+.SH DESCRIPTION OF MEMORY
+Mem: 9220K Active, 1032K Inact, 3284K Wired, 1MB Cache, 2M Buf, 1320K Free
+Swap: 91M Total, 79M Free, 13% Inuse, 80K In, 104 K Out
+
+.B K:
+Kilobyte
+.TP
+.B M:
+Megabyte
+.TP
+.B %:
+1/100
+.TP
+.B Active:
+number of pages active
+.TP
+.B Inact:
+number of pages inactive
+.TP
+.B Wired:
+number of pages wired down, including cached file data pages
+.TP
+.B Cache:
+number of pages used for VM-level disk caching
+.TP
+.B Buf:
+number of pages used for BIO-level disk caching
+.TP
+.B Free:
+number of pages free
+.TP
+.B Total:
+total available swap usage
+.TP
+.B Free:
+total free swap usage
+.TP
+.B Inuse:
+swap usage
+.TP
+.B In:
+pages paged in from swap devices (last interval)
+.TP
+.B Out:
+pages paged out to swap devices (last interval)
OpenPOWER on IntegriCloud