INFO
Syntax
INFO [section [section ...]]
Description
The INFO command returns information and statistics about the server in a format that is simple to parse by computers and easy to read by humans.
The optional parameter can be used to select a specific section of information:
The optional parameter can be used to select a specific section of information:
server
: General information about the Tile38 serverclients
: Client connections sectionmemory
: Memory consumption related informationpersistence
: RDB and AOF related informationstats
: General statisticsreplication
: Master/replica replication informationcpu
: CPU consumption statisticscommandstats
: Tile38 command statisticslatencystats
: Tile38 command latency percentile distribution statisticssentinel
: Tile38 Sentinel section (only applicable to Sentinel instances)cluster
: Tile38 Cluster sectionmodules
: Modules sectionkeyspace
: Database related statisticserrorstats
: Tile38 error statistics It can also take the following values:all
: Return all sections (excluding module generated ones)default
: Return only the default set of sectionseverything
: Includes all and modules When no parameter is provided, thedefault
option is assumed.
Related Commands
CONFIG GET
CONFIG REWRITE
CONFIG SET
FLUSHDB
GC
READONLY
INFO
ROLE
SERVER