summaryrefslogtreecommitdiffstats
path: root/usr.bin/procstat/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Bring DPADD in sync with LDADD.marcel2012-05-191-1/+1
|
* usr.bin/procstattrociny2011-11-241-0/+1
| | | | | | | | Add -l flag to display resource limits. PR: bin/161257 Reviewed by: kib MFC after: 2 weeks
* Add new options, -e and -x, to display process environment variablestrociny2011-11-221-0/+1
| | | | | | and ELF auxiliary vectors. MFC after: 2 weeks
* - Commit work from libprocstat project. These patches add support for runtimestas2011-05-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | file and processes information retrieval from the running kernel via sysctl in the form of new library, libprocstat. The library also supports KVM backend for analyzing memory crash dumps. Both procstat(1) and fstat(1) utilities have been modified to take advantage of the library (as the bonus point the fstat(1) utility no longer need superuser privileges to operate), and the procstat(1) utility is now able to display information from memory dumps as well. The newly introduced fuser(1) utility also uses this library and able to operate via sysctl and kvm backends. The library is by no means complete (e.g. KVM backend is missing vnode name resolution routines, and there're no manpages for the library itself) so I plan to improve it further. I'm commiting it so it will get wider exposure and review. We won't be able to MFC this work as it relies on changes in HEAD, which was introduced some time ago, that break kernel ABI. OTOH we may be able to merge the library with KVM backend if we really need it there. Discussed with: rwatson
* Teach procstat(1) to display some information about signal dispositionkib2010-03-081-0/+1
| | | | | | | and pending/blocked status for signals. Reviewed by: rwatson MFC after: 2 weeks
* Build usr.bin/ with WARNS=6 by default.ed2010-01-021-1/+0
| | | | Also add some missing $FreeBSD$ to keep svn happy.
* Use libutil wrapper for kinfo_get{file|vmmap}()peter2008-12-011-0/+4
|
* Add procstat(1), a process inspection utility. This provides both somerwatson2007-12-021-0/+15
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