1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.38.2.
- .TH DTPSTREE "1" "June 2010" "dtpstree 1.0.1" "User Commands"
- .SH NAME
- dtpstree \- display a tree of processes
- .SH SYNOPSIS
- .B dtpstree
- [\fIoptions\fR] [\fIPID|USER\fR]
- .SH DESCRIPTION
- .B dtpstree
- shows running processes as a tree.
- .SH OPTIONS
- .TP
- \fB\-a\fR, \fB\-\-arguments\fR
- show command line arguments
- .TP
- \fB\-A\fR, \fB\-\-ascii\fR
- use ASCII line drawing characters
- .TP
- \fB\-c\fR, \fB\-\-no\-compact\fR
- don't compact identical subtrees
- .TP
- \fB\-h\fR, \fB\-\-help\fR
- show this help message and exit
- .TP
- \fB\-H[PID]\fR, \fB\-\-highlight\fR[=\fIPID\fR]
- highlight the current process (or PID) and its
- ancestors
- .TP
- \fB\-G\fR, \fB\-\-vt100\fR
- use VT100 line drawing characters
- .TP
- \fB\-k\fR, \fB\-\-show\-kernel\fR
- show kernel processes
- .TP
- \fB\-l\fR, \fB\-\-long\fR
- don't truncate long lines
- .TP
- \fB\-n\fR, \fB\-\-numeric\-sort\fR
- sort output by PID
- .TP
- \fB\-p\fR, \fB\-\-show\-pids\fR
- show PIDs; implies \fB\-c\fR
- .TP
- \fB\-t\fR, \fB\-\-show\-titles\fR
- show process titles
- .TP
- \fB\-u\fR, \fB\-\-uid\-changes\fR
- show uid transitions
- .TP
- \fB\-U\fR, \fB\-\-unicode\fR
- use Unicode line drawing characters
- .TP
- \fB\-V\fR, \fB\-\-version\fR
- show version information and exit
- .TP
- PID, \fB\-\-pid\fR=\fIPID\fR
- show only the tree rooted at the process PID
- .TP
- USER, \fB\-\-user\fR=\fIUSER\fR
- show only trees rooted at processes of USER
- .SH AUTHOR
- Written by \fBDouglas Thrift\fR <\fIdouglas@douglasthrift.net\fR>.
- .SH COPYRIGHT
- .PP
- Copyright 2010 Douglas Thrift
- .PP
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
- .PP
- \fIhttp://www.apache.org/licenses/LICENSE\-2.0\fR
- .PP
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an \fB"AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND\fR, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
- .SH "SEE ALSO"
- .PP
- \fBps\fR(1), \fBkvm\fR(3), \fBkvm_getargv\fR(3), \fBkvm_getprocs\fR(3).
|