Changes committed to git://oss.sgi.com/nathans/pcp.git
src/libpcp/src/config.c | 2 -
src/pmdas/windows/GNUmakefile | 2 -
src/pmdas/windows/fetch.c | 24 +++++++++++-
src/pmdas/windows/hypnotoad.h | 3 +
src/pmdas/windows/open.c | 32 +++-------------
src/pmdas/windows/pmda.c | 83 ++++++++++++++++++++++++++++++++++++++++--
src/pmdas/windows/pmns.mem | 15 +++++++
src/pmdas/windows/root | 1
8 files changed, 129 insertions(+), 33 deletions(-)
commit f5c226b1d8acf56becdb05caba71d12f24b017a4
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Wed Jun 3 15:15:32 2009 +1000
New Windows memory cluster, stats from GlobalMemoryStatusEx().
This adds several mem.util metrics, and several swap metrics.
All memory stats that use GlovalMemoryStatusEx (hinv.physmem
also) are refreshed the same way now, once per fetch request
not just once at startup.
commit a33b7d211523dc9911be7877aaeb4c88b3a44b7e
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Wed Jun 3 10:59:01 2009 +1000
Fix compiler warning due to lack of return in a Win32 interface.
commit e80d2dca4e7bfda7ac597e54d1b95583314e9c50
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Wed Jun 3 10:55:15 2009 +1000
Force use of MEMORYSTATUSEX interface in Windows PMDA.
This resolves a (long standing) precision problem under Win32
where only 2GB of physical memory was reported but 4GB actually
installed.
|