/usr/share/pcp/demos/procmemstat/pmnsmap.spec is in pcp 3.9.10.
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 15 16 17 18 19 20 21 | metrics {
#ifdef linux
proc.memory.rss RSS_TOTAL
proc.memory.textrss RSS_TEXT
proc.memory.librss RSS_LIB
proc.memory.datrss RSS_DATA
#endif
#ifdef sgi
/* IRIX */
proc.memory.virtual.txt V_TXT
proc.memory.virtual.dat V_DAT
proc.memory.virtual.bss V_BSS
proc.memory.virtual.stack V_STK
proc.memory.virtual.shm V_SHM
proc.memory.physical.txt P_TXT
proc.memory.physical.dat P_DAT
proc.memory.physical.bss P_BSS
proc.memory.physical.stack P_STK
proc.memory.physical.shm P_SHM
#endif
}
|