Changes committed to git://git.performancecopilot.org/pcp.git dev
qa/003 | 1 +
src/pmchart/views/CPU | 1 -
src/pmchart/views/GNUmakefile | 2 +-
src/pmchart/views/vCPU | 12 ++++++++++++
src/pmdas/linux/help | 6 ++++++
src/pmdas/linux/pmda.c | 10 ++++++++++
src/pmdas/linux/proc_meminfo.c | 1 +
src/pmdas/linux/proc_meminfo.h | 1 +
src/pmdas/linux/root_linux | 1 +
9 files changed, 33 insertions(+), 2 deletions(-)
commit 3c479d028f44dccfb0b19a394a0380e8e3f3393a
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Sun Jun 15 14:47:12 2014 +1000
Update test filter in qa/003 for mem.util.available metric
commit 06348afa59115570b44b02e1d7e961159299ae17
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Sun Jun 15 14:09:04 2014 +1000
Add new vCPU pmchart view into the installed set
commit c796f4f535d24a573d7fa12f06e6a0ad0435253a
Author: Mark Goodwin <mgoodwin@xxxxxxxxxx>
Date: Fri Jun 13 17:44:43 2014 +1000
Add mem.util.available.
This is from /proc/meminfo in recent kernels (including RHEL7GA).
It the amount of memory that is available for a new workload, without
pushing the system into swap - estimated from MemFree, Active(file),
Inactive(file), and SReclaimable, as well as the "low" watermarks from
/proc/zoneinfo. See https://lkml.org/lkml/2013/11/7/264 for details.
On downrev kernels, returns No Values Available.
modified: src/pmdas/linux/help
modified: src/pmdas/linux/pmda.c
modified: src/pmdas/linux/proc_meminfo.c
modified: src/pmdas/linux/proc_meminfo.h
modified: src/pmdas/linux/root_linux
commit 37f48043a79bb716dab62d7687aaff70376e5198
Author: Mark Goodwin <mgoodwin@xxxxxxxxxx>
Date: Fri Jun 13 16:11:38 2014 +1000
Remove Guest from the standard CPU view since User (kernel.all.cpu.user)
includes Guest. Create a new view called vCPU that includes Guest and vUSER,
where vUSER is kernel.all.cpu.vuser which does not include Guest.
modified: src/pmchart/views/CPU
new file: src/pmchart/views/vCPU
|