/var/lib/pcp/config/pmchart/PMCD is in pcp-gui 4.0.1-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | #kmchart
version 1
chart title "Packets for PMCD [%h]" style stacking
plot legend "In" metric pmcd.pdu_in.total
plot legend "Out" metric pmcd.pdu_out.total
chart title "CPU Time for PMCD and DSO PMDAs [%h]" style stacking
optional-plot legend "User" color #2d2de2 metric proc.psinfo.utime matching "[\\/](pmcd |pmcd$)"
optional-plot legend "Sys" color #e71717 metric proc.psinfo.stime matching "[\\/](pmcd |pmcd$)"
chart title "CPU Time for Other PMDAs [%h]" style stacking legend off
optional-plot color #2d2de2 metric proc.psinfo.utime matching "[\\/]pmda[a-z]"
optional-plot color #e71717 metric proc.psinfo.stime matching "[\\/]pmda[a-z]"
|