Changes committed to git://oss.sgi.com/nathans/pcp.git
man/man1/pmlogsummary.1 | 12 ++++--
src/pmdas/linux/help | 33 +++++++---------
src/pmdas/linux/pmda.c | 20 ++++++++++
src/pmdas/linux/proc_stat.c | 59 +++++++++--------------------
src/pmdas/linux/proc_stat.h | 40 ++++++++++++++------
src/pmdas/linux/root_linux | 2 +
src/pmlogsummary/pmlogsummary.c | 80 ++++++++++++++++++++++++++++++----------
src/pmstat/GNUmakefile | 3 +
8 files changed, 154 insertions(+), 95 deletions(-)
commit 84ca558c15762113b54c31293b89164a02d7e139
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Wed Apr 29 09:36:53 2009 +1000
Add Linux per-CPU and aggregate "guest" CPU utilisation metrics.
Late in 2008 a ninth field was added to the /proc/stat per-CPU
metrics, which is the CPU time spent executing virtual guests.
So, kernel.{all,percpu}.cpu.guest have been added accordingly.
Removed an unused function in proc_stat.c, cleaned up a handful
of crimes against whitespace, and removed some redundant init-
to-zero calls while I was in there.
commit a86b76be7540c8ff735be5f3327019c6daa02d59
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Wed Apr 29 09:22:20 2009 +1000
Add a pmlogsummary option to report a "header" line (-H).
This makes it much easier to tell what each field is. The
header fields are separated by the same delimiter character
as data fields, so importing into a spreadsheet should work
OK too. Also fixed up some incorrect text on the man page.
( These issues reported by Paul Cowan - thanks! )
commit c714af44a2f0c9fc1e2fc5591f46b5762ad1c7e4
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Mon Apr 27 12:26:55 2009 +1000
Give path to the in-tree libpcp_gui library for pmstat build.
|