Is it possible to know, when running jetty server started?

6.3k Views Asked by At

I would like to know when my jetty server started. is there any command/any other way, that can show, when the running jetty server started?

1

There are 1 best solutions below

2
On

if you are start jetty from command line then sudo service jetty start will give you the starting time as well it will start the server or you can use sudo service jetty check to get the starting time of jetty server