Redis
Monitor Redis: the in-memory data structure store, used as a database, cache and message broker
Data Collection Setup
Metrics are collected via Redis-CLI for Redis and Amazon's ElastiCache.
Network Requirements
Port: 6379 (TCP) Default for Redis-CLI connection to Redis hosts
Least Privileged User
Redis can be configured for no authentication or password authentication, which can be set in the redis.conf
file.
For more information, See Redis Security Configuration.
Supported Versions
Redis: 3.2.x, 4.0.x, 5.x
ElastiCache on Redis: 3.2.4 (Enhanced), 3.2.6 (Enhanced)
Connection Parameters
Name | Required? | Description |
---|---|---|
Host | Required | |
Port | ||
Password | Password configured for authentication if authentication is enabled. | |
Collect Command Stat Metrics | Whether or not to collect Commandstat metrics for Server resources. | |
Collect Events | Whether or not to collect events. | |
Max Events | The maximum number of events to collect. |
Metrics
Cluster
Name | Description |
---|---|
Current Epoch | The local Current Epoch variable. This is used in order to create unique increasing version numbers during fail overs. |
Known Nodes | The total number of known nodes in the cluster, including nodes in HANDSHAKE state that may not currently be proper members of the cluster. |
Messages Received | Number of messages received via the cluster node-to-node binary bus. |
Messages Sent | Number of messages sent via the cluster node-to-node binary bus. |
My Epoch | The Config Epoch of the node we are talking with. This is the current configuration version assigned to this node. |
Size | The number of master nodes serving at least one hash slot in the cluster. |
Slots Assigned | Number of slots which are associated to some node (not unbound). This number should be 16384 for the node to work properly, which means that each hash slot should be mapped to a node. |
Slots FAIL | Number of hash slots mapping to a node in FAIL state. If this number is not zero the node is not able to serve queries unless cluster-require-full-coverage is set to no in the configuration. |
Slots OK | Number of hash slots mapping to a node not in FAIL or PFAIL state. |
Slots PFAIL | Number of hash slots mapping to a node in PFAIL state. Note that those hash slots still work correctly, as long as the PFAIL state is not promoted to FAIL by the failure detection algorithm. PFAIL only means that we are currently not able to talk with the node, but may be just a transient error. |
State | State is ok if the node is able to receive queries. fail if there is at least one hash slot which is unbound (no node associated), in error state (node serving it is flagged with FAIL flag), or if the majority of masters can't be reached by this node. |
Targeted Server | Hostname of the server being monitored. |
Command
Name | Description |
---|---|
Average Execution Duration (Microseconds) | Average execution duration of the Command. |
IP Address | IP address of the Server. |
Redis Command | The command being run. |
TCP Port | TCP/IP listening port of the Server. |
Total Execution Duration (Microseconds) | Total execution duration of the Command. |
Total Executions | Total executions of the Command. |
Database
Name | Description |
---|---|
Average Key Time To Live | Average Key Time To Live for the Database. |
IP Address | IP address of the Server. |
Keys | Number of keys in the Database. |
Keys With Expiration | Number of keys with expiration in the Database. |
Redis Database ID | ID of the Database. |
TCP Port | TCP/IP listening port of the Server. |
Query
Name | Description |
---|---|
Average Execution Duration (Microseconds) | Average execution duration of the Query. |
IP Address | IP address of the Server. |
Last Execution Duration (Microseconds) | Last execution duration of the Query. |
Last Execution Time | Last execution time of the Query. |
Query ID | The unique progressive identifier for the Query. |
Query Text | Full text of the Query. |
TCP Port | TCP/IP listening port of the Server. |
Total Execution Duration (Microseconds) | Total execution duration of the Query. |
Total Executions | Total number of executions of the Query. |
Server
Name | Description |
---|---|
Append Only File Base Size (Bytes) | Append Only File Base Size |
Append Only File Buffer Length | Size of the AOF buffer. |
Append Only File Current Rewrite Duration (Seconds) | Duration of the on-going AOF rewrite operation if any. |
Append Only File Current Size (Bytes) | AOF current file size. |
Append Only File Delayed FSYNC | Delayed FSYNC counter. |
Append Only File Enabled | Flag indicating AOF logging is activated. |
Append Only File Last BGREWRITE Status | Status of the last AOF rewrite operation. |
Append Only File Last Rewrite Duration (Seconds) | Duration of the last AOF rewrite operation. |
Append Only File Last Write Status | Status of the last AOF write operation. |
Append Only File Pending Background I/O FSYNC | Number of FSYNC pending jobs in background I/O queue. |
Append Only File Pending Rewrite | AOF file size on latest startup or rewrite. |
Append Only File Rewrite Buffer Length | Size of the AOF rewrite buffer. |
Append Only File Rewrite In Progress | Flag indicating a AOF rewrite operation is on-going. |
Append Only File Rewrite Scheduled | Flag indicating an AOF rewrite operation will be scheduled once the on-going RDB save is complete. |
Architecture (Bits) | Architecture (32 or 64 bits) of the Server. |
Background Task Check Frequency (Hertz) | Determines how frequently the server checks for background tasks to be executed. |
Blocked Clients | Number of clients pending on a blocking call (BLPOP, BRPOP, BRPOPLPUSH). |
Client Biggest Input Buffer | Biggest input buffer among current client connections. |
Client Longest Output List | Longest output list among current client connections. |
Cluster | The Cluster that this Server is a part of |
Cluster Enabled | Indicates whether or not Redis cluster is enabled. |
Command Stat APPEND Average CPU Time (Microseconds) | Average CPU time consumed by the APPEND command. |
Command Stat APPEND Calls | The number of times APPEND has been called. |
Command Stat APPEND CPU Time (Microseconds) | Total CPU time consumed by the APPEND command. |
Command Stat AUTH Average CPU Time (Microseconds) | Average CPU time consumed by the AUTH command. |
Command Stat AUTH Calls | The number of times AUTH has been called. |
Command Stat AUTH CPU Time (Microseconds) | Total CPU time consumed by the AUTH command. |
Command Stat BGREWRITE Append Only File Average CPU Time (Microseconds) | Average CPU time consumed by the BGREWRITEAOF command. |
Command Stat BGREWRITE Append Only File Calls | The number of times BGREWRITEAOF has been called. |
Command Stat BGREWRITE Append Only File CPU Time (Microseconds) | Total CPU time consumed by the BGREWRITEAOF command. |
Command Stat BGSAVE Average CPU Time (Microseconds) | Average CPU time consumed by the BGSAVE command. |
Command Stat BGSAVE Calls | The number of times BGSAVE has been called. |
Command Stat BGSAVE CPU Time (Microseconds) | Total CPU time consumed by the BGSAVE command. |
Command Stat BITCOUNT Average CPU Time (Microseconds) | Average CPU time consumed by the BITCOUNT command. |
Command Stat BITCOUNT Calls | The number of times BITCOUNT has been called. |
Command Stat BITCOUNT CPU Time (Microseconds) | Total CPU time consumed by the BITCOUNT command. |
Command Stat BITFIELD Average CPU Time (Microseconds) | Average CPU time consumed by the BITFIELD command. |
Command Stat BITFIELD Calls | The number of times BITFIELD has been called. |
Command Stat BITFIELD CPU Time (Microseconds) | Total CPU time consumed by the BITFIELD command. |
Command Stat BITOP Average CPU Time (Microseconds) | Average CPU time consumed by the BITOP command. |
Command Stat BITOP Calls | The number of times BITOP has been called. |
Command Stat BITOP CPU Time (Microseconds) | Total CPU time consumed by the BITOP command. |
Command Stat BITPOS Average CPU Time (Microseconds) | Average CPU time consumed by the BITPOS command. |
Command Stat BITPOS Calls | The number of times BITPOS has been called. |
Command Stat BITPOS CPU Time (Microseconds) | Total CPU time consumed by the BITPOS command. |
Command Stat BLPOP Average CPU Time (Microseconds) | Average CPU time consumed by the BLPOP command. |
Command Stat BLPOP Calls | The number of times BLPOP has been called. |
Command Stat BLPOP CPU Time (Microseconds) | Total CPU time consumed by the BLPOP command. |
Command Stat BRPOP Average CPU Time (Microseconds) | Average CPU time consumed by the BRPOP command. |
Command Stat BRPOP Calls | The number of times BRPOP has been called. |
Command Stat BRPOP CPU Time (Microseconds) | Total CPU time consumed by the BRPOP command. |
Command Stat BRPOPLPUSH Average CPU Time (Microseconds) | Average CPU time consumed by the BRPOPLPUSH command. |
Command Stat BRPOPLPUSH Calls | The number of times BRPOPLPUSH has been called. |
Command Stat BRPOPLPUSH CPU Time (Microseconds) | Total CPU time consumed by the BRPOPLPUSH command. |
Command Stat CLIENT Average CPU Time (Microseconds) | Average CPU time consumed by the CLIENT command. |
Command Stat CLIENT Calls | The number of times CLIENT has been called. |
Command Stat CLIENT CPU Time (Microseconds) | Total CPU time consumed by the CLIENT command. |
Command Stat CLUSTER Average CPU Time (Microseconds) | Average CPU time consumed by the CLUSTER command. |
Command Stat CLUSTER Calls | The number of times CLUSTER has been called. |
Command Stat CLUSTER CPU Time (Microseconds) | Total CPU time consumed by the CLUSTER command. |
Command Stat CLUSTERADMIN Average CPU Time (Microseconds) | Average CPU time consumed by the CLUSTERADMIN command. |
Command Stat CLUSTERADMIN Calls | The number of times CLUSTERADMIN has been called. |
Command Stat CLUSTERADMIN CPU Time (Microseconds) | Total CPU time consumed by the CLUSTERADMIN command. |
Command Stat COMMAND Average CPU Time (Microseconds) | Average CPU time consumed by the COMMAND command. |
Command Stat COMMAND Calls | The number of times COMMAND has been called. |
Command Stat COMMAND CPU Time (Microseconds) | Total CPU time consumed by the COMMAND command. |
Command Stat CONFIG Average CPU Time (Microseconds) | Average CPU time consumed by the CONFIG command. |
Command Stat CONFIG Calls | The number of times CONFIG has been called. |
Command Stat CONFIG CPU Time (Microseconds) | Total CPU time consumed by the CONFIG command. |
Command Stat DBSIZE Average CPU Time (Microseconds) | Average CPU time consumed by the DBSIZE command. |
Command Stat DBSIZE Calls | The number of times DBSIZE has been called. |
Command Stat DBSIZE CPU Time (Microseconds) | Total CPU time consumed by the DBSIZE command. |
Command Stat DEBUG Average CPU Time (Microseconds) | Average CPU time consumed by the DEBUG command. |
Command Stat DEBUG Calls | The number of times DEBUG has been called. |
Command Stat DEBUG CPU Time (Microseconds) | Total CPU time consumed by the DEBUG command. |
Command Stat DECR Average CPU Time (Microseconds) | Average CPU time consumed by the DECR command. |
Command Stat DECR Calls | The number of times DECR has been called. |
Command Stat DECR CPU Time (Microseconds) | Total CPU time consumed by the DECR command. |
Command Stat DECRBY Average CPU Time (Microseconds) | Average CPU time consumed by the DECRBY command. |
Command Stat DECRBY Calls | The number of times DECRBY has been called. |
Command Stat DECRBY CPU Time (Microseconds) | Total CPU time consumed by the DECRBY command. |
Command Stat DEL Average CPU Time (Microseconds) | Average CPU time consumed by the DEL command. |
Command Stat DEL Calls | The number of times DEL has been called. |
Command Stat DEL CPU Time (Microseconds) | Total CPU time consumed by the DEL command. |
Command Stat DISCARD Average CPU Time (Microseconds) | Average CPU time consumed by the DISCARD command. |
Command Stat DISCARD Calls | The number of times DISCARD has been called. |
Command Stat DISCARD CPU Time (Microseconds) | Total CPU time consumed by the DISCARD command. |
Command Stat DUMP Average CPU Time (Microseconds) | Average CPU time consumed by the DUMP command. |
Command Stat DUMP Calls | The number of times DUMP has been called. |
Command Stat DUMP CPU Time (Microseconds) | Total CPU time consumed by the DUMP command. |
Command Stat ECHO Average CPU Time (Microseconds) | Average CPU time consumed by the ECHO command. |
Command Stat ECHO Calls | The number of times ECHO has been called. |
Command Stat ECHO CPU Time (Microseconds) | Total CPU time consumed by the ECHO command. |
Command Stat EVAL Average CPU Time (Microseconds) | Average CPU time consumed by the EVAL command. |
Command Stat EVAL Calls | The number of times EVAL has been called. |
Command Stat EVAL CPU Time (Microseconds) | Total CPU time consumed by the EVAL command. |
Command Stat EVALSHA Average CPU Time (Microseconds) | Average CPU time consumed by the EVALSHA command. |
Command Stat EVALSHA Calls | The number of times EVALSHA has been called. |
Command Stat EVALSHA CPU Time (Microseconds) | Total CPU time consumed by the EVALSHA command. |
Command Stat EXEC Average CPU Time (Microseconds) | Average CPU time consumed by the EXEC command. |
Command Stat EXEC Calls | The number of times EXEC has been called. |
Command Stat EXEC CPU Time (Microseconds) | Total CPU time consumed by the EXEC command. |
Command Stat EXISTS Average CPU Time (Microseconds) | Average CPU time consumed by the EXISTS command. |
Command Stat EXISTS Calls | The number of times EXISTS has been called. |
Command Stat EXISTS CPU Time (Microseconds) | Total CPU time consumed by the EXISTS command. |
Command Stat EXPIRE Average CPU Time (Microseconds) | Average CPU time consumed by the EXPIRE command. |
Command Stat EXPIRE Calls | The number of times EXPIRE has been called. |
Command Stat EXPIRE CPU Time (Microseconds) | Total CPU time consumed by the EXPIRE command. |
Command Stat EXPIREAT Average CPU Time (Microseconds) | Average CPU time consumed by the EXPIREAT command. |
Command Stat EXPIREAT Calls | The number of times EXPIREAT has been called. |
Command Stat EXPIREAT CPU Time (Microseconds) | Total CPU time consumed by the EXPIREAT command. |
Command Stat FLUSHALL Average CPU Time (Microseconds) | Average CPU time consumed by the FLUSHALL command. |
Command Stat FLUSHALL Calls | The number of times FLUSHALL has been called. |
Command Stat FLUSHALL CPU Time (Microseconds) | Total CPU time consumed by the FLUSHALL command. |
Command Stat FLUSHDB Average CPU Time (Microseconds) | Average CPU time consumed by the FLUSHDB command. |
Command Stat FLUSHDB Calls | The number of times FLUSHDB has been called. |
Command Stat FLUSHDB CPU Time (Microseconds) | Total CPU time consumed by the FLUSHDB command. |
Command Stat GEOADD Average CPU Time (Microseconds) | Average CPU time consumed by the GEOADD command. |
Command Stat GEOADD Calls | The number of times GEOADD has been called. |
Command Stat GEOADD CPU Time (Microseconds) | Total CPU time consumed by the GEOADD command. |
Command Stat GEODIST Average CPU Time (Microseconds) | Average CPU time consumed by the GEODIST command. |
Command Stat GEODIST Calls | The number of times GEODIST has been called. |
Command Stat GEODIST CPU Time (Microseconds) | Total CPU time consumed by the GEODIST command. |
Command Stat GEOHASH Average CPU Time (Microseconds) | Average CPU time consumed by the GEOHASH command. |
Command Stat GEOHASH Calls | The number of times GEOHASH has been called. |
Command Stat GEOHASH CPU Time (Microseconds) | Total CPU time consumed by the GEOHASH command. |
Command Stat GEOPOS Average CPU Time (Microseconds) | Average CPU time consumed by the GEOPOS command. |
Command Stat GEOPOS Calls | The number of times GEOPOS has been called. |
Command Stat GEOPOS CPU Time (Microseconds) | Total CPU time consumed by the GEOPOS command. |
Command Stat GEORADIUS Average CPU Time (Microseconds) | Average CPU time consumed by the GEORADIUS command. |
Command Stat GEORADIUS Calls | The number of times GEORADIUS has been called. |
Command Stat GEORADIUS CPU Time (Microseconds) | Total CPU time consumed by the GEORADIUS command. |
Command Stat GEORADIUSBYMEMBER Average CPU Time (Microseconds) | Average CPU time consumed by the GEORADIUSBYMEMBER command. |
Command Stat GEORADIUSBYMEMBER Calls | The number of times GEORADIUSBYMEMBER has been called. |
Command Stat GEORADIUSBYMEMBER CPU Time (Microseconds) | Total CPU time consumed by the GEORADIUSBYMEMBER command. |
Command Stat GET Average CPU Time (Microseconds) | Average CPU time consumed by the GET command. |
Command Stat GET Calls | The number of times GET has been called. |
Command Stat GET CPU Time (Microseconds) | Total CPU time consumed by the GET command. |
Command Stat GETBIT Average CPU Time (Microseconds) | Average CPU time consumed by the GETBIT command. |
Command Stat GETBIT Calls | The number of times GETBIT has been called. |
Command Stat GETBIT CPU Time (Microseconds) | Total CPU time consumed by the GETBIT command. |
Command Stat GETRANGE Average CPU Time (Microseconds) | Average CPU time consumed by the GETRANGE command. |
Command Stat GETRANGE Calls | The number of times GETRANGE has been called. |
Command Stat GETRANGE CPU Time (Microseconds) | Total CPU time consumed by the GETRANGE command. |
Command Stat GETSET Average CPU Time (Microseconds) | Average CPU time consumed by the GETSET command. |
Command Stat GETSET Calls | The number of times GETSET has been called. |
Command Stat GETSET CPU Time (Microseconds) | Total CPU time consumed by the GETSET command. |
Command Stat HDEL Average CPU Time (Microseconds) | Average CPU time consumed by the HDEL command. |
Command Stat HDEL Calls | The number of times HDEL has been called. |
Command Stat HDEL CPU Time (Microseconds) | Total CPU time consumed by the HDEL command. |
Command Stat HEXISTS Average CPU Time (Microseconds) | Average CPU time consumed by the HEXISTS command. |
Command Stat HEXISTS Calls | The number of times HEXISTS has been called. |
Command Stat HEXISTS CPU Time (Microseconds) | Total CPU time consumed by the HEXISTS command. |
Command Stat HGET Average CPU Time (Microseconds) | Average CPU time consumed by the HGET command. |
Command Stat HGET Calls | The number of times HGET has been called. |
Command Stat HGET CPU Time (Microseconds) | Total CPU time consumed by the HGET command. |
Command Stat HGETALL Average CPU Time (Microseconds) | Average CPU time consumed by the HGETALL command. |
Command Stat HGETALL Calls | The number of times HGETALL has been called. |
Command Stat HGETALL CPU Time (Microseconds) | Total CPU time consumed by the HGETALL command. |
Command Stat HINCRBY Average CPU Time (Microseconds) | Average CPU time consumed by the HINCRBY command. |
Command Stat HINCRBY Calls | The number of times HINCRBY has been called. |
Command Stat HINCRBY CPU Time (Microseconds) | Total CPU time consumed by the HINCRBY command. |
Command Stat HINCRBYFLOAT Average CPU Time (Microseconds) | Average CPU time consumed by the HINCRBYFLOAT command. |
Command Stat HINCRBYFLOAT Calls | The number of times HINCRBYFLOAT has been called. |
Command Stat HINCRBYFLOAT CPU Time (Microseconds) | Total CPU time consumed by the HINCRBYFLOAT command. |
Command Stat HKEYS Average CPU Time (Microseconds) | Average CPU time consumed by the HKEYS command. |
Command Stat HKEYS Calls | The number of times HKEYS has been called. |
Command Stat HKEYS CPU Time (Microseconds) | Total CPU time consumed by the HKEYS command. |
Command Stat HLEN Average CPU Time (Microseconds) | Average CPU time consumed by the HLEN command. |
Command Stat HLEN Calls | The number of times HLEN has been called. |
Command Stat HLEN CPU Time (Microseconds) | Total CPU time consumed by the HLEN command. |
Command Stat HMGET Average CPU Time (Microseconds) | Average CPU time consumed by the HMGET command. |
Command Stat HMGET Calls | The number of times HMGET has been called. |
Command Stat HMGET CPU Time (Microseconds) | Total CPU time consumed by the HMGET command. |
Command Stat HMSET Average CPU Time (Microseconds) | Average CPU time consumed by the HMSET command. |
Command Stat HMSET Calls | The number of times HMSET has been called. |
Command Stat HMSET CPU Time (Microseconds) | Total CPU time consumed by the HMSET command. |
Command Stat HSCAN Average CPU Time (Microseconds) | Average CPU time consumed by the HSCAN command. |
Command Stat HSCAN Calls | The number of times HSCAN has been called. |
Command Stat HSCAN CPU Time (Microseconds) | Total CPU time consumed by the HSCAN command. |
Command Stat HSET Average CPU Time (Microseconds) | Average CPU time consumed by the HSET command. |
Command Stat HSET Calls | The number of times HSET has been called. |
Command Stat HSET CPU Time (Microseconds) | Total CPU time consumed by the HSET command. |
Command Stat HSETNX Average CPU Time (Microseconds) | Average CPU time consumed by the HSETNX command. |
Command Stat HSETNX Calls | The number of times HSETNX has been called. |
Command Stat HSETNX CPU Time (Microseconds) | Total CPU time consumed by the HSETNX command. |
Command Stat HSTRLEN Average CPU Time (Microseconds) | Average CPU time consumed by the HSTRLEN command. |
Command Stat HSTRLEN Calls | The number of times HSTRLEN has been called. |
Command Stat HSTRLEN CPU Time (Microseconds) | Total CPU time consumed by the HSTRLEN command. |
Command Stat HVALS Average CPU Time (Microseconds) | Average CPU time consumed by the HVALS command. |
Command Stat HVALS Calls | The number of times HVALS has been called. |
Command Stat HVALS CPU Time (Microseconds) | Total CPU time consumed by the HVALS command. |
Command Stat INCR Average CPU Time (Microseconds) | Average CPU time consumed by the INCR command. |
Command Stat INCR Calls | The number of times INCR has been called. |
Command Stat INCR CPU Time (Microseconds) | Total CPU time consumed by the INCR command. |
Command Stat INCRBY Average CPU Time (Microseconds) | Average CPU time consumed by the INCRBY command. |
Command Stat INCRBY Calls | The number of times INCRBY has been called. |
Command Stat INCRBY CPU Time (Microseconds) | Total CPU time consumed by the INCRBY command. |
Command Stat INCRBYFLOAT Average CPU Time (Microseconds) | Average CPU time consumed by the INCRBYFLOAT command. |
Command Stat INCRBYFLOAT Calls | The number of times INCRBYFLOAT has been called. |
Command Stat INCRBYFLOAT CPU Time (Microseconds) | Total CPU time consumed by the INCRBYFLOAT command. |
Command Stat INFO Average CPU Time (Microseconds) | Average CPU time consumed by the INFO command. |
Command Stat INFO Calls | The number of times INFO has been called. |
Command Stat INFO CPU Time (Microseconds) | Total CPU time consumed by the INFO command. |
Command Stat KEYS Average CPU Time (Microseconds) | Average CPU time consumed by the KEYS command. |
Command Stat KEYS Calls | The number of times KEYS has been called. |
Command Stat KEYS CPU Time (Microseconds) | Total CPU time consumed by the KEYS command. |
Command Stat LASTSAVE Average CPU Time (Microseconds) | Average CPU time consumed by the LASTSAVE command. |
Command Stat LASTSAVE Calls | The number of times LASTSAVE has been called. |
Command Stat LASTSAVE CPU Time (Microseconds) | Total CPU time consumed by the LASTSAVE command. |
Command Stat LINDEX Average CPU Time (Microseconds) | Average CPU time consumed by the LINDEX command. |
Command Stat LINDEX Calls | The number of times LINDEX has been called. |
Command Stat LINDEX CPU Time (Microseconds) | Total CPU time consumed by the LINDEX command. |
Command Stat LINSERT Average CPU Time (Microseconds) | Average CPU time consumed by the LINSERT command. |
Command Stat LINSERT Calls | The number of times LINSERT has been called. |
Command Stat LINSERT CPU Time (Microseconds) | Total CPU time consumed by the LINSERT command. |
Command Stat LLEN Average CPU Time (Microseconds) | Average CPU time consumed by the LLEN command. |
Command Stat LLEN Calls | The number of times LLEN has been called. |
Command Stat LLEN CPU Time (Microseconds) | Total CPU time consumed by the LLEN command. |
Command Stat LPOP Average CPU Time (Microseconds) | Average CPU time consumed by the LPOP command. |
Command Stat LPOP Calls | The number of times LPOP has been called. |
Command Stat LPOP CPU Time (Microseconds) | Total CPU time consumed by the LPOP command. |
Command Stat LPUSH Average CPU Time (Microseconds) | Average CPU time consumed by the LPUSH command. |
Command Stat LPUSH Calls | The number of times LPUSH has been called. |
Command Stat LPUSH CPU Time (Microseconds) | Total CPU time consumed by the LPUSH command. |
Command Stat LPUSHX Average CPU Time (Microseconds) | Average CPU time consumed by the LPUSHX command. |
Command Stat LPUSHX Calls | The number of times LPUSHX has been called. |
Command Stat LPUSHX CPU Time (Microseconds) | Total CPU time consumed by the LPUSHX command. |
Command Stat LRANGE Average CPU Time (Microseconds) | Average CPU time consumed by the LRANGE command. |
Command Stat LRANGE Calls | The number of times LRANGE has been called. |
Command Stat LRANGE CPU Time (Microseconds) | Total CPU time consumed by the LRANGE command. |
Command Stat LREM Average CPU Time (Microseconds) | Average CPU time consumed by the LREM command. |
Command Stat LREM Calls | The number of times LREM has been called. |
Command Stat LREM CPU Time (Microseconds) | Total CPU time consumed by the LREM command. |
Command Stat LSET Average CPU Time (Microseconds) | Average CPU time consumed by the LSET command. |
Command Stat LSET Calls | The number of times LSET has been called. |
Command Stat LSET CPU Time (Microseconds) | Total CPU time consumed by the LSET command. |
Command Stat LTRIM Average CPU Time (Microseconds) | Average CPU time consumed by the LTRIM command. |
Command Stat LTRIM Calls | The number of times LTRIM has been called. |
Command Stat LTRIM CPU Time (Microseconds) | Total CPU time consumed by the LTRIM command. |
Command Stat MGET Average CPU Time (Microseconds) | Average CPU time consumed by the MGET command. |
Command Stat MGET Calls | The number of times MGET has been called. |
Command Stat MGET CPU Time (Microseconds) | Total CPU time consumed by the MGET command. |
Command Stat MIGRATE Average CPU Time (Microseconds) | Average CPU time consumed by the MIGRATE command. |
Command Stat MIGRATE Calls | The number of times MIGRATE has been called. |
Command Stat MIGRATE CPU Time (Microseconds) | Total CPU time consumed by the MIGRATE command. |
Command Stat MONITOR Average CPU Time (Microseconds) | Average CPU time consumed by the MONITOR command. |
Command Stat MONITOR Calls | The number of times MONITOR has been called. |
Command Stat MONITOR CPU Time (Microseconds) | Total CPU time consumed by the MONITOR command. |
Command Stat MOVE Average CPU Time (Microseconds) | Average CPU time consumed by the MOVE command. |
Command Stat MOVE Calls | The number of times MOVE has been called. |
Command Stat MOVE CPU Time (Microseconds) | Total CPU time consumed by the MOVE command. |
Command Stat MSET Average CPU Time (Microseconds) | Average CPU time consumed by the MSET command. |
Command Stat MSET Calls | The number of times MSET has been called. |
Command Stat MSET CPU Time (Microseconds) | Total CPU time consumed by the MSET command. |
Command Stat MSETNX Average CPU Time (Microseconds) | Average CPU time consumed by the MSETNX command. |
Command Stat MSETNX Calls | The number of times MSETNX has been called. |
Command Stat MSETNX CPU Time (Microseconds) | Total CPU time consumed by the MSETNX command. |
Command Stat MULTI Average CPU Time (Microseconds) | Average CPU time consumed by the MULTI command. |
Command Stat MULTI Calls | The number of times MULTI has been called. |
Command Stat MULTI CPU Time (Microseconds) | Total CPU time consumed by the MULTI command. |
Command Stat OBJECT Average CPU Time (Microseconds) | Average CPU time consumed by the OBJECT command. |
Command Stat OBJECT Calls | The number of times OBJECT has been called. |
Command Stat OBJECT CPU Time (Microseconds) | Total CPU time consumed by the OBJECT command. |
Command Stat PERSIST Average CPU Time (Microseconds) | Average CPU time consumed by the PERSIST command. |
Command Stat PERSIST Calls | The number of times PERSIST has been called. |
Command Stat PERSIST CPU Time (Microseconds) | Total CPU time consumed by the PERSIST command. |
Command Stat PEXPIRE Average CPU Time (Microseconds) | Average CPU time consumed by the PEXPIRE command. |
Command Stat PEXPIRE Calls | The number of times PEXPIRE has been called. |
Command Stat PEXPIRE CPU Time (Microseconds) | Total CPU time consumed by the PEXPIRE command. |
Command Stat PEXPIREAT Average CPU Time (Microseconds) | Average CPU time consumed by the PEXPIREAT command. |
Command Stat PEXPIREAT Calls | The number of times PEXPIREAT has been called. |
Command Stat PEXPIREAT CPU Time (Microseconds) | Total CPU time consumed by the PEXPIREAT command. |
Command Stat PFADD Average CPU Time (Microseconds) | Average CPU time consumed by the PFADD command. |
Command Stat PFADD Calls | The number of times PFADD has been called. |
Command Stat PFADD CPU Time (Microseconds) | Total CPU time consumed by the PFADD command. |
Command Stat PFCOUNT Average CPU Time (Microseconds) | Average CPU time consumed by the PFCOUNT command. |
Command Stat PFCOUNT Calls | The number of times PFCOUNT has been called. |
Command Stat PFCOUNT CPU Time (Microseconds) | Total CPU time consumed by the PFCOUNT command. |
Command Stat PFMERGE Average CPU Time (Microseconds) | Average CPU time consumed by the PFMERGE command. |
Command Stat PFMERGE Calls | The number of times PFMERGE has been called. |
Command Stat PFMERGE CPU Time (Microseconds) | Total CPU time consumed by the PFMERGE command. |
Command Stat PING Average CPU Time (Microseconds) | Average CPU time consumed by the PING command. |
Command Stat PING Calls | The number of times PING has been called. |
Command Stat PING CPU Time (Microseconds) | Total CPU time consumed by the PING command. |
Command Stat PSETEX Average CPU Time (Microseconds) | Average CPU time consumed by the PSETEX command. |
Command Stat PSETEX Calls | The number of times PSETEX has been called. |
Command Stat PSETEX CPU Time (Microseconds) | Total CPU time consumed by the PSETEX command. |
Command Stat PSUBSCRIBE Average CPU Time (Microseconds) | Average CPU time consumed by the PSUBSCRIBE command. |
Command Stat PSUBSCRIBE Calls | The number of times PSUBSCRIBE has been called. |
Command Stat PSUBSCRIBE CPU Time (Microseconds) | Total CPU time consumed by the PSUBSCRIBE command. |
Command Stat PSYNC Average CPU Time (Microseconds) | Average CPU time consumed by the PSYNC command. |
Command Stat PSYNC Calls | The number of times PSYNC has been called. |
Command Stat PSYNC CPU Time (Microseconds) | Total CPU time consumed by the PSYNC command. |
Command Stat PTTL Average CPU Time (Microseconds) | Average CPU time consumed by the PTTL command. |
Command Stat PTTL Calls | The number of times PTTL has been called. |
Command Stat PTTL CPU Time (Microseconds) | Total CPU time consumed by the PTTL command. |
Command Stat PUBLISH Average CPU Time (Microseconds) | Average CPU time consumed by the PUBLISH command. |
Command Stat PUBLISH Calls | The number of times PUBLISH has been called. |
Command Stat PUBLISH CPU Time (Microseconds) | Total CPU time consumed by the PUBLISH command. |
Command Stat PUBSUB Average CPU Time (Microseconds) | Average CPU time consumed by the PUBSUB command. |
Command Stat PUBSUB Calls | The number of times PUBSUB has been called. |
Command Stat PUBSUB CPU Time (Microseconds) | Total CPU time consumed by the PUBSUB command. |
Command Stat PUNSUBSCRIBE Average CPU Time (Microseconds) | Average CPU time consumed by the PUNSUBSCRIBE command. |
Command Stat PUNSUBSCRIBE Calls | The number of times PUNSUBSCRIBE has been called. |
Command Stat PUNSUBSCRIBE CPU Time (Microseconds) | Total CPU time consumed by the PUNSUBSCRIBE command. |
Command Stat QUIT Average CPU Time (Microseconds) | Average CPU time consumed by the QUIT command. |
Command Stat QUIT Calls | The number of times QUIT has been called. |
Command Stat QUIT CPU Time (Microseconds) | Total CPU time consumed by the QUIT command. |
Command Stat RANDOMKEY Average CPU Time (Microseconds) | Average CPU time consumed by the RANDOMKEY command. |
Command Stat RANDOMKEY Calls | The number of times RANDOMKEY has been called. |
Command Stat RANDOMKEY CPU Time (Microseconds) | Total CPU time consumed by the RANDOMKEY command. |
Command Stat READONLY Average CPU Time (Microseconds) | Average CPU time consumed by the READONLY command. |
Command Stat READONLY Calls | The number of times READONLY has been called. |
Command Stat READONLY CPU Time (Microseconds) | Total CPU time consumed by the READONLY command. |
Command Stat READWRITE Average CPU Time (Microseconds) | Average CPU time consumed by the READWRITE command. |
Command Stat READWRITE Calls | The number of times READWRITE has been called. |
Command Stat READWRITE CPU Time (Microseconds) | Total CPU time consumed by the READWRITE command. |
Command Stat RENAME Average CPU Time (Microseconds) | Average CPU time consumed by the RENAME command. |
Command Stat RENAME Calls | The number of times RENAME has been called. |
Command Stat RENAME CPU Time (Microseconds) | Total CPU time consumed by the RENAME command. |
Command Stat RENAMENX Average CPU Time (Microseconds) | Average CPU time consumed by the RENAMENX command. |
Command Stat RENAMENX Calls | The number of times RENAMENX has been called. |
Command Stat RENAMENX CPU Time (Microseconds) | Total CPU time consumed by the RENAMENX command. |
Command Stat REPLCONF Average CPU Time (Microseconds) | Average CPU time consumed by the REPLCONF command. |
Command Stat REPLCONF Calls | The number of times REPLCONF has been called. |
Command Stat REPLCONF CPU Time (Microseconds) | Total CPU time consumed by the REPLCONF command. |
Command Stat RESTORE Average CPU Time (Microseconds) | Average CPU time consumed by the RESTORE command. |
Command Stat RESTORE Calls | The number of times RESTORE has been called. |
Command Stat RESTORE CPU Time (Microseconds) | Total CPU time consumed by the RESTORE command. |
Command Stat ROLE Average CPU Time (Microseconds) | Average CPU time consumed by the ROLE command. |
Command Stat ROLE Calls | The number of times ROLE has been called. |
Command Stat ROLE CPU Time (Microseconds) | Total CPU time consumed by the ROLE command. |
Command Stat RPOP Average CPU Time (Microseconds) | Average CPU time consumed by the RPOP command. |
Command Stat RPOP Calls | The number of times RPOP has been called. |
Command Stat RPOP CPU Time (Microseconds) | Total CPU time consumed by the RPOP command. |
Command Stat RPOPLPUSH Average CPU Time (Microseconds) | Average CPU time consumed by the RPOPLPUSH command. |
Command Stat RPOPLPUSH Calls | The number of times RPOPLPUSH has been called. |
Command Stat RPOPLPUSH CPU Time (Microseconds) | Total CPU time consumed by the RPOPLPUSH command. |
Command Stat RPUSH Average CPU Time (Microseconds) | Average CPU time consumed by the RPUSH command. |
Command Stat RPUSH Calls | The number of times RPUSH has been called. |
Command Stat RPUSH CPU Time (Microseconds) | Total CPU time consumed by the RPUSH command. |
Command Stat RPUSHX Average CPU Time (Microseconds) | Average CPU time consumed by the RPUSHX command. |
Command Stat RPUSHX Calls | The number of times RPUSHX has been called. |
Command Stat RPUSHX CPU Time (Microseconds) | Total CPU time consumed by the RPUSHX command. |
Command Stat SADD Average CPU Time (Microseconds) | Average CPU time consumed by the SADD command. |
Command Stat SADD Calls | The number of times SADD has been called. |
Command Stat SADD CPU Time (Microseconds) | Total CPU time consumed by the SADD command. |
Command Stat SAVE Average CPU Time (Microseconds) | Average CPU time consumed by the SAVE command. |
Command Stat SAVE Calls | The number of times SAVE has been called. |
Command Stat SAVE CPU Time (Microseconds) | Total CPU time consumed by the SAVE command. |
Command Stat SCAN Average CPU Time (Microseconds) | Average CPU time consumed by the SCAN command. |
Command Stat SCAN Calls | The number of times SCAN has been called. |
Command Stat SCAN CPU Time (Microseconds) | Total CPU time consumed by the SCAN command. |
Command Stat SCARD Average CPU Time (Microseconds) | Average CPU time consumed by the SCARD command. |
Command Stat SCARD Calls | The number of times SCARD has been called. |
Command Stat SCARD CPU Time (Microseconds) | Total CPU time consumed by the SCARD command. |
Command Stat SCRIPT Average CPU Time (Microseconds) | Average CPU time consumed by the SCRIPT command. |
Command Stat SCRIPT Calls | The number of times SCRIPT has been called. |
Command Stat SCRIPT CPU Time (Microseconds) | Total CPU time consumed by the SCRIPT command. |
Command Stat SDIFF Average CPU Time (Microseconds) | Average CPU time consumed by the SDIFF command. |
Command Stat SDIFF Calls | The number of times SDIFF has been called. |
Command Stat SDIFF CPU Time (Microseconds) | Total CPU time consumed by the SDIFF command. |
Command Stat SDIFFSTORE Average CPU Time (Microseconds) | Average CPU time consumed by the SDIFFSTORE command. |
Command Stat SDIFFSTORE Calls | The number of times SDIFFSTORE has been called. |
Command Stat SDIFFSTORE CPU Time (Microseconds) | Total CPU time consumed by the SDIFFSTORE command. |
Command Stat SELECT Average CPU Time (Microseconds) | Average CPU time consumed by the SELECT command. |
Command Stat SELECT Calls | The number of times SELECT has been called. |
Command Stat SELECT CPU Time (Microseconds) | Total CPU time consumed by the SELECT command. |
Command Stat SET Average CPU Time (Microseconds) | Average CPU time consumed by the SET command. |
Command Stat SET Calls | The number of times SET has been called. |
Command Stat SET CPU Time (Microseconds) | Total CPU time consumed by the SET command. |
Command Stat SETBIT Average CPU Time (Microseconds) | Average CPU time consumed by the SETBIT command. |
Command Stat SETBIT Calls | The number of times SETBIT has been called. |
Command Stat SETBIT CPU Time (Microseconds) | Total CPU time consumed by the SETBIT command. |
Command Stat SETEX Average CPU Time (Microseconds) | Average CPU time consumed by the SETEX command. |
Command Stat SETEX Calls | The number of times SETEX has been called. |
Command Stat SETEX CPU Time (Microseconds) | Total CPU time consumed by the SETEX command. |
Command Stat SETNX Average CPU Time (Microseconds) | Average CPU time consumed by the SETNX command. |
Command Stat SETNX Calls | The number of times SETNX has been called. |
Command Stat SETNX CPU Time (Microseconds) | Total CPU time consumed by the SETNX command. |
Command Stat SETRANGE Average CPU Time (Microseconds) | Average CPU time consumed by the SETRANGE command. |
Command Stat SETRANGE Calls | The number of times SETRANGE has been called. |
Command Stat SETRANGE CPU Time (Microseconds) | Total CPU time consumed by the SETRANGE command. |
Command Stat SHUTDOWN Average CPU Time (Microseconds) | Average CPU time consumed by the SHUTDOWN command. |
Command Stat SHUTDOWN Calls | The number of times SHUTDOWN has been called. |
Command Stat SHUTDOWN CPU Time (Microseconds) | Total CPU time consumed by the SHUTDOWN command. |
Command Stat SINTER Average CPU Time (Microseconds) | Average CPU time consumed by the SINTER command. |
Command Stat SINTER Calls | The number of times SINTER has been called. |
Command Stat SINTER CPU Time (Microseconds) | Total CPU time consumed by the SINTER command. |
Command Stat SINTERSTORE Average CPU Time (Microseconds) | Average CPU time consumed by the SINTERSTORE command. |
Command Stat SINTERSTORE Calls | The number of times SINTERSTORE has been called. |
Command Stat SINTERSTORE CPU Time (Microseconds) | Total CPU time consumed by the SINTERSTORE command. |
Command Stat SISMEMBER Average CPU Time (Microseconds) | Average CPU time consumed by the SISMEMBER command. |
Command Stat SISMEMBER Calls | The number of times SISMEMBER has been called. |
Command Stat SISMEMBER CPU Time (Microseconds) | Total CPU time consumed by the SISMEMBER command. |
Command Stat SLAVEOF Average CPU Time (Microseconds) | Average CPU time consumed by the SLAVEOF command. |
Command Stat SLAVEOF Calls | The number of times SLAVEOF has been called. |
Command Stat SLAVEOF CPU Time (Microseconds) | Total CPU time consumed by the SLAVEOF command. |
Command Stat SLOWLOG Average CPU Time (Microseconds) | Average CPU time consumed by the SLOWLOG command. |
Command Stat SLOWLOG Calls | The number of times SLOWLOG has been called. |
Command Stat SLOWLOG CPU Time (Microseconds) | Total CPU time consumed by the SLOWLOG command. |
Command Stat SMEMBERS Average CPU Time (Microseconds) | Average CPU time consumed by the SMEMBERS command. |
Command Stat SMEMBERS Calls | The number of times SMEMBERS has been called. |
Command Stat SMEMBERS CPU Time (Microseconds) | Total CPU time consumed by the SMEMBERS command. |
Command Stat SMOVE Average CPU Time (Microseconds) | Average CPU time consumed by the SMOVE command. |
Command Stat SMOVE Calls | The number of times SMOVE has been called. |
Command Stat SMOVE CPU Time (Microseconds) | Total CPU time consumed by the SMOVE command. |
Command Stat SORT Average CPU Time (Microseconds) | Average CPU time consumed by the SORT command. |
Command Stat SORT Calls | The number of times SORT has been called. |
Command Stat SORT CPU Time (Microseconds) | Total CPU time consumed by the SORT command. |
Command Stat SPOP Average CPU Time (Microseconds) | Average CPU time consumed by the SPOP command. |
Command Stat SPOP Calls | The number of times SPOP has been called. |
Command Stat SPOP CPU Time (Microseconds) | Total CPU time consumed by the SPOP command. |
Command Stat SRANDMEMBER Average CPU Time (Microseconds) | Average CPU time consumed by the SRANDMEMBER command. |
Command Stat SRANDMEMBER Calls | The number of times SRANDMEMBER has been called. |
Command Stat SRANDMEMBER CPU Time (Microseconds) | Total CPU time consumed by the SRANDMEMBER command. |
Command Stat SREM Average CPU Time (Microseconds) | Average CPU time consumed by the SREM command. |
Command Stat SREM Calls | The number of times SREM has been called. |
Command Stat SREM CPU Time (Microseconds) | Total CPU time consumed by the SREM command. |
Command Stat SSCAN Average CPU Time (Microseconds) | Average CPU time consumed by the SSCAN command. |
Command Stat SSCAN Calls | The number of times SSCAN has been called. |
Command Stat SSCAN CPU Time (Microseconds) | Total CPU time consumed by the SSCAN command. |
Command Stat STRLEN Average CPU Time (Microseconds) | Average CPU time consumed by the STRLEN command. |
Command Stat STRLEN Calls | The number of times STRLEN has been called. |
Command Stat STRLEN CPU Time (Microseconds) | Total CPU time consumed by the STRLEN command. |
Command Stat SUBSCRIBE Average CPU Time (Microseconds) | Average CPU time consumed by the SUBSCRIBE command. |
Command Stat SUBSCRIBE Calls | The number of times SUBSCRIBE has been called. |
Command Stat SUBSCRIBE CPU Time (Microseconds) | Total CPU time consumed by the SUBSCRIBE command. |
Command Stat SUNION Average CPU Time (Microseconds) | Average CPU time consumed by the SUNION command. |
Command Stat SUNION Calls | The number of times SUNION has been called. |
Command Stat SUNION CPU Time (Microseconds) | Total CPU time consumed by the SUNION command. |
Command Stat SUNIONSTORE Average CPU Time (Microseconds) | Average CPU time consumed by the SUNIONSTORE command. |
Command Stat SUNIONSTORE Calls | The number of times SUNIONSTORE has been called. |
Command Stat SUNIONSTORE CPU Time (Microseconds) | Total CPU time consumed by the SUNIONSTORE command. |
Command Stat SWAPDB Average CPU Time (Microseconds) | Average CPU time consumed by the SWAPDB command. |
Command Stat SWAPDB Calls | The number of times SWAPDB has been called. |
Command Stat SWAPDB CPU Time (Microseconds) | Total CPU time consumed by the SWAPDB command. |
Command Stat SYNC Average CPU Time (Microseconds) | Average CPU time consumed by the SYNC command. |
Command Stat SYNC Calls | The number of times SYNC has been called. |
Command Stat SYNC CPU Time (Microseconds) | Total CPU time consumed by the SYNC command. |
Command Stat TIME Average CPU Time (Microseconds) | Average CPU time consumed by the TIME command. |
Command Stat TIME Calls | The number of times TIME has been called. |
Command Stat TIME CPU Time (Microseconds) | Total CPU time consumed by the TIME command. |
Command Stat TOUCH Average CPU Time (Microseconds) | Average CPU time consumed by the TOUCH command. |
Command Stat TOUCH Calls | The number of times TOUCH has been called. |
Command Stat TOUCH CPU Time (Microseconds) | Total CPU time consumed by the TOUCH command. |
Command Stat TTL Average CPU Time (Microseconds) | Average CPU time consumed by the TTL command. |
Command Stat TTL Calls | The number of times TTL has been called. |
Command Stat TTL CPU Time (Microseconds) | Total CPU time consumed by the TTL command. |
Command Stat TYPE Average CPU Time (Microseconds) | Average CPU time consumed by the TYPE command. |
Command Stat TYPE Calls | The number of times TYPE has been called. |
Command Stat TYPE CPU Time (Microseconds) | Total CPU time consumed by the TYPE command. |
Command Stat UNLINK Average CPU Time (Microseconds) | Average CPU time consumed by the UNLINK command. |
Command Stat UNLINK Calls | The number of times UNLINK has been called. |
Command Stat UNLINK CPU Time (Microseconds) | Total CPU time consumed by the UNLINK command. |
Command Stat UNSUBSCRIBE Average CPU Time (Microseconds) | Average CPU time consumed by the UNSUBSCRIBE command. |
Command Stat UNSUBSCRIBE Calls | The number of times UNSUBSCRIBE has been called. |
Command Stat UNSUBSCRIBE CPU Time (Microseconds) | Total CPU time consumed by the UNSUBSCRIBE command. |
Command Stat UNWATCH Average CPU Time (Microseconds) | Average CPU time consumed by the UNWATCH command. |
Command Stat UNWATCH Calls | The number of times UNWATCH has been called. |
Command Stat UNWATCH CPU Time (Microseconds) | Total CPU time consumed by the UNWATCH command. |
Command Stat WAIT Average CPU Time (Microseconds) | Average CPU time consumed by the WAIT command. |
Command Stat WAIT Calls | The number of times WAIT has been called. |
Command Stat WAIT CPU Time (Microseconds) | Total CPU time consumed by the WAIT command. |
Command Stat WATCH Average CPU Time (Microseconds) | Average CPU time consumed by the WATCH command. |
Command Stat WATCH Calls | The number of times WATCH has been called. |
Command Stat WATCH CPU Time (Microseconds) | Total CPU time consumed by the WATCH command. |
Command Stat ZADD Average CPU Time (Microseconds) | Average CPU time consumed by the ZADD command. |
Command Stat ZADD Calls | The number of times ZADD has been called. |
Command Stat ZADD CPU Time (Microseconds) | Total CPU time consumed by the ZADD command. |
Command Stat ZCARD Average CPU Time (Microseconds) | Average CPU time consumed by the ZCARD command. |
Command Stat ZCARD Calls | The number of times ZCARD has been called. |
Command Stat ZCARD CPU Time (Microseconds) | Total CPU time consumed by the ZCARD command. |
Command Stat ZCOUNT Average CPU Time (Microseconds) | Average CPU time consumed by the ZCOUNT command. |
Command Stat ZCOUNT Calls | The number of times ZCOUNT has been called. |
Command Stat ZCOUNT CPU Time (Microseconds) | Total CPU time consumed by the ZCOUNT command. |
Command Stat ZINCRBY Average CPU Time (Microseconds) | Average CPU time consumed by the ZINCRBY command. |
Command Stat ZINCRBY Calls | The number of times ZINCRBY has been called. |
Command Stat ZINCRBY CPU Time (Microseconds) | Total CPU time consumed by the ZINCRBY command. |
Command Stat ZINTERSTORE Average CPU Time (Microseconds) | Average CPU time consumed by the ZINTERSTORE command. |
Command Stat ZINTERSTORE Calls | The number of times ZINTERSTORE has been called. |
Command Stat ZINTERSTORE CPU Time (Microseconds) | Total CPU time consumed by the ZINTERSTORE command. |
Command Stat ZLEXCOUNT Average CPU Time (Microseconds) | Average CPU time consumed by the ZLEXCOUNT command. |
Command Stat ZLEXCOUNT Calls | The number of times ZLEXCOUNT has been called. |
Command Stat ZLEXCOUNT CPU Time (Microseconds) | Total CPU time consumed by the ZLEXCOUNT command. |
Command Stat ZRANGE Average CPU Time (Microseconds) | Average CPU time consumed by the ZRANGE command. |
Command Stat ZRANGE Calls | The number of times ZRANGE has been called. |
Command Stat ZRANGE CPU Time (Microseconds) | Total CPU time consumed by the ZRANGE command. |
Command Stat ZRANGEBYLEX Average CPU Time (Microseconds) | Average CPU time consumed by the ZRANGEBYLEX command. |
Command Stat ZRANGEBYLEX Calls | The number of times ZRANGEBYLEX has been called. |
Command Stat ZRANGEBYLEX CPU Time (Microseconds) | Total CPU time consumed by the ZRANGEBYLEX command. |
Command Stat ZRANGEBYSCORE Average CPU Time (Microseconds) | Average CPU time consumed by the ZRANGEBYSCORE command. |
Command Stat ZRANGEBYSCORE Calls | The number of times ZRANGEBYSCORE has been called. |
Command Stat ZRANGEBYSCORE CPU Time (Microseconds) | Total CPU time consumed by the ZRANGEBYSCORE command. |
Command Stat ZRANK Average CPU Time (Microseconds) | Average CPU time consumed by the ZRANK command. |
Command Stat ZRANK Calls | The number of times ZRANK has been called. |
Command Stat ZRANK CPU Time (Microseconds) | Total CPU time consumed by the ZRANK command. |
Command Stat ZREM Average CPU Time (Microseconds) | Average CPU time consumed by the ZREM command. |
Command Stat ZREM Calls | The number of times ZREM has been called. |
Command Stat ZREM CPU Time (Microseconds) | Total CPU time consumed by the ZREM command. |
Command Stat ZREMRANGEBYLEX Average CPU Time (Microseconds) | Average CPU time consumed by the ZREMRANGEBYLEX command. |
Command Stat ZREMRANGEBYLEX Calls | The number of times ZREMRANGEBYLEX has been called. |
Command Stat ZREMRANGEBYLEX CPU Time (Microseconds) | Total CPU time consumed by the ZREMRANGEBYLEX command. |
Command Stat ZREMRANGEBYRANK Average CPU Time (Microseconds) | Average CPU time consumed by the ZREMRANGEBYRANK command. |
Command Stat ZREMRANGEBYRANK Calls | The number of times ZREMRANGEBYRANK has been called. |
Command Stat ZREMRANGEBYRANK CPU Time (Microseconds) | Total CPU time consumed by the ZREMRANGEBYRANK command. |
Command Stat ZREMRANGEBYSCORE Average CPU Time (Microseconds) | Average CPU time consumed by the ZREMRANGEBYSCORE command. |
Command Stat ZREMRANGEBYSCORE Calls | The number of times ZREMRANGEBYSCORE has been called. |
Command Stat ZREMRANGEBYSCORE CPU Time (Microseconds) | Total CPU time consumed by the ZREMRANGEBYSCORE command. |
Command Stat ZREVRANGE Average CPU Time (Microseconds) | Average CPU time consumed by the ZREVRANGE command. |
Command Stat ZREVRANGE Calls | The number of times ZREVRANGE has been called. |
Command Stat ZREVRANGE CPU Time (Microseconds) | Total CPU time consumed by the ZREVRANGE command. |
Command Stat ZREVRANGEBYLEX Average CPU Time (Microseconds) | Average CPU time consumed by the ZREVRANGEBYLEX command. |
Command Stat ZREVRANGEBYLEX Calls | The number of times ZREVRANGEBYLEX has been called. |
Command Stat ZREVRANGEBYLEX CPU Time (Microseconds) | Total CPU time consumed by the ZREVRANGEBYLEX command. |
Command Stat ZREVRANGEBYSCORE Average CPU Time (Microseconds) | Average CPU time consumed by the ZREVRANGEBYSCORE command. |
Command Stat ZREVRANGEBYSCORE Calls | The number of times ZREVRANGEBYSCORE has been called. |
Command Stat ZREVRANGEBYSCORE CPU Time (Microseconds) | Total CPU time consumed by the ZREVRANGEBYSCORE command. |
Command Stat ZREVRANK Average CPU Time (Microseconds) | Average CPU time consumed by the ZREVRANK command. |
Command Stat ZREVRANK Calls | The number of times ZREVRANK has been called. |
Command Stat ZREVRANK CPU Time (Microseconds) | Total CPU time consumed by the ZREVRANK command. |
Command Stat ZSCAN Average CPU Time (Microseconds) | Average CPU time consumed by the ZSCAN command. |
Command Stat ZSCAN Calls | The number of times ZSCAN has been called. |
Command Stat ZSCAN CPU Time (Microseconds) | Total CPU time consumed by the ZSCAN command. |
Command Stat ZSCORE Average CPU Time (Microseconds) | Average CPU time consumed by the ZSCORE command. |
Command Stat ZSCORE Calls | The number of times ZSCORE has been called. |
Command Stat ZSCORE CPU Time (Microseconds) | Total CPU time consumed by the ZSCORE command. |
Command Stat ZUNIONSTORE Average CPU Time (Microseconds) | Average CPU time consumed by the ZUNIONSTORE command. |
Command Stat ZUNIONSTORE Calls | The number of times ZUNIONSTORE has been called. |
Command Stat ZUNIONSTORE CPU Time (Microseconds) | Total CPU time consumed by the ZUNIONSTORE command. |
Connected Clients | Number of client connections (excluding connections from slaves). |
Connected Slaves | Number of connected slaves. |
Evicted Keys | Number of evicted keys due to maxmemory limit. |
Expired Keys | Total number of key expiration events. |
GCC Version | Version of the GCC compiler used to compile the Server. |
Hit Rate (%) | Keyspace hit rate of the Server. |
Instantaneous Input (Kilobytes per Second) | Instantaneous receiving throughput. |
Instantaneous Operations (Operations per Second) | Number of commands processed per second by the Server. |
Instantaneous Output (Kilobytes per Second) | Instantaneous transmitted throughput. |
IP Address | IP address of the Server. |
Keys | Total number of keys in databases on the Server. |
Keyspace Hits | Number of successful lookup of keys in the main dictionary. |
Keyspace Misses | Number of failed lookup of keys in the main dictionary. |
Latest Fork Duration (Microseconds) | Duration of the latest fork operation. |
Loading | Flag indicating if the load of a dump file is on-going. |
Loading Completion (%) | Percentage of bytes already loaded. |
Loading ETA (Seconds) | ETA in seconds for the load to be complete. |
Loading Loaded Size (Bytes) | Size already loaded. |
Loading Start Time | Epoch-based timestamp of the start of the load operation. |
Loading Total Size (Bytes) | Total file size. |
Master Host | Host or IP address of the master. |
Master Link Down Time (Seconds) | Amount of time the link has been down. |
Master Link Status | Status of the link (up/down). |
Master Port | Master listening TCP port. |
Master Replication Offset | Master Replication Offset |
Master Sync In Progress | Indicate the master is syncing to the slave. |
Master Sync Left (Bytes) | Amount of data left before syncing is complete. |
Maximum Memory (Bytes) | Memory limit of the Server. |
Maximum Memory Policy | Memory limit policy of the Server. |
Memory Allocator | Memory allocator, chosen at compile time. |
Memory Fragmentation Ratio | Ratio between used_memory_rss and used_memory. |
Migrate Cached Sockets | Migrate cached sockets for the Server. |
Multiplexing API | Event loop mechanism used by Redis. |
Operating System | Operating System hosting the Server. |
Ping (Milliseconds) | How long it takes for the PING command to return. |
Process ID | Process ID of the Server process. |
Pub/Sub Channels | Global number of Pub/Sub channels with client subscriptions. |
Pub/Sub Patterns | Global number of Pub/Sub pattern with client subscriptions. |
Redis Build ID | Build ID of the Server. |
Redis Git Dirty | Git Dirty flag of the Server. |
Redis Git SHA1 | Git SHA1 of the Server. |
Redis Mode | Redis Mode of the Server. |
Redis Version | Version of the Server. |
Rejected Connections | Number of connections rejected because of maxclients limit. |
Relational Database BGSAVE In Progress | Flag indicating a RDB SAVE is on-going. |
Relational Database Changes Since Last SAVE | Number of changes since the last dump. |
Relational Database Current BGSAVE Duration (Seconds) | Duration of the last RDB SAVE operation. |
Relational Database Last BGSAVE Status | Status of the last RDB SAVE operation. |
Relational Database Last SAVE Time | Epoch-based timestamp of last successful RDB SAVE. |
Replication Backlog Active | Replication Backlog Active |
Replication Backlog First Byte Offset | Replication Backlog First Byte Offset |
Replication Backlog HISTLEN | Replication Backlog HISTLEN |
Replication Backlog Size | Replication Backlog Size |
Role | Value is "master" if the instance is slave of no one, or "slave" if the instance is enslaved to a master. Note that a slave can be master of another slave (daisy chaining). |
Run ID | Random value identifying the Redis server (to be used by Sentinel and Cluster). |
Slave Replication Offset | Slave Replication Offset |
Slaves | Comma-separated list of the Server slaves' ID, IP address, port, and state. |
Sync Full | Number of times slaves have fully synchronized with this master. |
Sync Partial Error | Number of times partial syncs have failed. |
Sync Partial OK | Number of times partial syncs have completed |
TCP Port | TCP/IP listening port of the Server. |
Time Since Last Master I/O (Seconds) | Number of seconds since last transfer I/O during a SYNC operation. |
Time Since Last Master Sync I/O (Seconds) | Time since last transfer I/O during a SYNC operation. |
Time Since Last Relational Database BGSAVE (Seconds) | Time Since Last Relational Database BGSAVE |
Total Commands Processed | Total number of commands processed by the Server. |
Total Connections Received | Total number of connections accepted by the Server. |
Total Network Input (Bytes) | Total input. |
Total Network Output (Bytes) | Total output. |
Uptime (Seconds) | Seconds since the Server started. |
Used CPU System (Milliseconds) | System CPU consumed by the Server. |
Used CPU System Children (Milliseconds) | System CPU consumed by the background processes. |
Used CPU User (Milliseconds) | User CPU consumed by the Server. |
Used CPU User Children (Milliseconds) | CPU consumed by the background processes. |
Used Memory (Bytes) | Total number of bytes allocated by Redis using its allocator (either standard libc, jemalloc, or an alternative allocator such as tcmalloc. |
Used Memory Lua (Bytes) | Number of bytes used by the Lua engine. |
Used Memory Peak (Bytes) | Peak memory consumed by Redis. |
Used Memory RSS (Bytes) | Number of bytes that Redis allocated as seen by the operating system (a.k.a resident set size). This is the number reported by tools such as top and ps. |
Updated almost 5 years ago