Uses of Class
com.amazonaws.services.elasticbeanstalk.model.CPUUtilization
Packages that use CPUUtilization
-
Uses of CPUUtilization in com.amazonaws.services.elasticbeanstalk.model
Methods in com.amazonaws.services.elasticbeanstalk.model that return CPUUtilizationModifier and TypeMethodDescriptionCPUUtilization.clone()SystemStatus.getCPUUtilization()Percentage of time that the CPU has spent in theIdlestate over the last 10 seconds.CPUUtilization.withIOWait(Double iOWait) Percentage of time that the CPU has spent in theI/O Waitstate over the last 10 seconds.Percentage of time that the CPU has spent in theIRQstate over the last 10 seconds.Percentage of time that the CPU has spent in theNicestate over the last 10 seconds.CPUUtilization.withSoftIRQ(Double softIRQ) Percentage of time that the CPU has spent in theSoftIRQstate over the last 10 seconds.CPUUtilization.withSystem(Double system) Percentage of time that the CPU has spent in theSystemstate over the last 10 seconds.Percentage of time that the CPU has spent in theUserstate over the last 10 seconds.Methods in com.amazonaws.services.elasticbeanstalk.model with parameters of type CPUUtilizationModifier and TypeMethodDescriptionvoidSystemStatus.setCPUUtilization(CPUUtilization cPUUtilization) SystemStatus.withCPUUtilization(CPUUtilization cPUUtilization)