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.

2025 Creator and developer
  • PowerShell
  • Batchfile
  • Windows
  • Telemetry
  • Task Scheduler
Server Metrics project cover

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.

It exists for machines where you want to know what happened last Tuesday, but not enough to install and maintain a real monitoring stack for it.

Technical shape

Three files: the monitor script, a command wrapper, and a script that registers the scheduled task. It captures CPU load, memory use, disk activity, and network throughput and errors, plus per-process metrics when you ask for them.