ssh_process_manager
List, get info, or kill processes on remote servers with sorting by CPU or memory and filtering by name.
Instructions
List, monitor, or kill processes on remote server
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| server | Yes | Server name | |
| action | Yes | Action: list processes, kill process, or get process info | |
| pid | No | Process ID (required for kill and info actions) | |
| signal | No | Signal to send when killing (default: TERM) | |
| sortBy | No | Sort processes by CPU or memory (default: cpu) | |
| limit | No | Number of processes to return (default: 20) | |
| filter | No | Filter processes by name/command |