Hello,
I want to make my own custom sensor which provides the same information as the predefined wmiprocesssensor (CPU Usage, Handles, Instances etc.) BUT ALSO is able to monitor the process memory usage >4GB which is mentioned here:
https://kb.paessler.com/en/topic/60640-wmi-process-64-bit-os-4-gb-ram
But for this I need to know how the wmiprocesssensor does the CPU Usage calculation. Is there a source file for this sensor where I can check how it is calculated?
Add comment