]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC 266293:
authorjhb <jhb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 27 Jun 2014 20:34:22 +0000 (20:34 +0000)
committerjhb <jhb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 27 Jun 2014 20:34:22 +0000 (20:34 +0000)
commit611b157e43d6e5b82b4fad0663f08e0de6410ae4
treea7d7ae93f7c7dcfe7aae607fc96d8a09ef3c7a7a
parentd63fbfaefdff3d9f178a99d547a517970692419c
MFC 266293:
- Add support for dumping current resource usage for processes via a new -r
  flag to procstat.
- Add an -H flag to request information about threads rather than processes
  when dumping statistics.  Currently it is only used for -r to display
  resource usage for individual threads instead of the entire process.

git-svn-id: svn://svn.freebsd.org/base/stable/9@267979 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
usr.bin/procstat/Makefile
usr.bin/procstat/procstat.1
usr.bin/procstat/procstat.c
usr.bin/procstat/procstat.h
usr.bin/procstat/procstat_rusage.c [new file with mode: 0644]