Archive for August, 2007

LR2JM - Convert LoadRunner Scripts to JMeter

Tuesday, August 28th, 2007

UPDATED 4/24/08: Moved script to Google Code LR2JM LR2JM (LoadRunner to JMeter) is a perl script (lr2jm.pl) used to convert a LoadRunner script created using VUgen into a format usable by Apache JMeter, an open source performance and load testing tool. The script is alpha quality at this point. There is support ...

Diagnosing Garbage Collection Performance Problems

Tuesday, August 7th, 2007

http://java.sun.com/docs/hotspot/gc5.0/gc_tuning_5.html http://blogs.sun.com/jonthecollector/

Java Performance Tuning

Sunday, August 5th, 2007

Book Description Performance has been an important issue for Java developers ever since the first version hit the streets. Over the years, Java performance has improved dramatically, but tuning is essential to get the best results, especially for J2EE applications. You can never have code that runs too fast. Java Peformance ...