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

Oracle JDBC ReadTimeout QueryTimeout

Sites, Newsletters, and Blogs

Locks held on Oracle for hours after sessions abnormally terminated by node failure