时序数据库 CTSDB 监控指标

最近更新时间:2025-10-28 18:21:52

我的收藏

命名空间

Namespace = QCE/XSTOR

监控指标

实例资源类指标

指标英文名
指标中文名
说明
单位
维度
统计规则
[period, statType]
InsComputeCpuAvgUtil
计算节点平均 CPU 使用率
实例计算节点平均 CPU 使用率
%
account_id
instance_id
[ 60s, avg ]
[ 300s, avg ]
InsComputeCpuMaxUtil
计算节点最大 CPU 使用率
实例计算节点最大 CPU 使用率
%
account_id
instance_id
[ 60s, max ]
[ 300s, max ]
InsComputeMemAvgUtil
计算节点平均内存使用率
实例计算节点平均内存使用率
%
account_id
instance_id
[ 60s, avg ]
[ 300s, avg ]
InsComputeMemMaxUtil
计算节点最大内存使用率
实例计算节点最大内存使用率
%
account_id
instance_id
[ 60s, max ]
[ 300s, max ]
InsDataCpuAvgUtil
数据节点平均 CPU 使用率
实例数据节点平均 CPU 使用率
%
account_id
instance_id
[ 60s, avg ]
[ 300s, avg ]
InsDataCpuMaxUtil
数据节点最大 CPU 使用率
实例数据节点最大 CPU 使用率
%
instance_id
account_id
[ 60s, max ]
[ 300s, max ]
InsDataMemAvgUtil
数据节点平均内存使用率
实例数据节点平均内存使用率
%
account_id
instance_id
[ 60s, avg ]
[ 300s, avg ]
InsDataMemMaxUtil
数据节点最大内存使用率
实例数据节点最大内存使用率
%
account_id
instance_id
[ 60s, max ]
[ 300s, max ]
InsInFlow
入流量
实例入流量
Bytes
account_id
instance_id
[ 60s, max ]
[ 300s, max ]
InsOutFlow
出流量
实例出流量
Bytes
instance_id
account_id
[ 60s, max ]
[ 300s, max ]
SeriesUtil
时间线使用率
实例时间线使用率
%
account_id
instance_id
[ 60s, max ]
[ 300s, max ]
StorageUsedBytes
存储使用量
存储使用量
GBytes
account_id
instance_id
[ 60s, max ]
[ 300s, max ]
StorageUtil
存储容量使用率
存储容量使用率
%
account_id
instance_id
[ 60s, max ]
[ 300s, max ]

实例请求类指标

指标英文名
指标中文名
说明
单位
维度
统计规则
[period, statType]
WritePointsCnt
写入数据点
写入数据点
Count/s
account_id
instance_id
[ 60s, avg ]
[ 300s, avg ]
TotalRequestsCnt
总请求数
总请求数
Count/s
instance_id
account_id
[ 60s, avg ]
[ 300s, avg ]
LatencyReadAvgMs
读平均时延
读平均时延
ms
instance_id
account_id
[ 60s, avg ]
[ 300s, avg ]
LatencyWriteAvgMs
写平均时延
写平均时延
ms
account_id
instance_id
[ 60s, avg ]
[ 300s, avg ]
ReadRequestsCnt
读请求数
读请求数
Count/s
instance_id
account_id
[ 60s, avg ]
[ 300s, avg ]
ReadRequestsFailRatio
读请求失败率
读请求失败率
%
instance_id
account_id
[ 60s, avg ]
[ 300s, avg ]
ReadRequestsRejectedRatio
读请求拒绝率
读请求拒绝率
%
account_id
instance_id
[ 60s, avg ]
[ 300s, avg ]
TotalRequestsFailRatio
总请求失败率
总请求失败率
%
account_id
instance_id
[ 60s, avg ]
[ 300s, avg ]
TotalRequestsRejectedRatio
总请求拒绝率
总请求拒绝率
%
account_id
instance_id
[ 60s, avg ]
[ 300s, avg ]
WriteRequestsCnt
写请求数
写请求数
Count/s
account_id
instance_id
[ 60s, avg ]
[ 300s, avg ]
WriteRequestsFailRatio
写请求失败率
写请求失败率
%
account_id
instance_id
[ 60s, avg ]
[ 300s, avg ]
WriteRequestsRejectedRatio
写请求拒绝率
写请求拒绝率
%
account_id
instance_id
[ 60s, avg ]
[ 300s, avg ]

各维度对应参数总览

参数名称
维度名称
维度解释
格式
Instances.N.Dimensions.0.Name
account_id
实例控制面 id 的维度名称
输入 String 类型维度名称:account_id
Instances.N.Dimensions.0.Value
account_id
具体实例控制面 id
输入具体实例控制面 id,例如:-9otxx==
Instances.N.Dimensions.1.Name
instance_id
实例 id 的维度名称
输入 String 类型维度名称:instance_id
Instances.N.Dimensions.1.Value
instance_id
具体实例 id
输入具体实例 id,例如:ctsdbi-gyofgxxx

入参说明

查询 QCE/XSTOR 指标监控数据,入参取值如下:
&Namespace = QCE/XSTOR
&Instances.N.Dimensions.0.Name = account_id
&Instances.N.Dimensions.0.Value = 具体实例控制面 id
&Instances.N.Dimensions.1.Name = instance_id
&Instances.N.Dimensions.1.Value = 具体实例 id
说明:
实例对应的 account_id 建议通过 ctsdb 产品2023-02-02版本云 API DescribeClusters 获取。