find_process
Search for running processes by name or keyword on a remote SSH host. Retrieve matching PIDs and process details.
Instructions
Search for processes by name or keyword.
Args: name: Process name or keyword to search (e.g., "nginx", "python"). host_name: Named host from SSH_HOSTS config; uses default host if omitted.
Returns: Matching processes with their PIDs and details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| host_name | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |