Is there a way to find out the time since the JVM started?
Of course, other than starting a timer somewhere near the beginning of main, because in my sc
main
if your jvm program running in linux, you can view the startTime use ps
ps -p -o stime,etime