packages icon
-*-Text-*-

Introduction:
-------------

   This is pstree V 2.11. It is a small program that shows the ps
   listing as a tree (as the name implies...). It has several options
   to make selection criteria and to change the output style.

   It should compile under most unixes, tested are AIX, HP-UX, A/UX,
   SunOS, Solaris, Linux and others.

   Under AIX, pstree directly reads the process table using
   getproc()/getuser(). Under all other Un*xes pstree reads the output
   of /bin/ps.

   Under AIX, process group leaders are marked with a '=' instead of
   '-'.

Compilation:
------------

   Take a ANSI C compiler, eg. gcc, and just enter

   $ [g]cc -O -o pstree pstree.c

   There is no Makefile. Have fun, Fred

Changes:
--------

   See pstree.c