rammap_processes
Lists per-process memory usage—working set, private bytes, shareable, and pagefile—sorted by working set descending to identify top memory consumers.
Instructions
Show per-process memory usage: working set, private bytes, shareable, pagefile.
RAMMap-style process list sorted by working set descending.
Uses Get-Process with WMI extensions for private working set data. No binary download required.
Return Format
{"success": bool, "processes": list[dict], "count": int, "total_ws_mb": float, "error": str | None}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top_n | No | Number of top processes to return |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||