You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mdadm | Exposes statistics about devices in `/proc/mdstat` (does nothing if no `/proc/mdstat` present). | Linux
26
+
meminfo | Exposes memory statistics. | FreeBSD, Linux
27
+
netdev | Exposes network interface statistics such as bytes transferred. | FreeBSD, Linux, OpenBSD
28
+
netstat | Exposes network statistics from `/proc/net/netstat`. This is the same information as `netstat -s`. | Linux
29
+
stat | Exposes various statistics from `/proc/stat`. This includes CPU usage, boot time, forks and interrupts. | Linux
30
+
textfile | Exposes statistics read from local disk. The `--collector.textfile.directory` flag must be set. | _any_
31
+
time | Exposes the current system time. | _any_
32
+
vmstat | Exposes statistics from `/proc/vmstat`. | Linux
33
+
version | Exposes node\_exporter version. | _any_
43
34
44
35
45
36
### Disabled by default
46
37
47
-
Name | Description
48
-
---------|------------
49
-
bonding | Exposes the number of configured and active slaves of Linux bonding interfaces.
50
-
gmond | Exposes statistics from Ganglia.
51
-
interrupts | Exposes detailed interrupts statistics from `/proc/interrupts`.
52
-
ipvs | Exposes IPVS status from `/proc/net/ip_vs` and stats from `/proc/net/ip_vs_stats`.
53
-
lastlogin | Exposes the last time there was a login.
54
-
megacli | Exposes RAID statistics from MegaCLI.
55
-
ntp | Exposes time drift from an NTP server.
56
-
runit | Exposes service status from [runit](http://smarden.org/runit/).
57
-
supervisord | Exposes service status from [supervisord](http://supervisord.org/).
58
-
systemd | Exposes service and system status from [systemd](http://www.freedesktop.org/wiki/Software/systemd/).
59
-
tcpstat | Exposes TCP connection status information from `/proc/net/tcp` and `/proc/net/tcp6`. (Warning: the current version has potential performance issues in high load situations.)
60
-
61
-
## Textfile Collector
38
+
Name | Description | OS
39
+
---------|-------------|----
40
+
cpu | Exposes CPU statistics | FreeBSD
41
+
bonding | Exposes the number of configured and active slaves of Linux bonding interfaces. | Linux
ipvs | Exposes IPVS status from `/proc/net/ip_vs` and stats from `/proc/net/ip_vs_stats`. | Linux
46
+
ksmd | Exposes kernel and system statistics from `/sys/kernel/mm/ksm`. | Linux
47
+
lastlogin | Exposes the last time there was a login. | _any_
48
+
megacli | Exposes RAID statistics from MegaCLI. | Linux
49
+
meminfo_numa | Exposes memory statistics from `/proc/meminfo_numa`. | Linux
50
+
ntp | Exposes time drift from an NTP server. | _any_
51
+
runit | Exposes service status from [runit](http://smarden.org/runit/). | _any_
52
+
supervisord | Exposes service status from [supervisord](http://supervisord.org/). | _any_
53
+
systemd | Exposes service and system status from [systemd](http://www.freedesktop.org/wiki/Software/systemd/). | Linux
54
+
tcpstat | Exposes TCP connection status information from `/proc/net/tcp` and `/proc/net/tcp6`. (Warning: the current version has potential performance issues in high load situations.) | Linux
55
+
56
+
### Textfile Collector
62
57
63
58
The textfile collector is similar to the [Pushgateway](https://github.com/prometheus/pushgateway),
64
59
in that it allows exporting of statistics from batch jobs. It can also be used
You can deploy this exporter using the [prom/node-exporter](https://registry.hub.docker.com/u/prom/node-exporter/) Docker image.
0 commit comments