sample_cpu_time_ratios
Sample CPU time deltas over a specified duration and interval, then normalize them into per-state ratios to monitor CPU usage distribution.
Instructions
Sample CPU time deltas and normalize them into per-state ratios.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| duration_seconds | No | ||
| interval_seconds | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| samples | Yes | ||
| duration_seconds | Yes | ||
| interval_seconds | Yes |