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 theIdle
state over the last 10 seconds.CPUUtilization.withIOWait
(Double iOWait) Percentage of time that the CPU has spent in theI/O Wait
state over the last 10 seconds.Percentage of time that the CPU has spent in theIRQ
state over the last 10 seconds.Percentage of time that the CPU has spent in theNice
state over the last 10 seconds.CPUUtilization.withSoftIRQ
(Double softIRQ) Percentage of time that the CPU has spent in theSoftIRQ
state over the last 10 seconds.CPUUtilization.withSystem
(Double system) Percentage of time that the CPU has spent in theSystem
state over the last 10 seconds.Percentage of time that the CPU has spent in theUser
state over the last 10 seconds.Methods in com.amazonaws.services.elasticbeanstalk.model with parameters of type CPUUtilizationModifier and TypeMethodDescriptionvoid
SystemStatus.setCPUUtilization
(CPUUtilization cPUUtilization) SystemStatus.withCPUUtilization
(CPUUtilization cPUUtilization)