1.0;pst (process status), revision 1.0, 82/03/17
PST (PROCESS_STATUS) -- List process internal state information.
usage: PST [-R seconds | -N node] [-UN]
FORMAT
PST [options]
PST lists internal state information for all processes in the system
by name or UID.
OPTIONS
-R n Repeat every n seconds. If you include this option,
the first pass displays the total time elapsed since
process creation. Subsequent passes display changes
from the previous pass, as shown in the example below.
- N node-spec Specify remote node whose process stats are to be listed.
Node-spec may be the target node's hexadecimal node ID,
or the entry name of any volume on that node.
-UN Display AUX process IDs. AUX is the DOMAIN software
environment based on Bell Labs' UNIX (*) System III.
EXAMPLES
1. $ pst -r 5
Delta CPU PC Prio State Name
833.022 013F08 16 Waiting display_manager
371.423 0140F8 11 Waiting process_2
12.860 Self 15 Ready process_3
--------------------------------------------------
0.104 014220 16 Ready display_manager
0.000 0140F8 11 Waiting process_2
0.240 Self 15 Ready process_3
.
.
.
2. $ pst -un
Delta CPU PC Prio State PID PPID PGID Name
1037.291 167D6 16 Waiting 1 0 1 display_manager
5.609 Self 15 Ready 10 1 10 process_9
3. $ pst -n //et Display stats of node "//et".
Delta CPU PC Prio State Name
220.916 1705C 16 Waiting display_manager
9.628 16C2C 14 Waiting netman
414.640 2CB83A 1 Ready process_6
(*) UNIX is a trademark of Bell Laboratories.