processes/list
List running processes with optional filters by PID, user, or sort order to identify a process ID for monitoring or cleanup.
Instructions
Lists running processes on the system. Use this to find a PID, then use the process://{pid}/{target} resource for deep metrics or processes/delete to kill it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pid | No | Filter to a single specific PID | |
| user | No | Filter by username | |
| limit | No | Limit returned processes | |
| sort_by | No | Sort by cpu, mem, or pid | |
| privileged | No | Set to true to run as root | |
| output_format | No | Desired output format (e.g. json, yaml, table, wide). Defaults to text | |
| human_readable | No | RSS like 10Mi; default is bytes |