Re: Jmeter2.5 failing on negative condition of If controller and Jmeter2.4 Synchronizing timer not working

2011-10-17 Thread vineeth
Tried adding the Test action sampler with 1ms delay before and after the If controller. Still the thread stops without executing the controllers following the If Controller. Thanks & Regards Vineeth Sasidharan sebb-2-2 [via JMeter] wrote: > On 17 October 2011 10:57, vineeth <[hidden email]

Re: Ideally how much memory we can allocate to jmeter if my jmeter server system ram 4GB?

2011-10-17 Thread Bruce Ide
I usually give it 2gb but you could probably give it 3gb or even more if all that's running is Jmeter. No matter how much you give it, it's never enough. The biggest offender in memory consumption is the "view results tree" listener. If you disable that in0 high-memory tests, you'll probably find

Ideally how much memory we can allocate to jmeter if my jmeter server system ram 4GB?

2011-10-17 Thread rajivkumarnandvani
HI, Ideally how much memory we can allocate to jmeter if my jmeter server system ram 4GB? My server(where jmeter installed) is using only Jmeter I have assigned heap memory size to 75% . what is the maximum % if ram 4GB.j

Re: Store extracted data in a file

2011-10-17 Thread apc
Ok, step by step: 1. I open JMeter at my ubuntu via ctrl+F2 dialog 2. I add Thread Group 3. I add Dummy Sampler 4. I add Flexible File Writer 5. I add Simple Data Writer and specify testResults.jtl as Filename Everything else is kept by default. Then I run the test. I can see that testResults.jtl

Re: Store extracted data in a file

2011-10-17 Thread bisbis
Can you please give me an example, I know that sound stupid but right now I don't have any ideea on this.. Thank you :) -- View this message in context: http://jmeter.512774.n5.nabble.com/Store-extracted-data-in-a-file-tp4757868p4910394.html Sent from the JMeter - User mailing list archive at Na

Re: Store extracted data in a file

2011-10-17 Thread apc
Actually path you entered in FFW is relative to JMeter start directory, like every JMeter file path. - -- Andrey Pohilko JP@GC Maintainer -- View this message in context: http://jmeter.512774.n5.nabble.com/Store-extracted-data-in-a-file-tp4757868p4910282.html Sent from the JMeter - User maili

Re: Store extracted data in a file

2011-10-17 Thread bisbis
Hey, I'm dealing again with those plugins..I have one question: can I use a relative path when creating the testResults.txt? I have tried and it doesn't seem to work..How can I do that? Thank you! -- View this message in context: http://jmeter.512774.n5.nabble.com/Store-extracted-data-in-a-file-

Re: Correlation of a drop down list

2011-10-17 Thread ZK
Hi, this would be one solution to randomise ${__V(dropdown_g${__Random(1,${dropdown_matchNr})})} The above statement won't go any higher than the number of regEx matches it finds HTH ZK -- View this message in context: http://jmeter.512774.n5.nabble.com/Correlation-of-a-drop-down-list-tp48

Re: How catch the end loading of a rich application on a web site

2011-10-17 Thread Thierry MATHIAS
Hi, I found the problem's origin. In one of the queries, I send a session parameter twice and I parameterized only one of them... Sorry for inconvenience Regards, Thierry 2011/10/17 Thierry MATHIAS > Hello, > > I'm working on a performance project on Oracle JD Edwards EntrepriseOne > (web app

Re: nested exception related to socket connections

2011-10-17 Thread shankykurella
*while running a slave system* -- this is the error that am getting on master system error : error in run() Method java.rmi.marshalException: error marshalling arguments;nested exception is: java.net.SocketException: Broken pipe *and on the master system jmeter.log below is the log details * 20

Re: nested exception related to socket connections

2011-10-17 Thread sebb
On 17 October 2011 11:02, shankykurella wrote: > sebb i dint get you there's a .lot missing??? what is the solution for > this bro... kindly enlighten me You have not shown us the whole server log. >  regards *  * > shankar k b > shankarkurella.blogspot.com > > > > On Mon, Oct 17, 2011 at 3:

Re: Jmeter2.5 failing on negative condition of If controller and Jmeter2.4 Synchronizing timer not working

2011-10-17 Thread sebb
On 17 October 2011 10:57, vineeth wrote: > Dear Sebb > > Thanks for your response. > > I tried adding a test action sampler just after the If controller.  But > still the thread stops without executing the controllers following the > If Controller. Try before. > Best Regards > > Vineeth Sasidhar

Re: nested exception related to socket connections

2011-10-17 Thread shankykurella
sebb i dint get you there's a .lot missing??? what is the solution for this bro... kindly enlighten me regards * * shankar k b shankarkurella.blogspot.com On Mon, Oct 17, 2011 at 3:02 PM, sebb-2-2 [via JMeter] < ml-node+s512774n4909278...@n5.nabble.com> wrote: > On 17 October 2011 06:58

Re: Jmeter2.5 failing on negative condition of If controller and Jmeter2.4 Synchronizing timer not working

2011-10-17 Thread vineeth
Dear Sebb Thanks for your response. I tried adding a test action sampler just after the If controller. But still the thread stops without executing the controllers following the If Controller. Best Regards Vineeth Sasidharan Trainee Software Engineer Software Paradigms Infotech sebb-2-2 [

Re: Jmeter2.5 failing on negative condition of If controller and Jmeter2.4 Synchronizing timer not working

2011-10-17 Thread sebb
On 17 October 2011 10:06, vineeth wrote: > Synchronizing timer works only once. > > If we add a Synchronizing timer as child of a request in test script > with No.of users to be grouped by as 20, the timer waits in the first > loop till all the 20 users are ready to execute the request. In the > s

How catch the end loading of a rich application on a web site

2011-10-17 Thread Thierry MATHIAS
Hello, I'm working on a performance project on Oracle JD Edwards EntrepriseOne (web application part). This site contains rich applications that load after the loading page. Currently, in result tree I've some message that I haven't running application. I want to have a assertion which wait the st

Re: nested exception related to socket connections

2011-10-17 Thread sebb
On 17 October 2011 06:58, shankykurella wrote: > hey sebb below were the log details under jmeterserver.log of the slave > system There's a .lot missing. > jmeter.engine.RemoteJMeterEngineImpl: Creating RMI registry > (server.rmi.create=true) > 2011/10/17 11:17:37 INFO  - jmeter.engine.RemoteJMe

Re: Jmeter2.5 failing on negative condition of If controller and Jmeter2.4 Synchronizing timer not working

2011-10-17 Thread vineeth
Synchronizing timer works only once. If we add a Synchronizing timer as child of a request in test script with No.of users to be grouped by as 20, the timer waits in the first loop till all the 20 users are ready to execute the request. In the second loop the timer wont wait as the count has reach

Re: JMeter and maven

2011-10-17 Thread Nico Kruger
Hey there, Have a look at chronos maven plugin, with its chronos:jmeter goal. It's been working well for us. http://mojo.codehaus.org/chronos-maven-plugin/jmeter-mojo.html You can generate an HTML report, it can save some history (so you can compare trend over time), etc. 2011/10/17 Jaime Ferná