Hi, trying to figure out the CPU and MEM percentage indicators on the Dynamic Table tile. Can someone tell me is the number peak or average usage?
Thanks!
Hi, trying to figure out the CPU and MEM percentage indicators on the Dynamic Table tile. Can someone tell me is the number peak or average usage?
Thanks!
This is from the row perspective which the dynamic table uses:
…
“objectname”: “Processor Information”,
“countername”: “% Processor Time”,
“aggregateValueType”: “average”,
“resolution”: “raw”,
…
“objectname”: “Memory”,
“countername”: “PercentMemoryUsed”,
“aggregateValueType”: “average”,
“resolution”: “raw”,
…
Looks to be Average
Thanks!
No worries
Mark this as solved so other users can see it easily!