aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBen Kochie <superq@gmail.com>2018-02-16 09:46:41 +0100
committerGitHub <noreply@github.com>2018-02-16 09:46:41 +0100
commit822bf91d14241df52c107f3f9d4dba90d5456753 (patch)
tree440bea343399942f7b6a45b71715893484848653 /README.md
parent01bd99fb1a3a7fca02deaa5cf5ba7f667ea33ea7 (diff)
downloadprometheus_node_collector-822bf91d14241df52c107f3f9d4dba90d5456753.tar.bz2
prometheus_node_collector-822bf91d14241df52c107f3f9d4dba90d5456753.tar.xz
prometheus_node_collector-822bf91d14241df52c107f3f9d4dba90d5456753.zip
Update README with nfsd collector. (#826)
Add missing documentation about the `nfsd` collector.
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 de998e1..eb9df4a 100644
--- a/README.md
+++ b/README.md
@@ -41,6 +41,7 @@ mdadm | Exposes statistics about devices in `/proc/mdstat` (does nothing if no `
41meminfo | Exposes memory statistics. | Darwin, Dragonfly, FreeBSD, Linux, OpenBSD 41meminfo | Exposes memory statistics. | Darwin, Dragonfly, FreeBSD, Linux, OpenBSD
42netdev | Exposes network interface statistics such as bytes transferred. | Darwin, Dragonfly, FreeBSD, Linux, OpenBSD 42netdev | Exposes network interface statistics such as bytes transferred. | Darwin, Dragonfly, FreeBSD, Linux, OpenBSD
43netstat | Exposes network statistics from `/proc/net/netstat`. This is the same information as `netstat -s`. | Linux 43netstat | Exposes network statistics from `/proc/net/netstat`. This is the same information as `netstat -s`. | Linux
44nfsd | Exposes NFS kernel server statistics from `/proc/net/rpc/nfsd`. | Linux
44sockstat | Exposes various statistics from `/proc/net/sockstat`. | Linux 45sockstat | Exposes various statistics from `/proc/net/sockstat`. | Linux
45stat | Exposes various statistics from `/proc/stat`. This includes boot time, forks and interrupts. | Linux 46stat | Exposes various statistics from `/proc/stat`. This includes boot time, forks and interrupts. | Linux
46textfile | Exposes statistics read from local disk. The `--collector.textfile.directory` flag must be set. | _any_ 47textfile | Exposes statistics read from local disk. The `--collector.textfile.directory` flag must be set. | _any_