get_disk_usage
Show detailed disk usage and I/O statistics for all mounted partitions to identify full drives and analyze filesystem usage.
Instructions
Show detailed disk usage for all mounted partitions with I/O statistics.
Use this for disk space analysis — identifying full partitions, comparing filesystem usage, or checking I/O throughput. For a quick disk summary as part of overall system health, use get_system_overview instead.
This is a read-only operation with no side effects.
Returns a Markdown table with columns: Mount, Device, Total, Used, Free, Usage%, FS type. Also includes cumulative disk I/O since boot (total bytes read/written). Partitions requiring elevated privileges are silently skipped.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||