Updated on 2025-10-21 GMT+08:00

Metrics

Function

This section describes GeminiDB metrics reported to Cloud Eye as well as their namespaces and dimensions. You can use APIs provided by Cloud Eye to query metrics of monitored objects and alarms generated for GeminiDB.

Namespace

SYS.NoSQL

GeminiDB Redis Metrics

Metric ID

Metric Name

Description

Value Range

Unit

Number System

Dimension

Monitoring Period (Raw Data)

redis823_cluster_persist_key_num

Keys Without Expiration Time in an Instance

Number of keys without expiration time of instances (all databases)

≥ 0

Counts

N/A

redis_cluster_id

1 minute

redis822_cluster_cmd_err_num

Number of Command Execution Errors of an Instance

Number of times that an instance command fails to be executed per second. For example, the command does not exist or the parameter is incorrect.

≥ 0

Counts/s

N/A

redis_cluster_id

1 minute

redis821_cluster_out_bandwidth_usage

Network Outbound Bandwidth Usage

Percentage of traffic sent by an instance to the maximum ELB bandwidth

0–100

%

N/A

redis_cluster_id

1 minute

redis820_cluster_in_bandwidth_usage

Network Inbound Bandwidth Usage

Percentage of traffic received by an instance to the maximum ELB bandwidth.

If the inbound bandwidth usage reaches 100%, the maximum bandwidth of the ELB has been exceeded. Submit a service ticket to upgrade the ELB bandwidth. If the ELB bandwidth has reached the maximum 10 Gbit/s, check whether workloads are proper or split them.

0–100

%

N/A

redis_cluster_id

1 minute

redis816_cluster_disk_usage

Storage Usage

Storage usage of an instance

0–100

%

N/A

redis_cluster_id

1 minute

redis815_cluster_cpu_usage

CPU Usage

CPU usage of an instance

0–100

%

N/A

redis_cluster_id

1 minute

redis814_cluster_mem_usage

Memory Usage

Memory usage of an instance

0–100

%

N/A

redis_cluster_id

1 minute

redis813_cluster_slow_query_count

Slow Queries per Instance

Number of slow queries on an instance

≥ 0

Counts

N/A

redis_cluster_id

1 minute

redis812_cluster_processed_command_count

Total Commands per Instance

Total commands processed by a node

≥ 0

Counts

N/A

redis_cluster_id

1 minute

redis811_cluster_max_connect_count

Max. Connections per Instance

Maximum connections to an instance (nodes × 10,000)

≥ 0

Counts

N/A

redis_cluster_id

1 minute

redis808_cluster_new_client_connection

Connections Created Per Second

Instance connections created per second

≥ 0

Counts

N/A

redis_cluster_id

1 minute

redis807_cluster_all_connection_count

Total Connections

Connections of an instance (used connections of all nodes)

≥ 0

Counts

N/A

redis_cluster_id

1 minute

redis806_cluster_max_connection_usage

Connection Usage

Max. node connection usage of the instance

0–100

%

N/A

redis_cluster_id

1 minute

redis805_cluster_avg_hit_rate

Average Hit Rate of the Instance

Average hit rate of multiple nodes in the instance

0–100

%

N/A

redis_cluster_id

1 minute

redis804_cluster_all_p99_usec

p99 Latency

p99 latency of the instance

≥ 0

µs

N/A

redis_cluster_id

1 minute

redis803_cluster_all_avg_usec

Average Latency

Average latency of the instance

≥ 0

µs

N/A

redis_cluster_id

1 minute

redis802_cluster_max_response_argc

Max. Elements Obtained in a Request

Max. elements obtained by the client in a request

≥ 0

Counts

N/A

redis_cluster_id

1 minute

redis801_cluster_max_response_bytes

Max. Bytes Obtained in a Request

Max. bytes obtained by the client in a request

≥ 0

Bytes

1024 (IEC)

redis_cluster_id

1 minute

redis800_cluster_max_request_argc

Max. Parameters Sent in a Request

Max. parameters sent in a request

≥ 0

Counts

N/A

redis_cluster_id

1 minute

redis799_cluster_max_request_bytes

Max. Bytes Sent in a Request

Max. bytes sent in a request

≥ 0

Bytes

1024 (IEC)

redis_cluster_id

1 minute

redis798_cluster_expire_key_counts

Keys with an Expiration Time Configured

Instance keys with an expiration time configured

≥ 0

Counts

N/A

redis_cluster_id

1 minute

redis689_qps_receive_total

Total Traffic Received by the Instance

Total traffic received by the instance, a reflection of the traffic volume on the application side.

≥ 0

Bytes/s

1024 (IEC)

redis_cluster_id

1 minute

redis688_qps_send_total

Total Traffic Sent by the Instance

Total traffic sent by the instance, a reflection of the traffic volume on the application side.

≥ 0

Bytes/s

1024 (IEC)

redis_cluster_id

1 minute

redis668_cluster_key_counts

Instance Keys

Total keys of a cluster

≥ 0

Counts

N/A

redis_cluster_id

1 minute

redis667_cluster_qps

QPS of the Instance

The value of this metric is the QPS of the instance.

≥ 0

Counts/s

N/A

redis_cluster_id

1 minute

redis834_cluster_dbcache_recv_bps

DB Cache Synchronization Rate

Rate of traffic received by GeminiDB Redis instances when DB Cache is used

≥ 0

Bytes/s

1024 (IEC)

redis_cluster_id

1 minute

redis833_cluster_dbcache_replication_delay

DB Cache Synchronization Latency

Synchronization delay between a primary RDS database and a standby GeminiDB Redis database when DB Cache is used. A smaller value indicates more timely synchronization.

≥ 0

ms

N/A

redis_cluster_id

1 minute

redis832_cluster_dbcache_binlog_delay

Variation in Rows of the Binlogs Between the Primary RDS and Standby GeminiDB Redis With DB Cache

Difference of synchronization start points between a primary RDS database and a standby GeminiDB Redis database when DB Cache is used. A smaller value indicates more timely synchronization.

≥ 0

Counts

N/A

redis_cluster_id

1 minute

redis831_cluster_dbcache_total_ops

DB Cache Executions per Second

Number of DB Cache executions per second

≥ 0

Counts/s

N/A

redis_cluster_id

1 minute

Table 1 Basic metrics

Metric ID

Metric Name

Description

Value Range

Unit

Number System

Dimension

Monitoring Period (Raw Data)

redis817_slow_query_count

Slow Queries per Node

Slow queries on a node

≥ 0

Counts

N/A

redis_cluster_id,redis_node_id

1 minute

redis810_max_connect_count

Max. Connections per Node

Maximum connections to a node

≥ 0

Counts

N/A

redis_cluster_id,redis_node_id

1 minute

redis809_processed_command_count

Total Commands per Node

Total commands processed by a node

≥ 0

Counts

N/A

redis_cluster_id,redis_node_id

1 minute

redis687_client_network_packet_return_p99

p99 Latency for Packets Returning to the Client (Send)

p99 latency for packets sent from the proxy to the client, a reflection of the network quality on the application side.

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis686_client_network_packet_return_max

Maximum Speed for Packets Returning to the Client (Send)

Maximum speed for packets sent by the proxy to the client, a reflection of the network quality on the application side.

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis685_client_network_packet_return_avg

Average Speed for Packets Returning to the Client (Send)

Average speed for packets sent by the proxy to the client, a reflection of the network quality on the application side.

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis684_client_packet_return_queue_p99

p99 Latency for Packets Returning to the Client (Queuing)

Queuing p99 latency for packets returned from the proxy to the client, a reflection of the network quality on the application side.

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis683_client_packet_return_queue_max

Maximum Speed for Packets Returning to the Client (Queuing)

Maximum queuing speed for packets returned from the proxy to the client, a reflection of the network quality on the application side.

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis682_client_packet_return_queue_avg

Average Speed for Packets Returning to the Client (Queuing)

Average queuing speed for packets returned from the proxy to the client, a reflection of the network quality on the application side.

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis678_max_response_argc

Maximum Elements Obtained in a Request

Maximum elements obtained by the client in a request

≥ 0

Counts

N/A

redis_cluster_id,redis_node_id

1 minute

redis677_max_response_bytes

Maximum Bytes Obtained in a Request

Maximum bytes obtained by the client in a request

≥ 0

Bytes

1024 (IEC)

redis_cluster_id,redis_node_id

1 minute

redis676_max_request_argc

Maximum Parameters Sent in a Request

Maximum parameters sent by the client in a request

≥ 0

Counts

N/A

redis_cluster_id,redis_node_id

1 minute

redis675_max_request_bytes

Maximum Bytes Sent in a Request

Maximum bytes sent by the client in a request

≥ 0

Bytes

1024 (IEC)

redis_cluster_id,redis_node_id

1 minute

redis674_max_pipelined

Maximum Commands Sent in a Pipeline

Maximum commands batch sent by the client in a pipeline

≥ 0

Counts

N/A

redis_cluster_id,redis_node_id

1 minute

redis673_wrong_auth

Failed Authentication Attempts

Failed authentication attempts per second on a node

≥ 0

Counts

N/A

redis_cluster_id,redis_node_id

1 minute

redis672_no_auth

Request Attempts Due to Authentication Failure

Failed request attempts due to authentication failure on a node per second

≥ 0

Counts

N/A

redis_cluster_id,redis_node_id

1 minute

redis671_new_client_connection

New Connections

Connections created on a node per second

≥ 0

Counts

N/A

redis_cluster_id,redis_node_id

1 minute

redis670_hit_rate

Hit Rate of a Key in Underlying Storage

Hit percentage of a key in underlying storage in a collection period. Formula: Hit keys/(Hit keys + Missed keys).

0–100

%

N/A

redis_cluster_id,redis_node_id

1 minute

redis669_connection_usage

Connection Usage

Connection usage in a collection period. Formula: Used connections/Total connections.

0–100

%

N/A

redis_cluster_id,redis_node_id

1 minute

redis319_all_qps

Proxy QPS

Proxy QPS on a node

≥ 0

Counts/s

N/A

redis_cluster_id,redis_node_id

1 minute

redis318_all_p99

p99 Access Latency

p99 latency when a node executes all commands

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis317_all_max_usec

Maximum Access Latency

Maximum latency when a node executes all commands

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis316_all_avg_usec

Average Access Latency

Average latency when a node executes all commands

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis032_shard_qps

Shard QPS

Shard QPS on a node

≥ 0

Counts/s

N/A

redis_cluster_id,redis_node_id

1 minute

redis021_proxy_send_client_bps

Traffic Send Speed

Outgoing traffic speed of a node

/s

≥ 0

Bytes/s

1024 (IEC)

redis_cluster_id,redis_node_id

1 minute

redis020_proxy_recv_client_bps

Traffic Receive Speed

Incoming traffic speed of a node

/s

≥ 0

Bytes/s

1024 (IEC)

redis_cluster_id,redis_node_id

1 minute

gemini004_bytes_in

Network Input Throughput

Average traffic received by all network adapters of a monitored object per second

≥ 0

Bytes/s

1024 (IEC)

redis_cluster_id,redis_node_id

1 minute

gemini003_bytes_out

Network Output Throughput

Average traffic sent from all network adapters of a monitored object per second

≥ 0

Bytes/s

1024 (IEC)

redis_cluster_id,redis_node_id

1 minute

redis019_proxy_response_ps

Proxy Response Rate

Speed at which proxy responds to clients

≥ 0

Counts/s

N/A

redis_cluster_id,redis_node_id

1 minute

redis018_proxy_request_ps

Request Receive Speed

Speed at which proxy receives requests from clients

≥ 0

Counts/s

N/A

redis_cluster_id,redis_node_id

1 minute

redis017_proxy_accept

Client Connections

Client connections to a node

≥ 0

Counts

N/A

redis_cluster_id,redis_node_id

1 minute

nosql007_disk_used_size

Storage Space Usage

Used storage space of an instance

≥ 0

GB

1024 (IEC)

redis_cluster_id,redis_node_id

1 minute

nosql006_disk_total_size

Total Storage Space

Total storage space of an instance

≥ 0

GB

1024 (IEC)

redis_cluster_id,redis_node_id

1 minute

nosql005_disk_usage

Storage Usage

Storage usage of the current instance.

0–100

%

N/A

redis_cluster_id,redis_node_id

1 minute

nosql002_mem_usage

Memory Usage

Memory usage of the monitored system

0–100

%

N/A

redis_cluster_id,redis_node_id

1 minute

nosql001_cpu_usage

CPU Usage

CPU usage of the monitored system

0–100

%

N/A

redis_cluster_id,redis_node_id

1 minute

Table 2 String command metrics

Metric ID

Metric Name

Description

Value Range

Unit

Number System

Dimension

Monitoring Period (Raw Data)

redis107_decr_qps

DECR QPS

QPS when a node executes the DECR command

≥ 0

Counts/s

N/A

redis_cluster_id,redis_node_id

1 minute

redis106_decr_p99

DECR p99 Latency

p99 latency when a node executes the DECR command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis104_decr_avg_usec

DECR Average Latency

Average latency when a node executes the DECR command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis103_incr_qps

INCR QPS

QPS when a node executes the INCR command

≥ 0

Counts/s

N/A

redis_cluster_id,redis_node_id

1 minute

redis102_incr_p99

INCR p99 Latency

p99 latency when a node executes the INCR command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis100_incr_avg_usec

INCR Average Latency

Average latency when a node executes the INCR command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis099_strlen_qps

STRLEN QPS

QPS when a node executes the STRLEN command

≥ 0

Counts/s

N/A

redis_cluster_id,redis_node_id

1 minute

redis098_strlen_p99

STRLEN p99 Latency

p99 latency when a node executes the STRLEN command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis096_strlen_avg_usec

STRLEN Average Latency

Average latency when a node executes the STRLEN command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis095_substr_qps

SUBSTR QPS

QPS when a node executes the SUBSTR command

≥ 0

Counts/s

N/A

redis_cluster_id,redis_node_id

1 minute

redis094_substr_p99

SUBSTR p99 Latency

p99 latency when a node executes the SUBSTR command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis092_substr_avg_usec

SUBSTR Average Latency

Average latency when a node executes the SUBSTR command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis091_setrange_qps

SETRANGE QPS

QPS when a node executes the SETRANGE command

≥ 0

Counts/s

N/A

redis_cluster_id,redis_node_id

1 minute

redis090_setrange_p99

SETRANGE p99 Latency

p99 latency when a node executes the SETRANGE command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis088_setrange_avg_usec

SETRANGE Average Latency

Average latency when a node executes the SETRANGE command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis087_getrange_qps

GETRANGE QPS

QPS when a node executes the GETRANGE command

≥ 0

Counts/s

N/A

redis_cluster_id,redis_node_id

1 minute

redis086_getrange_p99

GETRANGE p99 Latency

p99 latency when a node executes the GETRANGE command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis084_getrange_avg_usec

GETRANGE Average Latency

Average latency when a node executes the GETRANGE command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis083_mset_qps

MSET QPS

QPS when a node executes the MSET command

≥ 0

Counts/s

N/A

redis_cluster_id,redis_node_id

1 minute

redis082_mset_p99

MSET p99 Latency

p99 latency when a node executes the MSET command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis080_mset_avg_usec

MSET Average Latency

Average latency when a node executes the MSET command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis079_mget_qps

MGET QPS

QPS when a node executes the MGET command

≥ 0

Counts/s

N/A

redis_cluster_id,redis_node_id

1 minute

redis078_mget_p99

MGET p99 Latency

p99 latency when a node executes the MGET command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis076_mget_avg_usec

MGET Average Latency

Average latency when a node executes the MGET command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis075_append_qps

APPEND QPS

QPS when a node executes the APPEND command

≥ 0

Counts/s

N/A

redis_cluster_id,redis_node_id

1 minute

redis074_append_p99

APPEND p99 Latency

p99 latency when a node executes the APPEND command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis072_append_avg_usec

APPEND Average Latency

Average latency when a node executes the APPEND command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis071_getset_qps

GETSET QPS

QPS when a node executes the GETSET command

≥ 0

Counts/s

N/A

redis_cluster_id,redis_node_id

1 minute

redis070_getset_p99

GETSET p99 Latency

p99 latency when a node executes the GETSET command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis068_getset_avg_usec

GETSET Average Latency

Average latency when a node executes the GETSET command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis067_get_qps

GET QPS

QPS when a node executes the GET command

≥ 0

Counts/s

N/A

redis_cluster_id,redis_node_id

1 minute

redis066_get_p99

GET p99 Latency

p99 latency when a node executes the GET command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis064_get_avg_usec

GET Average Latency

Average latency when a node executes the GET command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis063_set_qps

SET QPS

QPS when a node executes the SET command

≥ 0

Counts/s

N/A

redis_cluster_id,redis_node_id

1 minute

redis062_set_p99

SET p99 Latency

p99 latency when a node executes the SET command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis060_set_avg_usec

SET Average Latency

Average latency when a node executes the SET command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

Table 3 Hash command metrics

Metric ID

Metric Name

Description

Value Range

Unit

Number System

Dimension

Monitoring Period (Raw Data)

redis159_hscan_qps

HSCAN QPS

QPS when a node executes the HSCAN command

≥ 0

Counts/s

N/A

redis_cluster_id,redis_node_id

1 minute

redis158_hscan_p99

HSCAN p99 Latency

p99 latency when a node executes the HSCAN command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis156_hscan_avg_usec

HSCAN Average Latency

Average latency when a node executes the HSCAN command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis155_hvals_qps

HVALS QPS

QPS when a node executes the HVALS command

≥ 0

Counts/s

N/A

redis_cluster_id,redis_node_id

1 minute

redis154_hvals_p99

HVALS p99 Latency

p99 latency when a node executes the HVALS command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis152_hvals_avg_usec

HVALS Average Latency

Average latency when a node executes the HVALS command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis151_hstrlen_qps

HSTRLEN QPS

QPS when a node executes the HSTRLEN command

≥ 0

Counts/s

N/A

redis_cluster_id,redis_node_id

1 minute

redis150_hstrlen_p99

HSTRLEN p99 Latency

p99 latency when a node executes the HSTRLEN command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis148_hstrlen_avg_usec

HSTRLEN Average Latency

Average latency when a node executes the HSTRLEN command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis147_hlen_qps

HLEN QPS

QPS when a node executes the HLEN command

≥ 0

Counts/s

N/A

redis_cluster_id,redis_node_id

1 minute

redis146_hlen_p99

HLEN p99 Latency

p99 latency when a node executes the HLEN command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis144_hlen_avg_usec

HLEN Average Latency

Average latency when a node executes the HLEN command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis143_hkeys_qps

HKEYS QPS

QPS when a node executes the HKEYS command

≥ 0

Counts/s

N/A

redis_cluster_id,redis_node_id

1 minute

redis142_hkeys_p99

HKEYS p99 Latency

p99 latency when a node executes the HKEYS command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis140_hkeys_avg_usec

HKEYS Average Latency

Average latency when a node executes the HKEYS command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis139_hincrby_qps

HINCRBY QPS

QPS when a node executes the HINCRBY command

≥ 0

Counts/s

N/A

redis_cluster_id,redis_node_id

1 minute

redis138_hincrby_p99

HINCRBY p99 Latency

p99 latency when a node executes the HINCRBY command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis136_hincrby_avg_usec

HINCRBY Average Latency

Average latency when a node executes the HINCRBY command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis135_hexists_qps

HEXISTS QPS

QPS when a node executes the HEXISTS command

≥ 0

Counts/s

N/A

redis_cluster_id,redis_node_id

1 minute

redis134_hexists_p99

HEXISTS p99 Latency

p99 latency when a node executes the HEXISTS command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis132_hexists_avg_usec

HEXISTS Average Latency

Average latency when a node executes the HEXISTS command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis131_hgetall_qps

HGETALL QPS

QPS when a node executes the HGETALL command

≥ 0

Counts/s

N/A

redis_cluster_id,redis_node_id

1 minute

redis130_hgetall_p99

HGETALL p99 Latency

p99 latency when a node executes the HGETALL command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis128_hgetall_avg_usec

HGETALL Average Latency

Average latency when a node executes the HGETALL command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis127_hdel_qps

HDEL QPS

QPS when a node executes the HDEL command

≥ 0

Counts/s

N/A

redis_cluster_id,redis_node_id

1 minute

redis126_hdel_p99

HDEL p99 Latency

p99 latency when a node executes the HDEL command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis124_hdel_avg_usec

HDEL Average Latency

Average latency when a node executes the HDEL command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis123_hmget_qps

HMGET QPS

QPS when a node executes the HMGET command

≥ 0

Counts/s

N/A

redis_cluster_id,redis_node_id

1 minute

redis122_hmget_p99

HMGET p99 Latency

p99 latency when a node executes the HMGET command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis120_hmget_avg_usec

HMGET Average Latency

Average latency when a node executes the HMGET command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis119_hmset_qps

HMSET QPS

QPS when a node executes the HMSET command

≥ 0

Counts/s

N/A

redis_cluster_id,redis_node_id

1 minute

redis118_hmset_p99

HMSET p99 Latency

p99 latency when a node executes the HMSET command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis116_hmset_avg_usec

HMSET Average Latency

Average latency when a node executes the HMSET command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis115_hget_qps

HGET QPS

QPS when a node executes the HGET command

≥ 0

Counts/s

N/A

redis_cluster_id,redis_node_id

1 minute

redis114_hget_p99

HGET p99 Latency

p99 latency when a node executes the HGET command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis112_hget_avg_usec

HGET Average Latency

Average latency when a node executes the HGET command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis111_hset_qps

HSET QPS

QPS when a node executes the HSET command

≥ 0

Counts/s

N/A

redis_cluster_id,redis_node_id

1 minute

redis110_hset_p99

HSET p99 Latency

p99 latency when a node executes the HSET command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis108_hset_avg_usec

HSET Average Latency

Average latency when a node executes the HSET command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

Table 4 List command metrics

Metric ID

Metric Name

Description

Value Range

Unit

Number System

Dimension

Monitoring Period (Raw Data)

redis207_ltrim_qps

LTRIM QPS

QPS when a node executes the LTRIM command

≥ 0

Counts/s

N/A

redis_cluster_id,redis_node_id

1 minute

redis206_ltrim_p99

LTRIM p99 Latency

p99 latency when a node executes the LTRIM command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis204_ltrim_avg_usec

LTRIM Average Latency

Average latency when a node executes the LTRIM command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis203_lset_qps

LSET QPS

QPS when a node executes the LSET command

≥ 0

Counts/s

N/A

redis_cluster_id,redis_node_id

1 minute

redis202_lset_p99

LSET p99 Latency

p99 latency when a node executes the LSET command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis200_lset_avg_usec

LSET Average Latency

Average latency when a node executes the LSET command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis199_lrem_qps

LREM QPS

QPS when a node executes the LREM command

≥ 0

Counts/s

N/A

redis_cluster_id,redis_node_id

1 minute

redis198_lrem_p99

LREM p99 Latency

p99 latency when a node executes the LREM command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis196_lrem_avg_usec

LREM Average Latency

Average latency when a node executes the LREM command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis195_lrange_qps

LRANGE QPS

QPS when a node executes the LRANGE command

≥ 0

Counts/s

N/A

redis_cluster_id,redis_node_id

1 minute

redis194_lrange_p99

LRANGE p99 Latency

p99 latency when a node executes the LRANGE command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis192_lrange_avg_usec

LRANGE Average Latency

Average latency when a node executes the LRANGE command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis191_linsert_qps

LINSERT QPS

QPS when a node executes the LINSERT command

≥ 0

Counts/s

N/A

redis_cluster_id,redis_node_id

1 minute

redis190_linsert_p99

LINSERT p99 Latency

p99 latency when a node executes the LINSERT command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis188_linsert_avg_usec

LINSERT Average Latency

Average latency when a node executes the LINSERT command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis187_lindex_qps

LINDEX QPS

QPS when a node executes the LINDEX command

≥ 0

Counts/s

N/A

redis_cluster_id,redis_node_id

1 minute

redis186_lindex_p99

LINDEX p99 Latency

p99 latency when a node executes the LINDEX command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis184_lindex_avg_usec

LINDEX Average Latency

Average latency when a node executes the LINDEX command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis183_llen_qps

LLEN QPS

QPS when a node executes the LLEN command

≥ 0

Counts/s

N/A

redis_cluster_id,redis_node_id

1 minute

redis182_llen_p99

LLEN p99 Latency

p99 latency when a node executes the LLEN command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis180_llen_avg_usec

LLEN Average Latency

Average latency when a node executes the LLEN command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis179_rpoplpush_qps

RPOPLPUSH QPS

QPS when a node executes the RPOPLPUSH command

≥ 0

Counts/s

N/A

redis_cluster_id,redis_node_id

1 minute

redis178_rpoplpush_p99

RPOPLPUSH p99 Latency

p99 latency when a node executes the RPOPLPUSH command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis176_rpoplpush_avg_usec

RPOPLPUSH Average Latency

Average latency when a node executes the RPOPLPUSH command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis175_rpop_qps

RPOP QPS

QPS when a node executes the RPOP command

≥ 0

Counts/s

N/A

redis_cluster_id,redis_node_id

1 minute

redis174_rpop_p99

RPOP p99 Latency

p99 latency when a node executes the RPOP command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis172_rpop_avg_usec

RPOP Average Latency

Average latency when a node executes the RPOP command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis171_rpush_qps

RPUSH QPS

QPS when a node executes the RPUSH command

≥ 0

Counts/s

N/A

redis_cluster_id,redis_node_id

1 minute

redis170_rpush_p99

RPUSH p99 Latency

p99 latency when a node executes the RPUSH command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis168_rpush_avg_usec

RPUSH Average Latency

Average latency when a node executes the RPUSH command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis167_lpop_qps

LPOP QPS

QPS when a node executes the LPOP command

≥ 0

Counts/s

N/A

redis_cluster_id,redis_node_id

1 minute

redis166_lpop_p99

LPOP p99 Latency

p99 latency when a node executes the LPOP command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis164_lpop_avg_usec

LPOP Average Latency

Average latency when a node executes the LPOP command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis163_lpush_qps

LPUSH QPS

QPS when a node executes the LPUSH command

≥ 0

Counts/s

N/A

redis_cluster_id,redis_node_id

1 minute

redis162_lpush_p99

LPUSH p99 Latency

p99 latency when a node executes the LPUSH command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis160_lpush_avg_usec

LPUSH Average Latency

Average latency when a node executes the LPUSH command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis470_brpoplpush_qps

BRPOPLPUSH QPS

QPS when a node executes the BRPOPLPUSH command

≥ 0

Counts/s

N/A

redis_cluster_id,redis_node_id

1 minute

redis468_brpoplpush_p99

BRPOPLPUSH p99 Latency

p99 latency when a node executes the BRPOPLPUSH command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis466_brpoplpush_avg_usec

BRPOPLPUSH Average Latency

Average latency when a node executes the BRPOPLPUSH command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis465_brpop_qps

BRPOP QPS

QPS when a node executes the BRPOP command

≥ 0

Counts/s

N/A

redis_cluster_id,redis_node_id

1 minute

redis463_brpop_p99

BRPOP p99 Latency

p99 latency when a node executes the BRPOP command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis461_brpop_avg_usec

BRPOP Average Latency

Average latency when a node executes the BRPOP command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis460_blpop_qps

BLPOP QPS

QPS when a node executes the BLPOP command

≥ 0

Counts/s

N/A

redis_cluster_id,redis_node_id

1 minute

redis458_blpop_p99

BLPOP p99 Latency

p99 latency when a node executes the BLPOP command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis456_blpop_avg_usec

BLPOP Average Latency

Average latency when a node executes the BLPOP command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

Table 5 Set command metrics

Metric ID

Metric Name

Description

Value Range

Unit

Number System

Dimension

Monitoring Period (Raw Data)

redis247_srandmember_qps

SRANDMEMBER QPS

QPS when a node executes the SRANDMEMBER command

≥ 0

Counts/s

N/A

redis_cluster_id,redis_node_id

1 minute

redis246_srandmember_p99

SRANDMEMBER p99 Latency

p99 latency when a node executes the SRANDMEMBER command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis244_srandmember_avg_usec

SRANDMEMBER Average Latency

Average latency when a node executes the SRANDMEMBER command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis243_sdiff_qps

SDIFF QPS

QPS when a node executes the SDIFF command

≥ 0

Counts/s

N/A

redis_cluster_id,redis_node_id

1 minute

redis242_sdiff_p99

SDIFF p99 Latency

p99 latency when a node executes the SDIFF command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis240_sdiff_avg_usec

SDIFF Average Latency

Average latency when a node executes the SDIFF command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis239_sismember_qps

SISMEMBER QPS

QPS when a node executes the SISMEMBER command

≥ 0

Counts/s

N/A

redis_cluster_id,redis_node_id

1 minute

redis238_sismember_p99

SISMEMBER p99 Latency

p99 latency when a node executes the SISMEMBER command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis236_sismember_avg_usec

SISMEMBER Average Latency

Average latency when a node executes the SISMEMBER command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis235_sinter_qps

SINTER QPS

QPS when a node executes the SINTER command

≥ 0

Counts/s

N/A

redis_cluster_id,redis_node_id

1 minute

redis234_sinter_p99

SINTER p99 Latency

p99 latency when a node executes the SINTER command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis232_sinter_avg_usec

SINTER Average Latency

Average latency when a node executes the SINTER command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis231_sunion_qps

SUNION QPS

QPS when a node executes the SUNION command

≥ 0

Counts/s

N/A

redis_cluster_id,redis_node_id

1 minute

redis230_sunion_p99

SUNION p99 Latency

p99 latency when a node executes the SUNION command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis228_sunion_avg_usec

SUNION Average Latency

Average latency when a node executes the SUNION command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis227_srem_qps

SREM QPS

QPS when a node executes the SREM command

≥ 0

Counts/s

N/A

redis_cluster_id,redis_node_id

1 minute

redis226_srem_p99

SREM p99 Latency

p99 latency when a node executes the SREM command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis224_srem_avg_usec

SREM Average Latency

Average latency when a node executes the SREM command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis223_smembers_qps

SMEMBERS QPS

QPS when a node executes the SMEMBERS command

≥ 0

Counts/s

N/A

redis_cluster_id,redis_node_id

1 minute

redis222_smembers_p99

SMEMBERS p99 Latency

p99 latency when a node executes the SMEMBERS command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis220_smembers_avg_usec

SMEMBERS Average Latency

Average latency when a node executes the SMEMBERS command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis219_scard_qps

SCARD QPS

QPS when a node executes the SCARD command

≥ 0

Counts/s

N/A

redis_cluster_id,redis_node_id

1 minute

redis218_scard_p99

SCARD p99 Latency

p99 latency when a node executes the SCARD command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis216_scard_avg_usec

SCARD Average Latency

Average latency when a node executes the SCARD command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis215_spop_qps

SPOP QPS

QPS when a node executes the SPOP command

≥ 0

Counts/s

N/A

redis_cluster_id,redis_node_id

1 minute

redis214_spop_p99

SPOP p99 Latency

p99 latency when a node executes the SPOP command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis212_spop_avg_usec

SPOP Average Latency

Average latency when a node executes the SPOP command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis211_sadd_qps

SADD QPS

QPS when a node executes the SADD command

≥ 0

Counts/s

N/A

redis_cluster_id,redis_node_id

1 minute

redis210_sadd_p99

SADD p99 Latency

p99 latency when a node executes the SADD command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis208_sadd_avg_usec

SADD Average Latency

Average latency when a node executes the SADD command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis485_sdiffstore_qps

SDIFFSTORE QPS

QPS when a node executes the SDIFFSTORE command

≥ 0

Counts/s

N/A

redis_cluster_id,redis_node_id

1 minute

redis483_sdiffstore_p99

SDIFFSTORE p99 Latency

p99 latency when a node executes the SDIFFSTORE command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis481_sdiffstore_avg_usec

SDIFFSTORE Average Latency

Average latency when a node executes the SDIFFSTORE command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis480_sinterstore_qps

SINTERSTORE QPS

QPS when a node executes the SINTERSTORE command

≥ 0

Counts/s

N/A

redis_cluster_id,redis_node_id

1 minute

redis478_sinterstore_p99

SINTERSTORE p99 Latency

p99 latency when a node executes the SINTERSTORE command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis476_sinterstore_avg_usec

SINTERSTORE Average Latency

Average latency when a node executes the SINTERSTORE command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis475_sunionstore_qps

SUNIONSTORE QPS

QPS when a node executes the SUNIONSTORE command

≥ 0

Counts/s

N/A

redis_cluster_id,redis_node_id

1 minute

redis473_sunionstore_p99

SUNIONSTORE p99 Latency

p99 latency when a node executes the SUNIONSTORE command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis471_sunionstore_avg_usec

SUNIONSTORE Average Latency

Average latency when a node executes the SUNIONSTORE command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

Table 6 Zset command metrics

Metric ID

Metric Name

Description

Value Range

Unit

Number System

Dimension

Monitoring Period (Raw Data)

redis315_zremrangebylex_qps

ZREMRANGEBYLEX QPS

QPS when a node executes the ZREMRANGEBYLEX command

≥ 0

Counts/s

N/A

redis_cluster_id,redis_node_id

1 minute

redis314_zremrangebylex_p99

ZREMRANGEBYLEX p99 Latency

p99 latency when a node executes the ZREMRANGEBYLEX command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis312_zremrangebylex_avg_usec

ZREMRANGEBYLEX Average Latency

Average latency when a node executes the ZREMRANGEBYLEX command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis311_zremrangebyscore_qps

ZREMRANGEBYSCORE QPS

QPS when a node executes the ZREMRANGEBYSCORE command

≥ 0

Counts/s

N/A

redis_cluster_id,redis_node_id

1 minute

redis310_zremrangebyscore_p99

ZREMRANGEBYSCORE p99 Latency

p99 latency when a node executes the ZREMRANGEBYSCORE command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis308_zremrangebyscore_avg_usec

ZREMRANGEBYSCORE Average Latency

Average latency when a node executes the ZREMRANGEBYSCORE command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis307_zremrangebyrank_qps

ZREMRANGEBYRANK QPS

QPS when a node executes the ZREMRANGEBYRANK command

≥ 0

Counts/s

N/A

redis_cluster_id,redis_node_id

1 minute

redis306_zremrangebyrank_p99

ZREMRANGEBYRANK p99 Latency

p99 latency when a node executes the ZREMRANGEBYRANK command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis304_zremrangebyrank_avg_usec

ZREMRANGEBYRANK Average Latency

Average latency when a node executes the ZREMRANGEBYRANK command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis303_zpopmin_qps

ZPOPMIN QPS

QPS when a node executes the ZPOPMIN command

≥ 0

Counts/s

N/A

redis_cluster_id,redis_node_id

1 minute

redis302_zpopmin_p99

ZPOPMIN p99 Latency

p99 latency when a node executes the ZPOPMIN command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis300_zpopmin_avg_usec

ZPOPMIN Average Latency

Average latency when a node executes the ZPOPMIN command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis299_zpopmax_qps

ZPOPMAX QPS

QPS when a node executes the ZPOPMAX command

≥ 0

Counts/s

N/A

redis_cluster_id,redis_node_id

1 minute

redis298_zpopmax_p99

ZPOPMAX p99 Latency

p99 latency when a node executes the ZPOPMAX command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis296_zpopmax_avg_usec

ZPOPMAX Average Latency

Average latency when a node executes the ZPOPMAX command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis295_zlexcount_qps

ZLEXCOUNT QPS

QPS when a node executes the ZLEXCOUNT command

≥ 0

Counts/s

N/A

redis_cluster_id,redis_node_id

1 minute

redis294_zlexcount_p99

ZLEXCOUNT p99 Latency

p99 latency when a node executes the ZLEXCOUNT command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis292_zlexcount_avg_usec

ZLEXCOUNT Average Latency

Average latency when a node executes the ZLEXCOUNT command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis291_zrevrank_qps

ZREVRANK QPS

QPS when a node executes the ZREVRANK command

≥ 0

Counts/s

N/A

redis_cluster_id,redis_node_id

1 minute

redis290_zrevrank_p99

ZREVRANK p99 Latency

p99 latency when a node executes the ZREVRANK command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis288_zrevrank_avg_usec

ZREVRANK Average Latency

Average latency when a node executes the ZREVRANK command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis287_zrank_qps

ZRANK QPS

QPS when a node executes the ZRANK command

≥ 0

Counts/s

N/A

redis_cluster_id,redis_node_id

1 minute

redis286_zrank_p99

ZRANK p99 Latency

p99 latency when a node executes the ZRANK command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis284_zrank_avg_usec

ZRANK Average Latency

Average latency when a node executes the ZRANK command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis283_zscore_qps

ZSCORE QPS

QPS when a node executes the ZSCORE command

≥ 0

Counts/s

N/A

redis_cluster_id,redis_node_id

1 minute

redis282_zscore_p99

ZSCORE p99 Latency

p99 latency when a node executes the ZSCORE command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis280_zscore_avg_usec

ZSCORE Average Latency

Average latency when a node executes the ZSCORE command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis279_zrem_qps

ZREM QPS

QPS when a node executes the ZREM command

≥ 0

Counts/s

N/A

redis_cluster_id,redis_node_id

1 minute

redis278_zrem_p99

ZREM p99 Latency

p99 latency when a node executes the ZREM command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis276_zrem_avg_usec

ZREM Average Latency

Average latency when a node executes the ZREM command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis275_zcount_qps

ZCOUNT QPS

QPS when a node executes the ZCOUNT command

≥ 0

Counts/s

N/A

redis_cluster_id,redis_node_id

1 minute

redis274_zcount_p99

ZCOUNT p99 Latency

p99 latency when a node executes the ZCOUNT command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis272_zcount_avg_usec

ZCOUNT Average Latency

Average latency when a node executes the ZCOUNT command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis271_zrange_qps

ZRANGE QPS

QPS when a node executes the ZRANGE command

≥ 0

Counts/s

N/A

redis_cluster_id,redis_node_id

1 minute

redis270_zrange_p99

ZRANGE p99 Latency

p99 latency when a node executes the ZRANGE command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis268_zrange_avg_usec

ZRANGE Average Latency

Average latency when a node executes the ZRANGE command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis267_zrevrange_qps

ZREVRANGE QPS

QPS when a node executes the ZREVRANGE command

≥ 0

Counts/s

N/A

redis_cluster_id,redis_node_id

1 minute

redis266_zrevrange_p99

ZREVRANGE p99 Latency

p99 latency when a node executes the ZREVRANGE command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis264_zrevrange_avg_usec

ZREVRANGE Average Latency

Average latency when a node executes the ZREVRANGE command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis263_zincrby_qps

ZINCRBY QPS

QPS when a node executes the ZINCRBY command

≥ 0

Counts/s

N/A

redis_cluster_id,redis_node_id

1 minute

redis262_zincrby_p99

ZINCRBY p99 Latency

p99 latency when a node executes the ZINCRBY command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis260_zincrby_avg_usec

ZINCRBY Average Latency

Average latency when a node executes the ZINCRBY command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis259_zscan_qps

ZSCAN QPS

QPS when a node executes the ZSCAN command

≥ 0

Counts/s

N/A

redis_cluster_id,redis_node_id

1 minute

redis258_zscan_p99

ZSCAN p99 Latency

p99 latency when a node executes the ZSCAN command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis256_zscan_avg_usec

ZSCAN Average Latency

Average latency when a node executes the ZSCAN command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis255_zcard_qps

ZCARD QPS

QPS when a node executes the ZCARD command

≥ 0

Counts/s

N/A

redis_cluster_id,redis_node_id

1 minute

redis254_zcard_p99

ZCARD p99 Latency

p99 latency when a node executes the ZCARD command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis252_zcard_avg_usec

ZCARD Average Latency

Average latency when a node executes the ZCARD command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis251_zadd_qps

ZADD QPS

QPS when a node executes the ZADD command

≥ 0

Counts/s

N/A

redis_cluster_id,redis_node_id

1 minute

redis250_zadd_p99

ZADD p99 Latency

p99 latency when a node executes the ZADD command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis248_zadd_avg_usec

ZADD Average Latency

Average latency when a node executes the ZADD command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis495_zinterstore_qps

ZINTERSTORE QPS

QPS when a node executes the ZINTERSTORE command

≥ 0

Counts/s

N/A

redis_cluster_id,redis_node_id

1 minute

redis493_zinterstore_p99

ZINTERSTORE p99 Latency

p99 latency when a node executes the ZINTERSTORE command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis491_zinterstore_avg_usec

ZINTERSTORE Average Latency

Average latency when a node executes the ZINTERSTORE command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis490_zunionstore_qps

ZUNIONSTORE QPS

QPS when a node executes the ZUNIONSTORE command

≥ 0

Counts/s

N/A

redis_cluster_id,redis_node_id

1 minute

redis488_zunionstore_p99

ZUNIONSTORE p99 Latency

p99 latency when a node executes the ZUNIONSTORE command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis486_zunionstore_avg_usec

ZUNIONSTORE Average Latency

Average latency when a node executes the ZUNIONSTORE command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

Table 7 Bitmap command metrics

Metric ID

Metric Name

Description

Value Range

Unit

Number System

Dimension

Monitoring Period (Raw Data)

redis440_bitfield_qps

BITFIELD QPS

QPS when a node executes the BITFIELD command

≥ 0

Counts/s

N/A

redis_cluster_id,redis_node_id

1 minute

redis438_bitfield_p99

BITFIELD p99 Latency

p99 latency when a node executes the BITFIELD command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis436_bitfield_avg_usec

BITFIELD Average Latency

Average latency when a node executes the BITFIELD command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis435_bitop_qps

BITOP QPS

QPS when a node executes the BITOP command

≥ 0

Counts/s

N/A

redis_cluster_id,redis_node_id

1 minute

redis433_bitop_p99

BITOP p99 Latency

p99 latency when a node executes the BITOP command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis431_bitop_avg_usec

BITOP Average Latency

Average latency when a node executes the BITOP command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis430_bitpos_qps

BITPOS QPS

QPS when a node executes the BITPOS command

≥ 0

Counts/s

N/A

redis_cluster_id,redis_node_id

1 minute

redis428_bitpos_p99

BITPOS p99 Latency

p99 latency when a node executes the BITPOS command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis426_bitpos_avg_usec

BITPOS Average Latency

Average latency when a node executes the BITPOS command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis425_bitcount_qps

BITCOUNT QPS

QPS when a node executes the BITCOUNT command

≥ 0

Counts/s

N/A

redis_cluster_id,redis_node_id

1 minute

redis423_bitcount_p99

BITCOUNT p99 Latency

p99 latency when a node executes the BITCOUNT command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis421_bitcount_avg_usec

BITCOUNT Average Latency

Average latency when a node executes the BITCOUNT command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis420_getbit_qps

GETBIT QPS

QPS when a node executes the GETBIT command

≥ 0

Counts/s

N/A

redis_cluster_id,redis_node_id

1 minute

redis418_getbit_p99

GETBIT p99 Latency

p99 latency when a node executes the GETBIT command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis416_getbit_avg_usec

GETBIT Average Latency

Average latency when a node executes the GETBIT command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis415_setbit_qps

SETBIT QPS

QPS when a node executes the SETBIT command

≥ 0

Counts/s

N/A

redis_cluster_id,redis_node_id

1 minute

redis413_setbit_p99

SETBIT p99 Latency

p99 latency when a node executes the SETBIT command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis411_setbit_avg_usec

SETBIT Average Latency

Average latency when a node executes the SETBIT command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

Table 8 Stream command metrics

Metric ID

Metric Name

Description

Value Range

Unit

Number System

Dimension

Monitoring Period (Raw Data)

redis590_xreadgroup_qps

XREADGROUP QPS

QPS when a node executes the XREADGROUP command

≥ 0

Counts/s

N/A

redis_cluster_id,redis_node_id

1 minute

redis588_xreadgroup_p99

XREADGROUP p99 Latency

p99 latency when a node executes the XREADGROUP command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis586_xreadgroup_avg_usec

XREADGROUP Average Latency

Average latency when a node executes the XREADGROUP command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis585_xread_qps

XREAD QPS

QPS when a node executes the XREAD command

≥ 0

Counts/s

N/A

redis_cluster_id,redis_node_id

1 minute

redis583_xread_p99

XREAD p99 Latency

p99 latency when a node executes the XREAD command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis581_xread_avg_usec

XREAD Average Latency

Average latency when a node executes the XREAD command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis580_xinfo_qps

XINFO QPS

QPS when a node executes the XINFO command

≥ 0

Counts/s

N/A

redis_cluster_id,redis_node_id

1 minute

redis578_xinfo_p99

XINFO p99 Latency

p99 latency when a node executes the XINFO command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis576_xinfo_avg_usec

XINFO Average Latency

Average latency when a node executes the XINFO command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis575_xpending_qps

XPENDING QPS

QPS when a node executes the XPENDING command

≥ 0

Counts/s

N/A

redis_cluster_id,redis_node_id

1 minute

redis573_xpending_p99

XPENDING p99 Latency

p99 latency when a node executes the XPENDING command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis571_xpending_avg_usec

XPENDING Average Latency

Average latency when a node executes the XPENDING command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis570_xclaim_qps

XCLAIM QPS

QPS when a node executes the XCLAIM command

≥ 0

Counts/s

N/A

redis_cluster_id,redis_node_id

1 minute

redis568_xclaim_p99

XCLAIM p99 Latency

p99 latency when a node executes the XCLAIM command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis566_xclaim_avg_usec

XCLAIM Average Latency

Average latency when a node executes the XCLAIM command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis565_xrevrange_qps

XREVRANGE QPS

QPS when a node executes the XREVRANGE command

≥ 0

Counts/s

N/A

redis_cluster_id,redis_node_id

1 minute

redis563_xrevrange_p99

XREVRANGE p99 Latency

p99 latency when a node executes the XREVRANGE command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis561_xrevrange_avg_usec

XREVRANGE Average Latency

Average latency when a node executes the XREVRANGE command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis560_xrange_qps

XRANGE QPS

QPS when a node executes the XRANGE command

≥ 0

Counts/s

N/A

redis_cluster_id,redis_node_id

1 minute

redis558_xrange_p99

XRANGE p99 Latency

p99 latency when a node executes the XRANGE command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis556_xrange_avg_usec

XRANGE Average Latency

Average latency when a node executes the XRANGE command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis555_xlen_qps

XLEN QPS

QPS when a node executes the XLEN command

≥ 0

Counts/s

N/A

redis_cluster_id,redis_node_id

1 minute

redis553_xlen_p99

XLEN p99 Latency

p99 latency when a node executes the XLEN command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis551_xlen_avg_usec

XLEN Average Latency

Average latency when a node executes the XLEN command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis550_xtrim_qps

XTRIM QPS

QPS when a node executes the XTRIM command

≥ 0

Counts/s

N/A

redis_cluster_id,redis_node_id

1 minute

redis548_xtrim_p99

XTRIM p99 Latency

p99 latency when a node executes the XTRIM command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis546_xtrim_avg_usec

XTRIM Average Latency

Average latency when a node executes the XTRIM command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis545_xdel_qps

XDEL QPS

QPS when a node executes the XDEL command

≥ 0

Counts/s

N/A

redis_cluster_id,redis_node_id

1 minute

redis543_xdel_p99

XDEL p99 Latency

p99 latency when a node executes the XDEL command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis541_xdel_avg_usec

XDEL Average Latency

Average latency when a node executes the XDEL command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis540_xgroup_qps

XGROUP QPS

QPS when a node executes the XGROUP command

≥ 0

Counts/s

N/A

redis_cluster_id,redis_node_id

1 minute

redis538_xgroup_p99

XGROUP p99 Latency

p99 latency when a node executes the XGROUP command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis536_xgroup_avg_usec

XGROUP Average Latency

Average latency when a node executes the XGROUP command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis535_xack_qps

XACK QPS

QPS when a node executes the XACK command

≥ 0

Counts/s

N/A

redis_cluster_id,redis_node_id

1 minute

redis533_xack_p99

XACK p99 Latency

p99 latency when a node executes the XACK command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis531_xack_avg_usec

XACK Average Latency

Average latency when a node executes the XACK command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis530_xadd_qps

XADD QPS

QPS when a node executes the XADD command

≥ 0

Counts/s

N/A

redis_cluster_id,redis_node_id

1 minute

redis528_xadd_p99

XADD p99 Latency

p99 latency when a node executes the XADD command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis526_xadd_avg_usec

XADD Average Latency

Average latency when a node executes the XADD command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

Table 9 Geo command metrics

Metric ID

Metric Name

Description

Value Range

Unit

Number System

Dimension

Monitoring Period (Raw Data)

redis525_geopos_qps

GEOPOS QPS

QPS when a node executes the GEOPOS command

≥ 0

Counts/s

N/A

redis_cluster_id,redis_node_id

1 minute

redis523_geopos_p99

GEOPOS p99 Latency

p99 latency when a node executes the GEOPOS command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis521_geopos_avg_usec

GEOPOS Average Latency

Average latency when a node executes the GEOPOS command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis520_geodist_qps

GEODIST QPS

QPS when a node executes the GEODIST command

≥ 0

Counts/s

N/A

redis_cluster_id,redis_node_id

1 minute

redis518_geodist_p99

GEODIST p99 Latency

p99 latency when a node executes the GEODIST command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis516_geodist_avg_usec

GEODIST Average Latency

Average latency when a node executes the GEODIST command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis515_geohash_qps

GEOHASH QPS

QPS when a node executes the GEOHASH command

≥ 0

Counts/s

N/A

redis_cluster_id,redis_node_id

1 minute

redis513_geohash_p99

GEOHASH p99 Latency

p99 latency when a node executes the GEOHASH command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis511_geohash_avg_usec

GEOHASH Average Latency

Average latency when a node executes the GEOHASH command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis510_georadius_qps

GEORADIUS QPS

QPS when a node executes the GEORADIUS command

≥ 0

Counts/s

N/A

redis_cluster_id,redis_node_id

1 minute

redis508_georadius_p99

GEORADIUS p99 Latency

p99 latency when a node executes the GEORADIUS command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis506_georadius_avg_usec

GEORADIUS Average Latency

Average latency when a node executes the GEORADIUS command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis505_georadiusbymember_qps

GEORADIUSBYMEMBER QPS

QPS when a node executes the GEORADIUSBYMEMBER command

≥ 0

Counts/s

N/A

redis_cluster_id,redis_node_id

1 minute

redis503_georadiusbymember_p99

GEORADIUSBYMEMBER p99 Latency

p99 latency when a node executes the GEORADIUSBYMEMBER command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis501_georadiusbymember_avg_usec

GEORADIUSBYMEMBER Average Latency

Average latency when a node executes the GEORADIUSBYMEMBER command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis500_geoadd_qps

GEOADD QPS

QPS when a node executes the GEOADD command

≥ 0

Counts/s

N/A

redis_cluster_id,redis_node_id

1 minute

redis498_geoadd_p99

GEOADD p99 Latency

p99 latency when a node executes the GEOADD command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis496_geoadd_avg_usec

GEOADD Average Latency

Average latency when a node executes the GEOADD command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

Table 10 Hyperloglog command metrics

Metric ID

Metric Name

Description

Value Range

Unit

Number System

Dimension

Monitoring Period (Raw Data)

redis455_pfmerge_qps

PFMERGE QPS

QPS when a node executes the PFMERGE command

≥ 0

Counts/s

N/A

redis_cluster_id,redis_node_id

1 minute

redis453_pfmerge_p99

PFMERGE p99 Latency

p99 latency when a node executes the PFMERGE command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis451_pfmerge_avg_usec

PFMERGE Average Latency

Average latency when a node executes the PFMERGE command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis450_pfcount_qps

PFCOUNT QPS

QPS when a node executes the PFCOUNT command

≥ 0

Counts/s

N/A

redis_cluster_id,redis_node_id

1 minute

redis448_pfcount_p99

PFCOUNT p99 Latency

p99 latency when a node executes the PFCOUNT command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis446_pfcount_avg_usec

PFCOUNT Average Latency

Average latency when a node executes the PFCOUNT command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis445_pfadd_qps

PFADD QPS

QPS when a node executes the PFADD command

≥ 0

Counts/s

N/A

redis_cluster_id,redis_node_id

1 minute

redis443_pfadd_p99

PFADD p99 Latency

p99 latency when a node executes the PFADD command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis441_pfadd_avg_usec

PFADD Average Latency

Average latency when a node executes the PFADD command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

Table 11 Pub/Sub command metrics

Metric ID

Metric Name

Description

Value Range

Unit

Number System

Dimension

Monitoring Period (Raw Data)

redis620_pubsub_qps

PUBSUB QPS

QPS when a node executes the PUBSUB command

≥ 0

Counts/s

N/A

redis_cluster_id,redis_node_id

1 minute

redis618_pubsub_p99

PUBSUB p99 Latency

p99 latency when a node executes the PUBSUB command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis616_pubsub_avg_usec

PUBSUB Average Latency

Average latency when a node executes the PUBSUB command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis615_punsubscribe_qps

PUNSUBSCRIBE QPS

QPS when a node executes the PUNSUBSCRIBE command

≥ 0

Counts/s

N/A

redis_cluster_id,redis_node_id

1 minute

redis613_punsubscribe_p99

PUNSUBSCRIBE p99 Latency

p99 latency when a node executes the PUNSUBSCRIBE command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis611_punsubscribe_avg_usec

PUNSUBSCRIBE Average Latency

Average latency when a node executes the PUNSUBSCRIBE command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis610_psubscribe_qps

PSUBSCRIBE QPS

QPS when a node executes the PSUBSCRIBE command

≥ 0

Counts/s

N/A

redis_cluster_id,redis_node_id

1 minute

redis608_psubscribe_p99

PSUBSCRIBE p99 Latency

p99 latency when a node executes the PSUBSCRIBE command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis606_psubscribe_avg_usec

PSUBSCRIBE Average Latency

Average latency when a node executes the PSUBSCRIBE command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis605_unsubscribe_qps

UNSUBSCRIBE QPS

QPS when a node executes the UNSUBSCRIBE command

≥ 0

Counts/s

N/A

redis_cluster_id,redis_node_id

1 minute

redis603_unsubscribe_p99

UNSUBSCRIBE p99 Latency

p99 latency when a node executes the UNSUBSCRIBE command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis601_unsubscribe_avg_usec

UNSUBSCRIBE Average Latency

Average latency when a node executes the UNSUBSCRIBE command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis600_subscribe_qps

SUBSCRIBE QPS

QPS when a node executes the SUBSCRIBE command

≥ 0

Counts/s

N/A

redis_cluster_id,redis_node_id

1 minute

redis598_subscribe_p99

SUBSCRIBE p99 Latency

p99 latency when a node executes the SUBSCRIBE command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis596_subscribe_avg_usec

SUBSCRIBE Average Latency

Average latency when a node executes the SUBSCRIBE command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis595_publish_qps

PUBLISH QPS

QPS when a node executes the PUBLISH command

≥ 0

Counts/s

N/A

redis_cluster_id,redis_node_id

1 minute

redis593_publish_p99

PUBLISH p99 Latency

p99 latency when a node executes the PUBLISH command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis591_publish_avg_usec

PUBLISH Average Latency

Average latency when a node executes the PUBLISH command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

Table 12 Scripting command metrics

Metric ID

Metric Name

Description

Value Range

Unit

Number System

Dimension

Monitoring Period (Raw Data)

redis635_script_qps

SCRIPT QPS

QPS when a node executes the SCRIPT command

≥ 0

Counts/s

N/A

redis_cluster_id,redis_node_id

1 minute

redis633_script_p99

SCRIPT p99 Latency

p99 latency when a node executes the SCRIPT command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis631_script_avg_usec

SCRIPT Average Latency

Average latency when a node executes the SCRIPT command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis630_evalsha_qps

EVALSHA QPS

QPS when a node executes the EVALSHA command

≥ 0

Counts/s

N/A

redis_cluster_id,redis_node_id

1 minute

redis628_evalsha_p99

EVALSHA p99 Latency

p99 latency when a node executes the EVALSHA command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis626_evalsha_avg_usec

EVALSHA Average Latency

Average latency when a node executes the EVALSHA command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis625_eval_qps

EVAL QPS

QPS when a node executes the EVAL command

≥ 0

Counts/s

N/A

redis_cluster_id,redis_node_id

1 minute

redis623_eval_p99

EVAL p99 Latency

p99 latency when a node executes the EVAL command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis621_eval_avg_usec

EVAL Average Latency

Average latency when a node executes the EVAL command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

Table 13 Transactions command metrics

Metric ID

Metric Name

Description

Value Range

Unit

Number System

Dimension

Monitoring Period (Raw Data)

redis660_discard_qps

DISCARD QPS

QPS when a node executes the DISCARD command

≥ 0

Counts/s

N/A

redis_cluster_id,redis_node_id

1 minute

redis658_discard_p99

DISCARD p99 Latency

p99 latency when a node executes the DISCARD command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis656_discard_avg_usec

DISCARD Average Latency

Average latency when a node executes the DISCARD command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis655_exec_qps

EXEC QPS

QPS when a node executes the EXEC command

≥ 0

Counts/s

N/A

redis_cluster_id,redis_node_id

1 minute

redis653_exec_p99

EXEC p99 Latency

p99 latency when a node executes the EXEC command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis651_exec_avg_usec

EXEC Average Latency

Average latency when a node executes the EXEC command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis650_multi_qps

MULTI QPS

QPS when a node executes the MULTI command

≥ 0

Counts/s

N/A

redis_cluster_id,redis_node_id

1 minute

redis648_multi_p99

MULTI p99 Latency

p99 latency when a node executes the MULTI command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis646_multi_avg_usec

MULTI Average Latency

Average latency when a node executes the MULTI command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis645_unwatch_qps

UNWATCH QPS

QPS when a node executes the UNWATCH command

≥ 0

Counts/s

N/A

redis_cluster_id,redis_node_id

1 minute

redis643_unwatch_p99

UNWATCH p99 Latency

p99 latency when a node executes the UNWATCH command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis641_unwatch_avg_usec

UNWATCH Average Latency

Average latency when a node executes the UNWATCH command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis640_watch_qps

WATCH QPS

QPS when a node executes the WATCH command

≥ 0

Counts/s

N/A

redis_cluster_id,redis_node_id

1 minute

redis638_watch_p99

WATCH p99 Latency

p99 latency when a node executes the WATCH command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

redis636_watch_avg_usec

WATCH Average Latency

Average latency when a node executes the WATCH command

≥ 0

µs

N/A

redis_cluster_id,redis_node_id

1 minute

GeminiDB Influx Metrics

Table 14 GeminiDB Influx API metrics

Metric ID

Metric Name

Description

Value Range

Unit

Number System

Monitored Object

Monitoring Period (Raw Data)

gemini001_cpu_usage

CPU Usage

CPU usage of the monitored system

0–100

%

N/A

GeminiDB Influx instance node

1 minute

gemini002_mem_usage

Memory Usage

Memory usage of the monitored system

0–100

%

N/A

GeminiDB Influx instance node

1 minute

gemini003_bytes_out

Network Output Throughput

Outgoing traffic in bytes per second

≥ 0

Bytes/s

1024(IEC)

GeminiDB Influx instance nodes

1 minute

gemini004_bytes_in

Network Input Throughput

Incoming traffic in bytes per second

≥ 0

Bytes/s

1024(IEC)

GeminiDB Influx instance nodes

1 minute

nosql005_disk_usage

Storage Space Usage

Storage usage of the current instance.

0–100

%

N/A

GeminiDB Influx instances

1 minute

nosql006_disk_total_size

Total Storage Space

Total storage space of the current instance.

≥ 0

GB

1024(IEC)

GeminiDB Influx instances

1 minute

nosql007_disk_used_size

Storage Space Usage

Storage space usage of the current instance.

≥ 0

GB

1024(IEC)

GeminiDB Influx instances

1 minute

influxdb001_series_num

Time Series

Total number of time series

≥ 0

Counts

N/A

GeminiDB Influx instance nodes

1 minute

influxdb002_query_req_ps

Query Requests Per Second

Number of query requests per second

≥ 0

Counts/s

N/A

GeminiDB Influx instance nodes

1 minute

influxdb003_write_req_ps

Write Requests Per Second

Number of write requests per second

≥ 0

Counts/s

N/A

GeminiDB Influx instance nodes

1 minute

influxdb004_write_points_ps

Write Points

Number of write points per second

≥ 0

Counts/s

N/A

GeminiDB Influx instance nodes

1 minute

influxdb005_write_concurrency

Concurrent Write Requests

Number of concurrent write requests

≥ 0

Counts

N/A

GeminiDB Influx instance nodes

1 minute

influxdb006_query_concurrency

Concurrent Queries

Number of concurrent query requests

≥ 0

Counts

N/A

GeminiDB Influx instance nodes

1 minute

influxdb010_cold_disk_usage

Cold Storage Space Usage

Cold storage usage of an instance

0–100

%

N/A

GeminiDB Influx instances

1 minute

influxdb011_cold_disk_total_size

Total Cold Storage Space

Total cold storage of an instance

≥ 0

GB

1024(IEC)

GeminiDB Influx instances

1 minute

influxdb012_cold_disk_used_size

Cold Storage Space Usage

Used cold storage of an instance

≥ 0

GB

1024(IEC)

GeminiDB Influx instances

1 minute

GeminiDB Cassandra Metrics

Table 15 GeminiDB Cassandra API metrics

Metric ID

Name

Description

Value Range

Unit

Number System

Monitored Object

Monitoring Period (Raw Data)

nosql005_disk_usage

Storage Space Usage

Storage usage of the current instance.

0–100

%

N/A

GeminiDB Cassandra instances

1 minute

nosql006_disk_total_size

Total Storage Space

Total storage space of the current instance.

≥ 0

GB

1024(IEC)

GeminiDB Cassandra instances

1 minute

nosql007_disk_used_size

Storage Space Usage

Storage space usage of the current instance.

≥ 0

GB

1024(IEC)

GeminiDB Cassandra instances

1 minute

nosql009_dfv_write_delay

Storage Write Latency

Average delay of writing data to the storage layer in a specified period

≥ 0

ms

N/A

GeminiDB Cassandra instance nodes

1 minute

nosql010_dfv_read_delay

Storage Read Latency

Average latency of reading data from the storage layer in a specified period

≥ 0

ms

N/A

GeminiDB Cassandra instance nodes

1 minute

cassandra001_cpu_usage

CPU Usage

CPU usage of an instance

0–100

%

N/A

GeminiDB Cassandra instance nodes

1 minute

cassandra002_mem_usage

Memory Usage

Memory usage of the instance

0–100

%

N/A

GeminiDB Cassandra instance nodes

1 minute

cassandra003_bytes_out

Network Output Throughput

Outgoing traffic in bytes per second

≥ 0 Bytes/s

Bytes/s

1024(IEC)

GeminiDB Cassandra instance nodes

1 minute

cassandra004_bytes_in

Network Input Throughput

Incoming traffic in bytes per second

≥ 0

Bytes/s

1024(IEC)

GeminiDB Cassandra instance nodes

1 minute

cassandra014_connections

Active Node Connections

Total number of connections attempting to connect to Cassandra instance nodes

≥ 0

Counts

N/A

GeminiDB Cassandra instance nodes

1 minute

cassandra015_read_latency

Average Read Latency

Average amount of time consumed by read requests

≥ 0

ms

N/A

GeminiDB Cassandra instance nodes

1 minute

cassandra016_write_latency

Average Write Latency

Average amount of time consumed by write requests

≥ 0

ms

N/A

GeminiDB Cassandra instance nodes

1 minute

cassandra037_pending_write

Suspended Write Tasks

Number of write tasks waiting in the queue

≥ 0

Counts

N/A

GeminiDB Cassandra instance nodes

1 minute

cassandra038_pending_read

Suspended Read Tasks

Number of read tasks waiting in the queue.

≥ 0

Counts

N/A

GeminiDB Cassandra instance nodes

1 minute

cassandra044_range_slice_latency

Scan Duration

Average time consumed by scan operations

≥ 0

ms

N/A

GeminiDB Cassandra instance nodes

1 minute

cassandra049_dropped_mutation

Dropped Writes

Average number of dropped writes

≥ 0

Counts

N/A

GeminiDB Cassandra instance nodes

1 minute

cassandra052_dropped_read

Dropped Reads

Average number of dropped reads

≥ 0

Counts

N/A

GeminiDB Cassandra instance nodes

1 minute

cassandra092_load_info

Data Volume on a Node

Data volume on a node

≥ 0

Byte

1024(IEC)

GeminiDB Cassandra instance nodes

1 minute

cassandra093_write_count_latency

Accumulated Write Requests

Number of write requests initiated by a node

≥ 0

Counts

N/A

GeminiDB Cassandra instance nodes

1 minute

cassandra094_write_1min_rate

Average Write Rate in the Last Minute

Average write rate in the last minute

≥ 0

Counts/s

N/A

GeminiDB Cassandra instance nodes

1 minute

cassandra095_write_p75_latency

p75 Write Latency

p75 write latency

≥ 0

ms

N/A

GeminiDB Cassandra instance nodes

1 minute

cassandra096_write_p95_latency

p95 Write Latency

p95 write latency

≥ 0

ms

N/A

GeminiDB Cassandra instance nodes

1 minute

cassandra097_write_p99_latency

p99 Write Latency

p99 write latency

≥ 0

ms

N/A

GeminiDB Cassandra instance nodes

1 minute

cassandra098_read_count_latency

Accumulated Read Requests

Number of read requests initiated by a node

≥ 0

Counts

N/A

GeminiDB Cassandra instance nodes

1 minute

cassandra099_read_1min_rate

Average Read Rate in the Last Minute

Average read rate in the last minute

≥ 0

Counts/s

N/A

GeminiDB Cassandra instance nodes

1 minute

cassandra100_read_p75_latency

p75 Read Latency

p75 read latency

≥ 0

ms

N/A

GeminiDB Cassandra instance nodes

1 minute

cassandra101_read_p95_latency

p95 Read Latency

p95 read latency

≥ 0

ms

N/A

GeminiDB Cassandra instance nodes

1 minute

cassandra102_read_p99_latency

p99 Read Latency

p99 read latency

≥ 0

ms

N/A

GeminiDB Cassandra instance nodes

1 minute

cassandra103_range_slice_count_latency

Accumulated Range Read Requests

Number of range read requests

≥ 0

Counts

N/A

GeminiDB Cassandra instance nodes

1 minute

cassandra104_range_slice_1min_rate

Average Range Read Rate in the Last Minute

Average range read rate in the last minute

≥ 0

Counts/s

N/A

GeminiDB Cassandra instance nodes

1 minute

cassandra105_range_slice_p75_latency

p75 Range Read Latency

p75 range read latency

≥ 0

ms

N/A

GeminiDB Cassandra instance nodes

1 minute

cassandra106_range_slice_p95_latency

p95 Range Read Latency

p95 range read latency

≥ 0

ms

N/A

GeminiDB Cassandra instance nodes

1 minute

cassandra107_range_slice_p99_latency

p99 Range Read Latency

p99 range read latency

≥ 0

ms

N/A

GeminiDB Cassandra instance nodes

1 minute

cassandra163_write_p999_latency

p999 Write Latency

p999 write latency

≥ 0

ms

N/A

GeminiDB Cassandra instance nodes

1 minute

cassandra164_read_p999_latency

p999 Read Latency

p999 read latency

≥ 0

ms

N/A

GeminiDB Cassandra instance nodes

1 minute

cassandra165_large_partition_num

Big Keys

Number of big keys on the current node

≥ 0

Counts

N/A

GeminiDB Cassandra instance nodes

1 minute

cassandra166_write_max_latency

Maximum Write Latency

Maximum write latency

≥ 0

ms

N/A

GeminiDB Cassandra instance nodes

1 minute

cassandra167_read_max_latency

Maximum Read Latency

Maximum read latency

≥ 0

ms

N/A

GeminiDB Cassandra instance nodes

1 minute

cassandra168_imbalance_table_num

Tables with Uneven Data Distribution

Number of tables whose data is not evenly distributed

≥ 0

Counts

N/A

GeminiDB Cassandra instance nodes

1 minute

cassandra169_modify_request_size_mean

Average Write Request Size

Average write request size

≥ 0

Bytes

1024(IEC)

GeminiDB Cassandra instance nodes

1 minute

cassandra170_query_response_size_mean

Average Query Response Size

Average size of query requests

≥ 0 Bytes

Bytes

1024(IEC)

GeminiDB Cassandra instance nodes

1 minute

cassandra173_limit_diff_count_mean

Mean of limit Value and Returned Rows

Mean of limit difference

≥ 0

-

N/A

GeminiDB Cassandra instance nodes

1 minute

cassandra174_tombstone_query_rate

Tombstone Query Requests per Second

Rate of tombstone query requests

≥ 0

Counts/s

N/A

GeminiDB Cassandra instance nodes

1 minute

cassandra175_max_sync_delay

maximum disaster backup instance sync delay

Maximum synchronization delay in case of disaster recovery

≥ 0

ms

N/A

GeminiDB Cassandra instance nodes

1 minute

cassandra175_single_delete_rate

Row Delete Requests per Second

Rate at which a single row is deleted

≥ 0

Counts/s

N/A

GeminiDB Cassandra instance nodes

1 minute

cassandra176_range_delete_rate

Range Delete Requests per Second

Range deletion rate

≥ 0

Counts/s

N/A

GeminiDB Cassandra instance nodes

1 minute

cassandra177_large_row_count

Large Rows per Second

Number of large rows

≥ 0

Counts/s

N/A

GeminiDB Cassandra instance nodes

1 minute

GeminiDB Mongo Metrics

Table 16 GeminiDB Mongo API metrics

Metric ID

Metric Name

Description

Value Range

Unit

Number System

Monitored Object

Monitoring Period (Raw Data)

nosql001_cpu_usage

CPU Usage

CPU usage of the monitored system

0~100

%

N/A

GeminiDB Mongo instance nodes

1 minute

nosql002_mem_usage

Memory Usage

Memory usage of the monitored system

0~100

%

N/A

GeminiDB Mongo instance nodes

1 minute

nosql003_bytes_out

Network Output Throughput

Outgoing traffic in bytes per second

≥ 0

bytes/s

1024(IEC)

GeminiDB Mongo instance nodes

1 minute

nosql004_bytes_in

Network Input Throughput

Incoming traffic in bytes per second

≥ 0

bytes/s

1024(IEC)

GeminiDB Mongo instance nodes

1 minute

nosql005_disk_usage

Storage Space Usage

Storage space usage of the monitored object.

0~100

%

N/A

GeminiDB Mongo instances

1 minute

nosql006_disk_total_size

Total Storage Space

Total storage space of the monitored object.

≥ 0

GB

N/A

GeminiDB Mongo instances

1 minute

nosql007_disk_used_size

Used Storage Space

Used storage space of the monitored object.

≥ 0

GB

N/A

GeminiDB Mongo instances

1 minute

mongodb001_command_ps

COMMAND Statements per Second

Number of COMMAND statements executed per second

≥ 0

Count/s

N/A

GeminiDB Mongo instance nodes

1 minute

mongodb002_delete_ps

DELETE Statements per Second

Number of DELETE statements executed per second

≥ 0

Count/s

N/A

GeminiDB Mongo instance nodes

1 minute

mongodb003_insert_ps

INSERT Statements per Second

Number of INSERT statements executed per second

≥ 0

Count/s

N/A

GeminiDB Mongo instance nodes

1 minute

mongodb004_query_ps

QUERY Statements per Second

Number of QUERY statements executed per second

≥ 0

Count/s

N/A

GeminiDB Mongo instance nodes

1 minute

mongodb005_update_ps

UPDATE Statements per Second

Number of UPDATE statements executed per second

≥ 0

Count/s

N/A

GeminiDB Mongo instance nodes

1 minute

mongodb006_getmore_ps

GETMORE Statements per Second

Number of GETMORE statements executed per second

≥ 0

Count/s

N/A

GeminiDB Mongo instance nodes

1 minute

mongodb007_connections

Current Active Connections

Total number of connections attempting to connect to DB instance nodes

≥ 0

Count

N/A

GeminiDB Mongo instance nodes

1 minute

mongodb007_connections_usage

Percentage of Active Node Connections

Percentage of the number of connections that attempt to connect to the instance node to the total number of available connections

0~100

%

N/A

GeminiDB Mongo instance nodes

1 minute

mongodb008_mem_resident

Resident Memory

Size of resident memory

≥ 0

MB

N/A

GeminiDB Mongo instance nodes

1 minute

mongodb009_mem_virtual

Virtual Memory

Size of the virtual memory

≥ 0

MB

N/A

GeminiDB Mongo instance nodes

1 minute

mongodb010_regular_asserts_ps

Regular Asserts per Second

Number of regular asserts per second

≥ 0

Count/s

N/A

GeminiDB Mongo instance nodes

1 minute

mongodb011_warning_asserts_ps

Warning Asserts per Second

Number of warning asserts per second

≥ 0

Count/s

N/A

GeminiDB Mongo instance nodes

1 minute

mongodb012_msg_asserts_ps

Message Asserts per Second

Number of message asserts per second

≥ 0

Count/s

N/A

GeminiDB Mongo instance nodes

1 minute

mongodb013_user_asserts_ps

User Asserts per Second

Number of user asserts per second

≥ 0

Count/s

N/A

GeminiDB Mongo instance nodes

1 minute

mongodb014_queues_total

Operations Queued Waiting for a Lock

Number of operations queued waiting for the lock

≥ 0

Count

N/A

GeminiDB Mongo instance nodes

1 minute

mongodb015_queues_readers

Operations Queued Waiting for a Read Lock

Number of operations queued waiting for the read lock

≥ 0

Count

N/A

GeminiDB Mongo instance nodes

1 minute

mongodb016_queues_writers

Operations Queued Waiting for a Write Lock

Number of operations queued waiting for the write lock

≥ 0

Count

N/A

GeminiDB Mongo instance nodes

1 minute

mongodb017_page_faults

Page Faults

Number of page faults on the monitored nodes

≥ 0

Count

N/A

GeminiDB Mongo instance nodes

1 minute

mongodb018_porfling_num

Slow Queries

Number of slow queries on the monitored nodes

≥ 0

Count

N/A

GeminiDB Mongo instance nodes

1 minute

mongodb019_cursors_open

Maintained Cursors

Number of maintained cursors on the monitored nodes

≥ 0

Count

N/A

GeminiDB Mongo instance nodes

1 minute

mongodb020_cursors_timeout

Timeout Cursors

Number of timed out cursors on the monitored nodes

≥ 0

Count

N/A

GeminiDB Mongo instance nodes

1 minute

Dimensions

Key

Value

cassandra_cluster_id,cassandra_node_id

Cluster ID or node ID of the GeminiDB Cassandra instance

redis_cluster_id,redis_node_id

Cluster ID or node ID of the GeminiDB Redis instance

influxdb_cluster_id,influxdb_node_id

Cluster ID or node ID of the GeminiDB Influx instance

mongodb_cluster_id,mongodb_node_id

Cluster ID or node ID of the GeminiDB Mongo instance