process_manager
Manage Windows system processes effectively by listing, monitoring, or terminating them. Retrieve detailed process information, sort by CPU or memory usage, and organize process hierarchies for optimized system performance.
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 |