performance
Monitor and analyze system performance on Windows by tracking CPU, memory, disk, and network usage, retrieving performance counters, and identifying top resource-consuming processes.
Instructions
System performance monitoring including CPU usage, memory usage, disk I/O, network I/O, and system performance counters
Input Schema
Name | Required | Description | Default |
---|---|---|---|
action | Yes | The performance monitoring action to perform | |
counter_name | No | Specific performance counter name to query | |
duration | No | Duration in seconds for monitoring (default: 10) | |
interval | No | Interval in seconds between measurements (default: 1) | |
process_count | No | Number of top processes to show (default: 10) |