resource_processes
Identify top resource-consuming processes by CPU or memory usage to monitor system performance and detect potential bottlenecks.
Instructions
Get top processes sorted by CPU or memory usage. Find resource hogs (default: 10).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Sort by cpu or memory | |
| limit | No | Max processes to return (default: 10) |