dtpstree.man 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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 from
  23. \fIPSmisc\fR for FreeBSD, NetBSD, OpenBSD, and other modern BSD variants. It
  24. also works without \fI/proc\fR and will show the full set of processes in a jail
  25. even if \fBinit\fR is not present.
  26. [AUTHOR]
  27. Written by \fBDouglas Thrift\fR <\fIdouglas@douglasthrift.net\fR>.
  28. [SEE ALSO]
  29. .PP
  30. \fBps\fR(1), \fBkvm\fR(3), \fBkvm_getargv\fR(3) or \fBkvm_getargv2\fR(3),
  31. \fBkvm_getprocs\fR(3) or \fBkvm_getproc2\fR(3).
  32. [COPYRIGHT]
  33. .PP
  34. Copyright 2010 Douglas Thrift
  35. .PP
  36. Licensed under the Apache License, Version 2.0 (the "License");
  37. you may not use this file except in compliance with the License.
  38. You may obtain a copy of the License at
  39. .PP
  40. \fIhttp://www.apache.org/licenses/LICENSE\-2.0\fR
  41. .PP
  42. Unless required by applicable law or agreed to in writing, software
  43. distributed under the License is distributed on an \fB"AS IS" BASIS,
  44. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND\fR, either express or implied.
  45. See the License for the specific language governing permissions and
  46. limitations under the License.