mirror of
https://github.com/prometheus-community/windows_exporter.git
synced 2026-02-08 05:56:37 +00:00
add perf collector, exposing Win32_PerfRawData_PerfDisk_LogicalDisk
This commit is contained in:
41
README.md
41
README.md
@@ -1,20 +1,21 @@
|
||||
# WMI exporter
|
||||
|
||||
Prometheus exporter for Windows machines, using the WMI (Windows Management Instrumentation).
|
||||
|
||||
|
||||
## Status
|
||||
|
||||
EXPERIMENTAL, use at your own risk!
|
||||
|
||||
|
||||
## Collectors
|
||||
|
||||
Name | Description
|
||||
---------|-------------
|
||||
os | Exposes Win32_OperatingSystem statistics (memory, processes, users)
|
||||
|
||||
|
||||
## License
|
||||
|
||||
Under [MIT](LICENSE)
|
||||
# WMI exporter
|
||||
|
||||
Prometheus exporter for Windows machines, using the WMI (Windows Management Instrumentation).
|
||||
|
||||
|
||||
## Status
|
||||
|
||||
EXPERIMENTAL, use at your own risk!
|
||||
|
||||
|
||||
## Collectors
|
||||
|
||||
Name | Description
|
||||
---------|-------------
|
||||
os | Exposes Win32_OperatingSystem metrics (memory, processes, users)
|
||||
perf | Exposes Win32_PerfRawData_PerfDisk_LogicalDisk metrics (disk I/O)
|
||||
|
||||
|
||||
## License
|
||||
|
||||
Under [MIT](LICENSE)
|
||||
|
||||
Reference in New Issue
Block a user