programming Monitoring Commands May 17, 2008 admin Leave a comment 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
programming Performance tuning May 9, 2008 admin Leave a comment Useful sites: http://java.sun.com/j2se/1.5/pdf/jdk50_ts_guide.pdf http://java.sun.com/docs/hotspot/HotSpotFAQ.html#general_profiling http://www.petefreitag.com/articles/gctuning/