Package | Description |
---|---|
com.amazonaws.services.elasticbeanstalk.model |
Modifier and Type | Method and Description |
---|---|
CPUUtilization |
CPUUtilization.clone() |
CPUUtilization |
SystemStatus.getCPUUtilization() |
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) |
SystemStatus |
SystemStatus.withCPUUtilization(CPUUtilization cPUUtilization) |
Copyright © 2018. All rights reserved.