Re: 404 errors

2011-09-20 Thread jgagnon
Thanks Deepak. Option B worked very well I can see the css and the png's in the responses -- View this message in context: http://jmeter.512774.n5.nabble.com/404-errors-tp4810204p4821648.html Sent from the JMeter - User mailing list archive at Nabble.com.

Re: Get max or min Value of a Variable or Regular Expression

2011-09-20 Thread dino7777
Thx for this suggestion. First I will describe the problem a little more detailed. I am testing a web application that creates new records for some db tables. When I create a new record, i.e. fill in all needed data and click save, a new tuple is created and this is reflected in the URL. After I

Re: Monitor result in jmeter

2011-09-20 Thread vamba
thanks a lot ...have i tried that plugin ..its not working fine for me ...not able to open the link ... -- View this message in context: http://jmeter.512774.n5.nabble.com/Monitor-result-in-jmeter-tp4818506p4821841.html Sent from the JMeter - User mailing list archive at Nabble.com.

Re: Get max or min Value of a Variable or Regular Expression

2011-09-20 Thread sebb
On 20 September 2011 08:37, dino past...@gmail.com wrote: Thx for this suggestion. First I will describe the problem a little more detailed. I am testing a web application that creates new records for some db tables. When I create a new record, i.e. fill in all needed data and click save,

Re: kingry...@gmail.com

2011-09-20 Thread apc
Do you use some Post-Processors, Extractors? Maybe you missed some more parameters to pass between requests, like sessionID or smth like this. - -- Andrey Pohilko JP@GC Maintainer -- View this message in context: http://jmeter.512774.n5.nabble.com/kingrythm-gmail-com-tp4818748p4822036.html

Re: Get max or min Value of a Variable or Regular Expression

2011-09-20 Thread dino7777
Yes sure I have tried RegEx to captcher URL The prob is when I click save (no id need till here) I get a new URL that contains the ID I have set RegEx to read out ID before, as child, ... but nothing. *The key problem is this: when I click save it seems as instanly a new URL is generated and

Re: Get max or min Value of a Variable or Regular Expression

2011-09-20 Thread sebb
On 20 September 2011 11:29, dino past...@gmail.com wrote: Yes sure I have tried RegEx to captcher URL The prob is when I click save (no id need till here) I get a new URL that contains the ID What do you mean by that? How is the URL communicated to you?

Re: Get max or min Value of a Variable or Regular Expression

2011-09-20 Thread dino7777
See my previous post please. As mentioned: two http request are generated after clicking safe, and the second one needs id as parameter. I tried to read it out, but no success right now. -- View this message in context:

Re: Get max or min Value of a Variable or Regular Expression

2011-09-20 Thread ZK
Do you have success with the RegEx capturing the id(s) ? After you send your 1st request can you use the Regular Expression Extractor to extract the total number of matches found? Like this: RegEx extractor: Reference Name: FirstID Regular Expression: id=(\d+) Template: $1$ Match No: -1 Default

Re: Get max or min Value of a Variable or Regular Expression

2011-09-20 Thread sebb
On 20 September 2011 11:38, dino past...@gmail.com wrote: See my previous post please. Yes, I read it, but it's not clear. As mentioned: two http request are generated after clicking safe, and the second one needs id as parameter. What generates the requests? Or do you mean responses?

Re: Get max or min Value of a Variable or Regular Expression

2011-09-20 Thread dino7777
thx all, this dmd id make me angry. reading the max id from a table view may not be the best possible solution. take that e.g. records 101 and 100 have been deleted. table view would show 99 as max id. generating a new record with id 99+1=100 would result in an error, as this (PK) id is already

Re: Get max or min Value of a Variable or Regular Expression

2011-09-20 Thread dino7777
@sebb-2-2 I'll try to describe the problem more detailed. I record the test steps by starting a http proxy. When I generate a new record, i.e. fill out all needed data and proceed with safe, following two http request are recorded 1. http request get on side .../new.htm parameters are all

Re: Get max or min Value of a Variable or Regular Expression

2011-09-20 Thread dino7777
Hi kingrythm, tried your expression, but no luck. I do not see the prob in the regEx. Please see my previous post. I need an ID that is (automatically) posted after saving a record. But I do not see any way to read this value out. Please see my previuos post. It describes what test steps are

Re: Get max or min Value of a Variable or Regular Expression

2011-09-20 Thread dino7777
thx kingrythm, but I don't get u? could u please read my post from 1:31pm I guess this describes my problem could u please explain no 5 too correlated the dynamic values... -- View this message in context:

Re: kingry...@gmail.com

2011-09-20 Thread Oliver Lloyd
Remember, ViewState and ViewState MAC are probably two different values requiring two different regexps. - http://www.http503.com/ -- View this message in context: http://jmeter.512774.n5.nabble.com/kingrythm-gmail-com-tp4818748p4822332.html Sent from the JMeter - User mailing list archive

Re: Get max or min Value of a Variable or Regular Expression

2011-09-20 Thread sebb
On 20 September 2011 12:31, dino past...@gmail.com wrote: @sebb-2-2 I'll try to describe the problem more detailed. I record the test steps by starting a http proxy. When I generate a new record, i.e. fill out all needed data and proceed with safe, following two http request are

Re: Store extracted data in a file

2011-09-20 Thread bisbis
Hello, I have tried with the Dummy Sampler and Flexible File Writer but it doesn't work I have a few questions... I have a Loop controller and inside of it I have the create_customer request. This request returns me the id (number) of the customer. This is the one that I need to store in the

Re: Store extracted data in a file

2011-09-20 Thread apc
Your plugins setup seems ok, it is placed and configured well for your task. The FFW will create the file, if file exists it will be appended with data. Location of the file for your configuration 'testResults.txt' will be in JMeter current dir. It may be your home dir, JMeter bin dir or other

JMeter GUI vs JMeter Server

2011-09-20 Thread kootsoop
I am starting to run distributed testing using JMeter, but have been using the JMeter GUI for some time. Now, when I compare running the a test plan in a server (local or remote) versus running the same test plan in the GUI, I get markedly different results. Below is a plot of the two: the first

Re: Need suggestion

2011-09-20 Thread vish
Thanks kingrythm, I am actually using Transaction controllers for each report load and aggregate graph in my script. The information I was looking out was what more scenarios can I try besides simultaneously or randomly executing Thanks, Vish - Thanks, Vish -- View this message in context:

Re: Jmeter Performance using, jmeter-server VS running in the local instance

2011-09-20 Thread kootsoop
For the record: http://jmeter.512774.n5.nabble.com/JMeter-GUI-vs-JMeter-Server-td4822852.html I am seeing similar problems with JMeter as Eric came across. Running in the GUI, I get ~1400 requests per second; running the same test plan in the server mode, I only get about 400 requests per

Re: Jmeter Performance using, jmeter-server VS running in the local instance

2011-09-20 Thread sebb
On 20 September 2011 17:19, kootsoop koots...@gmail.com wrote: For the record: http://jmeter.512774.n5.nabble.com/JMeter-GUI-vs-JMeter-Server-td4822852.html I am seeing similar problems  with JMeter as Eric came across. Running in the GUI, I get ~1400 requests per second; running the same

Re: JMeter GUI vs JMeter Server

2011-09-20 Thread Oliver Lloyd
Do you also get different response times? And are you pacing these requests using timers or are they just going as fast as they can? - http://www.http503.com/ -- View this message in context: http://jmeter.512774.n5.nabble.com/JMeter-GUI-vs-JMeter-Server-tp4822852p4823274.html Sent from the

Re: JMeter GUI vs JMeter Server

2011-09-20 Thread patelakhil
Have you tried to run using command line from server as well as local machine? Even try to avoid RDP of server during load test execution. Save the results on the same machine from which are your starting the test execution. This difference may be due to servers communication with local instance

Re: Jmeter Performance using, jmeter-server VS running in the local instance

2011-09-20 Thread kootsoop
Remember that the server is controlled from the client, also all responses are sent back to the client. Yes, I understand that. So if the client system is slow, or the network connection to the server is slow, then this can affect the server system throughput. The network is not slow; it's

Re: Nested While controller Loops question

2011-09-20 Thread Bruce Wobbe
Thanks Deepak, I went with the aggregator approach of step 3 ,it adds some overhead to my tests but works pretty simly Bruce On Mon, Sep 19, 2011 at 9:22 PM, Deepak Shetty shet...@gmail.com wrote: The problem is if you have Recycle as true , you never get EOF, if you have recycle as false

Re: Nested While controller Loops question

2011-09-20 Thread Deepak Shetty
hi sure - but its talso the most efficient way for Jmeter. we usually have an additional step in ANT to do all these tasks - before kicking off jmeter regards deepak On Tue, Sep 20, 2011 at 1:46 PM, Bruce Wobbe br...@thewobbes.com wrote: Thanks Deepak, I went with the aggregator approach of

Re: kingry...@gmail.com

2011-09-20 Thread Oliver Lloyd
Follow the logical path: If the script works with 1 user but fails with multiple users then maybe you have a load issue? So, what rate of requests are you running at? What happens with one thread over multiple iterations? What about 2 over multiple iterations? Are you using pacing? Or: Does the