JMeter performance tricks (was ab vs jmeter)

2003-09-26 Thread mstover1
Just some tricks to help performance on large tests: 1. Run non-gui. It makes a big difference. 2. Edit the jmeter.bat/jmeter startup script and remove the -Xincg option. JMeter runs tremendously faster with the standard garbage collector as I've recently discovered. Yes, there will be GC

Re: JMeter remote test performance problems?

2003-09-26 Thread mstover1
JMeter's remote feature is a bit broken because the controlling machine ends up being a bottleneck as you say. Some things you can look at: 1. save to csv format rather than xml. Results in a lot less writing to the file. Unfortunately, jmeter 1.9.1 can't read in csv files, but the latest