You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ElasticBeanstalk::Types::CPUUtilization

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

CPU utilization metrics for an instance.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#idleFloat

Percentage of time that the CPU has spent in the Idle state over the last 10 seconds.

Returns:

  • (Float)

    Percentage of time that the CPU has spent in the Idle state over the last 10 seconds.

#io_waitFloat

Available on Linux environments only.

Percentage of time that the CPU has spent in the I/O Wait state over the last 10 seconds.

Returns:

  • (Float)

    Available on Linux environments only.

#irqFloat

Available on Linux environments only.

Percentage of time that the CPU has spent in the IRQ state over the last 10 seconds.

Returns:

  • (Float)

    Available on Linux environments only.

#niceFloat

Available on Linux environments only.

Percentage of time that the CPU has spent in the Nice state over the last 10 seconds.

Returns:

  • (Float)

    Available on Linux environments only.

#privilegedFloat

Available on Windows environments only.

Percentage of time that the CPU has spent in the Privileged state over the last 10 seconds.

Returns:

  • (Float)

    Available on Windows environments only.

#soft_irqFloat

Available on Linux environments only.

Percentage of time that the CPU has spent in the SoftIRQ state over the last 10 seconds.

Returns:

  • (Float)

    Available on Linux environments only.

#systemFloat

Available on Linux environments only.

Percentage of time that the CPU has spent in the System state over the last 10 seconds.

Returns:

  • (Float)

    Available on Linux environments only.

#userFloat

Percentage of time that the CPU has spent in the User state over the last 10 seconds.

Returns:

  • (Float)

    Percentage of time that the CPU has spent in the User state over the last 10 seconds.