Changes committed to git://git.pcp.io/pcp.git master
Ken McDonell (42):
src/pmdas/gfs2/sbstats.c: be consistent about values
pmlogger changes: Nathan's reviews
debian build: add missing control for __pmAFsetup man page
qa/089: improve test stability
qa/184&292: ensure primary pmlogger is restarted
qa/993&1094: (new) exercise shell escape in pmlogger control file
pmlogger_*: add shell escape for "directory" field of control file
qa/new: handle $tmp is a directory case in the initial setup
qa/group: add the pmieutil group for pmie_{check,daily}
qa/admin/<misc>: better heuristic for sniffing primary network interface
src/pmie/rc_pmie: remove one more annoying PMIE in a message
src/libpcp_import/src/stuff.c: strto...() changes
qa/845: additional diagnostics
qa/src/statvfs.c: tool to report stafs() and statvfs() results
qa/src/statvfs.c: oops, add copyright.
mounts PMDA: correct a number of 32-bit unsafe calculations
qa/845: don't run if an acceptable python version not installed
qa/src/.gitignore: add statvfs
qa/722: make sure 722.full is appended to in the qa directory
linux PMDA: provide GNUmakefile hook to change gcc optimization
qa/722: don't run if an acceptable python version not installed
qa/816: notrun if pmdumptext not installed
qa/864: notrun if pcp-collectl not installed
qa/550: don't run if an acceptable python version not installed
qa/547: don't run if an acceptable python version not installed
qa/1082: don't run if an acceptable python version not installed
qa/088: improve stability
qa/575: track latest change in pmie rc script message format
qa/179: try to avoid pmlc-pmlogger race
configure magic to allow statfs() and statvfs() headers to be found
qa/src/statvfs.c: accommodate BSD differences in statfs()
Revert "linux PMDA: provide GNUmakefile hook to change gcc optimization"
configure: allow control over compiler optimization level
Turn gcc optimization off for builds on vm04.localdomain
qa/897: try to avoid pmlc-pmlogger race
qa/083: try to avoid pmlc-pmlogger race
qa/087: improve stability
qa/210: improve stability
qa/157: improve stability
qa/087: more tweaking
qa/valgrind-suppress-3.5.0: another false match
configure: restore default behaviour for compiler optimization
Nathan Scott (10):
pmcd: implement dynamic switching of monitored containers
build: update fedora spec file with resolved pmlogger BZ
qa: automated testing for per-context container switching
qa: make pmval set whoami info (like pmevent) for testing
pcp-atop: fix -b/-e option handling to call libpcp interfaces correctly
docs: connection attributes and further hostspec documentation
build: fix syntax error in configure cc optimisation check
pmdaroot: export containers.cgroup in a more consistent way
docs: describe the planned _store pmwebapi extension
pmdaroot: more reliable test for presence of systemd cgroups
Frank Ch. Eigler (3):
pmmgr: support for pmlogreduce
pmmgr end-of-line whitespace extermination
pmmgr: reduce unnecessary pmlogcheck burden
Joseph White (1):
Add reference clock cycles to config for NHM & WSM.
Marko Myllynen (1):
docs: update the Quick Ref Guide after the pmatop man page changes.
Makepkgs | 11
build/rpm/fedora.spec | 1
configure | 41 +
configure.ac | 25 -
debian/libpcp3-dev.install | 1
man/html/guide.html | 24 -
man/man1/pcpintro.1 | 25 -
man/man1/pmlogger_check.1 | 60 ++
man/man1/pmmgr.1 | 91 ++-
man/man3/pmwebapi.3 | 21
qa/083 | 30 +
qa/083.out | 12
qa/087 | 12
qa/087.out | 36 -
qa/088 | 7
qa/089 | 10
qa/1079 | 3
qa/1079.out | 860 +++++++++++++++++++++++++++++++++++++
qa/1082 | 2
qa/1094 | 68 ++
qa/1094.out | 65 ++
qa/157 | 4
qa/157.out | 1
qa/179 | 9
qa/179.out | 24 +
qa/184 | 13
qa/210 | 5
qa/292 | 12
qa/547 | 2
qa/550 | 2
qa/575.out.1 | 2
qa/575.out.2 | 2
qa/722 | 7
qa/761.out | 6
qa/793 | 206 ++++++++
qa/793.out | 114 ++++
qa/816 | 2
qa/845 | 5
qa/864 | 3
qa/897 | 4
qa/897.out | 7
qa/admin/allow-pmlc-access | 71 ---
qa/admin/check-vm | 52 --
qa/admin/myconfigure | 11
qa/common.docker | 7
qa/group | 14
qa/new | 2
qa/src/.gitignore | 2
qa/src/GNUlocaldefs | 8
qa/src/statvfs.c | 92 +++
qa/src/storepmcd.c | 188 ++++++++
qa/valgrind-suppress-3.5.0 | 23
src/include/builddefs.in | 2
src/include/pcp/config.h.in | 6
src/libpcp/src/util.c | 2
src/libpcp_import/src/stuff.c | 8
src/libpcp_pmcd/src/client.c | 32 +
src/pcp/atop/atop.c | 4
src/pcp/atop/atop.h | 1
src/pcp/atop/atopsar.c | 4
src/pcp/atop/various.c | 26 -
src/pmcd/src/client.c | 3
src/pmcd/src/client.h | 2
src/pmcd/src/config.c | 4
src/pmcd/src/pmcd.c | 12
src/pmdas/gfs2/sbstats.c | 4
src/pmdas/linux/GNUmakefile | 2
src/pmdas/mounts/mounts.c | 10
src/pmdas/perfevent/perfevent.conf | 8
src/pmdas/pmcd/help | 6
src/pmdas/pmcd/root_pmcd | 1
src/pmdas/pmcd/src/pmcd.c | 187 ++++----
src/pmdas/root/docker.c | 4
src/pmdas/sample/src/percontext.c | 2
src/pmie/rc_pmie | 2
src/pmlogger/GNUmakefile | 1
src/pmlogger/pmlogger_check.sh | 7
src/pmlogger/pmlogger_daily.sh | 7
src/pmlogger/src/gram.y | 4
src/pmlogger/utilproc.sh | 82 +++
src/pmmgr/TODO | 1
src/pmmgr/config/GNUmakefile | 2
src/pmmgr/pmmgr.cxx | 154 +++++-
src/pmval/pmval.c | 3
84 files changed, 2530 insertions(+), 368 deletions(-)
|