rammap_physical
Show physical memory usage breakdown by category, including active, standby, modified, and free pages, plus total, available, cached, and page-file sizes to diagnose memory pressure.
Instructions
Show physical memory usage breakdown by category.
RAMMap-style view: active, standby, modified, modified-no-write, transition, zeroed, free, and bad page counts. Also reports total, available, cached, and page-file sizes.
Uses a single PowerShell script that queries WMI and performance counters. No binary download required.
Return Format
{"success": bool, "categories": dict, "totals": dict, "error": str | None}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| detailed | No | Include per-category breakdown with standby list details |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||