Restarting the PingDataMetrics server
Use the terminal to restart the PingDataMetrics server using the --restart
or -R
option.
About this task
Running the restart command is equivalent to shutting down the server, exiting the Java virtual machine (JVM) session, and then starting up again, which requires a re-priming of the JVM cache.
Steps
-
Go to the server root directory.
-
Run the command
$ bin/stop-server --restart
.