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
Perhaps worth mentioning that if you don't want to write any code run up jconsole from the java bin directory and click VM Summary and see the Uptime and Process CPU time values.