Changes committed to git://git.pcp.io/pcp.git master
Nathan Scott (3):
libpcp: further refine setup of container env var for qa/722
qa: add -z to use timezone from the pcp archive in test 1078
qa: fix up 1078 expected output to match pidstat sorting by PID
sitaramshelke (1):
pcp-pidstat: initial commit of PCP implementation of pidstat
GNUmakefile | 6
build/rpm/fedora.spec | 4
build/rpm/pcp.spec.in | 2
qa/1078 | 47
qa/1078.out | 6483 ++++++++----
qa/archives/pcp-pidstat.0 |binary
qa/archives/pcp-pidstat.index |binary
qa/archives/pcp-pidstat.meta |binary
qa/group | 1
src/GNUmakefile | 5
src/libpcp/src/getopt.c | 7
src/pcp/GNUmakefile | 5
src/pcp/pidstat/.gitignore | 1
src/pcp/pidstat/GNUmakefile | 40
src/pcp/pidstat/pcp-pidstat.1 | 148
src/pcp/pidstat/pcp-pidstat.py | 574 +
src/pcp/pidstat/test/cpu_process_memory_util_test.py | 38
src/pcp/pidstat/test/cpu_process_priorities_test.py | 38
src/pcp/pidstat/test/cpu_process_stack_util_test.py | 38
src/pcp/pidstat/test/cpu_usage_reporter_test.py | 122
src/pcp/pidstat/test/cpu_usage_test.py | 38
src/pcp/pidstat/test/metric_repository_test.py | 151
src/pcp/pidstat/test/none_handler_printer_decorator_test.py | 40
src/pcp/pidstat/test/pcp-pidstat-pmlogger-config.txt | 43
src/pcp/pidstat/test/pcp_pidstat.py | 1
src/pcp/pidstat/test/process_cpu_usage_test.py | 217
src/pcp/pidstat/test/process_filter_test.py | 109
src/pcp/pidstat/test/process_memory_util_reporter_test.py | 85
src/pcp/pidstat/test/process_memoryutil_test.py | 162
src/pcp/pidstat/test/process_priority_reporter_test.py | 58
src/pcp/pidstat/test/process_priority_test.py | 73
src/pcp/pidstat/test/process_stack_util_reporter_test.py | 57
src/pcp/pidstat/test/process_stackutil_test.py | 69
33 files changed, 6798 insertions(+), 1864 deletions(-)
commit c5bd782b337ff3978c1969ce99a898aa61357978
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Wed Jul 6 15:20:37 2016 +1000
qa: fix up 1078 expected output to match pidstat sorting by PID
commit 67e452708077ecb842b7e2ba838aabec3007dfb0
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Wed Jul 6 15:19:57 2016 +1000
qa: add -z to use timezone from the pcp archive in test 1078
commit 0712a0edd310fcb117808a3945b7f05187ab6904
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Wed Jul 6 14:16:37 2016 +1000
libpcp: further refine setup of container env var for qa/722
Still seeing intermittent failures on test 722 - use setenv
like the rest of libpcp for the container name setup & also
ensure we do setup PCP_CONTAINER environment multiple times.
commit 4a102ce237658c9ed64160dc67c1dafa649a0973
Author: sitaramshelke <sitaramshelke@xxxxxxxxx>
Date: Wed Jul 6 07:57:01 2016 +0530
pcp-pidstat: initial commit of PCP implementation of pidstat
|