Hi,
In my initial dynamic procs submission, I had a copy and paste
error that didn't do anything. cgroups must have returned a value if the
metrics makeup changed. Proc only returns non-zero when /proc can't be
opened. From:
https://github.com/ubccr/pcp/tree/martins_working
commit 11c66bcde0ea263db7002d6731498f105dfb35bb
Author: Martins Innus <minnus@xxxxxxxxxxx>
Date: Fri Dec 5 14:43:42 2014 -0500
Remove noop code
In my initial dynamic proc refractor, I copied an unneccessary call
that was in the cgroups code.
For the procs case, it is not needed and never gets called.
src/pmdas/linux_proc/pmda.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
Thanks
Martins
|