Checking instance status | Tarantool
Reference Tooling tt CLI utility Commands Checking instance status

Checking instance status

$ tt status APPLICATION[:APP_INSTANCE]

tt status prints the current status of Tarantool applications and instances in the current environment. When called without arguments, prints the status of all enabled applications in the current environment.

  • Check the status of all instances of the app application:

    $ tt status app
    
  • Check the status of the replica instance of the app application:

    $ tt status app:replica
    
Found what you were looking for?
Feedback