Back to all projects
Project
Server Metrics
A lightweight PowerShell telemetry collector for Windows servers that records CPU, memory, network, disk, and optional process metrics into rolling CSV logs.
What it does
Server Metrics is a small Windows telemetry collector. It runs from PowerShell, can be launched automatically through Task Scheduler, and writes rolling CSV logs for common server health signals.
The point is pragmatic observability for machines where installing a larger monitoring stack would be unnecessary overhead.
Technical shape
The utility contains the monitor script, a command wrapper, and a task-creation script. It captures CPU load, memory use, disk activity, network throughput and errors, plus optional process metrics.
Current state
Active as a simple operational utility.