processes
List running Windows processes with CPU, memory, and PID to diagnose performance issues or verify app availability. Filter by name, sort by CPU or memory, and limit results.
Instructions
List running Windows processes with CPU usage, memory, and PID. Useful for diagnosing performance issues or checking if a specific app/service is running. Omit name to get the top processes by CPU.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Filter by process name (substring match, e.g. 'node', 'chrome') | |
| limit | No | Max processes to return (default: 30) | |
| sort_by | No | Sort by CPU usage or memory (default: cpu) | cpu |