Windows
Windows#
Overview#
Unryo monitors your Windows hosts with statistics on processor, disk, swap, services, logs and more.
You can monitor your Windows hosts in two ways:
- SNMP polling: you configure an Unryo collector to poll remotelly one or multiple Windows hosts (using SNMP queries)
- Unryo local agent: you install an Unryo agent locally on each Windows host you want to monitor.
- Prometheus Windows Exporter: you run Windows Exporter as a service on your Linux hosts, then the Unryo collector scrape metrics from the Linux servers directly.
- Prometheus Server: you run Windows Exporter as a service on your Linux hosts and configure a Prometheus server to scrape metrics from them. Then, the Unryo collector communicates with the Prometheus server (PromQL queries) to retrieve metrics.
Metrics#
Categories | Metrics |
---|---|
Processor | % Idle Time, % Interrupt Time", % Privileged Time, % User Time, % Processor Time |
Logical Disks | % Idle Time, % Disk Time, % Disk Read Time, % Disk Write Time, % User Time, Current Disk Queue Length |
Physical Disks | Disk Read Bytes/sec, Disk Write Bytes/sec, Avg. Disk Queue Length, Current Disk Queue Length, Avg. Disk sec/Read, Avg. Disk sec/Write, Split IO/sec |
Network Interface | Bytes Received/sec, Bytes Sent/sec, Packets Sent/sec, Packets Received/sec |
System | Context Switches/sec, System Calls/sec, Processor Queue Length |
Memory | Available Bytes, Cache Faults/sec, Demand Zero Faults/sec, Page Faults/sec, Pages/sec, Page Reads/sec, Page Writes/sec, Transition Faults/sec, Pool Nonpaged Bytes, Pool Paged Bytes, Cache Bytes |
Process Monitoring | Monitor a specific process for health, presence or absence. |
File Monitoring | Collect statistics about given file(s): presence, size in bytes, modification time |
Program Exec | Read metrics from one or more commands |
Windows Performance Counters | Configurable Windows Performance Counters collection |
Windows Services | Reports information about Windows service status. |