PermSize is a scam comment in jmeter startup command

2012-01-09 Thread Art OCathain
The startup script has the following line in it: # PermSize is a scam. Leave it like this: #PERM=-XX:PermSize=64m -XX:MaxPermSize=64m Is there any particular reason for this? (The explanatory link at the beginning of the script is broken) My tests are running out of perm gen and I want to try

Re: PermSize is a scam comment in jmeter startup command

2012-01-09 Thread Deepak Goel
Hey Namaskara~Nalama~Guten Tag~Bonjour 1. Are you pumping a lot of load? 2. Is your system freeing up sessions, objects after the transaction has been completed 3. Might be a system bug (A Server leaking objects of its own) :) Deepak -- Keigu Deepak +91-9765089593 deic...@gmail.com

RE: PermSize is a scam comment in jmeter startup command

2012-01-09 Thread Art OCathain
OK, thanks for the replies. JMeter still seems to work with a larger value, so now I'm off memory-leak-hunting. Art -Original Message- From: Kirk Pepperdine [mailto:kirk.pepperd...@gmail.com] Sent: 09 January 2012 11:26 To: JMeter Users List Subject: Re: PermSize is a scam comment in

Help required in assertion !!!!

2012-01-09 Thread Nithya Prakash
Hello Everyone, My scenario is like this defining few variables in UDV and giving values. when the script run its taking the value. Suppose am giving Blank for the value in the UDV, the script takes blank. Question: #1. if i have to assert this blank value, how should i do it?? i mean if

Re: How to capture a value in one of the thread and passing it to the other thread in the same test plan

2012-01-09 Thread waseemfa
HI, Basically there is no way of doing this in JMeter. the one thing i can think of is use the appropriate method to get the data and store it in a user defined property like ${__setProperty(input, ${input})}; and in the next thread group access the input variable just like any other property

Re: How to capture a value in one of the thread and passing it to the other thread in the same test plan

2012-01-09 Thread Philippe Mouawad
Hello Bruce, A little note about FlyingRhenqueshttps://github.com/FlyingRhenquest/JmeterThreadGlobalt, looking at code it seems to me synchronization can only work if one JVM is used right ? Note that if you're willing to, your feature could be useful in JMeter and answser user enhancement

Re: How to capture a value in one of the thread and passing it to the other thread in the same test plan

2012-01-09 Thread Bruce Ide
Hmm. I'm not using semaphores in JmeterThreadSync, but you could easily modify just the CheckPointObject to acquire them. Though it might be easier to check for unreleased semaphores in the Config element at test start or test end time. The couple of tests I wrote with this code were very complex

RE: How to capture a value in one of the thread and passing it to the other thread in the same test plan

2012-01-09 Thread Robin D. Wilson
I've used Properties before... I have this in one of my test plans (in a User Parameters pre-processor) : threadStartTime = ${__javaScript(var ms = new Date; ms.getTime();)} theTime = ${__setProperty(ThreadStartTime, ${threadStartTime})} (theTime variable isn't used anywhere).

Re: PermSize is a scam comment in jmeter startup command

2012-01-09 Thread Kirk Pepperdine
On 2012-01-09, at 2:57 PM, Flavio Cysne wrote: Aloha, Art. What version of JMeter are you using? OOME is occurring when running JMeter GUI or non-GUI (-n parameter)? In GUI mode it may lead to OOME if you use a lot of Listeners. Have you tried changing mode to Batch in jmeter.properties?

JMS/WS/RS SampleSender

2012-01-09 Thread Flavio Cysne
Hi folks, there is any interest over JMeter community to add a JMS/WS/RS SampleSender? What should be a reasonable way to start something like this? I'm interested on contributing to JMeter, but want to hear some comments and suggestions first. Stepping ahead, I want to know if

Re: Help required in assertion !!!!

2012-01-09 Thread Deepak Shetty
http://jmeter.apache.org/usermanual/component_reference.html#Response_Assertionsee the field JMeter variable (but the assertion always applies on a sampler) can i use assertion on the Request Tab ??. Not sure what you are trying to accomplish here. On Mon, Jan 9, 2012 at 5:33 AM, Nithya Prakash

Re: Help required in assertion !!!!

2012-01-09 Thread Nithya Prakash
Hi Deepak, Thanks for your support. the fact is i'm not sure how to assert it. so jus thought of whether i could assert that request tab Let me explain my scenario in detail so that you can help me out... I have defined some variables in UDV Case:1 #1. srname AGJES srcountry