aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPeter Nicholson <petergoods@hotmail.com>2019-12-30 01:36:10 +0100
committerBen Kochie <superq@gmail.com>2019-12-30 01:36:10 +0100
commita80b7d0bc5ee93e704bab22e7592ed8b7d65899e (patch)
treee535e50150d90de1bcc372e6d88bec7adada67a7 /README.md
parentcafb12dc59f5b853bdd1167547056428eaddd353 (diff)
downloadprometheus_node_collector-a80b7d0bc5ee93e704bab22e7592ed8b7d65899e.tar.bz2
prometheus_node_collector-a80b7d0bc5ee93e704bab22e7592ed8b7d65899e.tar.xz
prometheus_node_collector-a80b7d0bc5ee93e704bab22e7592ed8b7d65899e.zip
Add softnet collector (#1576)
Signed-off-by: Peter Nicholson <petergoods@hotmail.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 7a4b9f4..b8bb283 100644
--- a/README.md
+++ b/README.md
@@ -53,6 +53,7 @@ nfsd | Exposes NFS kernel server statistics from `/proc/net/rpc/nfsd`. This is t
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))
54schedstat | Exposes task scheduler statistics from `/proc/schedstat`. | Linux 54schedstat | Exposes task scheduler statistics from `/proc/schedstat`. | Linux
55sockstat | Exposes various statistics from `/proc/net/sockstat`. | Linux 55sockstat | Exposes various statistics from `/proc/net/sockstat`. | Linux
56softnet | Exposes statistics from `/proc/net/softnet_stat`. | Linux
56stat | Exposes various statistics from `/proc/stat`. This includes boot time, forks and interrupts. | Linux 57stat | Exposes various statistics from `/proc/stat`. This includes boot time, forks and interrupts. | Linux
57textfile | Exposes statistics read from local disk. The `--collector.textfile.directory` flag must be set. | _any_ 58textfile | Exposes statistics read from local disk. The `--collector.textfile.directory` flag must be set. | _any_
58thermal\_zone | Exposes thermal zone & cooling device statistics from `/sys/class/thermal`. | Linux 59thermal\_zone | Exposes thermal zone & cooling device statistics from `/sys/class/thermal`. | Linux