aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorUkri Niemimuukko <ukri.niemimuukko@intel.com>2020-01-17 14:32:16 +0200
committerJohannes 'fish' Ziemke <github@freigeist.org>2020-02-01 12:06:30 +0100
commiteac3e30f7f7f564c2bd110c7bb97390711e45e32 (patch)
tree3299da753ff0b70e18c369962b613a029ecbf938 /README.md
parent9bb37873a8757508853b14e6048a9c3418f3d667 (diff)
downloadprometheus_node_collector-eac3e30f7f7f564c2bd110c7bb97390711e45e32.tar.bz2
prometheus_node_collector-eac3e30f7f7f564c2bd110c7bb97390711e45e32.tar.xz
prometheus_node_collector-eac3e30f7f7f564c2bd110c7bb97390711e45e32.zip
rapl_linux collector
This exposes RAPL statistics from /sys/class/powercap. Co-Authored-By: Ben Kochie <superq@gmail.com> Signed-off-by: Ukri Niemimuukko <ukri.niemimuukko@intel.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index b8bb283..0a0f7c3 100644
--- a/README.md
+++ b/README.md
@@ -51,6 +51,7 @@ netstat | Exposes network statistics from `/proc/net/netstat`. This is the same
51nfs | Exposes NFS client statistics from `/proc/net/rpc/nfs`. This is the same information as `nfsstat -c`. | Linux 51nfs | Exposes NFS client statistics from `/proc/net/rpc/nfs`. This is the same information as `nfsstat -c`. | Linux
52nfsd | Exposes NFS kernel server statistics from `/proc/net/rpc/nfsd`. This is the same information as `nfsstat -s`. | Linux 52nfsd | Exposes NFS kernel server statistics from `/proc/net/rpc/nfsd`. This is the same information as `nfsstat -s`. | Linux
53pressure | Exposes pressure stall statistics from `/proc/pressure/`. | Linux (kernel 4.20+ and/or [CONFIG\_PSI](https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/accounting/psi.txt)) 53pressure | Exposes pressure stall statistics from `/proc/pressure/`. | Linux (kernel 4.20+ and/or [CONFIG\_PSI](https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/accounting/psi.txt))
54rapl | Exposes various statistics from `/sys/class/powercap`. | Linux
54schedstat | Exposes task scheduler statistics from `/proc/schedstat`. | Linux 55schedstat | Exposes task scheduler statistics from `/proc/schedstat`. | Linux
55sockstat | Exposes various statistics from `/proc/net/sockstat`. | Linux 56sockstat | Exposes various statistics from `/proc/net/sockstat`. | Linux
56softnet | Exposes statistics from `/proc/net/softnet_stat`. | Linux 57softnet | Exposes statistics from `/proc/net/softnet_stat`. | Linux