| Package | Description | 
|---|---|
| com.amazonaws.services.elasticbeanstalk.model | 
| Modifier and Type | Method and Description | 
|---|---|
| CPUUtilization | CPUUtilization. clone() | 
| CPUUtilization | SystemStatus. getCPUUtilization()
 CPU utilization metrics for the instance. | 
| CPUUtilization | CPUUtilization. withIdle(Double idle)
 Percentage of time that the CPU has spent in the  Idlestate over the last 10 seconds. | 
| CPUUtilization | CPUUtilization. withIOWait(Double iOWait)
 Percentage of time that the CPU has spent in the  I/O Waitstate over the last 10 seconds. | 
| CPUUtilization | CPUUtilization. withIRQ(Double iRQ)
 Percentage of time that the CPU has spent in the  IRQstate over the last 10 seconds. | 
| CPUUtilization | CPUUtilization. withNice(Double nice)
 Percentage of time that the CPU has spent in the  Nicestate over the last 10 seconds. | 
| CPUUtilization | CPUUtilization. withSoftIRQ(Double softIRQ)
 Percentage of time that the CPU has spent in the  SoftIRQstate over the last 10 seconds. | 
| CPUUtilization | CPUUtilization. withSystem(Double system)
 Percentage of time that the CPU has spent in the  Systemstate over the last 10 seconds. | 
| CPUUtilization | CPUUtilization. withUser(Double user)
 Percentage of time that the CPU has spent in the  Userstate over the last 10 seconds. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | SystemStatus. setCPUUtilization(CPUUtilization cPUUtilization)
 CPU utilization metrics for the instance. | 
| SystemStatus | SystemStatus. withCPUUtilization(CPUUtilization cPUUtilization)
 CPU utilization metrics for the instance. | 
Copyright © 2017. All rights reserved.