/var/lib/pcp/config/pmchart/Syscalls 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 | #kmchart
version 1
chart title "System Calls [%h]" style plot
optional-plot legend "All" metric kernel.all.syscall
optional-plot legend "exec" metric kernel.all.sysexec
optional-plot legend "fork" metric kernel.all.sysfork
optional-plot legend "read" metric kernel.all.sysread
optional-plot legend "write" metric kernel.all.syswrite
|