Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use ddb(4), not DDB(4) for man page cross-references. | rwatson | 2008-04-21 | 1 | -1/+1 |
| | | | | | MFC after: 3 days Reported by: novel | ||||
* | Provide more detailed information about each procstat(1) display mode, | rwatson | 2008-04-19 | 1 | -7/+248 |
| | | | | | | | including a key to fields in each mode and flag abbreviations. MFC after: 3 days X-MFC-note: POSIX shared memory memory objects aren't in 7-STABLE yet | ||||
* | It is a bug that procstat(8) works only on live kernels and not crashdumps; | rwatson | 2008-04-19 | 1 | -0/+4 |
| | | | | | | document in case anyone wants to work on fixing this. MFC after: 3 days | ||||
* | Add procstat(1), a process inspection utility. This provides both some | rwatson | 2007-12-02 | 1 | -0/+114 |
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> |