[Also merged Martins and Kens current dev branches in here]
Changes committed to git://oss.sgi.com/nathans/pcp.git
src/libpcp/src/GNUmakefile | 2
src/pmdas/GNUmakefile | 2
src/pmdas/linux/numa_meminfo.c | 80 +++++++++++++-----------
src/pmdas/mmv/mmv.c | 5 -
src/pmdas/postfix/.gitignore | 2
src/pmdas/postfix/GNUmakefile | 45 +++++++++
src/pmdas/postfix/Install | 27 +++++
src/pmdas/postfix/Remove | 25 +++++
src/pmdas/postfix/pmdapostfix.pl | 177 +++++++++++++++++++++++++++++++++++++++
src/pmns/stdpmid.pcp | 1
10 files changed, 319 insertions(+), 47 deletions(-)
commit 81c2f6ab35fff6b1391f9be7e7a6fcf8bc827993
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Tue Jan 12 14:00:37 2010 +1100
Remove unwanted info log message in pmcd log when using a DSO MMV.
commit a96a8dc6e00dfa8d921d2ac714f4c7978c1599a8
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Tue Jan 12 13:59:24 2010 +1100
Minor 64/32 bit cleanup in the Linux NUMA stats.
Resolves warnings of this nature from gcc:
numa_meminfo.c:69: warning: integer constant is too large for ‘long’ type
numa_meminfo.c:70: warning: integer constant is too large for ‘long’ type
numa_meminfo.c:71: warning: integer constant is too large for ‘long’ type
numa_meminfo.c:72: warning: integer constant is too large for ‘long’ type
numa_meminfo.c:73: warning: integer constant is too large for ‘long’ type
numa_meminfo.c:74: warning: integer constant is too large for ‘long’ type
Also make use of the field: <value> C99(?) struct init notation
for more clarity on which of the fields are being set statically.
commit 99a412ad9d9752a72555856ecaa628d2a4280535
Author: Josef 'Jeff' Sipek <jeffpc@xxxxxxxxxxxxxx>
Date: Tue Jan 12 13:08:36 2010 +1100
Add a new PMDA exporting the Postfix queue lengths
commit 6ca00c9fbdc254dca8984d4dc4d5792e5f938ebf
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Tue Jan 12 12:51:21 2010 +1100
Add MMV into the set of DSOs local context works on automatically.
|