In device studio, the test node being built for a new custom poller is returning four usage values for the CPU (one for each CPU core). If the goal is to have one value for the entire CPU, how can that be accomplished?
A.
create a new calculated value to average the four individual values
B.
device studio would not be the correct tool to use in this situation
C.
there is not an object ID (OJD) for CPU usage, nothing can be done
D.
values can be combined after the poller is created in poller settings
Comprehensive and Detailed Explanation From Exact Extract:
Device Studio allows you to define calculated values based on multiple polled results. To aggregate per-core CPU usage into a single metric, you can create a calculated value (such as the average) using the outputs from all cores.
From the documentation:
“Device Studio enables you to define calculated values (such as sum or average) when multiple SNMP values are returned, allowing you to represent a total or average CPU usage.”
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit