Re: How to Confirm HTTP Response

2005-10-03 Thread Srinath vaidyanathan
/3/05, Peter Lin <[EMAIL PROTECTED]> wrote: > > > > On 10/3/05, Srinath vaidyanathan <[EMAIL PROTECTED]> wrote: > > > > Hi, > > > > I have a question regarding a web application i'm currently performance > > testing using Jmeter 2.0.3. It's

How to Confirm HTTP Response

2005-10-03 Thread Srinath vaidyanathan
Hi, I have a question regarding a web application i'm currently performance testing using Jmeter 2.0.3. It's actually a online quiz application where users can log on and take multiple-choice quizzes. This is my question. For some quiz questions, There is a media attached to it , in most cases it

Aggregare Report Queer Behavior

2005-09-29 Thread Srinath vaidyanathan
Hello, I'm using jmeter 2.0.3. for stress testing a web application. i have 3 machines running jmeter-server, in my distributed testing setup. My testplan has only SimpleDataWriter listener. I'm also doing the distributed testing in non-gui mode. now my question is this. With the .jtl file that

Question about Constant Timer

2005-09-16 Thread Srinath vaidyanathan
Hi, Will there be any difference in behaviour between the following 2 sample test plans ? In the first one, constant timer is at thread group level, while in the second one , it's under each http request. Sample Test Plan 1: ThreadGroup with 100 threads HTTP Request 1 Consta

Aggregate Report Listener - Question?

2005-09-16 Thread Srinath vaidyanathan
Hi, I'm using jmeter 2.0.3. I have a question regarding the last column in Aggregate report. From the user manual, it seems the last column refers to approximate throughput (request/second). Yet I'm not able to understand it completely. for example, i have 20 different http requests in my test

Re: Simulating more than 1000 Threads from Jmeter

2005-09-08 Thread Srinath vaidyanathan
Hello, Thanks for all the suggestions. Will try them out and come back to report later. srinath On 9/8/05, Peter Lin <[EMAIL PROTECTED]> wrote: > > > http://cvs.apache.org/viewcvs.cgi/*checkout*/jakarta-jmeter/xdocs/usermanual/jmeter_distributed_testing_step_by_step.pdf?rev=1.3.2.1 > >

Simulating more than 1000 Threads from Jmeter

2005-09-08 Thread Srinath vaidyanathan
ulating more than 300-500 threads is not advisable. Therefore, How should I go about simulating that many threads? Thanks Srinath Vaidyanathan

Re: JMeter Question - Regarding virtual hosts

2005-08-23 Thread Srinath vaidyanathan
webserver(192.168.75.1) > > which > > >> hosts the webapplcation. I dont have a external DNS server. Instead I map > > the > > >> domain names with the server address manually in the > > >> C:\WINDOWS\system32\drivers\etc\hosts file in the client machine as >

Re: Sending Parameters with HTTP Request

2005-08-23 Thread Srinath vaidyanathan
ghtweight "browser". > > > > choose SHOW TEXT and you'll see your HTML code ;) > > > > > > nice regards > > Christian > > > > -Ursprüngliche Nachricht- > > Von: Srinath vaidyanathan [mailto:[EMAIL PROTECTED] > > Gesend

Sending Parameters with HTTP Request

2005-08-22 Thread Srinath vaidyanathan
Following is my problem. i'm doing stress test of a web application. using jmeter i've been able to login to the application and go thru' several interior pages (i.e several successful http requests). Then i'm getting stuck at one particular page where i have to click an image. i don't know how