AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

CPU utilization metrics for an instance.

Inheritance Hierarchy

System.Object
  Amazon.ElasticBeanstalk.Model.CPUUtilization

Namespace: Amazon.ElasticBeanstalk.Model
Assembly: AWSSDK.ElasticBeanstalk.dll
Version: 3.x.y.z

Syntax

C#
public class CPUUtilization

The CPUUtilization type exposes the following members

Constructors

NameDescription
Public Method CPUUtilization()

Properties

NameTypeDescription
Public Property Idle System.Double

Gets and sets the property Idle.

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

Public Property IOWait System.Double

Gets and sets the property IOWait.

Available on Linux environments only.

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

Public Property IRQ System.Double

Gets and sets the property IRQ.

Available on Linux environments only.

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

Public Property Nice System.Double

Gets and sets the property Nice.

Available on Linux environments only.

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

Public Property Privileged System.Double

Gets and sets the property Privileged.

Available on Windows environments only.

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

Public Property SoftIRQ System.Double

Gets and sets the property SoftIRQ.

Available on Linux environments only.

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

Public Property System System.Double

Gets and sets the property System.

Available on Linux environments only.

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

Public Property User System.Double

Gets and sets the property User.

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

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5