cacheout_get_disk_usage
Check boot volume disk usage to identify disk pressure before cleaning caches. Returns total, used, free space and used percentage.
Instructions
Get current disk space on the boot volume.
Returns total, used, and free disk space with human-readable sizes. Use this to check if disk pressure exists before deciding to clean.
Returns: str: JSON with total, free, used space and percentages. { "total": "500.1 GB", "free": "23.4 GB", "used": "476.7 GB", "free_gb": 23.4, "used_percent": 95.3 }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |