Class: DatadogAPIClient::V1::HostMetrics
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::HostMetrics
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/host_metrics.rb
Overview
Host Metrics collected.
Instance Attribute Summary collapse
-
#cpu ⇒ Object
The percent of CPU used (everything but idle).
-
#iowait ⇒ Object
The percent of CPU spent waiting on the IO (not reported for all platforms).
-
#load ⇒ Object
The system load over the last 15 minutes.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#cpu ⇒ Object
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 |
#iowait ⇒ Object
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 |
#load ⇒ Object
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 |