list_processes
Monitor running processes with CPU and memory usage data on Linux systems, supporting both local execution and remote SSH connections for system diagnostics.
Instructions
List running processes with CPU and memory usage.
Args:
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 |
|---|---|---|---|
| host | No | ||
| username | No |