Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

Commit

Permalink
wmi: various improvements (#315)
Browse files Browse the repository at this point in the history
* collect logical_disk collector latency metrics
* refactor, improve tests, etc.
  • Loading branch information
ilyam8 authored Jan 3, 2020
1 parent 89a72fd commit b0f60f6
Show file tree
Hide file tree
Showing 18 changed files with 2,435 additions and 1,354 deletions.
21 changes: 14 additions & 7 deletions modules/wmi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,17 @@ This module will monitor one or more Windows machines, using the [wmi_exporter](

Module collects metrics from following collectors:

- cpu
- memory
- net
- logical_disk
- os
- system
- cpu
- memory
- net
- logical_disk
- os
- system
- logon

Run `wmi_exporter` with these collectors:

> wmi-exporter-0.7.0-386.exe --collectors.enabled="cpu,memory,net,logical_disk,os,system"
> wmi-exporter-0.9.0-386.exe --collectors.enabled="cpu,memory,net,logical_disk,os,system,logon"

Installation: please follow [official guide](https://github.com/martinlindhe/wmi_exporter#installation).
Expand Down Expand Up @@ -51,12 +52,17 @@ Installation: please follow [official guide](https://github.com/martinlindhe/wmi
- Utilization Per Disk in `KiB`
- Bandwidth Per Disk in `KiB/s`
- Operations Per Disk in `operations/s`
- Average Read/Write Latency Disk in `milliseconds`

#### system

- Processes in `number`
- Threads in `number`
- Uptime in `seconds`

#### logon

- Active User Logon Sessions By Type in `sessions`

## Configuration

Expand All @@ -70,6 +76,7 @@ jobs:
- name : win_server2
url : http://203.0.113.11:9182/metrics
```
For all available options please see module [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/wmi.conf).
## Troubleshooting
Expand Down
Loading

0 comments on commit b0f60f6

Please sign in to comment.