/var/lib/pcp/pmdas/proc
NameSizeModeActions
domain.h550644editdlrm
help324790644editdlrm
help.dir33000644editdlrm
help.pag316400644editdlrm
Install7470755editdlrm
pmdaproc1940400755editdlrm
pmda_proc.so1897200755editdlrm
Remove7130755editdlrm
root1010644editdlrm
root_proc93270644editdlrm
samplehotproc.conf600644editdlrm
Edit: /usr/libexec/pcp/pmdas/proc/Remove (713B)
#!/bin/sh # # Copyright (c) 2013 Red Hat Inc. # # This program is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by the # Free Software Foundation; either version 2 of the License, or (at your # option) any later version. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License # for more details. # # Remove the Linux per-process (proc) PMDA # . $PCP_DIR/etc/pcp.env . $PCP_SHARE_DIR/lib/pmdaproc.sh iam=proc pmns_name="proc cgroup hotproc" pmdaSetup pmdaRemove exit