dtpstree.1 2.3 KB

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