dtpstree.1 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  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 from
  11. \fIPSmisc\fR for FreeBSD, NetBSD, and OpenBSD. It also works without \fI/proc\fR
  12. and will show the full set of processes in a jail even if \fBinit\fR is not
  13. 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 COPYRIGHT
  67. .PP
  68. Copyright 2010 Douglas Thrift
  69. .PP
  70. Licensed under the Apache License, Version 2.0 (the "License");
  71. you may not use this file except in compliance with the License.
  72. You may obtain a copy of the License at
  73. .PP
  74. \fIhttp://www.apache.org/licenses/LICENSE\-2.0\fR
  75. .PP
  76. Unless required by applicable law or agreed to in writing, software
  77. distributed under the License is distributed on an \fB"AS IS" BASIS,
  78. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND\fR, either express or implied.
  79. See the License for the specific language governing permissions and
  80. limitations under the License.
  81. .SH "SEE ALSO"
  82. .PP
  83. \fBps\fR(1), \fBkvm\fR(3), \fBkvm_getargv\fR(3), \fBkvm_getprocs\fR(3).