get_disk_usage
Retrieves disk usage statistics from a remote Linux host via SSH, listing the top 20 largest files and folders in a specified directory.
Instructions
Collects disk usage for a specific abs path from a remote Linux host via SSH. Returns the top 20 largest files/folders in the specified directory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | ||
| user | Yes | ||
| abs_path | No | / | |
| port | No | ||
| password | No | ||
| key_path | No | ||
| timeout | No | ||
| accept_new_hostkey | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||