ToCopyableBuilder<CPUUtilization.Builder,CPUUtilization>
@Generated("software.amazon.awssdk:codegen") public class CPUUtilization extends Object implements ToCopyableBuilder<CPUUtilization.Builder,CPUUtilization>
CPU utilization metrics for an instance.
Modifier and Type | Class | Description |
---|---|---|
static interface |
CPUUtilization.Builder |
Modifier and Type | Method | Description |
---|---|---|
static CPUUtilization.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Double |
idle() |
Percentage of time that the CPU has spent in the
Idle state over the last 10 seconds. |
Double |
ioWait() |
Percentage of time that the CPU has spent in the
I/O Wait state over the last 10 seconds. |
Double |
irq() |
Percentage of time that the CPU has spent in the
IRQ state over the last 10 seconds. |
Double |
nice() |
Percentage of time that the CPU has spent in the
Nice state over the last 10 seconds. |
static Class<? extends CPUUtilization.Builder> |
serializableBuilderClass() |
|
Double |
softIRQ() |
Percentage of time that the CPU has spent in the
SoftIRQ state over the last 10 seconds. |
Double |
system() |
Percentage of time that the CPU has spent in the
System state over the last 10 seconds. |
CPUUtilization.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
Double |
user() |
Percentage of time that the CPU has spent in the
User state over the last 10 seconds. |
public Double user()
Percentage of time that the CPU has spent in the User
state over the last 10 seconds.
User
state over the last 10 seconds.public Double nice()
Percentage of time that the CPU has spent in the Nice
state over the last 10 seconds.
Nice
state over the last 10 seconds.public Double system()
Percentage of time that the CPU has spent in the System
state over the last 10 seconds.
System
state over the last 10 seconds.public Double idle()
Percentage of time that the CPU has spent in the Idle
state over the last 10 seconds.
Idle
state over the last 10 seconds.public Double ioWait()
Percentage of time that the CPU has spent in the I/O Wait
state over the last 10 seconds.
I/O Wait
state over the last 10 seconds.public Double irq()
Percentage of time that the CPU has spent in the IRQ
state over the last 10 seconds.
IRQ
state over the last 10 seconds.public Double softIRQ()
Percentage of time that the CPU has spent in the SoftIRQ
state over the last 10 seconds.
SoftIRQ
state over the last 10 seconds.public CPUUtilization.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CPUUtilization.Builder,CPUUtilization>
public static CPUUtilization.Builder builder()
public static Class<? extends CPUUtilization.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.