blob: 0ea5a0e43b3a29547a387c2aa91d4e7487dcc209 (
plain)
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
|
/*
* Metrics borrowed from "proc" pmda above ... these ones are specific
* to the hotproc PMDA.
*/
hotproc.control {
refresh HOTPROC:100:1
config HOTPROC:100:8
config_gen HOTPROC:100:9
}
hotproc.total {
cpuidle HOTPROC:100:2
cpuburn HOTPROC:100:3
cpuother
}
hotproc.total.cpuother {
transient HOTPROC:100:4
not_cpuburn HOTPROC:100:5
total HOTPROC:100:6
percent HOTPROC:100:7
}
hotproc.predicate {
syscalls HOTPROC:101:0
ctxswitch HOTPROC:101:1
virtualsize HOTPROC:101:2
residentsize HOTPROC:101:3
iodemand HOTPROC:101:4
iowait HOTPROC:101:5
schedwait HOTPROC:101:6
}
|