How do I get the value of the performance counters from the service from Visual Studio in C#? (and preferably in a Milestone plugin)
I can see the performance counters with perfmon.exe like this :
There is no functionality in the MIPSDK pertaining to performance counters.
Is it possible to access the counters within the service through SOAP? I found this from the service config but couldn’t get the library to get it to work.
Unfortunately the data collector web service is not exposing a public API so please don’t use it.
So, there is no other way to get the performance counters (e.g. CPU/RAM utilization) of a recording server except using the Central protocol, right?
You are right, there is no functionality in the MIPSDK.
On the other hand, the data that the data collector is using is public and available through performance counters on the machine.

