AWS SDK Version 2 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.

.NET Framework 4.5
 
Represents CPU utilization information from the specified instance that belongs to the AWS Elastic Beanstalk environment. Use the instanceId property to specify the application instance for which you'd like to return data.

Inheritance Hierarchy

System.Object
  Amazon.ElasticBeanstalk.Model.CPUUtilization

Namespace: Amazon.ElasticBeanstalk.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class CPUUtilization : Object

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.

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.

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.

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

Public Property SoftIRQ System.Double Gets and sets the property SoftIRQ.

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.

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 Framework:
Supported in: 4.5, 4.0, 3.5

.NET for Windows Store apps:
Supported in: Windows 8.1, Windows 8

.NET for Windows Phone:
Supported in: Windows Phone 8.1