aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMatt Layher <mdlayher@gmail.com>2016-12-12 16:46:45 -0500
committerMatt Layher <mdlayher@gmail.com>2016-12-20 11:13:02 -0500
commit25a93e38e73964c108a7a933bfc24de13afdd96f (patch)
treec113dc6cc4b839dc850179aef13a3bd6204055b2 /README.md
parentf09b9def25095c28164a4ec36749c752ea8cb03f (diff)
downloadprometheus_node_collector-25a93e38e73964c108a7a933bfc24de13afdd96f.tar.bz2
prometheus_node_collector-25a93e38e73964c108a7a933bfc24de13afdd96f.tar.xz
prometheus_node_collector-25a93e38e73964c108a7a933bfc24de13afdd96f.zip
Add mountstats collector for detailed NFS statistics
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 507851c..c51544d 100644
--- a/README.md
+++ b/README.md
@@ -49,6 +49,7 @@ ksmd | Exposes kernel and system statistics from `/sys/kernel/mm/ksm`. | Linux
49logind | Exposes session counts from [logind](http://www.freedesktop.org/wiki/Software/systemd/logind/). | Linux 49logind | Exposes session counts from [logind](http://www.freedesktop.org/wiki/Software/systemd/logind/). | Linux
50megacli | Exposes RAID statistics from MegaCLI. | Linux 50megacli | Exposes RAID statistics from MegaCLI. | Linux
51meminfo_numa | Exposes memory statistics from `/proc/meminfo_numa`. | Linux 51meminfo_numa | Exposes memory statistics from `/proc/meminfo_numa`. | Linux
52mountstats | Exposes filesystem statistics from `/proc/self/mountstats`. Exposes detailed NFS client statistics. | Linux
52nfs | Exposes NFS client statistics from `/proc/net/rpc/nfs`. This is the same information as `nfsstat -c`. | Linux 53nfs | Exposes NFS client statistics from `/proc/net/rpc/nfs`. This is the same information as `nfsstat -c`. | Linux
53ntp | Exposes time drift from an NTP server. | _any_ 54ntp | Exposes time drift from an NTP server. | _any_
54runit | Exposes service status from [runit](http://smarden.org/runit/). | _any_ 55runit | Exposes service status from [runit](http://smarden.org/runit/). | _any_