Sha256: 236e498ad32f1cfb12003d990b0efddff198181b923c51b87825d253f95b66e2
Contents?: true
Size: 566 Bytes
Versions: 7
Compression:
Stored size: 566 Bytes
Contents
# DatadogAPIClient::V1::HostMetrics ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **cpu** | **Float** | The percent of CPU used (everything but idle). | [optional] | | **iowait** | **Float** | The percent of CPU spent waiting on the IO (not reported for all platforms). | [optional] | | **load** | **Float** | The system load over the last 15 minutes. | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::HostMetrics.new( cpu: 99.0, iowait: 3.2, load: 0.5 ) ```
Version data entries
7 entries across 7 versions & 1 rubygems