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
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#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
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
33 34 35 |
# File 'lib/datadog_api_client/v1/models/host_metrics.rb', line 33 def additional_properties @additional_properties end |
#cpu ⇒ Object
The percent of CPU used (everything but idle).
25 26 27 |
# File 'lib/datadog_api_client/v1/models/host_metrics.rb', line 25 def cpu @cpu end |
#iowait ⇒ Object
The percent of CPU spent waiting on the IO (not reported for all platforms).
28 29 30 |
# File 'lib/datadog_api_client/v1/models/host_metrics.rb', line 28 def iowait @iowait end |
#load ⇒ Object
The system load over the last 15 minutes.
31 32 33 |
# File 'lib/datadog_api_client/v1/models/host_metrics.rb', line 31 def load @load end |