List processes
list_processesGet running processes sorted by CPU and memory usage to identify resource-heavy tasks. Specify a filter to find a particular command.
Instructions
List running processes (pid, cpu%, mem%, command), busiest first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max rows (default 30). | |
| filter | No | Only processes whose command contains this substring. |