Constant throughput timer not giving expected results

2011-09-08 Thread E S
I'm having some trouble getting the Constant Throughput Timer to work the way I want in certain cases. I have a single thread group of 100 threads, all of which are requesting the same resource over and over for 1 minute. I attached a Constant Throughput Timer on the thread group and ran a series

Re: Can i use program to generate the jmeter script

2011-09-08 Thread freesky
Thank you for your replies. Actually, what I mean is, for example, there is a http request 'www.google.com', then can I use program to translate this request to jmeter script? Thanks! -- View this message in context: http://jmeter.512774.n5.nabble.com/Can-i-use-program-to-generate-the-jmeter-sc

Re: Very long tests with huge JTL log file

2011-09-08 Thread Tonimenen
The idea was doing some kind of rotatelog in JTL, and analyze old files generated with other jmeter in gui mode, and after analyzing droping old JTL files. Enviado desde mi iPad El 08/09/2011, a las 20:21, Shay Ginsbourg escribió: > Fine. > Thanks. > > > > > > > > > >*Shay Ginsbo

Re: Very long tests with huge JTL log file

2011-09-08 Thread Shay Ginsbourg
Fine. Thanks. *Shay Ginsbourg* Regulatory & Testing Affairs Consultant Formerly QA Manager of LoadRunner at Mercury Interactive M.Sc. cum laude in Bio-Medical Engineering M.Sc. in Mechanical Engineering *Work:* 035185873 *Mobile:* 0546690915 *Email:* sginsbo...@gmail.com

Re: Very long tests with huge JTL log file

2011-09-08 Thread sebb
On 8 September 2011 18:49, Shay Ginsbourg wrote: > Adding a summary line (to jmeter.log) is an interesting option. > How is the "Summariser" specified in a script? > http://jakarta.apache.org/jmeter/usermanual/component_reference.html#Generate_Summary_Results > > > > > > > >    *Shay Ginsbourg*

Re: Very long tests with huge JTL log file

2011-09-08 Thread Shay Ginsbourg
Adding a summary line (to jmeter.log) is an interesting option. How is the "Summariser" specified in a script? *Shay Ginsbourg* Regulatory & Testing Affairs Consultant Formerly QA Manager of LoadRunner at Mercury Interactive M.Sc. cum laude in Bio-Medical Engineering M.Sc. in M

Re: Very long tests with huge JTL log file

2011-09-08 Thread sebb
If you want to get a rough idea of the test performance, you can add a Summariser which will log a summary line (to jmeter.log) every so often - 3 mins by default. This works also in non-GUI mode. On 8 September 2011 18:35, Deepak Shetty wrote: >> DO you know anyway to rotate the log JTL file ?

Re: Very long tests with huge JTL log file

2011-09-08 Thread Deepak Shetty
> DO you know anyway to rotate the log JTL file ? ditto to what everyone else is saying - you dont want to do this. just load it up into your favorite rdbms or OLAP tool and analyse from there. On Thu, Sep 8, 2011 at 9:26 AM, Toni Menendez Lopez wrote: > Hello, > > I am going to execute a tests f

Re: Very long tests with huge JTL log file

2011-09-08 Thread Oliver Lloyd
I've run tests like this resulting in jtl files greater than 25GB, I used the method mentioned by Nermin, running over 20 servers each running a test that was configured to execute only 5% of my target load. Works absolutely fine. (Note. Amazon is your friend for such shenanigans.) Obviously: use

Re: Issue with Reular Expression

2011-09-08 Thread Deepak Shetty
hi so there are (atleast) these possibilities 1. You arent sending the data correctly (or not extracting it correctly) 2. You are sending some other data that the server doesnt expect in the form fields (which is what __EVENTVALIDATION validates) 3. perhaps you arent maintaining session correctly (

Re: Very long tests with huge JTL log file

2011-09-08 Thread Nermin CALUK
First ideas that come to my mind: - split your test into, say, 5 consecutive threads, each one doing 20% of your test and writing into a separate file OR experiment with a nested loop to achieve this (you can use timestamp variable as a part of the name of your file, or you can use counter if y

Re: Very long tests with huge JTL log file

2011-09-08 Thread apc
I know none. But what the problem with huge files? Why you don't like them? - -- Andrey Pohilko JP@GC Maintainer -- View this message in context: http://jmeter.512774.n5.nabble.com/Very-long-tests-with-huge-JTL-log-file-tp4783083p4783110.html Sent from the JMeter - User mailing list archive

Very long tests with huge JTL log file

2011-09-08 Thread Toni Menendez Lopez
Hello, I am going to execute a tests for 3 days, it will made me to have a very long JTL file. DO you know anyway to rotate the log JTL file ? Toni.

Re: Issue with Reular Expression

2011-09-08 Thread Oliver Lloyd
You really do need to get into that View Results Tree listener. You could post the request / response stack to this thread - detail like this is remarkably useful. Try using this regexp to grab the viewstate: http://www.http503.com/ -- View this message in context: http://jmeter.512774.n5.nabbl

Re: POST REST WebService in jmeter

2011-09-08 Thread eniveld
Thanks for the tip sebb - I went back and tried to get the SOAP/XML-RPC element working in my REST test case (I earlier couldn't get it working), and this time I got it working. Possibly the reason it didn't work before is that it doesn't seem to pick up the HTTP request defaults. Guess that is b

Re: Issue with Reular Expression

2011-09-08 Thread chanda
Thanks, I tried with the same approach with my application but it says "The state information is invalid for this page and might be corrupted" -- View this message in context: http://jmeter.512774.n5.nabble.com/Issue-with-Reular-Expression-tp4770195p4782707.html Sent from the JMeter - User maili

Re: How to record different action

2011-09-08 Thread vamba
thanks for ur reply deepak but i cant able to work it out ..sorry .im just new to jemter so i cant able to come with ur answer .if u dnt mind can u pl tel me the steps to do -- View this message in context: http://jmeter.512774.n5.nabble.com/How-to-record-different-action-tp4770103p4782264.h

Reg: JUnit Request

2011-09-08 Thread Shirish
Hello Friends, While working with JMeter I developed some odd number of Test Plans incorporating important Business scenarios (like 2-3 Test Plans). I executed them as per the needs and presented their results to team. (Traditional JMeter Approach which I worked on) Currently I am working on JMet

Re: Can i use program to generate the jmeter script

2011-09-08 Thread Carlos Fillol Sendra
Maybe what you want is to store a JMeter script while you are navigating with a browser. For that purpose you can use JMeter "Http Proxy Server" component. You can find a step by step tutorial in JMeter's website: http://jakarta.apache.org/jmeter/usermanual/jmeter_proxy_step_by_step.pdf It describ

Re: Can i use program to generate the jmeter script

2011-09-08 Thread sebb
On 8 September 2011 10:42, freesky wrote: > Like Selenium, we can write the program to generate/run the Selenium script, > so can we use program to generate the JMeter script?  Thanks in advance! JMeter scripts are text files, so you can use just about any programming or scripting languange you w

Re: Can i use program to generate the jmeter script

2011-09-08 Thread Vance Zhao
"bad boy" could be a suitable choice for you. Do not know if it can be read in the jmetet2.5 And you can write your own java testing scripts invoking jmeter source codes. On Sep 8, 2011 5:51 PM, "freesky" wrote: > Like Selenium, we can write the program to generate/run the Selenium script, > so ca

Can i use program to generate the jmeter script

2011-09-08 Thread freesky
Like Selenium, we can write the program to generate/run the Selenium script, so can we use program to generate the JMeter script? Thanks in advance! -- View this message in context: http://jmeter.512774.n5.nabble.com/Can-i-use-program-to-generate-the-jmeter-script-tp4781872p4781872.html Sent fro