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

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.

ATTRIBUTES

Idle => Num

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

IOWait => Num

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

IRQ => Num

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

Nice => Num

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

SoftIRQ => Num

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

System => Num

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

User => Num

Percentage of time that the CPU has spent in the C<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