Changes committed to git://git.performancecopilot.org/pcp.git dev
qa/543 | 5 +-
qa/581 | 1
src/pmdas/dmcache/pmdadmcache.python | 2
src/pmdas/linux/devmapper.c | 15 +++---
src/pmdas/linux/filesys.c | 4 +
src/pmdas/linux/getinfo.c | 24 +++++-----
src/pmdas/linux/indom.h | 8 ++-
src/pmdas/linux/interrupts.c | 5 +-
src/pmdas/linux/numa_meminfo.c | 8 ++-
src/pmdas/linux/pmda.c | 14 +++++
src/pmdas/linux/proc_cpuinfo.c | 17 ++++---
src/pmdas/linux/proc_loadavg.c | 30 +++---------
src/pmdas/linux/proc_meminfo.c | 21 ++------
src/pmdas/linux/proc_net_dev.c | 21 ++++----
src/pmdas/linux/proc_net_netstat.c | 17 +++----
src/pmdas/linux/proc_partitions.c | 83 +++++++++++++++++++++++++----------
16 files changed, 164 insertions(+), 111 deletions(-)
commit 8fbe83d4544666e88b89115103bf1b2a2bef8a7b
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Fri Jul 25 19:57:07 2014 +1000
Fix dmcache.dirty metric type - instantaneous, not discrete
commit cf92ea54586348eccb397d2960bc6f96cdcd6f14
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Fri Jul 25 19:54:41 2014 +1000
Tighten qa/581 filter for net interfaces on a new f20 laptop
commit 10f80cbee5fe8a5818162f7725c58d6f3492aeb3
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Fri Jul 25 19:53:42 2014 +1000
Add _notrun checks to qa/543 in case no local mailer available
commit 457e6c55a91ecfc2fab928e8e1b589549b3a1486
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Fri Jul 25 19:51:30 2014 +1000
pmdalinux: allow for mock testing with canned proc/sysfs files
As Mark is working toward testing device mapper stuff now, the
need for a test-data-injection mechanism for pmdalinux came up
once more - this commit introduces the first wave. All of the
device code is converted over now, and some of the net and CPU
metrics. Enough for Mark to get started though, and for me to
continue on in parallel.
commit 61b06df88fca55bed487e1d7e672760c64599e10
Author: Mark Goodwin <mgoodwin@xxxxxxxxxx>
Date: Fri Jul 25 11:19:38 2014 +1000
Refine the dm-* -> persistent name mapping to support older platforms.
Older platforms (e.g. RHEL5) do not support /sys/block/dm*/dm/name
so we have to match up the dev_t of block devices in /dev/mapper with
their major/minor numbers in /proc/diskstats.
modified: src/pmdas/linux/proc_partitions.c
|