Changes committed to git://oss.sgi.com:8090/nathans/pcp.git
src/pmdas/linux/clusters.h | 4
src/pmdas/linux/help | 40 ++++++++
src/pmdas/linux/pmda.c | 112 ++++++++++++++++++++++-
src/pmdas/linux/proc_pid.c | 211
+++++++++++++++++++++++++++++++++------------
src/pmdas/linux/proc_pid.h | 65 +++++++++++--
src/pmdas/linux/root_linux | 20 ++++
6 files changed, 379 insertions(+), 73 deletions(-)
commit c131e790731c46860b7b27696c486d6395272494
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Mon Feb 18 15:30:24 2008 +1100
Make code for fetch_proc_pid_maps have a consistent indentation
level with the rest of proc_pid.c (and with most other PCP code).
commit 2258a4ec09afd8a8c5223306a3b66c1b8fe94234
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Mon Feb 18 14:33:33 2008 +1100
Fix a (long-standing) memory leak in the per-process stats.
commit bdb5c9ba208e688b16aeb89911063646a56fc884
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Mon Feb 18 14:30:14 2008 +1100
Add support for per-process I/O and scheduler statistics in the
Linux PMDA from /proc/<pid>/scheduler and /proc/<pid>/io.
|