process_list
Monitor running processes with CPU and memory usage metrics. Sort by resource consumption, process ID, or name to identify system performance bottlenecks.
Instructions
List running processes with CPU/memory usage. Sort by cpu, memory, pid, or name.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Sort by: cpu, memory, pid, name | |
| limit | No | Max processes to return |