list_processes
List running processes sorted by CPU usage, with configurable limits and optional full command-line details.
Instructions
List running processes sorted by CPU. Use "top" to limit (default 25, max 200). Prefer check_process when searching for one process. Command lines truncated unless full_command_line=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | How many processes to return (default 25) | |
| full_command_line | No | true for full command lines |