首页
概述
项目
云主机
弹性IP
镜像
云防火墙
负载均衡
共享带宽
内网虚IP
计费
防攻击
防暴力破解
CDN
MYSQL

数据库监控(mysqlWatch)


接口描述:

获取弹性IP监控

请求参数:


参数名必选类型说明
Bdb_Idstring数据库id
start_timestring

开始时间 例:2020-12-19 12:12:25

end_timestring结束时间

返回结果:


{
    "code":200,
    "msg":"操作成功",
    "time":1621331345,
    "data":{
        "cpu":{
            "x":[

            ],
            "y":[

            ],
            "max":0
        },
        "disk-read-requests":{
            "x":[

            ],
            "y":[

            ],
            "max":0
        },
        "disk-reads":{
            "x":[

            ],
            "y":[

            ],
            "max":0
        },
        "disk-storage":{
            "x":[

            ],
            "y":[

            ],
            "max":0
        },
        "disk-write-requests":{
            "x":[

            ],
            "y":[

            ],
            "max":0
        },
        "disk-writes":{
            "x":[

            ],
            "y":[

            ],
            "max":0
        },
        "memory":{
            "x":[

            ],
            "y":[

            ],
            "max":0
        },
        "mysql-connection-error":{
            "x":[

            ],
            "y":[

            ],
            "max":0
        },
        "mysql-connections":{
            "x":[

            ],
            "y":[

            ],
            "max":0
        },
        "mysql-mem-util":{
            "x":[

            ],
            "y":[

            ],
            "max":0
        },
        "mysql-qps-delete":{
            "x":[

            ],
            "y":[

            ],
            "max":0
        },
        "mysql-qps-insert":{
            "x":[

            ],
            "y":[

            ],
            "max":0
        },
        "mysql-qps-replace":{
            "x":[

            ],
            "y":[

            ],
            "max":0
        },
        "mysql-qps-select":{
            "x":[

            ],
            "y":[

            ],
            "max":0
        },
        "mysql-qps-total":{
            "x":[

            ],
            "y":[

            ],
            "max":0
        },
        "mysql-qps-update":{
            "x":[

            ],
            "y":[

            ],
            "max":0
        },
        "mysql-slow-query":{
            "x":[

            ],
            "y":[

            ],
            "max":0
        },
        "mysql-sync-delay":{
            "x":[

            ],
            "y":[

            ],
            "max":0
        },
        "mysql-sync-ok":{
            "x":[

            ],
            "y":[

            ],
            "max":0
        },
        "mysql-tps":{
            "x":[

            ],
            "y":[

            ],
            "max":0
        },
        "ok":true
    }
}

           



Copyright © 2011-2024