question about duration assertion

2011-03-29 Thread Cor-Paul Bezemer
Hi, I am not sure whether I am missing anything essential here, but I am confused.. I want to increase load until the response time of the request becomes 2ms. So I set a duration assertion for 2 and stop the test on an error. After the test completes, I inspect the generated

Re: question about duration assertion

2011-03-29 Thread apc
Check this out: http://code.google.com/p/jmeter-plugins/wiki/AutoStop Note that it is available in 0.4.1 only, currently in snapshot4 -- View this message in context: http://jmeter.512774.n5.nabble.com/question-about-duration-assertion-tp4269021p4269050.html Sent from the JMeter - User mailing

RE: question about duration assertion

2011-03-29 Thread Cor-Paul Bezemer
Thanks! This looks exactly like what I need indeed :) I'm having some problems building the source though... is there a list of dependencies I should download available somewhere? Thx! CP -Original Message- From: apc [mailto:a...@apc.kg] Sent: dinsdag 29 maart 2011 11:16 To:

RE: question about duration assertion

2011-03-29 Thread apc
Don't bother building it. There is shapshots here: http://code.google.com/p/jmeter-plugins/downloads/list?can=1 -- View this message in context: http://jmeter.512774.n5.nabble.com/question-about-duration-assertion-tp4269021p4269233.html Sent from the JMeter - User mailing list archive at

RE: question about duration assertion

2011-03-29 Thread Cor-Paul Bezemer
Thanks, this indeed does make my configuration easier. However, the same problem still exists.. at some point the test stops and in my JMeter log I see the average response time was 2ms for 5 seconds, but when I check my IIS and proxy logs, I see no response time larger than 5000ms Any

RE: question about duration assertion

2011-03-29 Thread apc
I see several possible reasons: 1. Network latency - some network hardware/software may provide some delays 2. JMeter itself may cause delays at high transaction rates and complex test plans 3. You use download embedded resources checkbox, this causes sampler work as transaction controller, having

RE: question about duration assertion

2011-03-29 Thread Cor-Paul Bezemer
I have checked and: 1. The server and client are on the same PC so this can't be the problem. 2. This could be possible, but an added ~15 seconds for a request with about 150 threads? Seems high to me, especially for a tool which is designed for load testing.. 3. This checkbox is disabled (not

RE: question about duration assertion

2011-03-29 Thread apc
A-ha! OutOfMemory! This means that your JMeter works with resource problems... And this may cause a lot of side effects. -- View this message in context: http://jmeter.512774.n5.nabble.com/question-about-duration-assertion-tp4269021p4269485.html Sent from the JMeter - User mailing list archive

RE: question about duration assertion

2011-03-29 Thread Cor-Paul Bezemer
H OK... The strange thing is that I don't really see my java process using a large amount of memory. The memory settings are HEAP=-Xms1536m -Xmx1536m and the actual memory usage does not come near this. -Original Message- From: apc [mailto:a...@apc.kg] Sent: dinsdag 29 maart 2011

Re: question about duration assertion

2011-03-29 Thread sebb
Rather strange. What OS are you using? JVM? JMeter version? Are you running it in a virtual machine? That can cause problems with clocks. On 29 March 2011 15:33, Cor-Paul Bezemer c.beze...@tudelft.nl wrote: H OK... The strange thing is that I don't really see my java process using a large

RE: question about duration assertion

2011-03-29 Thread Cor-Paul Bezemer
I'm using Win 7, Java 1.6.0, Jmeter 2.4 and I'm not running it from inside a virtual machine. -Original Message- From: sebb [mailto:seb...@gmail.com] Sent: dinsdag 29 maart 2011 17:21 To: JMeter Users List Subject: Re: question about duration assertion Rather strange. What OS are you

Re: RE: question about duration assertion

2011-03-29 Thread Deepak Shetty
If you are running jmeter on the same machine as your server expect weird results. Run jmeter on a different machine On Mar 29, 2011 8:53 AM, Cor-Paul Bezemer c.beze...@tudelft.nl wrote: I'm using Win 7, Java 1.6.0, Jmeter 2.4 and I'm not running it from inside a virtual machine. -Original

RE: question about duration assertion

2011-03-29 Thread Jain, Kapil
Are you using listener View Results Tree and Debug Sampler? If yes then disable these two and run your script again. -Original Message- From: Cor-Paul Bezemer [mailto:c.beze...@tudelft.nl] Sent: 29 March 2011 16:53 To: 'JMeter Users List' Subject: RE: question about duration assertion

Latency figure appears in elapsed column in CSV results file

2011-03-29 Thread credible58
Hi, I'm running a Test Plan that is all based on the TCP Sampler. I have added the View Results in Table listener to the plan and configured it to write the results to a file. The config looks like this: http://jmeter.512774.n5.nabble.com/file/n4269776/vrt_config.gif The listener window

Re: Synchronizing Timer - Erratic results after Stop

2011-03-29 Thread credible58
Hi apc, So what's next with this? Should I raise a report on Bugzilla? Thanks and regards...Paul - Paul Offord Advance7 -- View this message in context: http://jmeter.512774.n5.nabble.com/Synchronizing-Timer-Erratic-results-after-Stop-tp4265689p4269780.html Sent from the JMeter - User

Re: Latency figure appears in elapsed column in CSV results file

2011-03-29 Thread sebb
On 29 March 2011 18:40, credible58 paul.off...@advance7.com wrote: Hi, I'm running a Test Plan that is all based on the TCP Sampler. Not all samplers support latency. TCP sampler doesn't. I have added the View Results in Table listener to the plan and configured it to write the results to

HTTP connexions not released, thread block

2011-03-29 Thread Jerome :: EKALYS
Hi @ll, i run JMeter tests for a windows IIS / ColdFusion 8 platefom web site. I run it from a 2.4 JMeter desktop on windows and/or a remote server on a Linux VM. My batch start, but http connexion seems to not be released, so thread(s) are block until timeout close the connexion even on 200

Re: Latency figure appears in elapsed column in CSV results file

2011-03-29 Thread credible58
Sebb, Thanks for the quick response. So does that mean I can't record a Sample Time figure (or something similar) from the TCP Sampler - even though it shows it in the View Results in Table window? Best regards...Paul - Paul Offord Advance7 -- View this message in context:

Re: Latency figure appears in elapsed column in CSV results file

2011-03-29 Thread credible58
Sebb, Actually, ignore the last post. Of course elapsed is what I need. Cheers...Paul - Paul Offord Advance7 -- View this message in context: http://jmeter.512774.n5.nabble.com/Latency-figure-appears-in-elapsed-column-in-CSV-results-file-tp4269776p4269859.html Sent from the JMeter - User

ASCII to hex

2011-03-29 Thread Doxa
-- View this message in context: http://jmeter.512774.n5.nabble.com/ASCII-to-hex-tp4270147p4270147.html Sent from the JMeter - User mailing list archive at Nabble.com. - To unsubscribe, e-mail:

ASCII to hex

2011-03-29 Thread Doxa
Hi, For a test I use the regex to retrieve a string. I have to use this string as a parameter. To do this I have to convert some ascii values to hex value (eg the slash character must become %2F). Does anybody know how to tackle this? D. -- View this message in context:

Re: ASCII to hex

2011-03-29 Thread Deepak Shetty
(eg the slash character must become %2F). The encode checkbox in the HttpSampler does this for you so use ${yourvariableName} and enable thencode checkbox regards deepak On Tue, Mar 29, 2011 at 2:02 PM, Doxa ikbe...@gmail.com wrote: Hi, For a test I use the regex to retrieve a string. I have

Re: Out of memory almost immediately after start

2011-03-29 Thread Anthony Johnson
Hey Kirk, Just to clarify If you set -Xms and -Xmx both to the same value which most people like to do to prevent on-the-fly allocations and memory fragmentation then you take that memory from being used as native memory. A 3GB heap leaves 1 GB for native at most on a 32 bit system. This is

Re: Synchronizing Timer - Erratic results after Stop

2011-03-29 Thread sebb
Perhaps you are experiencing https://issues.apache.org/bugzilla/show_bug.cgi?id=45703 which is not yet in a release. On 29 March 2011 18:42, credible58 paul.off...@advance7.com wrote: Hi apc, So what's next with this?  Should I raise a report on Bugzilla? Thanks and regards...Paul -

Re: Out of memory almost immediately after start

2011-03-29 Thread Kirk
Hi Anthony, Setting ms to mx is a tuning/configuration mistake in most cases. I have a blog entry that explains this (Keep your hands off of the switches iirc) and I've another one in the pipe that very clearly exposes why you should rarely set mx == ms. Java heap is taken from C heap. C