get_memory_usage
Check current memory and swap usage as percentages and GB to diagnose high RAM consumption, swapping, or system slowdowns.
Instructions
Returns current system memory and swap utilization as percentages and GB.
Use this when investigating high memory usage, swapping, or general system slowdown. Does not modify system state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| used_gb | Yes | ||
| total_gb | Yes | ||
| available_gb | Yes | ||
| swap_used_gb | Yes | ||
| used_percent | Yes | ||
| swap_total_gb | Yes | ||
| swap_used_percent | Yes |