JMeter 2.6 problems with BSF Sampler

2012-02-15 Thread waseemfa
Hi, We were trying out few scripts on JMeter 2.6 and found out that, When a csv data set config is used to load a file and a BSF sampler is then used to print some value on the screen, the sampler fails and gives the following error Response code: 500 Response message:

How to select particular values from data file

2012-02-15 Thread waseemfa
Hi, I have a requirement where in i want few specific values to be picked from a csv data file and the tests to execute. The test goes like this The data file has values true,1,2,3 false,2,3,4 true,4,5,6 I want the script to select only the values that start with true and pass as parameters.

Re: JMeter support for 64 bit Windows 7

2012-02-15 Thread karl
Yes, no Problem. Runs fine on Java 32 bit and 64 bit on a windows 7 Pro 64. Regards Am 15.02.2012 14:31, schrieb Quazi Ahmed: Does JMeter support 64bit Windows 7? - To unsubscribe, e-mail: user-unsubscr...@jmeter.apache.org

RE: Average times are confusing me...

2012-02-15 Thread Robin D. Wilson
FYI, I have confirmed that my test case only fails on 'WinXP'. When I run the exact same test on Win7 (x64), it works fine. The sad thing is, I've been benchmarking my systems using WinXP for over a year ... sigh. So now I find out that all my benchmark numbers are essentially bogus. --

Re: How to select particular values from data file

2012-02-15 Thread Britto Christy
Ya..you can achieve it easily by using the if controller.. Get the csv data in a variable and then check the value by using the if controller. If I'm correctly understand your question this one is the optimal solution.. Or you need to get the values only matching true into to variable? On Feb 15,

How to right the result to 2 JTL files

2012-02-15 Thread Nirodha Pramod
Hi, Is it possible to right the result of a jmeter test to 2 jtl files? If possible how can it be done? Thanks, Nirodha -- *Nirodha Gallage* Software Engineer, QA. WSO2 Inc.: http://wso2.com/ Email: niro...@wso2.com Mobile: +94716429078

Re: How to right the result to 2 JTL files

2012-02-15 Thread Deepak Shetty
the same result ? In any case listeners can write to whatever files you specify. On Wed, Feb 15, 2012 at 10:33 AM, Nirodha Pramod niro...@wso2.com wrote: Hi, Is it possible to right the result of a jmeter test to 2 jtl files? If possible how can it be done? Thanks, Nirodha -- *Nirodha

Re: How to select particular values from data file

2012-02-15 Thread Deepak Shetty
hi why dont you add a pre processing step to remove the values you dont want? It's almost always better to get the files into the structure you need for the test rather than modify the script to work with the format you chose. regards deepak On Wed, Feb 15, 2012 at 5:32 AM, waseemfa

Re: How to right the result to 2 JTL files

2012-02-15 Thread Deepak Shetty
two listeners. It doesnt make sense though that you want one listener to write to two files if you want them to write the same thing (cp would work just as well then)? regards deepak On Wed, Feb 15, 2012 at 10:39 AM, Nirodha Pramod niro...@wso2.com wrote: On Wed, Feb 15, 2012 at 10:36 AM,

Re: JMeter support for 64 bit Windows 7

2012-02-15 Thread Milamber
Hello, JMeter's wiki have a page for tested OS: http://wiki.apache.org/jmeter/JMeterAndOperatingSystemsTested And this page on user manual: http://jmeter.apache.org/usermanual/get-started.html#requirements Milamber Le 15/02/2012 13:50, karl a ecrit : Yes, no Problem. Runs fine on Java 32 bit

Re: Average times are confusing me...

2012-02-15 Thread Kirk Pepperdine
XP timers suck.. the thread scheduler on XP sucks.. Windows 7 thread scheduler is better than all the others, LInux, Solaris, Mac OSX This is not a troll as I have been running benchmarks on 100s of different machines over the last couple of years and the results are pretty much always the

RE: Average times are confusing me...

2012-02-15 Thread Robin D. Wilson
On JMeter 2.6, setting the settings you recommended fixed the problem: - sampleresult.useNanoTime=false - sampleresult.nanoThreadSleep=0 But it doesn't do anything for JMeter 2.4. Needless to say, I have a bunch of re-benchmarking to do... I can file a ticket - but I am not sure that it

Re: How to select particular values from data file

2012-02-15 Thread waseemfa
How do i iterate to the next element in the data file. Whats the syntax of the command. -- View this message in context: http://jmeter.512774.n5.nabble.com/How-to-select-particular-values-from-data-file-tp5486054p5488640.html Sent from the JMeter - User mailing list archive at Nabble.com.

Compiling/running sources/tests on Linux

2012-02-15 Thread max
Hi, I just downloaded latest JMeter (2.6) on my Linux desktop and wanted to compile it from the source, however ran into what seems like a silly issue. 'ant test' failed with the following message: batch_scripts: batchtest: [echo] Starting HTMLParserTestFile_2 using -X [jmeter] Created