Class CPUUtilization
- All Implemented Interfaces:
Serializable, Cloneable
Represents CPU utilization information from the specified instance that
belongs to the AWS Elastic Beanstalk environment. Use the
instanceId property to specify the application instance for
which you'd like to return data.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleangetIdle()Percentage of time that the CPU has spent in theIdlestate over the last 10 seconds.Percentage of time that the CPU has spent in theI/O Waitstate over the last 10 seconds.getIRQ()Percentage of time that the CPU has spent in theIRQstate over the last 10 seconds.getNice()Percentage of time that the CPU has spent in theNicestate over the last 10 seconds.Percentage of time that the CPU has spent in theSoftIRQstate over the last 10 seconds.Percentage of time that the CPU has spent in theSystemstate over the last 10 seconds.getUser()Percentage of time that the CPU has spent in theUserstate over the last 10 seconds.inthashCode()voidPercentage of time that the CPU has spent in theIdlestate over the last 10 seconds.voidPercentage of time that the CPU has spent in theI/O Waitstate over the last 10 seconds.voidPercentage of time that the CPU has spent in theIRQstate over the last 10 seconds.voidPercentage of time that the CPU has spent in theNicestate over the last 10 seconds.voidsetSoftIRQ(Double softIRQ) Percentage of time that the CPU has spent in theSoftIRQstate over the last 10 seconds.voidPercentage of time that the CPU has spent in theSystemstate over the last 10 seconds.voidPercentage of time that the CPU has spent in theUserstate over the last 10 seconds.toString()Returns a string representation of this object; useful for testing and debugging.Percentage of time that the CPU has spent in theIdlestate over the last 10 seconds.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.withSoftIRQ(Double softIRQ) Percentage of time that the CPU has spent in theSoftIRQstate over the last 10 seconds.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.
-
Constructor Details
-
CPUUtilization
public CPUUtilization()
-
-
Method Details
-
setUser
Percentage of time that the CPU has spent in the
Userstate over the last 10 seconds.- Parameters:
user- Percentage of time that the CPU has spent in theUserstate over the last 10 seconds.
-
getUser
Percentage of time that the CPU has spent in the
Userstate over the last 10 seconds.- Returns:
- Percentage of time that the CPU has spent in the
Userstate over the last 10 seconds.
-
withUser
Percentage of time that the CPU has spent in the
Userstate over the last 10 seconds.- Parameters:
user- Percentage of time that the CPU has spent in theUserstate over the last 10 seconds.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setNice
Percentage of time that the CPU has spent in the
Nicestate over the last 10 seconds.- Parameters:
nice- Percentage of time that the CPU has spent in theNicestate over the last 10 seconds.
-
getNice
Percentage of time that the CPU has spent in the
Nicestate over the last 10 seconds.- Returns:
- Percentage of time that the CPU has spent in the
Nicestate over the last 10 seconds.
-
withNice
Percentage of time that the CPU has spent in the
Nicestate over the last 10 seconds.- Parameters:
nice- Percentage of time that the CPU has spent in theNicestate over the last 10 seconds.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setSystem
Percentage of time that the CPU has spent in the
Systemstate over the last 10 seconds.- Parameters:
system- Percentage of time that the CPU has spent in theSystemstate over the last 10 seconds.
-
getSystem
Percentage of time that the CPU has spent in the
Systemstate over the last 10 seconds.- Returns:
- Percentage of time that the CPU has spent in the
Systemstate over the last 10 seconds.
-
withSystem
Percentage of time that the CPU has spent in the
Systemstate over the last 10 seconds.- Parameters:
system- Percentage of time that the CPU has spent in theSystemstate over the last 10 seconds.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setIdle
Percentage of time that the CPU has spent in the
Idlestate over the last 10 seconds.- Parameters:
idle- Percentage of time that the CPU has spent in theIdlestate over the last 10 seconds.
-
getIdle
Percentage of time that the CPU has spent in the
Idlestate over the last 10 seconds.- Returns:
- Percentage of time that the CPU has spent in the
Idlestate over the last 10 seconds.
-
withIdle
Percentage of time that the CPU has spent in the
Idlestate over the last 10 seconds.- Parameters:
idle- Percentage of time that the CPU has spent in theIdlestate over the last 10 seconds.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setIOWait
Percentage of time that the CPU has spent in the
I/O Waitstate over the last 10 seconds.- Parameters:
iOWait- Percentage of time that the CPU has spent in theI/O Waitstate over the last 10 seconds.
-
getIOWait
Percentage of time that the CPU has spent in the
I/O Waitstate over the last 10 seconds.- Returns:
- Percentage of time that the CPU has spent in the
I/O Waitstate over the last 10 seconds.
-
withIOWait
Percentage of time that the CPU has spent in the
I/O Waitstate over the last 10 seconds.- Parameters:
iOWait- Percentage of time that the CPU has spent in theI/O Waitstate over the last 10 seconds.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setIRQ
Percentage of time that the CPU has spent in the
IRQstate over the last 10 seconds.- Parameters:
iRQ- Percentage of time that the CPU has spent in theIRQstate over the last 10 seconds.
-
getIRQ
Percentage of time that the CPU has spent in the
IRQstate over the last 10 seconds.- Returns:
- Percentage of time that the CPU has spent in the
IRQstate over the last 10 seconds.
-
withIRQ
Percentage of time that the CPU has spent in the
IRQstate over the last 10 seconds.- Parameters:
iRQ- Percentage of time that the CPU has spent in theIRQstate over the last 10 seconds.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setSoftIRQ
Percentage of time that the CPU has spent in the
SoftIRQstate over the last 10 seconds.- Parameters:
softIRQ- Percentage of time that the CPU has spent in theSoftIRQstate over the last 10 seconds.
-
getSoftIRQ
Percentage of time that the CPU has spent in the
SoftIRQstate over the last 10 seconds.- Returns:
- Percentage of time that the CPU has spent in the
SoftIRQstate over the last 10 seconds.
-
withSoftIRQ
Percentage of time that the CPU has spent in the
SoftIRQstate over the last 10 seconds.- Parameters:
softIRQ- Percentage of time that the CPU has spent in theSoftIRQstate over the last 10 seconds.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-