Re: Support for ASP.NET WebForm_PostBackOptions in JMeter

2009-01-12 Thread Sujesh
Yes, I tried using HTTP URL rewrite to fetch __VIEWSTATE, __EVENTTARGET kind of arguments from previous request, still it is not wrking. ~ Suj Hi Suj, Your example is showing that "__VIEWSTATE" parameter is a constant. When I was testing my .NET application I found that the parameter from requ

Re: JMeter and 404's

2009-01-12 Thread sebb
On 12/01/2009, George Barnett wrote: > Hi, > > I've got a test suite that tests for missing pages as we have a custom 404 > handler which needs perf testing. > > I check the response to ensure the response code matches 404 however JMeter > seems to unconditionally mark 404 responses as failed. >

JMeter and 404's

2009-01-12 Thread George Barnett
Hi, I've got a test suite that tests for missing pages as we have a custom 404 handler which needs perf testing. I check the response to ensure the response code matches 404 however JMeter seems to unconditionally mark 404 responses as failed. Is there a workaround for this? George --

Re: JMeter unable to initiate desired number of threads per minute

2009-01-12 Thread sebb
On 09/01/2009, Ragini Thakur wrote: > We are using JMeter for performance testing of the application/server. > Our aim is to initiate X number of requests per minute and record the > response time of the request calls, at different load conditions i.e. we > send the fixed number of the requests

Re: Jmeter crashes with "swap space" error for us

2009-01-12 Thread sebb
On 11/01/2009, GeeTee wrote: > > Hi everyone, > > We wanted to load test our online services using JMeter but were unable to > load test for heavy loads due to JMeter crashes with "swap space" error. I What is the exact Java error message? AFAIK,"swap space" is an OS error rather than a JVM er

Re: distributive testing. Slave machines can't read from .properties file

2009-01-12 Thread sebb
Or you can use the -G command-line switch to send individual properties to all the servers: http://jakarta.apache.org/jmeter/usermanual/get-started.html#options On 12/01/2009, Fitzpatrick, Adrian wrote: > > Hi, > > No, jmeter does not send props files, so you need to copy them to all test > m

Re: 503 service unavailable error

2009-01-12 Thread sebb
On 12/01/2009, aidy lewis wrote: > Hi, > > I am receiving 503 (service unavailable error). > > Thread Name: Thread Group 1-1 > Sample Start: 2009-01-12 11:03:24 GMT > Load time: 109 > Latency: 109 > Size in bytes: 1221 > Sample Count: 1 > Error Count: 1 > Response code: 503 > Response me

Re: Frequency controller

2009-01-12 Thread sebb
On 12/01/2009, John Coleman wrote: > Hi, > > In our JMeter test we fire requests to the server every second in a > loop. However, every n runs of the loop we want to fire an another > additional request off. > > At present we do an if controller, but the condition in the if > controller uses

RE: Support for ASP.NET WebForm_PostBackOptions in JMeter

2009-01-12 Thread Steve Kapinos
__viewstate and __eventvalidation will tend to vary. __eventtarget's significance will depend on the application... but if __viewstate or __eventvalidation are incorrect, ASP.NET will spit it out with a 500 error. I do a GET on the page, extract with regex __viewstate and __eventvalidation and su

Re: Support for ASP.NET WebForm_PostBackOptions in JMeter

2009-01-12 Thread yaroslav1
Hi Suj, Your example is showing that "__VIEWSTATE" parameter is a constant. When I was testing my .NET application I found that the parameter from request-to-request was different, and I "extracted" the parameter value from previous request for using in next one. May be this is your problem. Als

RE: distributive testing. Slave machines can't read from .properties file

2009-01-12 Thread Fitzpatrick, Adrian
Hi, No, jmeter does not send props files, so you need to copy them to all test machines. As an alternative solution, you could map network drives and/or create shortcuts/symbolic links so that slave PCs were reading properties from the same location as (on) the master. Regards, Adrian -Ori

distributive testing. Slave machines can't read from .properties file

2009-01-12 Thread liza_dl
Hi! I'm doing distributed testing, one master machine and two slave machines. Is it possible to run test plan from master machine in non-Gui mode? If yes, than here is my real question: Jmeter sends test plan to all slave machines. Does it also send .properties files? I've got a test.properties f

Problem with login on jsp page with https protocol

2009-01-12 Thread Heidi Nuhm
Hi, I'm a little bit new on Jmeter and my Problem is, that I've got an Login.jsp with https protocol. But my test plan cannot login and test the other pages. I've recorded it in Badboy, but when I export it to Jmeter, the part of the Login disappears, so I've written the http request on my own. Bu

503 service unavailable error

2009-01-12 Thread aidy lewis
Hi, I am receiving 503 (service unavailable error). Thread Name: Thread Group 1-1 Sample Start: 2009-01-12 11:03:24 GMT Load time: 109 Latency: 109 Size in bytes: 1221 Sample Count: 1 Error Count: 1 Response code: 503 Response message: Service Unavailable Response headers: HTTP/1.0 503 Service U

Frequency controller

2009-01-12 Thread John Coleman
Hi, In our JMeter test we fire requests to the server every second in a loop. However, every n runs of the loop we want to fire an another additional request off. At present we do an if controller, but the condition in the if controller uses a beanshell reference. This seems to be very slow and s