resourceUtilization

Namespace: (default namespace)

Resource utilization details

XML

Elements

name (type) min/max
occurs
description
collectionTimestamp (long) 1/1 Data collection time in seconds
collectionTime (string) 0/1 Data collection time
cpuUser (int) 1/1 The percentage of time that the CPU uses to run user processes, such as the database
cpuSystem (int) 1/1 The percentage of time that the CPU uses on all processes for the system
cpuBackground (int) 1/1 The percentage of time that the CPU uses on background processes
cpuInterrupt (int) 1/1 The percentage of time that the CPU uses for interrupt handling
cpuIdle (int) 1/1 The percentage of time that the CPU is available for work
averageCpuLoad5min (double) 1/1 The amount of CPU being used over a 5-minute average
averageMemUsed5min (double) 1/1 The amount of memory being used over a 5-minute average

JSON

property type description
collectionTimestamp collectionTimestamp (long) Data collection time in seconds
collectionTime collectionTime (string) Data collection time
cpuUser cpuUser (int) The percentage of time that the CPU uses to run user processes, such as the database
cpuSystem cpuSystem (int) The percentage of time that the CPU uses on all processes for the system
cpuBackground cpuBackground (int) The percentage of time that the CPU uses on background processes
cpuInterrupt cpuInterrupt (int) The percentage of time that the CPU uses for interrupt handling
cpuIdle cpuIdle (int) The percentage of time that the CPU is available for work
averageCpuLoad5min averageCpuLoad5min (double) The amount of CPU being used over a 5-minute average
averageMemUsed5min averageMemUsed5min (double) The amount of memory being used over a 5-minute average