Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 829 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 829 Bytes

winperfcounters readme

This package provides a thin wrapper around pdh.dll for querying Windows Performance counters.

This was forked from the Telegraf win_perf_counters plugin: https:/influxdata/telegraf.

Troubleshooting

If you are getting an error about an invalid counter, use the typeperf command to check the counter path on the command line. E.g. typeperf "Process(chrome*)\% Processor Time"

If no metrics are emitted even with the default config, you may need to repair your performance counters.

  1. Launch the Command Prompt as Administrator (right click Runs As Administrator).
  2. Drop into the C:\WINDOWS\System32 directory by typing C: then cd \Windows\System32
  3. Rebuild your counter values, which may take a few moments so please be patient, by running:
    lodctr /r