Changes committed to git://git.performancecopilot.org/pcp.git dev
debian/changelog | 1
qa/003 | 22 +
qa/1010 | 3
qa/1010.out | 14
qa/qt/qmc_desc/qmc_desc.cpp | 3
src/pmdas/linux/GNUmakefile | 7
src/pmdas/linux/clusters.h | 2
src/pmdas/linux/help | 136 ++++++++
src/pmdas/linux/pmda.c | 609 +++++++++++++++++++++++++++++++++++++
src/pmdas/linux/proc_net_netstat.c | 353 +++++++++++++++++++++
src/pmdas/linux/proc_net_netstat.h | 150 +++++++++
src/pmdas/linux/root_linux | 121 +++++++
src/pmdas/mmv/GNUmakefile | 1
src/pmdumptext/pmdumptext.cpp | 556 +++++++++++----------------------
src/pmtime/main.cpp | 92 +----
15 files changed, 1630 insertions(+), 440 deletions(-)
commit 22da97f0ca6d2b52269c719f0e5baa36513985ec
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Fri May 16 19:18:47 2014 +1000
Ensure build dirt is cleaned for MMV helper/demo tools
commit a875d38a73d22497df2a61878b0a76da26b1b27f
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Fri May 16 19:17:38 2014 +1000
Resolve regression recently introduced in QmcDesc test case
commit 8028dab6b0867e70be042b2a8008873fae79e466
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Fri May 16 19:16:59 2014 +1000
Updates to QA after recent Linux kernel network metric additions
Small stuff, test 003 needed addition filtering to handle the new
expected-fail cases for some platforms, and a couple of the help
text entries were beyond the length limit checked by test qa/469.
Renamed one new metric which misspelt "spurious" as "spurios".
commit eb4d18a822568f0434245677773c1b8f658d0367
Author: Michele Baldessari <michele@xxxxxxxxxx>
Date: Fri May 16 18:57:09 2014 +1000
Add /proc/net/netstat support to the Linux kernel PMDA
In order to troubleshoot a certain class of networking issues
it is extremely useful to collect the tcp and ip statistics
exported by /proc/net/netstat
Signed-off-by: Michele Baldessari <michele at acksyn.org>
commit 895c79ac16fa5ac4437acc7b7c9730ec4fabba67
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Fri May 16 15:37:49 2014 +1000
Convert pmtime and pmdumptext to using long option parsing
|