get_top_io_processes
Identify processes with the highest disk I/O activity in real time. Pinpoint which process is hammering the disk to troubleshoot performance issues.
Instructions
Returns processes with the highest disk I/O activity via pidstat -d 1 1 (samples for 1 second). Read-only. If pidstat is missing, returns an error in the errors field with empty results. Use to find which process is hammering the disk; get_disk_io_metrics for per-device totals.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | max results (default: 10, max: 50) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| errors | No | ||
| processes | Yes |