top_processes
Identify which processes consume the most CPU or memory. Get a ranked list of the top N processes to spot resource-heavy applications and diagnose performance issues.
Instructions
Top N processes sorted by CPU or memory usage
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of processes to return | |
| format | No | Output format | text |
| sort_by | No | Sort by 'cpu' or 'mem' | cpu |