Top processes
top_processesList running processes sorted by CPU or memory usage, optionally filtered by name to inspect specific app resource consumption.
Instructions
List running processes sorted by CPU or memory, optionally filtered by name (e.g. 'chrome'). Use to dig into a specific app's resource usage or count how many instances of something are running.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | How many to return (default 15) | |
| filter | No | Only processes whose name/path contains this text | |
| sort_by | No | Sort order (default cpu) |