Class: Google::Cloud::MigrationCenter::V1::CpuUsageSample

Inherits:
Object
  • Object
show all
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

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.

Returns:

  • (::Float)

    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