source: trunk/third/top/machine/m_freebsd20.man @ 9084

Revision 9084, 677 bytes checked in by ghudson, 28 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r9083, which included commits to RCS files with non-trunk default branches.
Line 
1.SH "FreeBSD 2.0 NOTES"
2Last pid is compiler depended.
3
4$ strings /kernel | grep _nextpid
5
6.SH "DESCRIPTION OF MEMORY"
7Memory: 10M Act 1208K Inact 3220K Wired 132K Free 25% Swap, 2924Kin 2604Kout
8
9.TP
10.B K:
11Kilobyte
12.TP
13.B M:
14Megabyte
15.TP
16.B %:
171/100
18
19.TP
20.B Act:
21number of pages active
22.TP
23.B Incat:
24number of pages inactive
25.TP
26.B Wired:
27number of pages wired down
28.TP
29.B Free:
30number of pages free
31
32.TP
33.B Swap:
34swap usage
35.TP
36.B Kin:
37kilobytes swap pager pages paged in (last interval)
38.TP
39.B Kout:
40kilobytes swap pager pages paged out  (last interval)
41
42.PP
43See /usr/include/sys/vmmeter.h and  /sys/vm/vm_meter.c.
44
45.PP
46Wolfram Schneider <wosch@cs.tu-berlin.de>
Note: See TracBrowser for help on using the repository browser.