EnglishFrenchSpanish

OnWorks favicon

pstree - Online in the Cloud

Run pstree in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command pstree that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


pstree - display a tree of processes

SYNOPSIS


pstree [-a, --arguments] [-c, --compact] [-h, --highlight-all, -Hpid, --highlight-pid pid]
[-g] --show-pgids] [-l, --long] [-n, --numeric-sort] [-N, --ns-sortns [-p, --show-pids]
[-s, --show-parents] [-S, --ns-changes] [-u, --uid-changes] [-Z, --security-context]
[-A, --ascii, -G, --vt100, -U, --unicode] [pid, user]
pstree -V, --version

DESCRIPTION


pstree shows running processes as a tree. The tree is rooted at either pid or init if 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 square brackets and prefixing
them with the repetition count, e.g.

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

becomes

init---4*[getty]

Child threads of a process are found under the parent process and are shown with the
process name in curly braces, e.g.

icecast2---13*[{icecast2}]

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 happened. This is useful for when pstree
is run in a xterminal.

Certain kernel or mount parameters, such as the hidepid option for procfs, will hide
information for some processes. In these situations pstree will attempt to build the tree
without this information, showing process names as question marks.

OPTIONS


-a Show command line arguments. If the command line of a process is swapped out, that
process is shown in parentheses. -a implicitly disables compaction for processes
but not threads.

-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 the terminal
doesn't support highlighting or if neither the current process nor any of its
ancestors are in the subtree being shown.

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

-g Show PGIDs. Process Group IDs are shown as decimal numbers in parentheses after
each process name. -g implicitly disables compaction. If both PIDs and PGIDs are
displayed then PIDs are shown first.

-l Display long lines. By default, lines are truncated to either the COLUMNS
environment variable or the display width. If neither of these methods work, the
default of 132 columns is used.

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

-N Show individual trees for each namespace of the type specified. The available
types are: ipc, mnt, net, pid, user, uts. Regular users don't have access to other
users' processes information, so the output will be limited.

-p Show PIDs. PIDs are shown as decimal numbers in parentheses after each process
name. -p implicitly disables compaction.

-s Show parent processes of the specified process.

-S Show namespaces transitions. Like -N, the output is limited when running as a
regular user.

-u Show uid transitions. Whenever the uid of a process differs from the uid of its
parent, the new uid is shown in 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 with echo -e ' 33%8' and left with echo -e ' 33%@'

-V Display version information.

-Z (SELinux) Show security context for each process. This flag will only work if
pstree is compilied with SELinux support.

Use pstree online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    Phaser
    Phaser
    Phaser is a fast, free, and fun open
    source HTML5 game framework that offers
    WebGL and Canvas rendering across
    desktop and mobile web browsers. Games
    can be co...
    Download Phaser
  • 2
    VASSAL Engine
    VASSAL Engine
    VASSAL is a game engine for creating
    electronic versions of traditional board
    and card games. It provides support for
    game piece rendering and interaction,
    and...
    Download VASSAL Engine
  • 3
    OpenPDF - Fork of iText
    OpenPDF - Fork of iText
    OpenPDF is a Java library for creating
    and editing PDF files with a LGPL and
    MPL open source license. OpenPDF is the
    LGPL/MPL open source successor of iText,
    a...
    Download OpenPDF - Fork of iText
  • 4
    SAGA GIS
    SAGA GIS
    SAGA - System for Automated
    Geoscientific Analyses - is a Geographic
    Information System (GIS) software with
    immense capabilities for geodata
    processing and ana...
    Download SAGA GIS
  • 5
    Toolbox for Java/JTOpen
    Toolbox for Java/JTOpen
    The IBM Toolbox for Java / JTOpen is a
    library of Java classes supporting the
    client/server and internet programming
    models to a system running OS/400,
    i5/OS, o...
    Download Toolbox for Java/JTOpen
  • 6
    D3.js
    D3.js
    D3.js (or D3 for Data-Driven Documents)
    is a JavaScript library that allows you
    to produce dynamic, interactive data
    visualizations in web browsers. With D3
    you...
    Download D3.js
  • More »

Linux commands

Ad