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

NameRequired?Description
HostRequired
Port
PasswordPassword configured for authentication if authentication is enabled.
Collect Command Stat MetricsWhether or not to collect Commandstat metrics for Server resources.
Collect EventsWhether or not to collect events.
Max EventsThe maximum number of events to collect.

Metrics

Cluster

NameDescription
Current EpochThe local Current Epoch variable. This is used in order to create unique increasing version numbers during fail overs.
Known NodesThe total number of known nodes in the cluster, including nodes in HANDSHAKE state that may not currently be proper members of the cluster.
Messages ReceivedNumber of messages received via the cluster node-to-node binary bus.
Messages SentNumber of messages sent via the cluster node-to-node binary bus.
My EpochThe Config Epoch of the node we are talking with. This is the current configuration version assigned to this node.
SizeThe number of master nodes serving at least one hash slot in the cluster.
Slots AssignedNumber 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 FAILNumber 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 OKNumber of hash slots mapping to a node not in FAIL or PFAIL state.
Slots PFAILNumber 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.
StateState 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 ServerHostname of the server being monitored.

Command

NameDescription
Average Execution Duration (Microseconds)Average execution duration of the Command.
IP AddressIP address of the Server.
Redis CommandThe command being run.
TCP PortTCP/IP listening port of the Server.
Total Execution Duration (Microseconds)Total execution duration of the Command.
Total ExecutionsTotal executions of the Command.

Database

NameDescription
Average Key Time To LiveAverage Key Time To Live for the Database.
IP AddressIP address of the Server.
KeysNumber of keys in the Database.
Keys With ExpirationNumber of keys with expiration in the Database.
Redis Database IDID of the Database.
TCP PortTCP/IP listening port of the Server.

Query

NameDescription
Average Execution Duration (Microseconds)Average execution duration of the Query.
IP AddressIP address of the Server.
Last Execution Duration (Microseconds)Last execution duration of the Query.
Last Execution TimeLast execution time of the Query.
Query IDThe unique progressive identifier for the Query.
Query TextFull text of the Query.
TCP PortTCP/IP listening port of the Server.
Total Execution Duration (Microseconds)Total execution duration of the Query.
Total ExecutionsTotal number of executions of the Query.

Server

NameDescription
Append Only File Base Size (Bytes)Append Only File Base Size
Append Only File Buffer LengthSize 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 FSYNCDelayed FSYNC counter.
Append Only File EnabledFlag indicating AOF logging is activated.
Append Only File Last BGREWRITE StatusStatus 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 StatusStatus of the last AOF write operation.
Append Only File Pending Background I/O FSYNCNumber of FSYNC pending jobs in background I/O queue.
Append Only File Pending RewriteAOF file size on latest startup or rewrite.
Append Only File Rewrite Buffer LengthSize of the AOF rewrite buffer.
Append Only File Rewrite In ProgressFlag indicating a AOF rewrite operation is on-going.
Append Only File Rewrite ScheduledFlag 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 ClientsNumber of clients pending on a blocking call (BLPOP, BRPOP, BRPOPLPUSH).
Client Biggest Input BufferBiggest input buffer among current client connections.
Client Longest Output ListLongest output list among current client connections.
ClusterThe Cluster that this Server is a part of
Cluster EnabledIndicates 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe 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 CallsThe number of times ZUNIONSTORE has been called.
Command Stat ZUNIONSTORE CPU Time (Microseconds)Total CPU time consumed by the ZUNIONSTORE command.
Connected ClientsNumber of client connections (excluding connections from slaves).
Connected SlavesNumber of connected slaves.
Evicted KeysNumber of evicted keys due to maxmemory limit.
Expired KeysTotal number of key expiration events.
GCC VersionVersion 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 AddressIP address of the Server.
KeysTotal number of keys in databases on the Server.
Keyspace HitsNumber of successful lookup of keys in the main dictionary.
Keyspace MissesNumber of failed lookup of keys in the main dictionary.
Latest Fork Duration (Microseconds)Duration of the latest fork operation.
LoadingFlag 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 TimeEpoch-based timestamp of the start of the load operation.
Loading Total Size (Bytes)Total file size.
Master HostHost or IP address of the master.
Master Link Down Time (Seconds)Amount of time the link has been down.
Master Link StatusStatus of the link (up/down).
Master PortMaster listening TCP port.
Master Replication OffsetMaster Replication Offset
Master Sync In ProgressIndicate 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 PolicyMemory limit policy of the Server.
Memory AllocatorMemory allocator, chosen at compile time.
Memory Fragmentation RatioRatio between used_memory_rss and used_memory.
Migrate Cached SocketsMigrate cached sockets for the Server.
Multiplexing APIEvent loop mechanism used by Redis.
Operating SystemOperating System hosting the Server.
Ping (Milliseconds)How long it takes for the PING command to return.
Process IDProcess ID of the Server process.
Pub/Sub ChannelsGlobal number of Pub/Sub channels with client subscriptions.
Pub/Sub PatternsGlobal number of Pub/Sub pattern with client subscriptions.
Redis Build IDBuild ID of the Server.
Redis Git DirtyGit Dirty flag of the Server.
Redis Git SHA1Git SHA1 of the Server.
Redis ModeRedis Mode of the Server.
Redis VersionVersion of the Server.
Rejected ConnectionsNumber of connections rejected because of maxclients limit.
Relational Database BGSAVE In ProgressFlag indicating a RDB SAVE is on-going.
Relational Database Changes Since Last SAVENumber of changes since the last dump.
Relational Database Current BGSAVE Duration (Seconds)Duration of the last RDB SAVE operation.
Relational Database Last BGSAVE StatusStatus of the last RDB SAVE operation.
Relational Database Last SAVE TimeEpoch-based timestamp of last successful RDB SAVE.
Replication Backlog ActiveReplication Backlog Active
Replication Backlog First Byte OffsetReplication Backlog First Byte Offset
Replication Backlog HISTLENReplication Backlog HISTLEN
Replication Backlog SizeReplication Backlog Size
RoleValue 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 IDRandom value identifying the Redis server (to be used by Sentinel and Cluster).
Slave Replication OffsetSlave Replication Offset
SlavesComma-separated list of the Server slaves' ID, IP address, port, and state.
Sync FullNumber of times slaves have fully synchronized with this master.
Sync Partial ErrorNumber of times partial syncs have failed.
Sync Partial OKNumber of times partial syncs have completed
TCP PortTCP/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 ProcessedTotal number of commands processed by the Server.
Total Connections ReceivedTotal 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.