aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRene Treffer <treffer+github@measite.de>2017-06-13 11:21:53 +0200
committerJohannes 'fish' Ziemke <github@freigeist.org>2017-06-13 11:21:53 +0200
commit2e9f1913b8503d4a287aacef164ec95c971cddeb (patch)
treea3248c5a6c8ce118a62b087d0f19f53e0750fa2f /README.md
parent798950d25b57761b8acb3989eff9e71bbd518846 (diff)
downloadprometheus_node_collector-2e9f1913b8503d4a287aacef164ec95c971cddeb.tar.bz2
prometheus_node_collector-2e9f1913b8503d4a287aacef164ec95c971cddeb.tar.xz
prometheus_node_collector-2e9f1913b8503d4a287aacef164ec95c971cddeb.zip
Move stat_linux to cpu_linux and add cpufreq stats (#548)
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 45c3837..3ec32f0 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,7 @@ Name | Description | OS
23---------|-------------|---- 23---------|-------------|----
24arp | Exposes ARP statistics from `/proc/net/arp`. | Linux 24arp | Exposes ARP statistics from `/proc/net/arp`. | Linux
25conntrack | Shows conntrack statistics (does nothing if no `/proc/sys/net/netfilter/` present). | Linux 25conntrack | Shows conntrack statistics (does nothing if no `/proc/sys/net/netfilter/` present). | Linux
26cpu | Exposes CPU statistics | Darwin, Dragonfly, FreeBSD 26cpu | Exposes CPU statistics | Darwin, Dragonfly, FreeBSD, Linux
27diskstats | Exposes disk I/O statistics from `/proc/diskstats`. | Linux 27diskstats | Exposes disk I/O statistics from `/proc/diskstats`. | Linux
28edac | Exposes error detection and correction statistics. | Linux 28edac | Exposes error detection and correction statistics. | Linux
29entropy | Exposes available entropy. | Linux 29entropy | Exposes available entropy. | Linux
@@ -38,7 +38,7 @@ meminfo | Exposes memory statistics. | Darwin, Dragonfly, FreeBSD, Linux
38netdev | Exposes network interface statistics such as bytes transferred. | Darwin, Dragonfly, FreeBSD, Linux, OpenBSD 38netdev | Exposes network interface statistics such as bytes transferred. | Darwin, Dragonfly, FreeBSD, Linux, OpenBSD
39netstat | Exposes network statistics from `/proc/net/netstat`. This is the same information as `netstat -s`. | Linux 39netstat | Exposes network statistics from `/proc/net/netstat`. This is the same information as `netstat -s`. | Linux
40sockstat | Exposes various statistics from `/proc/net/sockstat`. | Linux 40sockstat | Exposes various statistics from `/proc/net/sockstat`. | Linux
41stat | Exposes various statistics from `/proc/stat`. This includes CPU usage, boot time, forks and interrupts. | Linux 41stat | Exposes various statistics from `/proc/stat`. This includes boot time, forks and interrupts. | Linux
42textfile | Exposes statistics read from local disk. The `--collector.textfile.directory` flag must be set. | _any_ 42textfile | Exposes statistics read from local disk. The `--collector.textfile.directory` flag must be set. | _any_
43time | Exposes the current system time. | _any_ 43time | Exposes the current system time. | _any_
44uname | Exposes system information as provided by the uname system call. | Linux 44uname | Exposes system information as provided by the uname system call. | Linux