Sha256: a74c341739cd3ccf06a8628587e2dd7916ff4665aeb7a479a6e3c3ae6588adab

Contents?: true

Size: 797 Bytes

Versions: 2

Compression:

Stored size: 797 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

2 entries across 2 versions & 1 rubygems

Version Path
datadog_api_client-1.6.0 docs/v1/HostMetrics.md
datadog_api_client-1.5.0 docs/v1/HostMetrics.md