.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.38.2. .TH DTPSTREE "1" "July 2010" "dtpstree 1.0.2" "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. It is a reimplementation of \fBpstree\fR from \fIPSmisc\fR for FreeBSD, NetBSD, OpenBSD, DragonFly BSD, and possibly other modern BSD variants. It also works without \fI/proc\fR and will show the full set of processes in a jail even if \fBinit\fR is not present. .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 "REPORTING BUGS" Report bugs at <\fIhttp://code.douglasthrift.net/trac/dtpstree\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) or \fBkvm_getargv2\fR(3), \fBkvm_getprocs\fR(3) or \fBkvm_getproc2\fR(3).