dtpstree.1 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.38.2.
  2. .TH DTPSTREE "1" "July 2010" "dtpstree 1.0.2" "User Commands"
  3. .SH NAME
  4. dtpstree \- display a tree of processes
  5. .SH SYNOPSIS
  6. .B dtpstree
  7. [\fIoptions\fR] [\fIPID|USER\fR]
  8. .SH DESCRIPTION
  9. .B dtpstree
  10. shows running processes as a tree. It is a reimplementation of \fBpstree\fR
  11. from \fIPSmisc\fR for FreeBSD, NetBSD, OpenBSD, DragonFly BSD, and possibly
  12. other modern BSD variants. It also works without \fI/proc\fR and will show the
  13. full set of processes in a jail even if \fBinit\fR is not present.
  14. .SH OPTIONS
  15. .TP
  16. \fB\-a\fR, \fB\-\-arguments\fR
  17. show command line arguments
  18. .TP
  19. \fB\-A\fR, \fB\-\-ascii\fR
  20. use ASCII line drawing characters
  21. .TP
  22. \fB\-c\fR, \fB\-\-no\-compact\fR
  23. don't compact identical subtrees
  24. .TP
  25. \fB\-h\fR, \fB\-\-help\fR
  26. show this help message and exit
  27. .TP
  28. \fB\-H[PID]\fR, \fB\-\-highlight\fR[=\fIPID\fR]
  29. highlight the current process (or PID) and its
  30. ancestors
  31. .TP
  32. \fB\-G\fR, \fB\-\-vt100\fR
  33. use VT100 line drawing characters
  34. .TP
  35. \fB\-k\fR, \fB\-\-show\-kernel\fR
  36. show kernel processes
  37. .TP
  38. \fB\-l\fR, \fB\-\-long\fR
  39. don't truncate long lines
  40. .TP
  41. \fB\-n\fR, \fB\-\-numeric\-sort\fR
  42. sort output by PID
  43. .TP
  44. \fB\-p\fR, \fB\-\-show\-pids\fR
  45. show PIDs; implies \fB\-c\fR
  46. .TP
  47. \fB\-t\fR, \fB\-\-show\-titles\fR
  48. show process titles
  49. .TP
  50. \fB\-u\fR, \fB\-\-uid\-changes\fR
  51. show uid transitions
  52. .TP
  53. \fB\-U\fR, \fB\-\-unicode\fR
  54. use Unicode line drawing characters
  55. .TP
  56. \fB\-V\fR, \fB\-\-version\fR
  57. show version information and exit
  58. .TP
  59. PID, \fB\-\-pid\fR=\fIPID\fR
  60. show only the tree rooted at the process PID
  61. .TP
  62. USER, \fB\-\-user\fR=\fIUSER\fR
  63. show only trees rooted at processes of USER
  64. .SH AUTHOR
  65. Written by \fBDouglas Thrift\fR <\fIdouglas@douglasthrift.net\fR>.
  66. .SH "REPORTING BUGS"
  67. Report bugs at <\fIhttp://code.douglasthrift.net/trac/dtpstree\fR>.
  68. .SH COPYRIGHT
  69. .PP
  70. Copyright 2010 Douglas Thrift
  71. .PP
  72. Licensed under the Apache License, Version 2.0 (the "License");
  73. you may not use this file except in compliance with the License.
  74. You may obtain a copy of the License at
  75. .PP
  76. \fIhttp://www.apache.org/licenses/LICENSE\-2.0\fR
  77. .PP
  78. Unless required by applicable law or agreed to in writing, software
  79. distributed under the License is distributed on an \fB"AS IS" BASIS,
  80. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND\fR, either express or implied.
  81. See the License for the specific language governing permissions and
  82. limitations under the License.
  83. .SH "SEE ALSO"
  84. .PP
  85. \fBps\fR(1), \fBkvm\fR(3), \fBkvm_getargv\fR(3) or \fBkvm_getargv2\fR(3),
  86. \fBkvm_getprocs\fR(3) or \fBkvm_getproc2\fR(3).