process_list
List running processes with CPU, memory, and runtime. Sort by CPU or memory to identify resource hogs, or filter by name to locate specific applications.
Instructions
List running processes with CPU, memory, and runtime details. Sort by CPU or memory to find resource hogs. Filter by process name to find specific applications.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Sort processes by this field (default: cpu). | cpu |
| limit | No | Number of processes to return (default 20, max 200). | |
| filter | No | Filter process names containing this string (case-insensitive). |