ptree.1 - plstree - ps and ls displayed as a tree | |
git clone git://bitreich.org/plstree git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
ptree.1 (794B) | |
--- | |
1 .Dd $Mdocdate: April 19 2018$ | |
2 .Dt PTREE 1 | |
3 .Os | |
4 . | |
5 . | |
6 .Sh NAME | |
7 . | |
8 .Nm ptree | |
9 .Nd list process tree as a tree | |
10 . | |
11 . | |
12 .Sh SYNOPSIS | |
13 . | |
14 .Nm ptree | |
15 . | |
16 . | |
17 .Sh DESCRIPTION | |
18 . | |
19 The | |
20 .Nm | |
21 utility list all processes with child-parent relationship displayed | |
22 as a tree, along with aditionnal details. | |
23 . | |
24 The | |
25 .Nm | |
26 utility uses the output of the | |
27 .Xr ps 1 | |
28 command as described by POSIX, and therefore do not require a | |
29 .Xr procfs 5 | |
30 to be mounted at | |
31 .Pa proc . | |
32 . | |
33 . | |
34 .Sh EXAMPLE | |
35 . | |
36 View the process list in a pager without wrapping lines: | |
37 .Dl ptree | less -S | |
38 . | |
39 . | |
40 .Sh SEE ALSO | |
41 . | |
42 .Xr ltree 1 , | |
43 .Xr ps 1 | |
44 . | |
45 .Pp | |
46 .Lk http://psmisc.sourceforge.net/ "Small utilities that use the /proc f… | |
47 . | |
48 .Pp | |
49 .Lk http://www.thp.uni-duisburg.de/pstree/ "Minimal Homepage of pstree " | |
50 . | |
51 . | |
52 .Sh AUTHORS | |
53 . | |
54 .An Josuah Demangeon | |
55 .Aq Mt [email protected] |