dtpstree.1.in 1008 B

12345678910111213141516171819202122232425
  1. [DESCRIPTION]
  2. .B dtpstree
  3. shows running processes as a tree. It is a reimplementation of \fBpstree\fR from
  4. \fIPSmisc\fR for FreeBSD. It also works without \fI/proc\fR and will show the
  5. full set of processes in a jail even if \fBinit\fR is not present.
  6. [AUTHOR]
  7. Written by \fBDouglas Thrift\fR <\fIdouglas@douglasthrift.net\fR>.
  8. [SEE ALSO]
  9. .PP
  10. \fBps\fR(1), \fBkvm\fR(3), \fBkvm_getargv\fR(3), \fBkvm_getprocs\fR(3).
  11. [COPYRIGHT]
  12. .PP
  13. Copyright 2010 Douglas Thrift
  14. .PP
  15. Licensed under the Apache License, Version 2.0 (the "License");
  16. you may not use this file except in compliance with the License.
  17. You may obtain a copy of the License at
  18. .PP
  19. \fIhttp://www.apache.org/licenses/LICENSE\-2.0\fR
  20. .PP
  21. Unless required by applicable law or agreed to in writing, software
  22. distributed under the License is distributed on an \fB"AS IS" BASIS,
  23. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND\fR, either express or implied.
  24. See the License for the specific language governing permissions and
  25. limitations under the License.