list_memory_usage
Check system memory usage with total, available, used memory, and swap statistics. Get an overview similar to the free command.
Instructions
Get system memory usage summary.
Returns total, available, used memory and swap statistics,
similar to the free -h command.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| used_gb | Yes | Used memory in GB | |
| total_gb | Yes | Total physical memory in GB | |
| warnings | No | Health warnings (high memory, swap usage, etc.) | |
| available_gb | Yes | Available memory in GB | |
| swap_percent | Yes | Swap usage percentage | |
| swap_used_gb | Yes | Used swap in GB | |
| used_percent | Yes | Memory usage percentage | |
| swap_total_gb | Yes | Total swap in GB |