Get application uptime

后端 未结 4 1108
有刺的猬
有刺的猬 2020-12-31 02:59

I\'ve written an application in java and I want to add a feature to report the uptime of the application. Is there a Class/method in the JVM that can do this?

Should

4条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-31 03:45

    The solution I know is to use System.currentTimeMillis() as it's described here and here. There also was similar question

提交回复
热议问题