Re: Re: Beta testers for JMeter Plugins

2011-03-23 Thread dan
Thank you for your message. I will be unavailable until Tuesday March 29th. If you have any questions or need immediate attention please contact supp...@conceptual.ca or call 519.273.3377 I took the money and ran ;) Dan Heitbohmer ---

Re: Beta testers for JMeter Plugins

2011-03-23 Thread Prasanth
Hari Kishore satmetrix.com> writes: > > I want to try it out... > Hari, Can you tell me what is meant by performance testing and what are the real time bottlenecks that you have identified. Have you ever used any industry standard tools like load runner, rational or silk performer. Can you

Re: Synchronizing Timer - I can't get it to work

2011-03-23 Thread sebb
On 23 March 2011 23:25, credible58 wrote: > A bit of an update.  The Synchronizing Timer works the first time you run the > Test Plan it but not subsequent times.  I think it may be because a counter > isn't being reset to zero between runs. This is https://issues.apache.org/bugzilla/show_bug.cg

Re: Synchronizing Timer - I can't get it to work

2011-03-23 Thread credible58
A bit of an update. The Synchronizing Timer works the first time you run the Test Plan it but not subsequent times. I think it may be because a counter isn't being reset to zero between runs. In the method delay() in SyncTimer.java there is a test using an int count which is loaded from the firs

Re: Assert Regular Expression Extractor result

2011-03-23 Thread sebb
On 23 March 2011 17:02, sebb wrote: > On 23 March 2011 15:40, Andrei Ghimus wrote: >> I replied too soon. >> >> The "Size in bytes:" field doesn't accept a variable as input. > > It should do. Are you sure you entered the correct variable name(s)? > > What error message are you getting? It looks

Re: Assert Regular Expression Extractor result

2011-03-23 Thread sebb
On 23 March 2011 15:40, Andrei Ghimus wrote: > I replied too soon. > > The "Size in bytes:" field doesn't accept a variable as input. It should do. Are you sure you entered the correct variable name(s)? What error message are you getting? > Is there any way around this? > > On Wed, Mar 23, 2011

Re: Assert Regular Expression Extractor result

2011-03-23 Thread Andrei Ghimus
I replied too soon. The "Size in bytes:" field doesn't accept a variable as input. Is there any way around this? On Wed, Mar 23, 2011 at 5:35 PM, Andrei Ghimus wrote: > Thank you, sebb! > > On Wed, Mar 23, 2011 at 4:56 PM, sebb wrote: > >> On 23 March 2011 14:54, Andrei Ghimus wrote: >> > Hi

Re: Assert Regular Expression Extractor result

2011-03-23 Thread Andrei Ghimus
Thank you, sebb! On Wed, Mar 23, 2011 at 4:56 PM, sebb wrote: > On 23 March 2011 14:54, Andrei Ghimus wrote: > > Hi all. > > > > There's something I don't understand how to do in JMeter. > > > > I have a Regular Expression Extractor: > > > > Ref name: folderItemsCount > > Regex: folderItemsCoun

Re: Aggregate sum for all threads

2011-03-23 Thread danimni
my variable is general number I extract. Consider it as general number, not submissions. I would like to sum up the total of all extractions. -- View this message in context: http://jmeter.512774.n5.nabble.com/Aggregate-sum-for-all-threads-tp4257247p425.html Sent from the JMeter - User mailin

Re: Assert Regular Expression Extractor result

2011-03-23 Thread sebb
On 23 March 2011 14:54, Andrei Ghimus wrote: > Hi all. > > There's something I don't understand how to do in JMeter. > > I have a Regular Expression Extractor: > > Ref name: folderItemsCount > Regex: folderItemsCount=(.*) > > Assuming ${folderItemsCount} is an integer, > how can I verify that it i

Assert Regular Expression Extractor result

2011-03-23 Thread Andrei Ghimus
Hi all. There's something I don't understand how to do in JMeter. I have a Regular Expression Extractor: Ref name: folderItemsCount Regex: folderItemsCount=(.*) Assuming ${folderItemsCount} is an integer, how can I verify that it is greater than 20 (or any other value), and if not, fail the sam

Re: Aggregate sum for all threads

2011-03-23 Thread sebb
On 23 March 2011 12:58, danimni wrote: > Hey Andrey, > My 'TotalSubmissions' variable is not the sample submission the JMeter > counts. It is a number I extract using REGEX. > That's why 'Aggregate Report listener' won't help me here... I would probably just save the value to the JTL file, and po

Synchronizing Timer - I can't get it to work

2011-03-23 Thread credible58
Hi, I've read the manual and I've read the other posts on this forum and I still can't figure out what I'm doing wrong. To demontrstate the issue I've created a simple Test Plan. http://jmeter.512774.n5.nabble.com/file/n4258754/SyncProblem.gif The details are: * The Thread Group has 5 threads

Re: Aggregate sum for all threads

2011-03-23 Thread danimni
Hey Andrey, My 'TotalSubmissions' variable is not the sample submission the JMeter counts. It is a number I extract using REGEX. That's why 'Aggregate Report listener' won't help me here... thanks! -- View this message in context: http://jmeter.512774.n5.nabble.com/Aggregate-sum-for-all-threads-

Re: Aggregate sum for all threads

2011-03-23 Thread Andrey Pohilko
Why don't you just use Aggregate Report listener attached to target sampler? It will count number of samples for you and that's all... Bye, Andrey В сообщении от 22 марта 2011 20:18:12 автор danimni написал: > Hi All, > I have a small problem with aggregate count for all my threads. > My test pl

Re: Aggregate sum for all threads

2011-03-23 Thread danimni
Hi Deepak, Can you please elaborate on this? I've defined property using 'Java Request' element and in the 'Label' field, I set ${__setProperty(TotalSubmittedTasks,0)}. Each time I change its value, it doesn't sync to the other threads. Dan. -- View this message in context: http://jmeter.512774.

Re: javax.jms.JMSException: User name or password is invalid.

2011-03-23 Thread dan
Thank you for your message. I will be unavailable until Tuesday March 29th. If you have any questions or need immediate attention please contact supp...@conceptual.ca or call 519.273.3377 I took the money and ran ;) Dan Heitbohmer ---

javax.jms.JMSException: User name or password is invalid.

2011-03-23 Thread anni
Hi, Active MQ 5.1 Jmeter 2.4 JMS publisher. When using username/password for the JMS it complains about wrong username and password. It is the same credentials as specified in ActiveMQ. I have the credential in a jndi,prporties file as a jar in the lib directory and then it worked fine without