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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-elasticbeanstalk/types.rb

Overview

CPU utilization metrics for an instance.

Constant Summary collapse

SENSITIVE =
[]

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)


553
554
555
556
557
558
559
560
561
562
563
564
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 553

class CPUUtilization < Struct.new(
  :user,
  :nice,
  :system,
  :idle,
  :io_wait,
  :irq,
  :soft_irq,
  :privileged)
  SENSITIVE = []
  include Aws::Structure
end

#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)


553
554
555
556
557
558
559
560
561
562
563
564
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 553

class CPUUtilization < Struct.new(
  :user,
  :nice,
  :system,
  :idle,
  :io_wait,
  :irq,
  :soft_irq,
  :privileged)
  SENSITIVE = []
  include Aws::Structure
end

#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)


553
554
555
556
557
558
559
560
561
562
563
564
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 553

class CPUUtilization < Struct.new(
  :user,
  :nice,
  :system,
  :idle,
  :io_wait,
  :irq,
  :soft_irq,
  :privileged)
  SENSITIVE = []
  include Aws::Structure
end

#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)


553
554
555
556
557
558
559
560
561
562
563
564
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 553

class CPUUtilization < Struct.new(
  :user,
  :nice,
  :system,
  :idle,
  :io_wait,
  :irq,
  :soft_irq,
  :privileged)
  SENSITIVE = []
  include Aws::Structure
end

#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)


553
554
555
556
557
558
559
560
561
562
563
564
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 553

class CPUUtilization < Struct.new(
  :user,
  :nice,
  :system,
  :idle,
  :io_wait,
  :irq,
  :soft_irq,
  :privileged)
  SENSITIVE = []
  include Aws::Structure
end

#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)


553
554
555
556
557
558
559
560
561
562
563
564
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 553

class CPUUtilization < Struct.new(
  :user,
  :nice,
  :system,
  :idle,
  :io_wait,
  :irq,
  :soft_irq,
  :privileged)
  SENSITIVE = []
  include Aws::Structure
end

#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)


553
554
555
556
557
558
559
560
561
562
563
564
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 553

class CPUUtilization < Struct.new(
  :user,
  :nice,
  :system,
  :idle,
  :io_wait,
  :irq,
  :soft_irq,
  :privileged)
  SENSITIVE = []
  include Aws::Structure
end

#userFloat

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

Returns:

  • (Float)


553
554
555
556
557
558
559
560
561
562
563
564
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 553

class CPUUtilization < Struct.new(
  :user,
  :nice,
  :system,
  :idle,
  :io_wait,
  :irq,
  :soft_irq,
  :privileged)
  SENSITIVE = []
  include Aws::Structure
end