■スレッドダンプ取得方法
kill -3 <PID>
例)
kill -3 `ps aux | grep /opt/GlassFish/glassfish/domains/domain1 | grep -v grep | awk '{print $2}'`