ssh_process_list
List running processes on a remote Linux machine via SSH, with optional filtering by name and sorting by CPU or memory usage.
Instructions
List running processes with optional filtering and sorting.
Args: session_name: SSH session to use filter_pattern: Filter processes by name/pattern (grep) sort_by: Sort by 'cpu' or 'mem' (default: no sorting)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort_by | No | ||
| session_name | No | default | |
| filter_pattern | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |