Re: Regular Expression

2009-02-12 Thread maturipradeep
Thanks now it is working. sebb-2-2 wrote: > > On 10/02/2009, maturipradeep wrote: >> >> Hi All, >> >> I have a scenario like Login --> create Account --> Print Account >> Details in >> this scenario Print Account details is a Link. if we click on this link >> we >> can see the account deta

Re: Setting the max retry count when using "HTTP Request HTTPClient" Sampler?

2009-02-12 Thread Will McQueen
Hi Sebb, >>> Try it and see? Nope, didn't work... I'm looking at HttpClient's prefs page: http://hc.apache.org/httpclient-3.x/preference-api.html ...and I see other prefs (besides http.method.retry-handler) which take a value that can't be expressed in a known/documented String format. F

Re: Matching an entire response using the regex post-processor

2009-02-12 Thread George Barnett
On 12/02/2009, at 10:16 PM, sebb wrote: Use the Save Response to a File test element, and then upload the file. http://jakarta.apache.org/jmeter/usermanual/component_reference.html#Save_Responses_to_a_file You will need to see what filename it generates and adjust the plan accordingly. H

Re: Setting the max retry count when using "HTTP Request HTTPClient" Sampler?

2009-02-12 Thread sebb
On 12/02/2009, Will McQueen wrote: > > Hi, > > How can I set the max retry count for the HTTP Request HTTPClient (ie, the > sample that uses Apache's http client)? > > In the jmeter.properties file, I see: > http.java.sampler.retries= > ...but that seems to be for the default "Http Javat

Re: Question regarding user logging in distributed tests...

2009-02-12 Thread sebb
On 12/02/2009, Kirin0 wrote: > > I have a .jmx file that I've been using to perform tests via command line for > multiple users against a test server. > > The command that I've been using to perform the tests is: > > Jmeter –n –t BaselineThroughput.jmx –Jusers=# -l log#.jtl > > Where # is th

Setting the max retry count when using "HTTP Request HTTPClient" Sampler?

2009-02-12 Thread Will McQueen
Hi, How can I set the max retry count for the HTTP Request HTTPClient (ie, the sample that uses Apache's http client)? In the jmeter.properties file, I see: http.java.sampler.retries= ...but that seems to be for the default "Http Javat" Java HTTP implementation ("HTTP Request" sampler) ra

Question regarding user logging in distributed tests...

2009-02-12 Thread Kirin0
I have a .jmx file that I’ve been using to perform tests via command line for multiple users against a test server. The command that I’ve been using to perform the tests is: Jmeter –n –t BaselineThroughput.jmx –Jusers=# -l log#.jtl Where # is the number of simultaneous users I want for the t

Far future Expires header and HTTP Cache Manager

2009-02-12 Thread Chris Copeland
Hello, I use a far future Expires header for static content in my web application (technique described at http://www.askapache.com/htaccess/apache-speed-expires.html). I am using the HTTP Cache Manager in my test plan to simulate the browser cache. From the documentation this component only supp

RE: How to calculate the total test running time

2009-02-12 Thread sjunejo
OK...Why cant i just calculate the time from jmeter.log file then if i really have to calculate. End - start time of the test and you get proper result. I am trying your method ...lets c what i m going to have Thanks Suvendu_Mohapatra wrote: > > Hi, > > You have to do simple mathematical ca

RE: How to calculate the total test running time

2009-02-12 Thread Suvendu_Mohapatra
Hi, You have to do simple mathematical calculation in excel sheet. After saving the table data in aggregate report, export these data to excel sheet. Then consider the "samples" and "average" column of TOTAL and multiply these two fields. I think this helps. Thanks and Regards Suvendu Kumar m

RE: How to calculate the total test running time

2009-02-12 Thread sjunejo
I am restoring the database at the moment but which field of aggregate graph or report will give me the total time. If i succeded in the process i'll posta n answer here. thanks for your reply. Regards Suvendu_Mohapatra wrote: > > HI, > > I think you need to go for 10 simple control

RE: How to calculate the total test running time

2009-02-12 Thread Suvendu_Mohapatra
HI, I think you need to go for 10 simple controllers instead of thread groups and add these controllers to transaction controller under a thread group. Now add a aggregate report or graph to the thread group and run it. I think this will solve your problem. Thanks and Regards Suvendu

RE: Matching an entire response using the regex post-processor

2009-02-12 Thread Suvendu_Mohapatra
Hi, Please try (\d+\w) regex for extraction. Thanks and Regards Suvendu Kumar mohapatra -Original Message- From: George Barnett [mailto:gbarn...@atlassian.com] Sent: Thursday, February 12, 2009 12:56 PM To: JMeter Users List Subject: Matching an entire response using the regex post-pro

Resetting a "Counter" Preprocessor

2009-02-12 Thread Noel O'Brien
Hi All, Is it possible to reset a counter preprocessor? I've been pulling my hair out about it all morning. I've got a For Each controller which contain a Simple controller and a Loop controller respectively. The loop controller contains a Counter, which I would like to reset each time the For

Re: Jmeter response time

2009-02-12 Thread sjunejo
Check this linkthis is one way ..not efficient but atleast better than nothing... http://www.nabble.com/How-to-calculate-the-total-test-running-time-td4086486.html#a4086486 Thanks vetalok wrote: > > hi! > How can I calculate the whole(or total time of exucuting 2 or 3 requests) > time of

Re: How to calculate the total test running time

2009-02-12 Thread sjunejo
Same problem...No way to find out the total run time of the whole test plan. I have 10 thread grioups all injecting data in application at the same time. But not a single option i founf which can give me the total duration. The only way i am working with right now is to calculate the total time

Re: How to extract and send multiple dynamic checkbox parameters??

2009-02-12 Thread wicky_boy
I need to be able to detect how many items there are in the response data then POST the items as parameters at run time. sebb-2-2 wrote: > > On 09/12/2008, wicky_boy wrote: >> >> Hi All, >> >> Jmeter newbie here. >> >> On a user level in a .jsp page I have a list of items with same pattern

Re: Matching an entire response using the regex post-processor

2009-02-12 Thread sebb
On 12/02/2009, George Barnett wrote: > Hi, > > I have a HTTP sampler which performs a get onto a page. The response is a > binary word document attachment. > > I'd like to PUT this back up onto the server, but need to easily extract > it. So far, I'm having no problem with the PUT - I'm using

RE: What variable does present "Server Name or IP" field from "HTTP Request Defaults"

2009-02-12 Thread Steve Kapinos
They are not saved as variables. If you are already using the debug sample, then I assume you are using the results tree as well? Simply look at the 'response' tab for your sampler in the results tree to see what was used -Original Message- From: yaroslav1 [mailto:slavk...@yahoo.com] Se

Re: Displaying JMeter reports in CruiseControl

2009-02-12 Thread Mahoon
Hi Brau, I'm sorry I am not here to answer your question but I wanted to ask you a question. My question is how to Integrate the Cruise Control with JMeter? Please guide me step by step process Coz I am new to Cruise Control. Thanks in advance. -- Abdul Braulio wrote: > > Hi All, > I've succes