rammap_summary
Diagnose memory issues in one call: get physical breakdown, top 10 processes, and file cache.
Instructions
Combined memory diagnostic: physical breakdown + top processes + file cache.
One-shot equivalent of calling rammap_physical, rammap_processes (top 10), and rammap_file_backed.
Return Format
{"success": bool, "physical": dict, "top_processes": list[dict], "file_cache": dict}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||