Testing Delphi interface - Please help me

2004-04-29 Thread Eda Srinivasareddy
Hi all We have an n-tier client/server application. This application is written primarily in Visual Basic, but has interfaces to server applications in Delphi. Now my company is planning to test this application for performance with 100 concurrent users. Can I use JMeter for testing this

Assigning different IPs for different Virtual Users from the same Machine

2004-04-06 Thread Eda Srinivasareddy
Hi All My web application reads the IP of the client machine from which a particular request came to it using httpServletRequest.getRemoteAddr(). Lets think that there are 10 users accessing this application from 10 different machines. Thereby the application reads 10 different IP addresses

Non HTTP Response Code

2004-03-01 Thread Eda Srinivasareddy
Hi All We are frequently getting 'Non HTTP Response Code' when we are load testing our application through JMeter. I read in one user mail that we can avoid this response code by including 'Cookie Manager' in the script. So we included Cookie Manager in our script. Even then we are getting

Reasons for 400 Bad Request: length of DscspRequest invalid

2004-03-01 Thread Eda Srinivasareddy
Hi I have the following problem in accessing our Application Server through JMeter. When I give a request to this server from a Java Client Application it is giving 200 response code i.e. properly responding. But when I am trying the same request from JMeter it is giving me the following

RE: Non HTTP Response Code

2004-03-01 Thread Eda Srinivasareddy
) requests. With regards, Sonam Chauhan -- Corporate Express Australia Ltd. Phone: +61-2-9335-0725, Fax: 9335-0753, Email: [EMAIL PROTECTED] -Original Message- From: Eda Srinivasareddy [mailto:[EMAIL PROTECTED] Sent: Monday, 1 March 2004 10:24 PM To: JMeter User List Subject: Non HTTP

How Baseline Test Results are useful?

2004-02-12 Thread Eda Srinivasareddy
Hi All Somewhere I read that the results of a ‘Baseline Test’ are used as baselines in a ‘Load Test’. Though I got the essence of this statement, I don’t know how to use them practically. Regarding this following are some of my doubts How the results of a ‘Baseline Test’ will be used in

Constant Timer Doubt

2004-02-11 Thread Eda Srinivasareddy
Hi All My Thread Group contains the following elements Constant Timer (20seconds at Thread Group level) HTTP Sampler1 HTTP Sampler2 Lets think that the execution of HTTP Sampler1 started at 10:30:05 A.M. for a user. If the response time for HTTP Smapler1 is 10seconds, when will the

Re: Constant Timer Doubt

2004-02-11 Thread Eda Srinivasareddy
Timer, which introduces a variable delay so that the rate at which samplers occur remains constant. -- Salut, Jordi. Eda Srinivasareddy wrote: Hi All My Thread Group contains the following elements Constant Timer (20seconds at Thread Group level) HTTP Sampler1 HTTP Sampler2 Lets

Writing a new sampler of asynchronous type - suggestions please

2004-01-18 Thread Eda Srinivasareddy
Hi All I want to write a sampler for a protocol, which is of asynchronous type. I mean in this protocol there is no mechanism to match a response to any of the requests. Can I use any one of the existing samplers as an example to create my sampler? Thanks Eda

Re: Error: Problem with SAX implementation

2004-01-09 Thread Eda Srinivasareddy
Hi Shawn We also received this message several times. After some study we came to know that one of the following two things caused the problem 1. When we edited the .jmx file in an editor one or the other tag was not closed properly i.e. the xml structure is disturbed. 2. This reason looks

Remote Testing - Sending results to the controller from remote server

2003-12-23 Thread Eda Srinivasareddy
Hi All As the controller is utilizing more CPU utilization in the remote testing with more number of users, I wanted to follow a different approach. It is neither sending the sample events live nor sending them at the end of the test. I wanted to send them in batch mode, where the batch size

Regular Expressions - Doubts

2003-12-16 Thread Eda Srinivasareddy
Hi all Following are some of the doubts that we got while using for testing one of our applications? 1. Is there any way to find out the last Match number of the template of a regular expression instead of finding randomly by using 0 or by using some number say N to find the Nth Match

Re: Subject: Re: JMeter remote test performance problems?

2003-12-09 Thread Eda Srinivasareddy
Hi Can any one provide the sequence diagrams (if not the diagrams, at least steps involved) for a distributed GUI and NON-GUI test modes. Thanks Regards Eda - Do you Yahoo!? New Yahoo! Photos - easier uploading and sharing

RE: Subject: Re: JMeter remote test performance problems?

2003-11-27 Thread Eda Srinivasareddy
. Eda Srinivasareddy wrote: Hi I could not get the meaning of the following sentence of Mike's response to the remote test performance problem The important thing here is to start and stop all the instances are around the same time. It would be great if any one can give me

JMeter remote test performance problems?

2003-11-27 Thread Eda Srinivasareddy
nice to have such a good piece of functionality. I think you would not mind to share such a good piece with the rest of the team. Please let me know from where I can get your piece of work. Thanks Eda Eda Srinivasareddy [EMAIL PROTECTED] wrote: Hi Mike and Sebastian Thank you

Subject: Re: JMeter remote test performance problems?

2003-11-24 Thread Eda Srinivasareddy
Hi I could not get the meaning of the following sentence of Mike's response to the remote test performance problem The important thing here is to start and stop all the instances are around the same time. It would be great if any one can give me the importance of this statement i.e.