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
Idle state over the last 10 seconds. |
CPUUtilization |
CPUUtilization.withIOWait(Double iOWait)
Percentage of time that the CPU has spent in the
I/O Wait state over the last 10 seconds. |
CPUUtilization |
CPUUtilization.withIRQ(Double iRQ)
Percentage of time that the CPU has spent in the
IRQ state over the last 10 seconds. |
CPUUtilization |
CPUUtilization.withNice(Double nice)
Percentage of time that the CPU has spent in the
Nice state over the last 10 seconds. |
CPUUtilization |
CPUUtilization.withSoftIRQ(Double softIRQ)
Percentage of time that the CPU has spent in the
SoftIRQ state over the last 10 seconds. |
CPUUtilization |
CPUUtilization.withSystem(Double system)
Percentage of time that the CPU has spent in the
System state over the last 10 seconds. |
CPUUtilization |
CPUUtilization.withUser(Double user)
Percentage of time that the CPU has spent in the
User state 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.