pstat.8 (59a3c79da68b53e9d606f0b7991574d982a843e1) pstat.8 (7257230f7bfa0ed6bc78b6b54397e48cec4394a1)
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

--- 21 unchanged lines hidden (view full) ---

30.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
31.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
32.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
33.\" SUCH DAMAGE.
34.\"
35.\" @(#)pstat.8 8.5 (Berkeley) 5/13/94
36.\" $FreeBSD$
37.\"
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

--- 21 unchanged lines hidden (view full) ---

30.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
31.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
32.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
33.\" SUCH DAMAGE.
34.\"
35.\" @(#)pstat.8 8.5 (Berkeley) 5/13/94
36.\" $FreeBSD$
37.\"
38.Dd May 23, 2002
38.Dd March 21, 2005
39.Dt PSTAT 8
40.Os
41.Sh NAME
42.Nm pstat ,
43.Nm swapinfo
44.Nd display system data structures
45.Sh SYNOPSIS
46.Nm
39.Dt PSTAT 8
40.Os
41.Sh NAME
42.Nm pstat ,
43.Nm swapinfo
44.Nd display system data structures
45.Sh SYNOPSIS
46.Nm
47.Op Fl Tfknst
47.Op Fl Tfhknst
48.Op Fl M Ar core Op Fl N Ar system
49.Nm swapinfo
48.Op Fl M Ar core Op Fl N Ar system
49.Nm swapinfo
50.Op Fl k
50.Op Fl hk
51.Op Fl M Ar core Op Fl N Ar system
52.Sh DESCRIPTION
53The
54.Nm
55utility displays open file entry, swap space utilization,
56terminal state, and vnode data structures.
57.Pp
58If invoked as

--- 13 unchanged lines hidden (view full) ---

72Otherwise, information is read from the specified core file,
73using the name list from the specified kernel image (or from
74the default image).
75.Pp
76The following options are available:
77.Bl -tag -width indent
78.It Fl n
79Print devices out by major/minor instead of name.
51.Op Fl M Ar core Op Fl N Ar system
52.Sh DESCRIPTION
53The
54.Nm
55utility displays open file entry, swap space utilization,
56terminal state, and vnode data structures.
57.Pp
58If invoked as

--- 13 unchanged lines hidden (view full) ---

72Otherwise, information is read from the specified core file,
73using the name list from the specified kernel image (or from
74the default image).
75.Pp
76The following options are available:
77.Bl -tag -width indent
78.It Fl n
79Print devices out by major/minor instead of name.
80.It Fl h
81.Dq Human-readable
82output.
83Use unit suffixes when printing swap partition sizes:
84Byte, Kilobyte, Megabyte, Gigabyte, Terabyte and Petabyte.
80.It Fl k
81Print sizes in kilobytes, regardless of the setting of the
82.Ev BLOCKSIZE
83environment variable.
84.It Fl T
85Print the number of used and free slots in several system tables.
86This is useful for checking to see how large system tables have become
87if the system is under heavy load.

--- 177 unchanged lines hidden ---
85.It Fl k
86Print sizes in kilobytes, regardless of the setting of the
87.Ev BLOCKSIZE
88environment 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.

--- 177 unchanged lines hidden ---