summaryrefslogtreecommitdiffstats
path: root/usr.bin/procstat/procstat_bin.c
Commit message (Collapse)AuthorAgeFilesLines
* Add 'COMM' column to a few more output modes of procstat(1). The onlyrwatson2007-12-101-1/+3
| | | | | one it's missing from is the VM display, where there's really not room, and the file output display is looking quite cramped.
* Add procstat(1), a process inspection utility. This provides both somerwatson2007-12-021-0/+68
of the missing functionality from procfs(4) and new functionality for monitoring and debugging specific processes. procstat(1) operates in the following modes: -b Display binary information for the process. -c Display command line arguments for the process. -f Display file descriptor information for the process. -k Display the stacks of kernel threads in the process. -s Display security credential information for the process. -t Display thread information for the process. -v Display virtual memory mappings for the process. Further revision and modes are expected. Testing, ideas, etc: cognet, sam, Skip Ford <skip at menantico dot com> Wesley Shields <wxs at atarininja dot org>
OpenPOWER on IntegriCloud