Tooling tt CLI utility Commands Terminating Tarantool instances

Terminating Tarantool instances

$ tt kill APPLICATION[:APP_INSTANCE] 

tt kill terminates instances with SIGQUIT and SIGKILL signals.

To terminate all instances of the app application:

$ tt kill app 

To terminate the storage-001-r instance of the app application without confirmation:

$ tt kill app:storage-001-r --force 

To terminate the storage-001-r instance of the app application and generate its core dump:

$ tt kill app:storage-001-r --dump 

-d, --dump¶

Generate core dumps of terminated processes.

-f, --force¶

Kill instances without confirmation.

Found what you were looking for?
Feedback