Checking instance status
$ tt status [APPLICATION[:APP_INSTANCE]] [OPTION ...]
tt status
prints the information about Tarantool applications and instances
in the current environment. This includes:
INSTANCE
– application and instance namesSTATUS
– instance status: running, not running, or terminated with an errorPID
– process IDsMODE
– instance modes: read-write or read-onlyCONFIG
– the instances“ states in regard to configuration for Tarantool 3.0 or later (see config.info())BOX
– the instances“ box.info() statusesUPSTREAM
– the instances“ box.info.replication[*].upstream statuses
When called without arguments, prints the status of all enabled applications in the current environment.
Print the status of all instances of the
app
application:$ tt status app
Print the status of the
replica
instance of theapp
application:$ tt status app:replica
Pretty-print the status of the
replica
instance of theapp
application:$ tt status app:replica --pretty