ssh_monitor
Collect read-only snapshots of system resources such as CPU, memory, disk, network, and processes on a remote Linux server without requiring sudo access.
Instructions
Collects a read-only snapshot of system resources on the named Linux server by running inspection commands such as top, free, df, ss, and ps. The type parameter selects the view and defaults to overview; other values are cpu, memory, disk, network, and process. Does not change remote state and needs no sudo. The interval and duration parameters are accepted for continuous monitoring intent but a single snapshot is gathered. Targets Linux tooling, so output may be empty on Windows hosts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| server | Yes | Server name from configuration | |
| type | No | Type of monitoring (default: overview) | |
| interval | No | Update interval in seconds for continuous monitoring | |
| duration | No | Duration in seconds for continuous monitoring |