![]() |
![]()
| ![]() |
![]()
NAMEPaws::ElasticBeanstalk::CPUUtilization USAGEThis 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 DESCRIPTIONCPU utilization metrics for an instance. ATTRIBUTESIdle => NumPercentage of time that the CPU has spent in the "Idle" state over the last 10 seconds. IOWait => NumAvailable on Linux environments only. Percentage of time that the CPU has spent in the "I/O Wait" state over the last 10 seconds. IRQ => NumAvailable on Linux environments only. Percentage of time that the CPU has spent in the "IRQ" state over the last 10 seconds. Nice => NumAvailable on Linux environments only. Percentage of time that the CPU has spent in the "Nice" state over the last 10 seconds. Privileged => NumAvailable on Windows environments only. Percentage of time that the CPU has spent in the "Privileged" state over the last 10 seconds. SoftIRQ => NumAvailable on Linux environments only. Percentage of time that the CPU has spent in the "SoftIRQ" state over the last 10 seconds. System => NumAvailable on Linux environments only. Percentage of time that the CPU has spent in the "System" state over the last 10 seconds. User => NumPercentage of time that the CPU has spent in the "User" state over the last 10 seconds. SEE ALSOThis class forms part of Paws, describing an object used in Paws::ElasticBeanstalk BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|