Windows ProcessMonitoring
Hello,
Anonymous
Are you not seeing huge RAW numbers for ProcessCPUPercent.
You are using the following formula
<postprocessorparam>PercentProcessorTime/10000000*100</postprocessorparam>
Is that sufficient? Cause we are not factoring CPU logical cores etc. to get a meaningful percentage.
Basically I am facing an issue which is described very well here in this post, but none of the solutions worked to get a meaningful percentage.
Need your suggestion as in how you are handing these values in dashboards, because table widgets are not showing these value as they populate under Raw data.
See how in a table widget it does not show decimal but in Raw data it does.
Looking forward to hear from you.
Thanks, Ashish
Ashish Sikarwar
Posted 2 years ago·Last reply 2 years ago
7 comments
Ashish Sikarwar
OP2 years agoThank you again for re-confirming!
Ashish Sikarwar
OP2 years agoI will just leave it as it is not all the time we see these long numbers.
LM User
·2 years agoThe calculation is right. For reference see this article.
It shouldn't need to be scaled. If it's showing odd for one of your devices, it might be that that device has an issue returning the right number via WMI.
Ashish Sikarwar
OP2 years agoThank You Stuart!
But not able to scale it down to be comprehensible. Reached out to LM support and they asked me to log a feedback.
Ashish Sikarwar
OP2 years agoYes I agree they are two exact same numbers. But users having hard times understanding the values and most of them because there is no decimal misinterpret it as scary long CPU percentage number. I was wondering if we can make this more comprehensible for the users.
LM User
·2 years agoFeel free to adjust as necessary. You could create a complex datapoint that scales the number. You could also use an expression to scale the number in the dashboard widget.
LM User
·2 years agoRaw data is converting it to scientific notation, which requires a decimal point. Those two numbers are the exact same number.