dtpstree.1 2.1 KB

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