List Processes
process_listList running processes with PID, CPU, memory, and command information. Optionally enrich with user, state, and start time.
Instructions
List running processes (pid, ppid, cpu%, mem%, rss KB, elapsed time, command) via ps. Set enrich:true to additionally cross-reference systeminformation.processes() for user/state/started/path — slower. No permission required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Cap the number of returned processes. Defaults to 500. | |
| enrich | No | Cross-reference systeminformation.processes(). Defaults to false. | |
| filter | No | Case-insensitive substring filter against the command string. |