How many users I can run on a single JMeter instance?

2011-09-12 Thread Chinmoy Chakraborty
Hello!! I am running a load test with JMeter. The server is win 2003 server and has 2 gigs memory. I set jmeter memory to 1 gigs. In this setup 500 concurrent users runs fine with 800ms constant timer delay. But if I try 800 or more I see something strange behaviour. What is the maximum users are

Re: Test is not stopping even after error

2006-12-01 Thread Chakraborty
Sebb, I am using post processor regular expression extractor to extract some value from the response. So when an expected response doesn't come regular extractor can't extract proper value. So the next request becomes faulty. I want JMeter to stop there. Hope you understand the problem. Chinm

Test is not stopping even after error

2006-12-01 Thread Chakraborty
Hi All, I am facing a strange problem. I have configured JMeter (2.2) to stop test the moment it encounters any error. Now even after getting parametarization error, the test doesnt stop and continues to run. Any idea what is going wrong? Chinmoy

Re: Extraction of data from HTTP response.

2006-07-28 Thread Chakraborty
Hi, Yes you are right. You need to use Post-Processor Regular Expression Extractor to extract the value. You can try (\D)(\w*)(\D)..though im not sure. Set the template "$2$". You can refer user manual. Chinmoy "Sen, Kakoli" <[EMAIL PROTECTED]> 28-07-06 15:56 Please respond to "JMeter Use

Re: Problem in running Web Test Plan

2006-07-09 Thread Chakraborty
Hi Kakoli, you can add "listners" to get the results. try to use "View Results Tree" to get the request and response messages in the JMeter window. Just go thru the usermanual for better understanding. Chinmoy "Sen, Kakoli" <[EMAIL PROTECTED]> 10-07-06 11:20 Please respond to "JMeter

Re: Passing a file of http requests

2006-06-26 Thread Chakraborty
Hi Jennifer, You can try "Send a File With the Request" option for HTTP request. As you mentioned, put all the content in a text file. Then browse the filename in "Filename" textbox. Next enter your parameter name in the next fiels. Put "text/plain" in MIME Type textbox. Hope this helps. Chin

Re: How to send a file attachment

2006-05-04 Thread Chakraborty
Hi Sebbaz, Actually my url for post request is something like, /abc/index.htm?tar=_top&curscrid=index&id=ec940&val=null Along with the request following are the request data: Accept-Language: en-us,fr;q=0.5 Content-Type: multipart/form-data; boundary=---7d637a81e07fe A

How to send a file attachment

2006-05-04 Thread Chakraborty
Hi All, Using JMeter, Im trying to send a post request and sending a file attachment with that request. Could you please give me some idea, how to send a file attachment in a web application in JMeter? Chinmoy

Re: AW: Setting up JMeter in Eclipse

2005-07-28 Thread Nirmalya Chakraborty
Re: Setting up JMeter in Eclipse > > > I took the jars from the binary distrib's lib dir > > - Original Message - > From: "Nirmalya Chakraborty" > <[EMAIL PROTECTED]> > To: > Sent: Tuesday, July 26, 2005 8:56 AM > Subject: Setting up JMeter in E

Setting up JMeter in Eclipse

2005-07-25 Thread Nirmalya Chakraborty
Hi, I've recently joined this mailing list. I've downloaded the source code of JMeter and want to set it up in Eclipse. But I find that in the build file, it is mentioning a lib folder which is missing in the source code. So what are the dependent jars for JMeter. Can anyone help me to get around t