Changes committed to git://oss.sgi.com:8090/nathans/pcp.git
src/pmdas/linux/help | 84 ++++++++++++++++----------
src/pmdas/linux/pmda.c | 138
+++++++++++++++++++++++++++++++-------------
src/pmdas/linux/proc_stat.c | 41 ++++++-------
src/pmdas/linux/proc_stat.h | 5 -
src/pmdas/linux/root_linux | 14 ++++
5 files changed, 188 insertions(+), 94 deletions(-)
commit 870f45773f865d99cfc1372c15eec40f7d648b52
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Tue Jul 29 09:23:09 2008 +1000
Additional Linux CPU time metrics - aggregate and per-CPU
metrics for:
- virtualisation-layer "steal" time
- separate hard/soft interrupt processing time metrics
Also revisited some of the help text for the CPU metrics in
the Linux kernel agent.
|