0

I'm wondering if that's possible to set a customized action counter that is not listed as one of the counters? e.g. a batch script that measure a time for running my application, and then notify the real-time graph the time it took to load it. Also I'd like to set its frequency.

If possible, please let me know how to apply.

Thank you

user986086
  • 113
  • 3

1 Answers1

2

You can create perfmon counters using .NET code and thus using PowerShell too. A moderate amount of coding is required.

the-wabbit
  • 40,319
  • 13
  • 105
  • 169