spell
[unix-history] / usr / src / usr.sbin / pstat / pstat.8
CommitLineData
de40fd0b 1.\" Copyright (c) 1980, 1991, 1993, 1994
06b591cb 2.\" The Regents of the University of California. All rights reserved.
3a8113b3 3.\"
de40fd0b 4.\" @(#)pstat.8 8.3 (Berkeley) %G%
be91a597 5.\" %sccs.include.redist.man%
3a8113b3 6.\"
de40fd0b 7.\" @(#)pstat.8 8.3 (Berkeley) %G%
be91a597
KM
8.\"
9.Dd
10.Dt PSTAT 8
11.Os BSD 4
12.Sh NAME
13.Nm pstat
14.Nd display system data structures
15.Sh SYNOPSIS
16.Nm pstat
907a6559
KM
17.Op Fl Tfnstv
18.Op Fl M Ar core
19.Op Fl N Ar system
be91a597
KM
20.Sh DESCRIPTION
21.Nm Pstat
907a6559
KM
22displays open file entry, swap space utilization,
23terminal state, and vnode data structures.
3a8113b3 24If
be91a597 25.Ar corefile
2e9b3e06 26is given, the information is sought there, otherwise
3a8113b3 27in
be91a597 28.Pa /dev/kmem .
3a8113b3 29The required namelist is taken from
be91a597 30.Pa /vmunix
be3c220c 31unless
be91a597 32.Ar system
be3c220c 33is specified.
907a6559
KM
34The
35.Fl n
36option specifies that devices should be printed out by major/minor
37number rather than by name.
38.Pp
3a8113b3 39Options are
907a6559
KM
40.Bl -tag -width indent
41.It Fl T
be91a597 42Prints the number of used and free slots in the several system tables
907a6559
KM
43and is useful for checking to see how large system tables have become
44if the system is under heavy load.
45.It Fl f
be91a597 46Print the open file table with these headings:
907a6559
KM
47.Bl -tag -width indent
48.It LOC
3a8113b3 49The core location of this table entry.
907a6559 50.It TYPE
be91a597 51The type of object the file table entry points to.
907a6559 52.It FLG
3a8113b3 53Miscellaneous state variables encoded thus:
907a6559
KM
54.Bl -tag -width indent
55.It R
be91a597 56open for reading
907a6559 57.It W
be91a597 58open for writing
907a6559 59.It A
be91a597 60open for appending
907a6559 61.It S
be91a597 62shared lock present
907a6559 63.It X
be91a597 64exclusive lock present
907a6559 65.It I
be91a597 66signal pgrp when data ready
907a6559
KM
67.El
68.It CNT
be91a597 69Number of processes that know this open file.
907a6559 70.It MSG
be91a597 71Number of messages outstanding for this file.
907a6559 72.It DATA
be91a597 73The location of the vnode table entry or socket structure for this file.
907a6559 74.It OFFSET
be91a597
KM
75The file offset (see
76.Xr lseek 2 ) .
907a6559
KM
77.El
78.It Fl s
79Print information about swap space usage on all the
80swap areas compiled into the kernel.
81The first column is the device name of the partition. The next column is
82the total space available in the partition. The
83.Ar Used
84column indicates the total blocks used so far; the
85.Ar Available
86column indicates how much space is remaining on each partition.
87The
88.Ar Capacity
89reports the percentage of space used.
90.Pp
91If more than one partition is configured into the system, totals for all
92of the statistics will be reported in the final line of the report.
93.It Fl t
3a8113b3
KM
94Print table for terminals
95with these headings:
907a6559
KM
96.Bl -tag -width indent
97.It RAW
3a8113b3 98Number of characters in raw input queue.
907a6559 99.It CAN
3a8113b3 100Number of characters in canonicalized input queue.
907a6559 101.It OUT
3a8113b3 102Number of characters in putput queue.
907a6559 103.It MODE
3a8113b3 104See
be91a597 105.Xr tty 4 .
907a6559 106.It ADDR
3a8113b3 107Physical device address.
907a6559 108.It DEL
3a8113b3 109Number of delimiters (newlines) in canonicalized input queue.
907a6559 110.It COL
3a8113b3 111Calculated column position of terminal.
907a6559 112.It STATE
3a8113b3 113Miscellaneous state variables encoded thus:
907a6559
KM
114.Bl -tag -width indent
115.It T
53536069 116delay timeout in progress
907a6559 117.It W
3a8113b3 118waiting for open to complete
907a6559 119.It O
3a8113b3 120open
907a6559 121.It F
53536069 122outq has been flushed during DMA
907a6559 123.It C
3a8113b3 124carrier is on
907a6559 125.It B
3a8113b3 126busy doing output
907a6559 127.It A
3a8113b3 128process is awaiting output
907a6559 129.It X
3a8113b3 130open for exclusive use
907a6559 131.It S
53536069 132output stopped
907a6559 133.It H
3a8113b3 134hangup on close
907a6559
KM
135.El
136.It PGRP
3a8113b3 137Process group for which this is controlling terminal.
907a6559 138.It DISC
be91a597
KM
139Line discipline; blank is old tty
140OTTYDISC
141or
142.Ql new tty
143for
144NTTYDISC
145or
146.Ql net
147for
148NETLDISC
149(see
150.Xr bk 4 ) .
907a6559
KM
151.El
152.It Fl v
de40fd0b 153Print the active vnodes. Each group of vnodes corresponding
be91a597
KM
154to a particular filesystem is preceded by a two line header. The
155first line consists of the following:
156.Pp
157.Df I
158.No *** MOUNT Em fstype from
159on
160.Em on fsflags
161.De
162.Pp
163where
164.Em fstype
165is one of
166.Em ufs , nfs , mfs , or pc ;
167.Em from
168is the filesystem is mounted from;
169.Em on
170is the directory
171the filesystem is mounted on; and
172.Em fsflags
173is a list
174of optional flags applied to the mount (see
175.Xr mount 8 ) .
176.The second line is a header for the individual fields ,
177the first part of which are fixed, and the second part are filesystem
178type specific. The headers common to all vnodes are:
907a6559
KM
179.Bl -tag -width indent
180.It ADDR
be91a597 181Location of this vnode.
907a6559 182.It TYP
be91a597 183File type.
907a6559 184.It VFLAG
be91a597 185.Pp
907a6559
KM
186A list of letters representing vnode flags:
187.Bl -tag -width indent
188.It R
be91a597 189\- VROOT
907a6559 190.It T
be91a597 191\- VTEXT
907a6559 192.It L
be91a597 193\- VXLOCK
907a6559 194.It W
be91a597 195\- VXWANT
907a6559 196.It E
be91a597 197\- VEXLOCK
907a6559 198.It S
be91a597 199\- VSHLOCK
907a6559 200.It T
be91a597 201\- VLWAIT
907a6559 202.It A
be91a597 203\- VALIASED
907a6559 204.It B
be91a597 205\- VBWAIT
907a6559 206.El
be91a597 207.Pp
355acd0f
JSP
208.It USE
209The number of references to this vnode.
210.It HOLD
211The number of I/O buffers held by this vnode.
212.It FILEID
213The vnode fileid.
214In the case of
215.Em ufs
216this is the inode number.
217.It IFLAG
218Miscellaneous filesystem specific state variables encoded thus:
219.Bl -tag -width indent
220.It "For ufs:"
221.Pp
907a6559
KM
222.Bl -tag -width indent
223.It L
be91a597 224locked
907a6559 225.It U
be91a597
KM
226update time
227.Pq Xr fs 5
228must be corrected
907a6559 229.It A
be91a597 230access time must be corrected
907a6559 231.It W
be91a597 232wanted by another process (L flag is on)
907a6559 233.It C
be91a597 234changed time must be corrected
907a6559 235.It S
be91a597 236shared lock applied
907a6559 237.It E
be91a597 238exclusive lock applied
907a6559 239.It Z
be91a597 240someone waiting for a lock
907a6559 241.It M
be91a597 242contains modifications
907a6559 243.It R
be91a597 244has a rename in progress
907a6559 245.El
355acd0f
JSP
246.It "For nfs:"
247.Bl -tag -width indent
248.It W
249waiting for I/O buffer flush to complete
250.It P
251I/O buffers being flushed
252.It M
253locally modified data exists
254.It E
255an earlier write failed
256.It X
257non-cachable lease (nqnfs)
258.It O
259write lease (nqnfs)
260.It G
261lease was evicted (nqnfs)
262.El
263.El
264.It SIZ/RDEV
be91a597
KM
265Number of bytes in an ordinary file, or
266major and minor device of special file.
907a6559
KM
267.El
268.El
be91a597 269.Sh FILES
907a6559
KM
270.Bl -tag -width /dev/kmemxxx -compact
271.It Pa /vmunix
be91a597 272namelist
907a6559 273.It Pa /dev/kmem
be91a597 274default source of tables
907a6559 275.El
be91a597
KM
276.Sh SEE ALSO
277.Xr iostat 1 ,
278.Xr ps 1 ,
279.Xr systat 1 ,
280.Xr vmstat 1 ,
281.Xr stat 2 ,
282.Xr fs 5 ,
283.Rs
284.Rt Tn UNIX Rt Implementation ,
285.Ra K. Thompson
286.Re
287.Sh BUGS
907a6559
KM
288Swap statistics are reported for all swap partitions compiled into the kernel,
289regardless of whether those partitions are being used.
290.Pp
291Does not understand NFS swap servers.
be91a597
KM
292.Sh HISTORY
293The
907a6559 294.Nm pstat
be91a597 295command appeared in 4.0BSD.