get_process_info
Retrieve detailed process information by PID for Linux system diagnostics, supporting both local and remote SSH connections to RHEL-based systems.
Instructions
Get detailed information about a specific process.
Args:
pid: Process ID
host: Remote host to connect to via SSH (optional, executes locally if not provided)
username: SSH username for remote host (required if host is provided)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pid | Yes | ||
| host | No | ||
| username | No |