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 t

Re: Average times are confusing me...

2012-02-15 Thread Deepak Goel
Hey Is it the test considering the "CGI Script" as an addon which it includes in a different hit to the server. And the average is the "Average of two request, one to the original page and one to the CGI Script" Your answer is 2.5 seconds. 2 second for the CGI script and 0.5 second for the overal

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. -

Re: Average times are confusing me...

2012-02-15 Thread Philippe Mouawad
These settings were introduced in 2.6. To face cpu impact on Time computing. In 2.4 thé settings i made you set are hère by défault afaik as nano computing was not yet available . Regards Philippe On Wednesday, February 15, 2012, Robin D. Wilson wrote: > On JMeter 2.6, setting the settings you

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 w

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 s

Re: Average times are confusing me...

2012-02-15 Thread Philippe Mouawad
Hello, I think you should submit your Test as a bug just for us to check what could explain this. I made many tests on WinXP and never faced this issue so I am not convinced it's the real explanation although you reproduced it. Can you also make a test by setting this in jmeter.properties: -

Re: Validating soap response

2012-02-15 Thread Deepak Shetty
Yes add a column in CSV with expected response , read it into a variable say expectedResponse add a response assertion as child of your sampler ${expectedResponse} regards deepak On Wed, Feb 15, 2012 at 1:45 PM, rajan gupta wrote: > Hi > > I am building a performance test for a SOAP Service. >

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 bi

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 wrote: > On Wed, Feb 15, 2012 at 10:36 AM, Deepak Shetty wrote

Re: How to right the result to 2 JTL files

2012-02-15 Thread Nirodha Pramod
On Wed, Feb 15, 2012 at 10:36 AM, Deepak Shetty wrote: > the same result ? > In any case listeners can write to whatever files you specify. > How can I give the two file locations? Comma separated?? > > On Wed, Feb 15, 2012 at 10:33 AM, Nirodha Pramod wrote: > > > Hi, > > > > Is it possible to

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 wrote: > Hi

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 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 Gallage

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 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,

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. -- Robin

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 Fo

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. I

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: org.apache.bsf.BSFException

Re: Need help to randomized parameters in CSV file

2012-02-15 Thread Oliver Lloyd
Pre-process the file before you run the test. Just sort it or something. - http://www.http503.com/ -- View this message in context: http://jmeter.512774.n5.nabble.com/Need-help-to-randomized-parameters-in-CSV-file-tp5485974p5486022.html Sent from the JMeter - User mailing list archive at Nabb