Class CPUUtilization
- java.lang.Object
-
- com.amazonaws.services.elasticbeanstalk.model.CPUUtilization
-
- All Implemented Interfaces:
Serializable,Cloneable
public class CPUUtilization extends Object implements Serializable, Cloneable
Represents CPU utilization information from the specified instance that belongs to the AWS Elastic Beanstalk environment. Use the
instanceIdproperty to specify the application instance for which you'd like to return data.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CPUUtilization()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CPUUtilizationclone()booleanequals(Object obj)DoublegetIdle()Percentage of time that the CPU has spent in theIdlestate over the last 10 seconds.DoublegetIOWait()Percentage of time that the CPU has spent in theI/O Waitstate over the last 10 seconds.DoublegetIRQ()Percentage of time that the CPU has spent in theIRQstate over the last 10 seconds.DoublegetNice()Percentage of time that the CPU has spent in theNicestate over the last 10 seconds.DoublegetSoftIRQ()Percentage of time that the CPU has spent in theSoftIRQstate over the last 10 seconds.DoublegetSystem()Percentage of time that the CPU has spent in theSystemstate over the last 10 seconds.DoublegetUser()Percentage of time that the CPU has spent in theUserstate over the last 10 seconds.inthashCode()voidsetIdle(Double idle)Percentage of time that the CPU has spent in theIdlestate over the last 10 seconds.voidsetIOWait(Double iOWait)Percentage of time that the CPU has spent in theI/O Waitstate over the last 10 seconds.voidsetIRQ(Double iRQ)Percentage of time that the CPU has spent in theIRQstate over the last 10 seconds.voidsetNice(Double nice)Percentage 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.voidsetSystem(Double system)Percentage of time that the CPU has spent in theSystemstate over the last 10 seconds.voidsetUser(Double user)Percentage of time that the CPU has spent in theUserstate over the last 10 seconds.StringtoString()Returns a string representation of this object; useful for testing and debugging.CPUUtilizationwithIdle(Double idle)Percentage of time that the CPU has spent in theIdlestate over the last 10 seconds.CPUUtilizationwithIOWait(Double iOWait)Percentage of time that the CPU has spent in theI/O Waitstate over the last 10 seconds.CPUUtilizationwithIRQ(Double iRQ)Percentage of time that the CPU has spent in theIRQstate over the last 10 seconds.CPUUtilizationwithNice(Double nice)Percentage of time that the CPU has spent in theNicestate over the last 10 seconds.CPUUtilizationwithSoftIRQ(Double softIRQ)Percentage of time that the CPU has spent in theSoftIRQstate over the last 10 seconds.CPUUtilizationwithSystem(Double system)Percentage of time that the CPU has spent in theSystemstate over the last 10 seconds.CPUUtilizationwithUser(Double user)Percentage of time that the CPU has spent in theUserstate over the last 10 seconds.
-
-
-
Method Detail
-
setUser
public void setUser(Double user)
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
public Double 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
public CPUUtilization withUser(Double user)
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
public void setNice(Double nice)
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
public Double 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
public CPUUtilization withNice(Double nice)
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
public void setSystem(Double system)
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
public Double 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
public CPUUtilization withSystem(Double system)
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
public void setIdle(Double idle)
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
public Double 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
public CPUUtilization withIdle(Double idle)
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
public void setIOWait(Double iOWait)
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
public Double 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
public CPUUtilization withIOWait(Double iOWait)
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
public void setIRQ(Double iRQ)
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
public Double 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
public CPUUtilization withIRQ(Double iRQ)
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
public void setSoftIRQ(Double softIRQ)
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
public Double 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
public CPUUtilization withSoftIRQ(Double softIRQ)
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
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public CPUUtilization clone()
-
-