diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2014-10-26 12:33:50 +0400 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2014-10-26 12:33:50 +0400 |
commit | 47e6e7c84f008a53061e661f31ae96629bc694ef (patch) | |
tree | 648a07f3b5b9d67ce19b0fd72e8caa1175c98f1a /src/pmdas/hotproc/pmns.hotproc | |
download | pcp-debian.tar.gz |
Debian 3.9.10debian/3.9.10debian
Diffstat (limited to 'src/pmdas/hotproc/pmns.hotproc')
-rw-r--r-- | src/pmdas/hotproc/pmns.hotproc | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/src/pmdas/hotproc/pmns.hotproc b/src/pmdas/hotproc/pmns.hotproc new file mode 100644 index 0000000..0ea5a0e --- /dev/null +++ b/src/pmdas/hotproc/pmns.hotproc @@ -0,0 +1,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 +} |