pstat.8 (7257230f7bfa0ed6bc78b6b54397e48cec4394a1) | pstat.8 (7e8409a7a97e9064b922827a6197085fc6b839a5) |
---|---|
1.\" Copyright (c) 1980, 1991, 1993, 1994 2.\" The Regents of the University of California. All rights reserved. 3.\" Copyright (c) 2002 Networks Associates Technology, Inc. 4.\" All rights reserved. 5.\" 6.\" Portions of this software was developed for the FreeBSD Project by 7.\" ThinkSec AS and NAI Labs, the Security Research Division of Network 8.\" Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 --- 46 unchanged lines hidden (view full) --- 55utility displays open file entry, swap space utilization, 56terminal state, and vnode data structures. 57.Pp 58If invoked as 59.Nm swapinfo 60the 61.Fl s 62option is implied, and only the | 1.\" Copyright (c) 1980, 1991, 1993, 1994 2.\" The Regents of the University of California. All rights reserved. 3.\" Copyright (c) 2002 Networks Associates Technology, Inc. 4.\" All rights reserved. 5.\" 6.\" Portions of this software was developed for the FreeBSD Project by 7.\" ThinkSec AS and NAI Labs, the Security Research Division of Network 8.\" Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 --- 46 unchanged lines hidden (view full) --- 55utility displays open file entry, swap space utilization, 56terminal state, and vnode data structures. 57.Pp 58If invoked as 59.Nm swapinfo 60the 61.Fl s 62option is implied, and only the |
63.Fl k 64option is legal. | 63.Fl [kmg] 64and 65.Fl h 66options are legal. |
65.Pp 66If the 67.Fl M 68option is not specified, information is obtained from 69the currently running kernel via the 70.Xr sysctl 3 71interface. 72Otherwise, information is read from the specified core file, --- 8 unchanged lines hidden (view full) --- 81.Dq Human-readable 82output. 83Use unit suffixes when printing swap partition sizes: 84Byte, Kilobyte, Megabyte, Gigabyte, Terabyte and Petabyte. 85.It Fl k 86Print sizes in kilobytes, regardless of the setting of the 87.Ev BLOCKSIZE 88environment variable. | 67.Pp 68If the 69.Fl M 70option is not specified, information is obtained from 71the currently running kernel via the 72.Xr sysctl 3 73interface. 74Otherwise, information is read from the specified core file, --- 8 unchanged lines hidden (view full) --- 83.Dq Human-readable 84output. 85Use unit suffixes when printing swap partition sizes: 86Byte, Kilobyte, Megabyte, Gigabyte, Terabyte and Petabyte. 87.It Fl k 88Print sizes in kilobytes, regardless of the setting of the 89.Ev BLOCKSIZE 90environment variable. |
91.It Fl m 92Print sizes in megabytes, regardless of the setting of the 93.Ev BLOCKSIZE 94environment variable. 95.It Fl g 96Print sizes in gigabytes, regardless of the setting of the 97.Ev BLOCKSIZE 98environment variable. |
|
89.It Fl T 90Print the number of used and free slots in several system tables. 91This is useful for checking to see how large system tables have become 92if the system is under heavy load. 93.It Fl f 94Print the open file table with these headings: 95.Bl -tag -width indent 96.It LOC --- 173 unchanged lines hidden --- | 99.It Fl T 100Print the number of used and free slots in several system tables. 101This is useful for checking to see how large system tables have become 102if the system is under heavy load. 103.It Fl f 104Print the open file table with these headings: 105.Bl -tag -width indent 106.It LOC --- 173 unchanged lines hidden --- |