Hi,
Here are a few additional proc metrics that I thought we had
submitted, but must have missed. Adds the "cpusallowed" and "environ"
metrics from proc. Written by Joe, I just updated to current pcp. I
think I got all the changed qa files as well. We've been running these
for a while with no issue.
https://github.com/ubccr/pcp/tree/proc_additions
Martins
commit eaa5ca865f005464f107162f14ffcc995c91fef4
Author: Martins Innus <minnus@xxxxxxxxxxx>
Date: Fri Apr 17 19:46:00 2015 +0000
Another qa fixup for the cpusallowed and environment proc metrics
qa/943.out | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
commit 0e2e083f2be31ac0673addef4f40836c8a97b0d7
Merge: 546f56c e852abb
Author: Martins Innus <minnus@xxxxxxxxxxx>
Date: Fri Apr 17 13:48:27 2015 -0400
Merge branch 'master' into proc_additions
commit 546f56c0505d08969989b8dc2f2772afcde585ef
Author: Martins Innus <minnus@xxxxxxxxxxx>
Date: Thu Apr 9 20:17:22 2015 +0000
Fixup QA and some other misses during the addition of new proc metrics
qa/022.out.linux | 2 ++
src/pmdas/linux_proc/pmda.c | 1 +
src/pmdas/linux_proc/proc_dynamic.c | 2 +-
src/pmdas/linux_proc/proc_pid.c | 5 ++++-
4 files changed, 8 insertions(+), 2 deletions(-)
commit 6b98199cc54088dd29a2c5d0b61e5616c37c5c82
Author: Martins Innus <minnus@xxxxxxxxxxx>
Date: Thu Apr 9 14:38:07 2015 -0400
Add dynamic metric changes for the cpus allowed and environment
proc metrics
src/pmdas/linux_proc/help_text.h | 2 ++
src/pmdas/linux_proc/proc_dynamic.c | 2 ++
src/pmdas/linux_proc/proc_pid.c | 2 --
3 files changed, 4 insertions(+), 2 deletions(-)
commit d64ac42097bc899392ecfe702e187cbf3a73dc86
Author: Joe White <jpwhite4@xxxxxxxxxxx>
Date: Wed Oct 1 20:09:40 2014 +0100
Merge Joe's cpus allowed and environment proc metrics with current
pcp source
src/pmdas/linux_proc/pmda.c | 4 ++++
src/pmdas/linux_proc/proc_pid.c | 2 ++
2 files changed, 6 insertions(+), 0 deletions(-)
commit ac809ae28d5765d18277c13983e8fdf97d6642ad
Author: Joe White <jpwhite4@xxxxxxxxxxx>
Date: Wed Oct 1 20:40:42 2014 +0100
Cherry pick the environment and cpus allowed metrics
src/pmdas/linux_proc/pmda.c | 14 +++++++++++-
src/pmdas/linux_proc/proc_pid.c | 42
+++++++++++++++++++++++++++++++++++++++
src/pmdas/linux_proc/proc_pid.h | 12 +++++++++-
3 files changed, 64 insertions(+), 4 deletions(-)
|