/AWS1/CL_EBNSYSTEMSTATUS¶
CPU utilization and load average metrics for an Amazon EC2 instance.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_cpuutilization TYPE REF TO /AWS1/CL_EBNCPUUTILIZATION /AWS1/CL_EBNCPUUTILIZATION¶
CPU utilization metrics for the instance.
it_loadaverage TYPE /AWS1/CL_EBNLOADAVERAGE_W=>TT_LOADAVERAGE TT_LOADAVERAGE¶
Load average in the last 1-minute, 5-minute, and 15-minute periods. For more information, see Operating System Metrics.
Queryable Attributes¶
CPUUtilization¶
CPU utilization metrics for the instance.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CPUUTILIZATION() |
Getter for CPUUTILIZATION |
LoadAverage¶
Load average in the last 1-minute, 5-minute, and 15-minute periods. For more information, see Operating System Metrics.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LOADAVERAGE() |
Getter for LOADAVERAGE, with configurable default |
ASK_LOADAVERAGE() |
Getter for LOADAVERAGE w/ exceptions if field has no value |
HAS_LOADAVERAGE() |
Determine if LOADAVERAGE has a value |