.TH PSTAT 8 .UC .SH NAME pstat \- print system facts .SH SYNTAX .B pstat [ .B \-aixptuf ] [ suboptions ] [ file ] [ objfile ] .SH DESCRIPTION .I Pstat interprets the contents of certain system tables. If .I file is given, the tables are sought there, otherwise in .I /dev/kmem (except with \-u, which uses .IR /dev/mem ). The required namelist is taken from objfile. The default is .IR /unix . Options are: .TP \w'WCHAN\ 'u .B \-\^a Under .BR \-p , describe all process slots rather than just active ones. .TP .B \-\^i Print the inode table with the these headings: .IP LOC The core location of this table entry. .PD 0 .IP FLAGS Miscellaneous state variables encoded thus: .RS .IP L locked .IP U update time \fIfilsys\fP\|(5)) must be corrected .IP A access time must be corrected .IP M file system is mounted here .IP W wanted by another process (L flag is on) .IP T contains a text file .IP C changed time must be corrected .RE .IP CNT Number of open file table entries for this inode. .IP DEV Major and minor device number of file system in which this inode resides. .IP INO I-number within the device. .IP MODE Mode bits, see \fIchmod\fP\|(2). .IP NLK Number of links to this inode. .IP UID User ID of owner. .IP SIZ/DEV Number of bytes in an ordinary file, or major and minor device of special file. .PD .TP .B \-\^x Print the text table with these headings: .IP LOC The core location of this table entry. .PD 0 .IP FLAGS Miscellaneous state variables encoded thus: .RS .IP T \fIptrace\fP\|(2) in effect .IP W text not yet written on swap device .IP L loading in progress .IP K locked .IP w wanted (L flag is on) .RE .IP DADDR Disk address in swap, measured in multiples of 512 bytes. .IP CADDR Core address, measured in multiples of 64 bytes. .IP SIZE Size of text segment, measured in multiples of 64 bytes. .IP IPTR Core location of corresponding inode. .IP CNT Number of processes using this text segment. .IP CCNT Number of processes in core using this text segment. .PD .TP .B \-\^p Print process table for active processes with these headings: .IP LOC The core location of this table entry. .PD 0 .IP S Run state encoded thus: .RS .IP 0 no process .IP 1 waiting for some event .IP 3 runnable .IP 4 being created .IP 5 being terminated .IP 6 stopped under trace .RE .IP F Miscellaneous state variables, or-ed together: .RS .IP 01 loaded .IP 02 the scheduler process .IP 04 locked .IP 010 swapped out .IP 020 traced .IP 040 used in tracing .IP 0100 locked in by \fIlock\fP\|(2). .IP 0200 detached, has no controlling tty .IP 0400 using new signal mechanism .IP 01000 child in vfork .IP 02000 parent in vfork .IP 04000 used at vfork termination .RE .IP PRI Scheduling priority, see \fInice\fP\|(2). .IP SIGNAL Signals received (signals 1-16 coded in bits 0-15), .IP UID Real user ID. .IP TIM Time resident in seconds; times over 127 coded as 127. .IP CPU Weighted integral of CPU time, for scheduler. .IP NI Nice level, see \fInice\fP\|(2). .IP PGRP Process number of root of process group (the opener of the controlling terminal). .IP PID The process ID number. .IP PPID The process ID of parent process. .IP ADDR If in core, the physical address of the `u-area' of the process measured in multiples of 64 bytes. If swapped out, the position in the swap area measured in multiples of 512 bytes. .IP DADR The address of the data area of the process, in core or on swap. .IP SADR The address of the stack area of the process, in core or on swap. .IP DSIZ Size of process data area in multiples of 64 bytes. .IP SSIZ Size of process stack area in multiples of 64 bytes. .IP WCHAN Wait channel number of a waiting process. .IP LINK Link pointer in list of runnable processes. .IP TEXTP If text is pure, pointer to location of text table entry. .IP CLKT Countdown for \fIalarm\fP\|(2) measured in seconds. .PD .TP .B \-\^t Print table for terminals (DL11, DH11 and DZ11 handled ) with these headings: .IP RAW Number of characters in raw input queue. .PD 0 .IP CAN Number of characters in canonicalized input queue. .IP OUT Number of characters in output queue. .IP MODE See \fItty\fP\|(4). .IP ADDR Physical device address. .IP DEL Number of delimiters (newlines) in canonicalized input queue. .IP COL Calculated column position of terminal. .IP STATE Miscellaneous state variables encoded thus: .RS .IP T timeout (carrige return or newline delay processing) .IP W waiting for open to complete .IP O open .IP S output is stopped by stop character. .IP C carrier is on .IP B busy doing output .IP A process is awaiting output (asleep) .IP X open for exclusive use .IP M blocked output (tandem mode, see \fItty\fP\|(4)) .IP H hangup on close .IP Q control request inprogress .RE .IP PGRP Process group for which this is controlling terminal. .IP CHAN Alternate line discipline channnel number .RE .PD .TP \w'WCHAN\ 'u .B \-\^u print information about a user process; the next argument is its address as given by .IR ps (1). The process must be in main memory, or the file used can be a core image and the address 0. .TP .B \-\^f Print the open file table with these headings: .IP LOC The core location of this table entry. .PD 0 .IP FLG Miscellaneous state variables encoded thus: .RS .IP R open for reading .IP W open for writing .IP P pipe .RE .IP CNT Number of processes that know this open file. .IP INO The location of the inode table entry for this file. .IP OFFS The file offset, see \fIlseek\fP\|(2). .PD .SH FILES .ta 2i /unix namelist .br /dev/kmem default source of tables .br /dev/mem default source of u. areas .SH SEE ALSO ps(1), stat(2), filsys(5) .br K. Thompson, .I UNIX Implementation