ssh_process_manager
Manage remote server processes via SSH: list, monitor, or terminate processes to maintain system performance and resolve issues.
Instructions
List, monitor, or kill processes on remote server
Input Schema
TableJSON 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 |