/var/lib/pcp/testsuite/src/bigace.pmns is in pcp-testsuite 3.10.8build1.
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 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103  | /*
 * fixed pmns for bigace archive (V.1)
 */
root {
    irix
}
irix {
    kernel
    disk
    network
}
irix.kernel {
    all
}
/*
 * kernel.all.load
 * kernel.all.pswitch
 * kernel.all.readch
 * kernel.all.writech
 * kernel.all.runocc
 * kernel.all.runque
 * kernel.all.syscall
 * kernel.all.cpu.idle
 * kernel.all.cpu.intr
 * kernel.all.cpu.sys
 * kernel.all.cpu.sxbrk
 * kernel.all.cpu.user
 * kernel.all.cpu.wait.total
 * kernel.all.ipc.msg
 * kernel.all.ipc.sema
 */
irix.kernel.all {
    load	1:18:3
    pswitch	1:10:3
    readch	1:10:14
    writech	1:10:29
    runocc	1:10:15
    runque	1:10:16
    syscall	1:10:19
    cpu
    ipc
}
irix.kernel.all.cpu {
    idle	1:10:7
    intr	1:10:8
    sys		1:10:9
    sxbrk	1:10:10
    user	1:10:11
    wait
}
irix.kernel.all.cpu.wait {
    total	1:10:12
}
irix.kernel.all.ipc {
    msg		1:10:53
    sema	1:10:54
}
/*
 * disk.dev.read
 * disk.dev.write
 * disk.dev.total
 */
irix.disk {
    dev
}
irix.disk.dev {
    read	1:80:1
    write	1:80:2
    total	1:80:7
}
/*
 * network.interface.in.bytes
 * network.interface.out.bytes
 */
irix.network {
    interface
}
irix.network.interface {
    in
    out
}
irix.network.interface.in {
    bytes	1:25:7
}
irix.network.interface.out {
    bytes	1:25:12
}
 |