Re: How to tell where my test is getting stuck?

2008-09-09 Thread sebb
On 09/09/2008, laredotornado <[EMAIL PROTECTED]> wrote: > > Hi, > > I just downloaded and installed JMeter on Windows XP. I am trying to run a > test with two threads but something is happening to where one thread is > never returning -- i.e. the thread is always running. See upper right "1/2

Re: How to tell where my test is getting stuck?

2008-09-09 Thread sebb
Yes Run/Clear All or ^E On 09/09/2008, laredotornado <[EMAIL PROTECTED]> wrote: > > Thanks for this tip. Is there a way I can clear out the results of the tree > between runs? > > http://screencast.com/t/vFMs8cxZJ > > - Dave > > > > >

Re: webservice(soap) sampler

2008-09-09 Thread sebb
On 09/09/2008, Ernie Nelson <[EMAIL PROTECTED]> wrote: > > I'm using the webservice (soap) request sampler to hit a .net based web > service. From my windows machine everything works fine, but from my centos > machine I'm getting this error: > > 2008/09/09 03:45:02 WARN - jmeter.protocol.http

Re: Structure of JMETER

2008-09-09 Thread sebb
ne reconnaissance de responsabilité, quelle > qu'elle soit. > Ce message s'adresse uniquement au destinataire. Si ce message ne vous est > pas destiné, nous vous prions de nous le signaler immédiatement et de > détruire le message. > > > > sebb <[EMAIL

Re: Running JMeter as server, how is CSV data chosen

2008-09-09 Thread sebb
On 09/09/2008, jephperro <[EMAIL PROTECTED]> wrote: > > Hi there, > > I am using Jmeter to do some performance testing, running 5 machines using > the Jmeter_server. It's working pretty well so far. > > Here's the question though. I have a list of logins and passwords in a CSV > file. > > D

Re: View values captured by Regex Extractor

2008-09-10 Thread sebb
You'll also need either the Debug Sampler or another sampler such as the Java Request which uses the variable. Or you can just use the variable in a subsequent sampler title field. On 10/09/2008, Rushabh Doshi <[EMAIL PROTECTED]> wrote: > > Yes. > > Add "View Result Tree" listener in your test

Re: How do I insert a controller before another controller?

2008-09-10 Thread sebb
Drag and drop it on the first controller in the group, and select insert before. Or cut and paste similarly. On 10/09/2008, laredotornado <[EMAIL PROTECTED]> wrote: > > Hi, > > I created my test with a number of controllers ... > > http://screencast.com/t/3A9aJyLNkGO > > but now I realize I w

Re: External data file path

2008-09-10 Thread sebb
On 10/09/2008, Sean Tiley <[EMAIL PROTECTED]> wrote: > Hello, > I have my test reading 3 values from 3 separate text files as outlined > in the FAQ (How do I use external data files to in my Test scripts?) > > http://wiki.apache.org/jakarta-jmeter/JMeterFAQ#head-1680863678257fbcb85bd97351860eb0

Re: Changing value for user defined variable

2008-09-10 Thread sebb
Add a User Parameters Pre-Processor instead. However, note that random values are not guaranteed to be unique. If you want to guarantee uniqueness, you'll need to create a file of such numbers, which you can then read via CSV Data Set Config. On 10/09/2008, laredotornado <[EMAIL PROTECTED]> wrot

Re: Issue setting up Jmeter on Linux machine

2008-09-11 Thread sebb
On 11/09/2008, Mishra, Ajay <[EMAIL PROTECTED]> wrote: > Hi, > > I am having issues setting up Jmeter on a linux machine. I have > extracted and put the latest release of Jmeter under a folder called > "Jmeter" and had set the "JAVA_HOME", "PATH" and "CLASSPATH" values. > When I try to run it u

Re: Sample Batching: how to reduce data and avoid out of memory?

2008-09-11 Thread sebb
it is the server that determines how to send the data. If you still want to use client-server mode, why not try removing all listeners? You can add a Summariser to the test plan - this will generate brief log messages every 3 minutes. > Thanks, > > Jeff > > (btw th

Re: Proxy Recording -- Firewall

2008-09-11 Thread sebb
On 11/09/2008, anmatr <[EMAIL PROTECTED]> wrote: > > Hi, > I've got the same problem and read the recommended article. > Unfortunately the problem is not discussed or solved in there - it is just a > nice introduction into jMeter. > > So far I haven't managed to record any pages. > My applic

Re: More pleasant way to view Request data?

2008-09-11 Thread sebb
On 11/09/2008, laredotornado <[EMAIL PROTECTED]> wrote: > > Hi, > > Under one of my samplers, I have a results tree. When I click on the > Request tab, I sometimes see data like this: > > POST data: > > appName=TEST_JMETER&elementName=&configKey=&configData=%5B%7B+element%3A+%27E3%27%2C+key%

Re: Error from Bean Shell

2008-09-11 Thread sebb
On 11/09/2008, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > In the Bean Shell script I get an error which I can't understand. > > If I use this command > String str = "C:\\Documents and > Settings\\rim\\workspace\\HelloWorld\\HelloWorld.jar"; > > I get following error > Error invoking bsh me

Re: Mailer Visualizer not counting failures

2008-09-11 Thread sebb
On 11/09/2008, Ralikwen <[EMAIL PROTECTED]> wrote: > > Hi, > I have added a Mailer Visualizer to the Test Plan or the Thread Group or the > simple controller grouping all my listeners but no matter where I put it the > Failures count on it always remain 0 though an assertion fails. I just test

Re: Issue setting up Jmeter on Linux machine

2008-09-12 Thread sebb
un.misc.Launcher$AppClassLoader.loadClass(Launcher.java:290) > at java.lang.ClassLoader.loadClass(ClassLoader.java:256) > at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:316) > bash-2.03$ > > > Regard's > Ajay Mishra > > -Original Message- >

Re: Testing crystal reports

2008-09-12 Thread sebb
On 12/09/2008, Srinivasulu <[EMAIL PROTECTED]> wrote: > > Hi , > > In my application after uploading documents it generates crystal reports. > So is there any way to record and test crystal reports. If the reports are generated by pressing a button on a web-page, then yes, JMeter can do that.

Re: Mailer Visualizer not counting failures

2008-09-12 Thread sebb
On 12/09/2008, Ralikwen <[EMAIL PROTECTED]> wrote: > > > sebb-2-2 wrote: > > > > Are you sure the mail is not sent? > > > > > Yes, I run the test, check the mailbox and nothing there then send a test > message and the test message is there -

Re: Mailer Visualizer not counting failures

2008-09-12 Thread sebb
Just looked, and the code checks: failed samples > failure limit and similarly for success limit. So the documentation disagrees with the code ... The documentation will be fixed for the next release. [And hopefully the failed count display will also be fixed.] Thanks for reporting the prob

Re: HTTPS requests failing

2008-09-16 Thread sebb
On 16/09/2008, laredotornado <[EMAIL PROTECTED]> wrote: > > Hi, > > I am trying to run a JMeter 2.3.2 test on WinXP using https as my default > protocol. My HTTP Default request looks like > http://screencast.com/t/GURvpHounaH. But when I run my test, I immediately > get the error below. Wh

Re: JMeter SSL help

2008-09-16 Thread sebb
On 15/09/2008, Serpent_Guard <[EMAIL PROTECTED]> wrote: > > I'm trying to record/playback a test flow where the site is using SSL/HTTPS. > I enabled HTTPS spoofing in the proxy server, and it recorded just fine. > Every time I play it back, however, I get the same message: > > --- > > Response

Re: JMeter SSL help

2008-09-16 Thread sebb
same behavior. I just tried with GMail and that worked fine for me. It could be that you are missing a Cookie Manager or Header Manager entry which causes an unexpected redirect. This should be obvious if you compare the failing test plan with the Badboy one. > > > > sebb-2-2

Re: JDBC test

2008-09-16 Thread sebb
On 16/09/2008, Sean Tiley <[EMAIL PROTECTED]> wrote: > Hello, > I am trying to create a test that will connect to an oracle DB via > jdbc and run a number of update and delete statements. > > I have created everything according to the instructions > (http://jakarta.apache.org/jmeter/usermanual/

Re: Mac OS X - JMeter server

2008-09-16 Thread sebb
On 16/09/2008, Serpent_Guard <[EMAIL PROTECTED]> wrote: > > Also In future, please start a new thread (with a relevant subject) for a new question. > , is there any way to view how many agents are currently up and running > on the remote server, of any OS? All it gives me on the host machine i

Re: JDBC test

2008-09-16 Thread sebb
On 16/09/2008, Sean Tiley <[EMAIL PROTECTED]> wrote: > Hello, and thanks for the responses > > Yes, the jar file is in the right spot because if i remove it I see > error messages in the log. > > I changed my query to a simple select but I do not know how to tell if > it worked. I have a 'View

Re: Mailer Visualizer not counting failures

2008-09-16 Thread sebb
Just for the record: I've updated the documentation to agree with the code. On 12/09/2008, Ralikwen <[EMAIL PROTECTED]> wrote: > > Yep, > this is what I was suspecting. > Thanks for the help and for Jmeter in general. > > B. > > > > sebb-2-2 wrote: &

Re: JDBC test

2008-09-16 Thread sebb
On 16/09/2008, Jose Castro <[EMAIL PROTECTED]> wrote: > I use a regular expression to retrieve the values That will only work if the response has been received... > regex > inputVar > (.*),(.*) > $1$$2$ > -1 > 0,0 > > > my sql > select col1,col2 from table > > > after that use a beanshel

Re: JDBC test

2008-09-16 Thread sebb
All looks OK - what does the Tree View Listener show? On 16/09/2008, Sean Tiley <[EMAIL PROTECTED]> wrote: > The test is completing, here is my log file from a run. > > It looks like, from the last line that the test completes. > > > > 2008/09/16 14:15:08 INFO - jmeter.util.JMeterUtils: Setting

Re: JDBC test

2008-09-16 Thread sebb
If none of the tabs have any information, then the listener is not seeing any completed samples. Either there are none, or the Listener is in the wrong place to see them. On 16/09/2008, Sean Tiley <[EMAIL PROTECTED]> wrote: > Nothing at all, just blank > 'Sampler result' tab has nothing on it >

Re: JDBC test

2008-09-16 Thread sebb
On 16/09/2008, Sean Tiley <[EMAIL PROTECTED]> wrote: > Sorry, the attachment did not work. > > I started over and now it works, seems I had my Sampler at the wrong > spot in the test plan > > Boy, I feel dumb! > > Apologies :-) Thanks for letting us know the problem has been resolved. > Sean

Re: POST request with arbitrary payload

2008-09-17 Thread sebb
On 17/09/2008, Andreas Schildbach <[EMAIL PROTECTED]> wrote: > Hi everyone, > > I need to loadtest a webservice that takes an XML file in the request > body. Unfortunately, the HTTP sampler seems to only support content > types x-www-form-urlencoded and multipart/form-data. Is there any > worka

Re: Documentation about the GUI Structure.

2008-09-17 Thread sebb
On 17/09/2008, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I think the problem is specially with BeanShellPreProcessor. It seems to > me that this form is a special case. I can not find the class where all > the panel used in the BeanShellProcessor are called. maybe you tell me in > which cla

Re: Regular Expression with "="

2008-09-17 Thread sebb
Andrey is not mistaken ... The RE Extractor operates on the raw data as returned by the sampler. You can confirm that by looking in the Tree View Listener response pane. It's not a URL, but you can use the techniques described here to fix the value if required: http://wiki.apache.org/jakarta-jme

Re: Query | Help needed in Regular Expression

2008-09-17 Thread sebb
On 17/09/2008, Mohamed Niyas <[EMAIL PROTECTED]> wrote: > hello team, > > I just wanted your help to resolve the issues with the regular expression. > > In my web request one of the web request response page contains the > following data. > >title="HIGH TECH AVENIDA - Rank - 1 "> >title=

Re: Regular expression to pick an Id

2008-09-17 Thread sebb
On 17/09/2008, akshata s.m. <[EMAIL PROTECTED]> wrote: > Hello, > > Kindly let me know if the regular expression is valid to pick an Id in the > following case: > > HTML line of code: > > Regexp tried: > > > OR > > (?s) > > The samplers fail to fetch the Id for both of these regexp. Can I

Re: Regular expression to pick an Id

2008-09-17 Thread sebb
On 17/09/2008, akshata s.m. <[EMAIL PROTECTED]> wrote: > Hello Sebb, > > Thanks for your input, > I have a default value which is a message to indicate it failed to fetch the > Id. > > My regexp extractor is configured as below: > > RefName: vid > Rege

Re: Documentation about the GUI Structure.

2008-09-17 Thread sebb
On 17/09/2008, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi Sebb, > > I am rry but I have to change the form of the BeanShellPeProcessor and I > can't the class where the Form is build. The way you proposed is rejected > because my manager wants to make more cha

Re: Issue setting up Jmeter on Linux machine

2008-09-17 Thread sebb
as an option to increase the heap size in the jmeter.bat file..do we > have something similar on the linux side as well.. > Any input in this regard will be of great help.. > > > > Ajay > > > -Original Message- > From: sebb [mailto:[EMAIL PROTECTED] > >

Re: Classpath in Testplan and BeanShell

2008-09-17 Thread sebb
Here's what I would try: See if it works if you put the jar in the JMeter lib directory instead. If so, then maybe the classpath used by BSH is being resolved before the Library file is processed. If that still does not work, try using standalone BeanShell to access the class. On 17/09/2008, [EM

Re: Query | Help needed in Regular Expression

2008-09-18 Thread sebb
On 18/09/2008, Mohamed Niyas <[EMAIL PROTECTED]> wrote: > Hi Sebb, > > I have recreated the script again & it worked well with the same RE. Thanks > a lot. So what was the problem? Was there a typo in the original script? > As you said in previous mail to add the De

Re: Query | Help needed in Regular Expression

2008-09-18 Thread sebb
On 18/09/2008, Mohamed Niyas <[EMAIL PROTECTED]> wrote: > Hi Sebb, > > Due to our stage build instability the samplers landed to error page. > I confirmed this by checking other scripts which was working well with the > RE attached with it. > When i ran those scripts,

Re: Grouping Samplers in proxy and configuring timers in Jmeter

2008-09-18 Thread sebb
On 18/09/2008, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi All, > I have recorded a Test Script using Jmeter Proxy . While > recording I used the configuration called "Put each group in a new > controller" . So obeying the documentation it actually created a Simple > Controlle

Re: HTTP Extreme Load Testing

2008-09-18 Thread sebb
On 17/09/2008, howard chen <[EMAIL PROTECTED]> wrote: > Hi, > > I am using JMeter to test my CGI program. (HTTPSampler) > > I want to simulate large amount of user load, so I set: > > num_threads = 2000 > loops = 1000 > > During the test, I check using the `top` command: > > =

Re: Counter within a loop

2008-09-18 Thread sebb
On 28/08/2008, Nadav Samet <[EMAIL PROTECTED]> wrote: > That's weird. > > So I was trying to debug what's going on. It seems like HTTPSamplerBase > caches the file list, so it's not aware that the filenames should change > between subsequent iterations. In HTTPSamplerBase around line 1548: > >

Re: Why HTTP Proxy Server?

2008-09-19 Thread sebb
On 19/09/2008, Sandeep G <[EMAIL PROTECTED]> wrote: > > Hi all, > Why we use HTTP Proxy Server? To create a test plan by recording HTTP (not HTTPS) requests made by a browser. You tell the browser to use a proxy (which happens to be JMeter) so all the HTTP browser requests get passed to JMeter

Re: Why HTTP Proxy Server?

2008-09-19 Thread sebb
On 19/09/2008, Sandeep G <[EMAIL PROTECTED]> wrote: > > Thanks sebb, > Where shall i specify to put proxy server recordings in some file? > Once the test plan has been generated, you can use the Save or Save As menu options to save it to any file you want. Same as if you cr

Re: Why HTTP Proxy Server?

2008-09-19 Thread sebb
On 19/09/2008, Ronan Klyne <[EMAIL PROTECTED]> wrote: > Sandeep G wrote: > > Where shall i specify to put proxy server recordings in some file? > > > The Proxy will record the HTTP traffic as JMeter HTTP samplers - it > essentially generates a test sequence which you can then replay. > You just

Re: Variables in Test Plan

2008-09-19 Thread sebb
On 14/09/2008, warriorsf <[EMAIL PROTECTED]> wrote: > > Hi Everyone > > I'm very new to JMeter so please do not mind my naive questions. > > I want to do the following in my perf test plan: > - Log in to a website (figured this out) > - Navigate to a web page after logging in (figured this too

Re: BeanShel and RE -> save

2008-09-19 Thread sebb
On 19/09/2008, Fabien D. <[EMAIL PROTECTED]> wrote: > > Hi everybody, > > I have a HTTP requet to test Web Service for saving data in ma database. > I use RE to catch the id of the data, and save all of them, to reuse them > for updatating test. You can save the values of any variables in the

Re: BeanShel and RE -> save

2008-09-19 Thread sebb
On 19/09/2008, Fabien D. <[EMAIL PROTECTED]> wrote: > > This is a PostProcessor BeanShell. And I put it inside my HTTP request and > after my RE. > When I look the response of my request, I see that the id is incremented by > 1. (the id to extract) > > I will look for the JTL sample data outpu

Re: BeanShel and RE -> save

2008-09-19 Thread sebb
Works for me if I try Thread Group + Sampler + + RE extract + + BSH Post-Processor Try adding a Debug sampler here: + Debug Sampler On 19/09/2008, Fabien D. <[EMAIL PROTECTED]> wrote: > > this is the 2.3.2 > > -- > View this message in context: > http://www.nabble.com/BeanShel-and-RE--%3E-sav

Re: HTTP Extreme Load Testing

2008-09-19 Thread sebb
On 19/09/2008, howard chen <[EMAIL PROTECTED]> wrote: > Hi, > > > On Fri, Sep 19, 2008 at 3:15 AM, sebb <[EMAIL PROTECTED]> wrote: > >> 2. I am using the command: jakarta-jmeter-2.3.2/bin/jmeter -n -t > >> test.jmx -l test.jtl > > > > T

Re: HTTP Extreme Load Testing

2008-09-19 Thread sebb
On 19/09/2008, howard chen <[EMAIL PROTECTED]> wrote: > Hi, > > > On Fri, Sep 19, 2008 at 11:55 PM, sebb <[EMAIL PROTECTED]> wrote: > > Use CSV output format - it's much cheaper to read. > > > > > Thanks first. > > Do you mean in the

Re: Why HTTP Proxy Server?

2008-09-20 Thread sebb
On 20/09/2008, Sandeep G <[EMAIL PROTECTED]> wrote: > > I created a thread group(login).I added http request default and specified > domain and port. > i added http proxy server and i set target controller as thread group.and i > started proxy server. > thats it..i didn't save testplan also.

Re: Problem with Graph-Result (overpainting)

2008-09-20 Thread sebb
On 20/09/2008, Alexander Schatten <[EMAIL PROTECTED]> wrote: > I try to setup a Graph Result plot but the problem is, that the graph is not > properly scrolling or scaling but actually starting to paint from left again > over the plot. > > http://skitch.com/aschatt/sxff/jmeter-2.3.2-r665936-graph-r

Re: URL encoding of space in Jmeter

2008-09-20 Thread sebb
2008/9/18 <[EMAIL PROTECTED]>: > Hi , > I have recorded a script using Jmeter Proxy. If there is a space in > any of the form parameters that goe t posted , Jmeter proxy doesn't record > the space as %20 . For example one parameter is say "for you" , then > Jmeter proxy just records it as it

Re: Performance Differences Java 5 and Java 6

2008-09-20 Thread sebb
On 15/09/2008, Oliver Erlewein (DSLWN) <[EMAIL PROTECTED]> wrote: > Hi all, > > I've got quite a big JMeter harness and it's still running Fedora 5 for the > JMeter load drivers. Now I want to update those boxes to Ubuntu 8.04. i.e. I > have upgraded one of the boxes and am running two against e

Re: Problem with Graph-Result (overpainting)

2008-09-20 Thread sebb
On 20/09/2008, Alexander Schatten <[EMAIL PROTECTED]> wrote: > sebb wrote: > > > On 20/09/2008, Alexander Schatten <[EMAIL PROTECTED]> wrote: > > > > > I try to setup a Graph Result plot but the problem is, that the graph is > not > > > properly

Re: Form Template

2008-09-20 Thread sebb
On 04/08/2008, Ryan Miling <[EMAIL PROTECTED]> wrote: > I am interested in creating a test plan that will view a web page that > includes forms, obtain the form field names, establish random values for > the form fields, and submit the form. These forms, in particular, are > polls for users to f

Re: Problem with Graph-Result (overpainting)

2008-09-21 Thread sebb
On 21/09/2008, Alexander Schatten <[EMAIL PROTECTED]> wrote: > Thanks I tried that. Gr the usability of JMEter ist [EMAIL PROTECTED] > > > Ok, sorry, calmed down again: I *think* I stored the actual resutls into a > file. the problem here is manifold: > > (1) the German translation is very ba

Re: Counter within a loop

2008-09-21 Thread sebb
On 19/09/2008, sebb <[EMAIL PROTECTED]> wrote: > On 28/08/2008, Nadav Samet <[EMAIL PROTECTED]> wrote: > > That's weird. > > > > So I was trying to debug what's going on. It seems like HTTPSamplerBase > > caches the file list, so it's no

Re: Problem with file upload using CSV for filename

2008-09-22 Thread sebb
On 22/09/2008, Owen <[EMAIL PROTECTED]> wrote: > Hi, > > I have a test written that I am using to generate file upload requests to a > system. The system has a requirement that each of the files uploaded has a > unique file name for each iteration. > To manage this I have created a set of file

Re: loop interaption

2008-09-22 Thread sebb
I looked into this but it seems to be quite difficult to do. The controller logic is by far the most complicated area of JMeter. On 22/09/2008, l_u_c_f_e_r_13 <[EMAIL PROTECTED]> wrote: > > No other idea??? : > I hopped somebody tell me how to do it programmatically. Does somebody knew > w

Re: Problem running JMeter test with Trinidad/Facelet pages that contain date fields

2008-09-22 Thread sebb
On 22/09/2008, belgrave <[EMAIL PROTECTED]> wrote: > > Hi, > > Im using JMeter to do some automated testing against an application built > using Trinidad and Facelets. Most of my test cases are working fine, except > for a few. And the problem is intermittent (Sometimes the test case works, >

Re: Out of memory error and NPE in Jmeter

2008-09-22 Thread sebb
On 22/09/2008, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi All, > I am simulating 50 concurrent users through Jmeter and my > Thread group has two listeners : > > 1. Graph Results > 2. Summary Report(Configured only to show the errors ) The Gra

Re: Out of memory error and NPE in Jmeter

2008-09-22 Thread sebb
labware.com > > LabWare LIMS Solutions - Results Count > > > > > sebb <[EMAIL PROTECTED]> > 09/22/2008 06:47 PM > Please respond to > "JMeter Users List" > > > To > "JMeter Users List" > cc > > Subject > R

Re: Interpretation of errors in jmeter.log file

2008-09-22 Thread sebb
On 22/09/2008, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi Guys, > After running my test for 1 hour when I was simulating 50 users to load > test an ajax application , I have got such errors(marked in bold) in > Jmeter.log file ...Any clue as to what went wrong here : Basically what I > g

Re: Problem running JMeter test with Trinidad/Facelet pages that contain date fields

2008-09-22 Thread sebb
On 22/09/2008, belgrave <[EMAIL PROTECTED]> wrote: > > > sebb-2-2 wrote: > > > > JMeter does not run Javascript, you have to determine what it is doing > > and generate the appropriate HTTP requests and/or set parameters. > > > > > I do understa

Re: [jmeter-users] HTTP Request Sampler + POST + Location: redirect -> cookies not being sent ?

2008-09-22 Thread sebb
On 22/09/2008, Laurent Perez <[EMAIL PROTECTED]> wrote: > Hi > > I'm using Jmeter 2.3.2. > I've encountered a problem when using the HTTP Request Sampler with a > POST method, and the box "follow autoredirects" being checked. > > When the POST response does a 302 redirect (as expected), Jmeter

Re: [jmeter-users] HTTP Request Sampler + POST + Location: redirect -> cookies not being sent ?

2008-09-22 Thread sebb
On 22/09/2008, Laurent Perez <[EMAIL PROTECTED]> wrote: > > If you are using Redirect Automatically, then yes, cookies may not be > > sent, because JMeter does not see the redirect. > > > Yes, I meant "Redirect automatically" was checked, sorry. > > > > If you are using Follow Redirect, then JMet

Re: Performance Differences Java 5 and Java 6

2008-09-22 Thread sebb
On 22/09/2008, Oliver Erlewein (DSLWN) <[EMAIL PROTECTED]> wrote: > Hi Sebb, > > Java 1.6 on the Fedora boxes won't be easy (that's one of the reasons why > I'm doing the upgrade). I'll have a try though. > > I've run Java 1.5.11 tests on Ubu

Re: Performance Differences Java 5 and Java 6

2008-09-22 Thread sebb
rring. Might perhaps be worth splitting one of the instances. Does the slowdown occur even if you run just one instance? One thread? > Cheers Oliver > > > -Original Message- > From: sebb [mailto:[EMAIL PROTECTED] > > Sent: Tue 9/23/2008 09:42 > To: JMeter Users List &g

Re: Outputting variables in .jtl file

2008-09-23 Thread sebb
On 23/09/2008, Pieter Ennes <[EMAIL PROTECTED]> wrote: > Hi, > > I am searching for clever ways to dump some script variables into the > JTL output file, so I can extract the values from there after execution > is done. > > Is there any such thing to think of, or are variables only usable insid

Re: RegExpExtractor result in BeanShell assertion

2008-09-24 Thread sebb
On 24/09/2008, l_u_c_f_e_r_13 <[EMAIL PROTECTED]> wrote: > > Hi. > I get some param (paramName) via Jmeter RegExpExtractor. I set "Match No." > to -1 to use this value in "ForEach Controller". > Now I can access each match by its number (like paramName_1, paramName_5 > etc.) > Could somebody

Re: Conditional looping

2008-09-24 Thread sebb
On 24/09/2008, laredotornado <[EMAIL PROTECTED]> wrote: > > Hi, > > I'm using JMeter 2.3.2 on WinXP. I would like to set up a test whereby I > make an HTTP request to the same web page until an instance of a string no > longer appears in the response. How do i set that up in JMeter? > Check

Fwd: Application Period Opens for Travel Assistance to ApacheCon US 2008

2008-09-25 Thread sebb
-- Forwarded message -- From: Gavin <[EMAIL PROTECTED]> Date: 25 Sep 2008 14:34 Subject: Application Period Opens for Travel Assistance to ApacheCon US 2008 To: [EMAIL PROTECTED] The Travel Assistance Committee is taking in applications for those wanting to attend ApacheCon US 20

Re: Trouble with while controller

2008-09-25 Thread sebb
On 25/09/2008, laredotornado <[EMAIL PROTECTED]> wrote: > > Hi, > > I'm using JMeter 2.3.2 on WinXP. I want to setup a while controller that > exits if the first child request within it is able to match a regular > expression. So here's my while controller in the test plan > > http://screenc

Re: Trouble with while controller

2008-09-25 Thread sebb
Try looking for something that only exists if the user does exist - i.e. rather than looking for failure, look for success. > Thanks, - Dave > > > > sebb-2-2 wrote: > > > > On 25/09/2008, laredotornado <[EMAIL PROTECTED]> wrote: > >> > >>

Re: Changing the hostname jmeter-server reports to the client

2008-09-25 Thread sebb
On 24/09/2008, Jacob Singh <[EMAIL PROTECTED]> wrote: > Hello, > > I'm trying to get distributed search working on ec2 (if anyone has any > results here, would love to hear them). Here's what I've got going: > > The public IP is 75.101.209.34 > and the private IP is 10.252.162.18 > > >

Re: Trouble with while controller

2008-09-25 Thread sebb
request > within the while controller? > Yes, Debug Sampler. It's been mentioned several times in the last week or so, > > Thanks, - Dave > > > sebb-2-2 wrote: > > > > On 25/09/2008, laredotornado <[EMAIL PROTECTED]> wrote: > >> &g

Re: Changing the hostname jmeter-server reports to the client

2008-09-25 Thread sebb
i.server.hostname property. > > > > At present the property is not directly used by JMeter - it was > > assumed that the Java RMI would know what to do when the property is > > defined. Indeed that's what the documentation suggests here: > > > > http://ja

Re: Changing the hostname jmeter-server reports to the client

2008-09-25 Thread sebb
t on JMeter, only on RMI. I don't know why this is not working. > Best, > > Jacob > > > On Fri, Sep 26, 2008 at 3:00 AM, sebb <[EMAIL PROTECTED]> wrote: > > On 25/09/2008, Jacob Singh <[EMAIL PROTECTED]> wrote: > >> -

Re: Multiple CSV files

2008-09-25 Thread sebb
On 25/09/2008, jw68 <[EMAIL PROTECTED]> wrote: > > Can I use multiple CSV Data Set Config's to accomplish the following > scenario: > > I have 2 (or n) csv files and I want to iterate through each line in first > file and for each line in the first file I want to iterate trough each line > in

Re: While Controller Problem

2008-09-26 Thread sebb
On 26/09/2008, Michael McDonnell <[EMAIL PROTECTED]> wrote: > Okay, I should really read the documentation first. I figured it out, I was > supposed to use this: > ${__javaScript(${WORKITEMSEQID} == -1)} > > To make it work. Or you can set the default value to FALSE and just use ${WORKITEMSEQI

Re: Recommended parameters for modelling user request behaviour

2008-09-26 Thread sebb
On 26/09/2008, David Heath <[EMAIL PROTECTED]> wrote: > Hi, > > Hello I'm new to JMeter and this mailing list so firstly, thanks for a > great tool! I'm a web software developer and I'd like to use JMeter to > load test a web application I'm developing. > > I have set up a test which is intende

Re: how do I pass a value obtained in "Thread Group 1" (with "XPath Extractor" from a "WebService(SOAP) Request") to "Thread Group 2" for use as input to "WebService(SOAP) Request"

2008-09-26 Thread sebb
On 26/09/2008, Mark24 <[EMAIL PROTECTED]> wrote: > > In Jmeter 2.3.2, how do I pass a value obtained in "Thread Group 1" (with > "XPath Extractor" from a "WebService(SOAP) Request") to "Thread Group 2" for > use as input to "WebService(SOAP) Request" > > Graphically: > > "Thread Group 1" >

Re: how do I pass a value obtained in "Thread Group 1" (with "XPath Extractor" from a "WebService(SOAP) Request") to "Thread Group 2" for use as input to "WebService(SOAP) Request"

2008-09-26 Thread sebb
On 26/09/2008, Mark24 <[EMAIL PROTECTED]> wrote: > > Thanks for your reply sebb, you are very informative (i've been reading your > answer to questions quite often over the last 3 days ive been using JMeter). > > My grand plan is to regression test my company's

Re: usage of spline graph

2008-09-26 Thread sebb
On 26/09/2008, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi > I have scoured the documentation for an explanation of the spline > visualizer but it is a bit scarce. The document says: "The Spline Visualizer provides a view of all sample times from the start of the test till the end, regard

Re: BeanShell replace String

2008-09-26 Thread sebb
On 26/09/2008, Fabien D. <[EMAIL PROTECTED]> wrote: > > Hi everybody, > > I'm new user of jmeter, and I have a problem. > > I actually use BeanShell to manipulate data. To my data (a string), I want > to replace a string by another one. Example : ${id} => 654789 > In my script, I do this : >

Re: usage of spline graph

2008-09-26 Thread sebb
On 26/09/2008, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi > Thanks for the reply. > > > > -Original Message- > > From: sebb [mailto:[EMAIL PROTECTED] > > Sent: 26 September 2008 15:41 > > To: JMeter Users List > > Subject: R

Re: Problem with self-signed SSL cert - "Unconnected sockets not implemented"

2008-09-26 Thread sebb
Try using the HTTPClient sampler instead. S. On 22/09/2008, Matt Brown <[EMAIL PROTECTED]> wrote: > Also I forgot to mention, here are the details of the certificate when I do > keytool -list -v on the client: > > > Keystore type: jks > Keystore provider: SUN > > Your keystore contains 2 entr

Re: Use of Multiple Thread groups in a test plan

2008-09-27 Thread sebb
On 27/09/2008, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Guys, > I was wondering what would be the test scenario when someone > would want t keep more than one Thread group in a test plan ..can you give > me two or three such cases that pertain to Test plans containing > HTTPSa

Re: Insert Cookies for some requests in a thread group

2008-09-28 Thread sebb
No need to use multiple cookie managers - anyway, they won't work. If the server sets a cookie, it will be seen by JMeter (unless you are using redirect automatically), and JMeter will send any relevant cookies with the next request. If you want to add your own cookies, add them to the cookie man

Re: Insert Cookies for some requests in a thread group

2008-09-28 Thread sebb
goes to the redirected > url with this new cookie. Will this work in Jmeter or do I need to create two > different requests instead of setting "automatic redirection". > No and no - please see: http://jakarta.apache.org/jmeter/usermanual/component_reference.html#HTTP_Requ

Re: how do I pass a value obtained in "Thread Group 1" (with "XPath Extractor" from a "WebService(SOAP) Request") to "Thread Group 2" for use as input to "WebService(SOAP) Request"

2008-09-29 Thread sebb
On 29/09/2008, Mark24 <[EMAIL PROTECTED]> wrote: > > Thanks Sebb. I've tried your suggestions but had hit another snag: > > I call Jmeter at the command window by "Jmeter -Jsecurityid=123" to create a > parameter securityid with default value "123

Re: I have a problem when i run a test plan recorded by proxy.

2008-09-29 Thread sebb
On 29/09/2008, Himanshu Ghai <[EMAIL PROTECTED]> wrote: > here's an asap reply...start comparing the request and responses > from the beginning of your script to the end with what your browser sends.. > wherever you see any difference in the request/cookies/response correct it.. > use a proxy(pa

Re: Unable to use variables in Thread group duration/startup delay

2008-09-29 Thread sebb
On 29/09/2008, Laurent Perez <[EMAIL PROTECTED]> wrote: > Hi > > Does the Thread group element support variables inside Calendar > duration/startup delay fields ? Yes. > I'm using a beanshell postprocessor like : > u1duration = 180; > u1delay = 10; > vars.put("u1duration", String.valueOf(u1

Re: Unable to use variables in Thread group duration/startup delay

2008-09-29 Thread sebb
On 29/09/2008, Laurent Perez <[EMAIL PROTECTED]> wrote: > >> I'm using a beanshell postprocessor like : > > > > > By the time the beanshell post-processor is invoked, the test has > > already started. > > > Sorry, I meant, I'm using a beanshell PREprocessor (very wrong typo) > Same applies to t

Re: Insert Cookies for some requests in a thread group

2008-09-29 Thread sebb
st that needs the specific cookies. If a Sampler finds multiple Cookie Managers in the same scope, then only one CM will be used - as you have found out. However, you can use variables in the Cookie Manager. So if the server does not mind getting extra cookies, you can define the extra cooki

Re: Saving aggregate date to csv over many test runs

2008-09-29 Thread sebb
On 29/09/2008, Jacob Singh <[EMAIL PROTECTED]> wrote: > Hi, > > I'm using paramaterized launches to stress test my application because > I have to run it from a remote server, and therefor changing the value > is a pain the arse. You can use the -G option to define variables that are sent to th

<    1   2   3   4   5   6   7   8   9   10   >