12 lines
552 B
Markdown
12 lines
552 B
Markdown
# Node Exporter
|
|
|
|
**Node Exporter** is a system metrics exporter designed for Prometheus, supporting the collection of hardware resource usage from various operating systems such as Linux and Windows.
|
|
|
|
## Key Features:
|
|
|
|
- **CPU Usage**: Includes usage and load for each core.
|
|
- **Memory Usage**: Includes total memory, available memory, cache, swap, and more.
|
|
- **Disk Usage**: Includes usage and I/O rates for each mounted point.
|
|
- **Network Traffic**: Monitors inbound and outbound traffic, error packets, and more for network interfaces.
|
|
|