disks/performance
Retrieve block device I/O metrics like read/write sectors, merged operations, and wait times to monitor disk performance. Uses iostat-equivalent data for analysis.
Instructions
Retrieves granular block device I/O performance metrics (equivalent to iostat). Provides read/write sectors, merged operations, and I/O wait times in milliseconds. Use disks/list first to find valid block devices. If you want static capacity instead, use disks/free.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| device | No | Optional specific block device to query (e.g., 'sda') | |
| output_format | No | Desired output format (e.g. json, yaml, table). Defaults to text |