make dump

#get PID for JBOSS Host Server
PID=`ps -ef | grep java|grep -v grep|awk '{print $2}'`
# dump threads with $PID
sudo -u jboss $JAVA_HOME/bin/jstack $PID

online dump analysis

for example http://spotify.github.io/threaddump-analyzer/

  • No labels