Class: Google::Cloud::MigrationCenter::V1::CpuUsageSample
- Inherits:
-
Object
- Object
- Google::Cloud::MigrationCenter::V1::CpuUsageSample
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb
Overview
CPU usage sample.
Instance Attribute Summary collapse
-
#utilized_percentage ⇒ ::Float
Percentage of total CPU capacity utilized.
Instance Attribute Details
#utilized_percentage ⇒ ::Float
Returns Percentage of total CPU capacity utilized. Must be in the interval [0, 100]. On most systems can be calculated using 100 - idle percentage.
2730 2731 2732 2733 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 2730 class CpuUsageSample include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |