Class: DatadogAPIClient::V1::HostMetrics

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v1/models/host_metrics.rb

Overview

Host Metrics collected.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#cpuObject

The percent of CPU used (everything but idle).



29
30
31
# File 'lib/datadog_api_client/v1/models/host_metrics.rb', line 29

def cpu
  @cpu
end

#iowaitObject

The percent of CPU spent waiting on the IO (not reported for all platforms).



32
33
34
# File 'lib/datadog_api_client/v1/models/host_metrics.rb', line 32

def iowait
  @iowait
end

#loadObject

The system load over the last 15 minutes.



35
36
37
# File 'lib/datadog_api_client/v1/models/host_metrics.rb', line 35

def load
  @load
end