Start development on BSD 2
[unix-history] / .ref-BSD-1 / man6 / pss.6
CommitLineData
76644d9b
BJ
1.th PSS VI 8/27/77
2.sh NAME
3pss \- show active processes
4.sh SYNOPSIS
5.bd pss
6.sh DESCRIPTION
7.it Pss
8is a shell script which does a
9.it "ps axl"
10and processes the output, removing login shells and instances of
11.it getty.
12The result is then sorted by teletype.
13.it Pss
14is useful for seeing what is going on in the system.
15.sh SEE\ ALSO
16procp (VI), ps (I)
17.sh BUGS
18.it Pss
19is a shell script which uses
20.it grep
21and
22.it sort.
23Because of the
24.it sort
25.it pss
26must finish all processing before any output occurs.
27On a heavily loaded system, this may take a large amount of time.
28.it Pss
29would be much faster if it were an option of
30.it ps.