list_processes
Lists running Windows processes with CPU, memory, and I/O usage, including executable paths. Filter by process name or sort by CPU, memory, or handles.
Instructions
Running processes with CPU, memory, I/O and their executable paths.
Args: sort_by: "cpu", "memory" or "handles". top: How many rows to return. name_filter: Substring matched against the process name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | ||
| sort_by | No | cpu | |
| name_filter | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |