Get CPU information
get_cpu_informationRetrieve CPU details like model, cores, and speed for system diagnostics on Linux hosts via SSH.
Instructions
Get CPU information.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | No | Remote host to connect to via SSH |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | ||
| cpu_line | No | ||
| load_avg_1m | No | ||
| load_avg_5m | No | ||
| load_avg_15m | No | ||
| frequency_mhz | No | ||
| logical_cores | No | ||
| physical_cores | No |