aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDaniele Sluijters <daenney@users.noreply.github.com>2019-04-18 11:19:20 +0100
committerBen Kochie <superq@gmail.com>2019-04-18 12:19:20 +0200
commitcc2fd82008d51b0f40abe69f8993011a533de2f3 (patch)
treeaef7bcd9b5e3f150092650c147b57ffb35dc6e15 /README.md
parent4e5c4d464fa67e9cdfd9858d2151bc99603b2bff (diff)
downloadprometheus_node_collector-cc2fd82008d51b0f40abe69f8993011a533de2f3.tar.bz2
prometheus_node_collector-cc2fd82008d51b0f40abe69f8993011a533de2f3.tar.xz
prometheus_node_collector-cc2fd82008d51b0f40abe69f8993011a533de2f3.zip
Expose /proc/pressure (#1261)
This enables the collection of pressure stall information as exposed by the `/proc/pressure` interface added in the 4.20 release of the Linux kernel. Closes #1174 Signed-off-by: Daniele Sluijters <daenney@users.noreply.github.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 65898d0..4d97efc 100644
--- a/README.md
+++ b/README.md
@@ -73,6 +73,7 @@ logind | Exposes session counts from [logind](http://www.freedesktop.org/wiki/So
73meminfo\_numa | Exposes memory statistics from `/proc/meminfo_numa`. | Linux 73meminfo\_numa | Exposes memory statistics from `/proc/meminfo_numa`. | Linux
74mountstats | Exposes filesystem statistics from `/proc/self/mountstats`. Exposes detailed NFS client statistics. | Linux 74mountstats | Exposes filesystem statistics from `/proc/self/mountstats`. Exposes detailed NFS client statistics. | Linux
75ntp | Exposes local NTP daemon health to check [time](./docs/TIME.md) | _any_ 75ntp | Exposes local NTP daemon health to check [time](./docs/TIME.md) | _any_
76pressure | 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))
76processes | Exposes aggregate process statistics from `/proc`. | Linux 77processes | Exposes aggregate process statistics from `/proc`. | Linux
77qdisc | Exposes [queuing discipline](https://en.wikipedia.org/wiki/Network_scheduler#Linux_kernel) statistics | Linux 78qdisc | Exposes [queuing discipline](https://en.wikipedia.org/wiki/Network_scheduler#Linux_kernel) statistics | Linux
78runit | Exposes service status from [runit](http://smarden.org/runit/). | _any_ 79runit | Exposes service status from [runit](http://smarden.org/runit/). | _any_