get_server_status
Retrieve CPU, memory, and uptime status of local or remote servers via SSH for real-time server monitoring and performance analysis.
Instructions
获取服务器的CPU、内存和运行状态
Input Schema
Name | Required | Description | Default |
---|---|---|---|
host | No | 远程服务器地址或SSH配置中的主机名 |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"host": {
"description": "远程服务器地址或SSH配置中的主机名",
"type": "string"
}
},
"type": "object"
}