Re: Error while launching JMeter 2.3.3

2009-06-23 Thread M.Vijaya Bhaskar
Hi Anwar, Try this one its worked for me. Edit the jmeter.bat file Comment this line in jmeter.bat set DUMP=-XX:+ HeapDumpOnOutOfMemoryError It will work Thanks Vijay On Tue, Jun 23, 2009 at 11:26 AM, Anwaruddin Mohammad anwaruddi...@ocimumbio.com wrote: Dear JMeter users, While

RE: How to pass on Session id in case of Web Services

2009-06-23 Thread Rekha Malik
Hi, Yes, I am making a separate call to get this session id. I am logging into an application and want to retain that session id for testing the rest of the web services in my application. Please suggest some easy method to do this as I am not comfortable in using Regular expression extractor

how can use another system for Rerports stats

2009-06-23 Thread gpub
Hi, I am using the 2 systems 1 where i can using GUI;s and running my scripts and i dont know how will i use another to generate the reports/Listeners as same scripts will probably used on both system, And i do not want to slow down my system so using only view result tree(donlt want to use

RE: Error while launching JMeter 2.3.3

2009-06-23 Thread Anwaruddin Mohammad
I did try to comment set DUMP=-XX:+ HeapDumpOnOutOfMemoryError, but following exception is given by system Exception in thread main java.lang.UnsupportedClassVersionError: org/apache/jmeter/NewDriver (Unsupported major.minor version 48.0) Regards Anwar -Original Message- From:

Using SSH tunnelling for remote server

2009-06-23 Thread Ruben Faelens
Hi, I'm trying to run the jakarte jmeter remote server. It doesn't want 127.0.0.1 as its local IP address. However, I want to use SSH tunneling to access this server. I don't want to open any ports on the firewall for something trivial as JMeter. So did anyone manage to use the jmeter-server

RE: Loop controller question

2009-06-23 Thread Stromas, Aaron (NIH/OD) [C]
Thanks Deepak, I arrived at the same conclusion and it's good to have it confirmed. -a -Original Message- From: Deepak Shetty [mailto:shet...@gmail.com] Sent: Monday, June 22, 2009 3:53 PM To: JMeter Users List Subject: Re: Loop controller question Youll have to use beanshell(or

Variances between automated and manual tests

2009-06-23 Thread Badeau, Kevin (DPH)
Hello folks, We are using jMeter to capacity test an application we are considering purchasing. When we ramp up to 500 concurrent users jMeter is reporting response times under 5 seconds and it appears it is stepping through all the functionality we are asking it to do. This is very

Re: Variances between automated and manual tests

2009-06-23 Thread Andrew Melnyk
Hi Kevin, There are several reasons why you can see such picture: 1.) Your jmeter scripts don't do what they intended to do. Make sure that you have implemented in your tests assertions which guarantee that tests doing right things. 2.) Jmeter not a browser so if there is a rendering of content

RE: Variances between automated and manual tests

2009-06-23 Thread Badeau, Kevin (DPH)
I appreciate the response. Point number 2 is one I've considered and would like to understand more of... What exactly does it mean to say jMeter is not a browser? One would be under the impression that jMeter is going through the same or similar interface as a living breathing end user would as

Re: Error while launching JMeter 2.3.3

2009-06-23 Thread Deepak Shetty
you are probably using java 1.3, set your path to have the correct version of java(atleast 1.4).. regards deepak On Tue, Jun 23, 2009 at 1:33 AM, Anwaruddin Mohammad anwaruddi...@ocimumbio.com wrote: I did try to comment set DUMP=-XX:+ HeapDumpOnOutOfMemoryError, but following exception is

Re: Variances between automated and manual tests

2009-06-23 Thread D H
JMeter doesn't execute Javascript or AJAX functionality on the pages, and really just follows basic actions like going through links or submitting forms, at least from my experience with it as a load testing tool. It in no way attempts to mimic the browser's functionality and appears to just

Re: Variances between automated and manual tests

2009-06-23 Thread Deepak Shetty
hi Some things to think about a. Are you including all resources in your jmeter tests (e.g. all embedded resources like css/images/javascript which may or may not be cached by the browser). b. Do you have assertions for all your tests that validate that your response is as expected (no error

RE: Variances between automated and manual tests

2009-06-23 Thread Scott McFadden
What is the recommended maximum number of simulated jmeter users / threads per machine? Assuming Windows multi core environments. -Original Message- From: Deepak Shetty [mailto:shet...@gmail.com] Sent: Tuesday, June 23, 2009 10:57 AM To: JMeter Users List Subject: Re: Variances between

Re: Variances between automated and manual tests

2009-06-23 Thread Deepak Shetty
No rule of thumb , I just watch the perf counters and see that the cpu load is light to moderate and that memory doesn't exceed the physical ram on the machine regards deepak On Tue, Jun 23, 2009 at 9:02 AM, Scott McFadden smcfad...@criticaltech.comwrote: What is the recommended maximum number

Invokong controller form the BeanShell

2009-06-23 Thread Stromas, Aaron (NIH/OD) [C]
Hello, My BeanShell handles a list of JASON objects, each of which represents parameters for an HTTP requests. I would like to pass this list to a ForEach controller, so that it can call the HTTP request. Is this a doable scenario? How do I prepare the input for the ForEach controller? What

Re: Java Sampler causing Memory Leak

2009-06-23 Thread tomada
Hi deepak I did what you suggested to me ie make the call directly from my custom JavaSampler and it really works well. The memory is stable so now I can increase the number of threads without the fear of crashing JMeter because of the memory limitation. I was stupid to not think of that

Excluding jpeg, js, png files while recording

2009-06-23 Thread Jmeter_User
Hi All, I have a question regarding excluding the .jpeg, .png, .js, .gif files while recording. Is it advisable to exclude these while recording and performing the load test excluding those? Because if I dont exclude, many http request's get created for each of the js or jpeg files. When I

Re: Excluding jpeg, js, png files while recording

2009-06-23 Thread Deepak Shetty
hi Depends on what you want out of your test and on other factors a. Do you want to find out if there are logical/functional problems when your application is accessed concurrently only, then you can exclude static files b. Do you want to see generally how your application responds to different