Re: Getting nullPinterException in JMS Point-to-point Script in JMeter 2.11

2014-02-28 Thread Philippe Mouawad
Hello , Thank you for creating bug: - https://issues.apache.org/bugzilla/show_bug.cgi?id=56198 It has been fixed, you can give nightly build a try after build of revision r1573108 See: https://jmeter.apache.org/nightly.html Installing JMeter runtime Download the _bin and _lib files Unpack t

Re: Result Discrepancies

2014-02-28 Thread Jared Griffith
Quick question about the top_pages.jtl fille. If I'm running it in the same directory all the time, does jmeter append or overwrite that file on subsequent runs? P.S. This is all in an effort to get this all running smoothly and consistently via Jenkins, which is why the no gui thing is such a b

Re: Result Discrepancies

2014-02-28 Thread sebb
On 28 February 2014 21:09, Jared Griffith wrote: > I think I got it all sorted out. > > The test file had specified saving response data errors, but the > jmeter.properties file didn't. Once I uncommented these lines (to match > the test file) - response_data, response_code, response_message and

Re: Result Discrepancies

2014-02-28 Thread Jared Griffith
I think I got it all sorted out. The test file had specified saving response data errors, but the jmeter.properties file didn't. Once I uncommented these lines (to match the test file) - response_data, response_code, response_message and set them to true, I got results similar to what the GUI was

Re: Result Discrepancies

2014-02-28 Thread sebb
On 28 February 2014 20:26, Jared Griffith wrote: > So even though I'm recording the data results, I'm going to get different > results based on whether or not I'm using the GUI? The results should be the same. However GUI uses more resources than non-GUI and for some tests this can affect JMeter

Re: Result Discrepancies

2014-02-28 Thread Jared Griffith
So even though I'm recording the data results, I'm going to get different results based on whether or not I'm using the GUI? The docs mention that is not the case and the results should be the same. The main difference is that I'm seeing the data results in GUI mode, which results in a .jtl file

Re: Result Discrepancies

2014-02-28 Thread UBIK LOAD PACK Support
Hello, Regarding difference between GUI and Non GUI, this is absolutely regular. GUI is for creating Test Plan, debugging, recording. Non GUI is for load testing. See: - http://www.ubik-ingenierie.com/blog/jmeter_performance_tuning_tips/ - http://jmeter.apache.org/usermanual/best-practices.html

Result Discrepancies

2014-02-28 Thread Jared Griffith
Hello, I'm pretty new to jmeter, and I'm seeing some irregularities in test results. I am seeing differing results whether or not I use the gui or command line from the same machine, and I'm also seeing differing results from the command line on 2 separate machines. I'm using Linux all the way ar