class Aws::ElasticBeanstalk::Types::CPUUtilization

CPU utilization metrics for an instance.

@!attribute [rw] user

Percentage of time that the CPU has spent in the `User` state over
the last 10 seconds.
@return [Float]

@!attribute [rw] nice

Available on Linux environments only.

Percentage of time that the CPU has spent in the `Nice` state over
the last 10 seconds.
@return [Float]

@!attribute [rw] system

Available on Linux environments only.

Percentage of time that the CPU has spent in the `System` state over
the last 10 seconds.
@return [Float]

@!attribute [rw] idle

Percentage of time that the CPU has spent in the `Idle` state over
the last 10 seconds.
@return [Float]

@!attribute [rw] io_wait

Available on Linux environments only.

Percentage of time that the CPU has spent in the `I/O Wait` state
over the last 10 seconds.
@return [Float]

@!attribute [rw] irq

Available on Linux environments only.

Percentage of time that the CPU has spent in the `IRQ` state over
the last 10 seconds.
@return [Float]

@!attribute [rw] soft_irq

Available on Linux environments only.

Percentage of time that the CPU has spent in the `SoftIRQ` state
over the last 10 seconds.
@return [Float]

@!attribute [rw] privileged

Available on Windows environments only.

Percentage of time that the CPU has spent in the `Privileged` state
over the last 10 seconds.
@return [Float]

@see docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/CPUUtilization AWS API Documentation

Constants

SENSITIVE