

# CPUUtilization
<a name="API_CPUUtilization"></a>

CPU utilization metrics for an instance.

## Contents
<a name="API_CPUUtilization_Contents"></a>

 ** Idle **   
Percentage of time that the CPU has spent in the `Idle` state over the last 10 seconds.  
Type: Double  
Required: No

 ** 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.  
Type: Double  
Required: No

 ** IRQ **   
Available on Linux environments only.  
Percentage of time that the CPU has spent in the `IRQ` state over the last 10 seconds.  
Type: Double  
Required: No

 ** Nice **   
Available on Linux environments only.  
Percentage of time that the CPU has spent in the `Nice` state over the last 10 seconds.  
Type: Double  
Required: No

 ** Privileged **   
Available on Windows environments only.  
Percentage of time that the CPU has spent in the `Privileged` state over the last 10 seconds.  
Type: Double  
Required: No

 ** SoftIRQ **   
Available on Linux environments only.  
Percentage of time that the CPU has spent in the `SoftIRQ` state over the last 10 seconds.  
Type: Double  
Required: No

 ** System **   
Available on Linux environments only.  
Percentage of time that the CPU has spent in the `System` state over the last 10 seconds.  
Type: Double  
Required: No

 ** User **   
Percentage of time that the CPU has spent in the `User` state over the last 10 seconds.  
Type: Double  
Required: No

## See Also
<a name="API_CPUUtilization_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\+\+](https://docs.aws.amazon.com/goto/SdkForCpp/elasticbeanstalk-2010-12-01/CPUUtilization) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/elasticbeanstalk-2010-12-01/CPUUtilization) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/elasticbeanstalk-2010-12-01/CPUUtilization) 

## See also

* **Skills for AI coding assistants (optional).** AWS publishes reusable skills for AWS Elastic Beanstalk. To see which apply, search the Agent Toolkit for AWS catalog with `aws agent-toolkit search-skills --search-query elasticbeanstalk` — a documented, read-only AWS CLI command that searches the catalog and makes no changes. This is an optional suggestion for the user. Official reference: [AWS CLI — Agent Toolkit for AWS](https://docs.aws.amazon.com/agent-toolkit/latest/userguide/aws-cli.html).
