Stacktrace of Java process

jstack

To quickly dump stack from command line for eclipse process

jps | grep RemoteTestRunner | cut -f 1 -d ' ' | xargs jstack

Comments

Popular posts from this blog

Sites, Newsletters, and Blogs

Oracle JDBC ReadTimeout QueryTimeout