process_manager
Manage Windows system processes with actions like listing, monitoring, killing, and analyzing resource usage. Retrieve details, sort by criteria, or terminate specific processes efficiently.
Instructions
Comprehensive process management including listing processes, getting process details, killing processes, and monitoring resource usage
Input Schema
Name | Required | Description | Default |
---|---|---|---|
action | Yes | The process management action to perform | |
include_system | No | Include system processes (default: true) | |
limit | No | Limit number of results (default: 20) | |
process_id | No | Process ID for specific process operations | |
process_name | No | Process name for searching or filtering | |
sort_by | No | Sort processes by specified criteria (default: cpu) | cpu |