dtpstree.man 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. .\" vim: filetype=nroff
  2. .\" DT PS Tree
  3. .\"
  4. .\" Douglas Thrift
  5. .\"
  6. .\" dtpstree.man
  7. .\" Copyright 2010 Douglas Thrift
  8. .\"
  9. .\" Licensed under the Apache License, Version 2.0 (the "License");
  10. .\" you may not use this file except in compliance with the License.
  11. .\" You may obtain a copy of the License at
  12. .\"
  13. .\" http://www.apache.org/licenses/LICENSE-2.0
  14. .\"
  15. .\" Unless required by applicable law or agreed to in writing, software
  16. .\" distributed under the License is distributed on an "AS IS" BASIS,
  17. .\" WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  18. .\" See the License for the specific language governing permissions and
  19. .\" limitations under the License.
  20. [DESCRIPTION]
  21. .B dtpstree
  22. shows running processes as a tree. It is a reimplementation of \fBpstree\fR
  23. from \fIPSmisc\fR for FreeBSD, NetBSD, OpenBSD, DragonFly BSD, and possibly
  24. other modern BSD variants. It also works without \fI/proc\fR and will show the
  25. full set of processes in a jail even if \fBinit\fR is not present.
  26. [AUTHOR]
  27. Written by \fBDouglas Thrift\fR <\fIdouglas@douglasthrift.net\fR>.
  28. [REPORTING BUGS]
  29. Report bugs at <\fIhttp://code.douglasthrift.net/trac/dtpstree\fR>.
  30. [COPYRIGHT]
  31. .PP
  32. Copyright 2010 Douglas Thrift
  33. .PP
  34. Licensed under the Apache License, Version 2.0 (the "License");
  35. you may not use this file except in compliance with the License.
  36. You may obtain a copy of the License at
  37. .PP
  38. \fIhttp://www.apache.org/licenses/LICENSE\-2.0\fR
  39. .PP
  40. Unless required by applicable law or agreed to in writing, software
  41. distributed under the License is distributed on an \fB"AS IS" BASIS,
  42. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND\fR, either express or implied.
  43. See the License for the specific language governing permissions and
  44. limitations under the License.
  45. [SEE ALSO]
  46. .PP
  47. \fBps\fR(1), \fBkvm\fR(3), \fBkvm_getargv\fR(3) or \fBkvm_getargv2\fR(3),
  48. \fBkvm_getprocs\fR(3) or \fBkvm_getproc2\fR(3).