#CPU domain busy

1 messages · Page 1 of 1 (latest)

jagged zenith
#

@ripe heath yes in latest harvest we have changed this metric to be collected from a different object. PR here https://github.com/NetApp/harvest/pull/1158/files. Earlier we use to collect domain_busy from processor object which doesn't have information about all domains. We have moved to system:node object to get this information (in sync with 1.6). You can below command to get more information about this counter
bin/zapi -p POLLERNAME show counters --object system:node | grep -A 10 domain_busy
Idle is expected to rise as this now includes numbers from more cpus.