monitor_container_stats
Track and analyze container resource usage on remote servers by specifying hostname, credentials, and target containers. Ideal for monitoring performance and optimizing deployment.
Instructions
监控容器的资源使用情况
Input Schema
Name | Required | Description | Default |
---|---|---|---|
containers | No | ||
hostname | Yes | ||
password | No | ||
port | No | ||
timeout | No | ||
username | Yes |
Input Schema (JSON Schema)
{
"properties": {
"containers": {
"default": [],
"items": {
"type": "string"
},
"title": "Containers",
"type": "array"
},
"hostname": {
"title": "Hostname",
"type": "string"
},
"password": {
"default": "",
"title": "Password",
"type": "string"
},
"port": {
"default": 22,
"title": "Port",
"type": "integer"
},
"timeout": {
"default": 30,
"title": "Timeout",
"type": "integer"
},
"username": {
"title": "Username",
"type": "string"
}
},
"required": [
"hostname",
"username"
],
"title": "monitor_container_statsArguments",
"type": "object"
}