I've been struggling for few days already trying to fix a non critical but annoying issue I'm facing with services that are checking windows PerfMon counters.
I started to use them following the example that is included in the Windows Server Monitoring Wizard.
In this wizard, we can pick for example the Server Work Queue - right after its creation, the service is returning data (aligned with the server counter, good) but I cannot find a way to update the unit of the result.
It is always displayed as a % where I would like to change it to whatever I need (time, B, count, whatever). Do you know how to achieve this?
Please find below few pictures of the test service I created from the Windows Server Configuration Wizard
Performance Chart - not showing data as this is a new service but still trying to display % only
Run test service command
Thanks for your time and support on this!