NAME
Paws::ElasticBeanstalk::CPUUtilization
USAGE
This class represents one of two things:
Arguments in a call to a service
Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.
As an example, if Att1 is expected to be a Paws::ElasticBeanstalk::CPUUtilization object:
$service_obj->Method(Att1 => { Idle => $value, ..., User => $value });
Results returned from an API call
Use accessors for each attribute. If Att1 is expected to be an Paws::ElasticBeanstalk::CPUUtilization object:
$result = $service_obj->Method(...);
$result->Att1->Idle
DESCRIPTION
CPU utilization metrics for an instance.
ATTRIBUTES
Idle => Num
Percentage of time that the CPU has spent in the Idle
state over the last 10 seconds.
IOWait => Num
Available on Linux environments only.
Percentage of time that the CPU has spent in the I/O Wait
state over the last 10 seconds.
IRQ => Num
Available on Linux environments only.
Percentage of time that the CPU has spent in the IRQ
state over the last 10 seconds.
Nice => Num
Available on Linux environments only.
Percentage of time that the CPU has spent in the Nice
state over the last 10 seconds.
Privileged => Num
Available on Windows environments only.
Percentage of time that the CPU has spent in the Privileged
state over the last 10 seconds.
SoftIRQ => Num
Available on Linux environments only.
Percentage of time that the CPU has spent in the SoftIRQ
state over the last 10 seconds.
System => Num
Available on Linux environments only.
Percentage of time that the CPU has spent in the System
state over the last 10 seconds.
User => Num
Percentage of time that the CPU has spent in the User
state over the last 10 seconds.
SEE ALSO
This class forms part of Paws, describing an object used in Paws::ElasticBeanstalk
BUGS and CONTRIBUTIONS
The source code is located here: https://github.com/pplu/aws-sdk-perl
Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues