Changes committed to git://oss.sgi.com/nathans/pcp.git
src/pmdas/GNUmakefile | 2
src/pmdas/windows/fetch.c | 91 +++++++++++++++++++++++-------------------
src/pmdas/windows/libpdh.def | 1
src/pmdas/windows/libpdh.h | 20 +++++++++
src/pmdas/windows/open.c | 11 ++++-
src/pmdas/windows/pmda.c | 6 ++
src/pmdas/windows/pmns.kernel | 1
7 files changed, 88 insertions(+), 44 deletions(-)
commit 0758690bcbbf26db438560d5b5b94b1644979047
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Thu Aug 27 14:26:32 2009 +1000
Descend into samba PMDA during the build (SUBDIRS update).
commit 9e758dd286ee2c49ecd991599a4c87a5520b9892
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Thu Aug 27 14:25:18 2009 +1000
Add kernel.all.uptime to the Windows kernel agent.
This code uses the PdhGetFormattedCounterValue API, which we
have not used before on Windows, hence the changes to libpdh
header and dll definition files.
|