XMLType Stuff
More perf tuning things
Monitoring Commands
From Sun’s site:
- prstat -L -p <pid> – show the CPU usage of threads
- jstack -m <pid> – get mixed stack trace to see if non-java code is taking time
ETL Tools
More links
Tomcat Debug String
-verbose:gc -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=<directory of log files>