1. Stop Graphlytic

Stop the server by typing Ctrl-C in the console.

If console is not running and Graphlytic is still reachable we need to find its process number:

$ ps -ef | grep java

Find coresponding process number and kill the process

$ kill <number_of_process>

Chceck if processing was ended:

$ ps -ef | grep java