Seth Woolley's Man Viewer

pstree(1) - pstree, pstree - display a tree of processes - man 1 pstree

([section] manual, -k keyword, -K [section] search, -f whatis)
man plain no title

PSTREE(1)                        User Commands                       PSTREE(1)



NAME
       pstree - display a tree of processes

SYNOPSIS
       pstree [-a] [-c] [-h|-Hpid] [-l] [-n] [-p] [-u] [-A|-G|-U] [pid|user]
       pstree -V

DESCRIPTION
       pstree  shows running processes as a tree. The tree is rooted at either
       pid or init if(3,n) pid is omitted. If a user name is specified, all process
       trees rooted at processes owned by that user are shown.

       pstree  visually  merges  identical  branches by putting them in(1,8) square
       brackets and prefixing them with the repetition count, e.g.

           init-+-getty
                |-getty
                |-getty
                `-getty

       becomes

           init---4*[getty]


       If pstree is called as pstree.x11 then it will prompt the user  at  the
       end of the line to press return and will not return until that has hap-
       pened.  This is useful for when pstree is run in(1,8) a xterminal.


OPTIONS
       -a     Show command line arguments. If the command line of a process is
              swapped out, that process is shown in(1,8) parentheses. -a implicitly
              disables compaction.

       -A     Use ASCII characters to draw the tree.

       -c     Disable compaction of identical subtrees. By  default,  subtrees
              are compacted whenever possible.

       -G     Use VT100 line drawing characters.

       -h     Highlight the current process and its ancestors. This is a no-op
              if(3,n) the terminal doesn't support highlighting or if(3,n)  neither  the
              current  process  nor  any  of  its ancestors are in(1,8) the subtree
              being shown.

       -H     Like -h, but highlight the  specified  process  instead.  Unlike
              with  -h,  pstree  fails  when  using  -H if(3,n) highlighting is not
              available.

       -l     Display long lines. By default, lines are truncated to the  dis-
              play  width or 132 if(3,n) output is sent to a non-tty or if(3,n) the dis-
              play width is unknown.

       -n     Sort processes with the same ancestor by PID instead of by name.
              (Numeric sort.)

       -p     Show  PIDs.  PIDs  are  shown  as decimal numbers in(1,8) parentheses
              after each process name. -p implicitly disables compaction.

       -u     Show uid transitions. Whenever the uid of a process differs from
              the uid of its parent, the new uid is shown in(1,8) parentheses after
              the process name.

       -U     Use UTF-8 (Unicode) line drawing characters. Under Linux  1.1-54
              and  above,  UTF-8  mode  is entered on the console(4,n) with echo(1,3x,1 builtins) -e
              '\033%8' and left with echo(1,3x,1 builtins) -e '\033%@'

       -V     Display version(1,3,5) information.

       -s     (Flask) Show Security ID (SID) for each process.

       -x     (Flask) Show security context for each process.

FILES
       /proc(5,n)     location of the proc(5,n) file(1,n) system

AUTHORS
       Werner     Almesberger     <werner@almesberger.net>     Craig     Small
       <csmall@small.dropbear.id.au>

SEE ALSO
       ps(1), top(1)



Linux                         September 26, 2003                     PSTREE(1)

References for this manual (incoming links)