Weblogic

Technical Architecture BaseLine

아도니우스 2014. 5. 15. 17:25

1. Heap Dump : jmap -dump:format=b,file=/app/domains/heapdump_aiaSvr21.hprof PID

2. Thread Dump : /app/jdk1.6.0_37/bin/jstack -l PID > /home/aiaadm/lala.dump

3. GC : jstat -gcutil h20 -t PID interval count

           jstat -gccapacity PID