get_realtime_io
Measures current disk and network I/O throughput, returning read/write and download/upload speeds in MB/s and Mbps. Use to check real-time bandwidth and disk performance.
Instructions
Measures actual disk and network I/O throughput by sampling twice over an interval. Returns disk read/write in MB/s and network download/upload in MB/s and Mbps. Call this instead of get_disk_usage or get_network_usage when the user asks about current speed or throughput.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| interval | No | Sampling interval in seconds (1–3, default 1). Longer intervals give more accurate throughput averages. |