Regular Expression -- Help

2007-11-13 Thread Modha Khammammettu
Hi All I am trying for Reference Name: VehicleNumber RE: invokeEvent('5_290_act', true)" class="button">Add Template: $1$ Match No: 1 I want the ReferenceName to have 5_290_act I tried a few combinations and when I try to print I do not get what I am looking for. Can some one please help. Thank

Re: Jmeter unresponsive

2007-11-13 Thread sebb
If there are lots of Listeners, remove or disable all the ones that you don't need. Many of the Listeners (including Tree View) need to save a copy of every sample result. As the test progresses this will use more and more memory. Try increasing the memory available to Java. On 13/11/2007, Modha

Re: Regex help

2007-11-13 Thread sebb
So the terminator is "?" ;jsessionid=([^?]+)\? should work. Try it in the ORO tester at: http://jakarta.apache.org/oro/demo.html On 14/11/2007, vreddy <[EMAIL PROTECTED]> wrote: > > Hi sebb, > here is the complete value for sesssion,please help in create regex for only > sessionid > login;jses

Re: Regex help

2007-11-13 Thread vreddy
Hi sebb, here is the complete value for sesssion,please help in create regex for only sessionid login;jsessionid=FF94154E66FC62D01CA2B10DBDBD2A6E?service= sebb-2 wrote: > > On 13/11/2007, vreddy <[EMAIL PROTECTED]> wrote: >> >> >> It=_cE5DE0223-1D33-AAEF-1C3C-11B247F4539A_k381447EE-51A3-C067-5

Re: Regex help

2007-11-13 Thread vreddy
This is utterly useless tool. Matthew Snyder-3 wrote: > > vreddy wrote: >> >> It=_cE5DE0223-1D33-AAEF-1C3C-11B247F4539A_k381447EE-51A3-C067-5622-FD2D0456724A >> >> >> ticket=ST-991-g6CluUz9vOaLhtEfvw5cY6yICd6ddNbJGsa-20 >> >> >> what's the regex syntax for the above? >> I tried >> It=

Re: Regex help

2007-11-13 Thread sebb
There must be some characters after the value, e.g. space or > On 13/11/2007, vreddy <[EMAIL PROTECTED]> wrote: > > I don't think there is any value terminating at the end. > > > > sebb-2 wrote: > > > > On 13/11/2007, vreddy <[EMAIL PROTECTED]> wrote: > >> > >> > >> It=_cE5DE0223-1D33-AAEF-1C3C-11

Re: Regex help

2007-11-13 Thread Matthew Snyder
vreddy wrote: > > It=_cE5DE0223-1D33-AAEF-1C3C-11B247F4539A_k381447EE-51A3-C067-5622-FD2D0456724A > > > ticket=ST-991-g6CluUz9vOaLhtEfvw5cY6yICd6ddNbJGsa-20 > > > what's the regex syntax for the above? > I tried > It=([-_0-9A-Za-z]*) > ticket=([-_0-9A-Za-z]*) > > But it's not working > > >

Re: Regex help

2007-11-13 Thread vreddy
well,I got the vales from Bad boy script. Where I need to look at the values to see what it terminates with. I am confused. please help vreddy wrote: > > I don't think there is any value terminating at the end. > > > > sebb-2 wrote: >> >> On 13/11/2007, vreddy <[EMAIL PROTECTED]> wrote: >>>

Re: Regex help

2007-11-13 Thread vreddy
I don't think there is any value terminating at the end. sebb-2 wrote: > > On 13/11/2007, vreddy <[EMAIL PROTECTED]> wrote: >> >> >> It=_cE5DE0223-1D33-AAEF-1C3C-11B247F4539A_k381447EE-51A3-C067-5622-FD2D0456724A >> >> >> ticket=ST-991-g6CluUz9vOaLhtEfvw5cY6yICd6ddNbJGsa-20 >> > > What termin

Re: Help interpreting simple data writer results

2007-11-13 Thread jaypeigh
Oops, typo, meant to say v2.3. Thanks for the help! sebb-2 wrote: > > On 13/11/2007, jaypeigh <[EMAIL PROTECTED]> wrote: >> >> Hi, >> >> Just ran a test using a simple data writer listener, and got the >> following: >> >> > lb="AccessMainPageTest" rc="200" rm="OK" tn="AccessingMainPageUserGro

Re: Help interpreting simple data writer results

2007-11-13 Thread sebb
On 13/11/2007, jaypeigh <[EMAIL PROTECTED]> wrote: > > Hi, > > Just ran a test using a simple data writer listener, and got the following: > > lb="AccessMainPageTest" rc="200" rm="OK" tn="AccessingMainPageUserGroup 1-1" > dt="text" by="24147"/> > > > I pretty much know all the other attribute abbr

Help interpreting simple data writer results

2007-11-13 Thread jaypeigh
Hi, Just ran a test using a simple data writer listener, and got the following: I pretty much know all the other attribute abbreviations, but oes anyone know what the last one ("by") stands for? I am using Jmeter 3.2 Thanks in advance, John Parjk -- View this message in context: http:/

Jmeter unresponsive

2007-11-13 Thread Modha Khammammettu
Hi I run my tests and see the nodes in Results tree. I am just running 2 threads (forever). What I see is it takes looong time to switch between ( Show text and Render HTML in View Tree). If I minimize and maximize, Jmeter screen shows up blank and takes while to repaint. Please let me know if t

Re: JMeter - arrival rate variations

2007-11-13 Thread sebb
On 13/11/2007, Dan <[EMAIL PROTECTED]> wrote: > Ok. > > I've finally also found out that each thread is set to go at 3 requests per > minute and my ramp up period is 20 seconds. So; 3 requests per minute is > every 20s as well so perhaps they're clashing. > Perhaps try one of the other constant t

Re: JMS Point-to-Point Sampler-RequestResponse-Fails

2007-11-13 Thread sebb
On 13/11/2007, Sai Padimiti <[EMAIL PROTECTED]> wrote: > Thanks for the reply. > > How do you know that the messages are on the queue? > - I use a tool called RFHUtil from IBM to lookup the queue. > > Can you read them with a different application? > - I use a tool called RFHUtil from IBM to look

Re: Regex help

2007-11-13 Thread sebb
On 13/11/2007, vreddy <[EMAIL PROTECTED]> wrote: > > > It=_cE5DE0223-1D33-AAEF-1C3C-11B247F4539A_k381447EE-51A3-C067-5622-FD2D0456724A > > > ticket=ST-991-g6CluUz9vOaLhtEfvw5cY6yICd6ddNbJGsa-20 > What terminates the values? > what's the regex syntax for the above? > I tried > It=([-_0-9A-Za-z]*)

Re: JMS Point-to-Point Sampler-RequestResponse-Fails

2007-11-13 Thread Sai Padimiti
Thanks for the reply. How do you know that the messages are on the queue? - I use a tool called RFHUtil from IBM to lookup the queue. Can you read them with a different application? - I use a tool called RFHUtil from IBM to lookup the queue. Can you read any JMS messages with JMeter? -Not sur

Re: JMeter - arrival rate variations

2007-11-13 Thread Dan
Ok. I've finally also found out that each thread is set to go at 3 requests per minute and my ramp up period is 20 seconds. So; 3 requests per minute is every 20s as well so perhaps they're clashing. I've upped my ramp-up to 30s and we'll see if there's any difference tonight. It may be that i

Regex help

2007-11-13 Thread vreddy
It=_cE5DE0223-1D33-AAEF-1C3C-11B247F4539A_k381447EE-51A3-C067-5622-FD2D0456724A ticket=ST-991-g6CluUz9vOaLhtEfvw5cY6yICd6ddNbJGsa-20 what's the regex syntax for the above? I tried It=([-_0-9A-Za-z]*) ticket=([-_0-9A-Za-z]*) But it's not working -- View this message in context: http://w

Re: User Parameters problem

2007-11-13 Thread sebb
Have you tried experimenting with the "update" checkbox? What are you trying to achieve? On 13/11/2007, Ori Marco <[EMAIL PROTECTED]> wrote: > If UP1 entered under Sampler 1 and also UP2 under Sampler 2 same > results, > What should be the correct way? > > Ori Marko > Quality Assurance Engineer >

RE: User Parameters problem

2007-11-13 Thread Ori Marco
If UP1 entered under Sampler 1 and also UP2 under Sampler 2 same results, What should be the correct way? Ori Marko Quality Assurance Engineer Praxell Inc. http://www.praxell.com -Original Message- From: sebb [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 13, 2007 6:44 PM To: JMeter

Re: User Parameters problem

2007-11-13 Thread sebb
The Test Plan is TP +TG ++ Loop +++ User Param 1 +++ Sampler 1 +++ User Param 2 +++ Sampler 2 User Parameters are Pre-Processors, and are processed before every sampler for which they are in scope. In this case both samplers. So the execution order is +++ User Param 1 +++ User Param 2 +++ Sampl

RE: User Parameters problem

2007-11-13 Thread Ori Marco
Hi I upload jmx to http://jmeter-tests.bravehost.com/Test-UserParameter.jmx First Scenario is used with C and D instead of A and B. Thanks Ori Marko Quality Assurance Engineer Praxell Inc. http://www.praxell.com -Original Message- From: sebb [mailto:[EMAIL PROTECTED] Sent: Tuesday, N

Re: JMeter - arrival rate variations

2007-11-13 Thread sebb
On 13/11/2007, Dan <[EMAIL PROTECTED]> wrote: > Ok excellent i'm getting somewhere. > > I've found that the arrivial rate varys from 91 requests per second to 110 > r/s and the low points are every 20s. > We are using the constant throughput controller, so i guess that could mean > that prior to th

Re: JMeter - arrival rate variations

2007-11-13 Thread Dan
Ok excellent i'm getting somewhere. I've found that the arrivial rate varys from 91 requests per second to 110 r/s and the low points are every 20s. We are using the constant throughput controller, so i guess that could mean that prior to the low point those requests have been processed quicker t

Re: java.lang.ClassNotFoundException: org.apache.jmeter.JMeter

2007-11-13 Thread sebb
It's always worth checking downloads against the MD5 checksum, or better yet with the PGP signature. On 13/11/2007, michaelp <[EMAIL PROTECTED]> wrote: > > sebb-2, > > Thanks for the help. I tried to use "jar -tf > /opt/JMeter/lib/ext/ApacheJMeter_core.jar" to see the conents of that jar > and go

Re: java.lang.ClassNotFoundException: org.apache.jmeter.JMeter

2007-11-13 Thread michaelp
sebb-2, Thanks for the help. I tried to use "jar -tf /opt/JMeter/lib/ext/ApacheJMeter_core.jar" to see the conents of that jar and got the error that follows. Looks like you hit the nail on the head. I will try getting another download. Thanks, Mike [EMAIL PROTECTED] bin]# jar -tf /opt/JMeter/

Re: User Parameters problem

2007-11-13 Thread sebb
The behaviour of a JMeter test plan depends on the structure and ordering of test elements. It's just not possible to work out what your plan looks like from the posting. Please do not post the JMX file to the list - instead upload it to a public web-site and post the link. Or do the same with a s

Re: JMS Point-to-Point Sampler-RequestResponse-Fails

2007-11-13 Thread sebb
Sorry if there has been no reply; I assume no-one with experience of JMS is reading this. That includes me ;-) Not knowing JMS, these suggestions may be useless: How do you know that the messages are on the queue? Can you read them with a different application? Can you read any JMS messages wit

JMS Point-to-Point Sampler-RequestResponse-Fails

2007-11-13 Thread Sai Padimiti
Hi: I have configured a JMS Point-to-Point sampler with communication style Request Response using JNDI settings. JMeter was successfully putting the message into the Request Queue but not able to get the message from Receive Queue. It is failing with an error as below: -- 2007/11/08 17:21:55

Re: Proxy Recording - URL Patterns Issue

2007-11-13 Thread Joshua Auerbach
Yes it did... thanks for the help Josh sebb wrote: > I assume this crossed with my previous posting where I explained that > it is a documentation bug ... > > On 12/11/2007, Joshua Auerbach <[EMAIL PROTECTED]> wrote: > >> Yes found the problem. Am I wrong that is a bug? If so can you explain?

Re: java.lang.ClassNotFoundException: org.apache.jmeter.JMeter

2007-11-13 Thread sebb
That indicates a broken JMeter installation. The class org.apache.jmeter.JMeter should be in the file lib/ext/ApacheJMeter_core.jar Check if this is there or not. BTW, which version of JMeter? On 13/11/2007, michaelp <[EMAIL PROTECTED]> wrote: > > Trying to start JMeter and the JVM can not fin

java.lang.ClassNotFoundException: org.apache.jmeter.JMeter

2007-11-13 Thread michaelp
Trying to start JMeter and the JVM can not find the JMeter class. Here are some specifics about the error and the environment. Can anyone help? Please. Error [EMAIL PROTECTED] bin]# ./jmeter.sh java.lang.ClassNotFoundException: org.apache.jmeter.JMeter at java.net.URLClassLoader.findClas

Re: JMeter Proxy Server

2007-11-13 Thread sebb
On 13/11/2007, pugazh <[EMAIL PROTECTED]> wrote: > HI There, > I have found your mailid from once of the JMeter forum and like to get some > sort of clarification with you. I have JMeter 2.3 installed in my > machine(Windows Server 2003). I would like test the secured web > pages(Authorization requ

JMeter Proxy Server

2007-11-13 Thread pugazh
HI There, I have found your mailid from once of the JMeter forum and like to get some sort of clarification with you. I have JMeter 2.3 installed in my machine(Windows Server 2003). I would like test the secured web pages(Authorization required). I have tried with login name and password on HTTP Re

RE: User Parameters problem

2007-11-13 Thread Ori Marco
Anyone? -Original Message- From: Ori Marco [mailto:[EMAIL PROTECTED] Sent: Thursday, November 08, 2007 4:31 PM To: JMeter Users List Subject: User Parameters problem Hi I have a problem when using parameter few times in User Parameters when assigning and then using it. It seems that