Re: Removing variables

2009-12-03 Thread Ryszard Łach
2009/12/1 Deepak Shetty shet...@gmail.com Hi if you want to clear all variables, its simple to do this in beanshell.(JMeterVariables - http://jakarta.apache.org/jmeter/api/org/apache/jmeter/threads/JMeterVariables.html lets you get all the variables and you can loop over the key names and

What is the latest stable version of JMeter?

2009-12-03 Thread Muthu Shanmugam
Hi, Please let me know the latest stable version of JMeter, as I don't see the details on the download area. Thanks, Muthu.

Re: What is the latest stable version of JMeter?

2009-12-03 Thread Mark Rotteveel
Hi, Please let me know the latest stable version of JMeter, as I don't see the details on the download area. What is unclear about the latest version on http://jakarta.apache.org/site/downloads/downloads_jmeter.cgi ? There is only one version shown, and it is the latest one. -- Mark

RE: What is the latest stable version of JMeter?

2009-12-03 Thread Muthu Shanmugam
What is unclear about the latest version on http://jakarta.apache.org/site/downloads/downloads_jmeter.cgi ? It looks the latest version is a Release candidate and I fear it might be unstable. There is only one version shown, and it is the latest one. Please have a look at the past releases in

RE: What is the latest stable version of JMeter?

2009-12-03 Thread Mark Rotteveel
What is unclear about the latest version on http://jakarta.apache.org/site/downloads/downloads_jmeter.cgi ? It looks the latest version is a Release candidate and I fear it might be unstable. Your method of quoting is highly unreadable. But no, the latest version is not a release

RE: What is the latest stable version of JMeter?

2009-12-03 Thread Muthu Shanmugam
Yes, You are right. Thanks for correcting me. Also, I just wanted to know whether, Is there any known problems with the product? Thanks again! Muthu. -Original Message- From: Mark Rotteveel [mailto:m...@pluton.nl] Sent: Thursday, December 03, 2009 4:27 PM To: JMeter Users List

RE: What is the latest stable version of JMeter?

2009-12-03 Thread Mark Rotteveel
Yes, You are right. Thanks for correcting me. Also, I just wanted to know whether, Is there any known problems with the product? Take a look at http://jakarta.apache.org/jmeter/known_bugs.html for known issues. -- Mark Rotteveel Pluton IT

[newbie's question] number of queries fired by Jmeter

2009-12-03 Thread Rohit Kalsarpe
Hi, I automated Jmeter with ANT. Following are the settings used : Threads/Users - 5 Ramp-up - 1 Loop - Forever (script is scheduled to run for 100 seconds). My test plan has only one Sampler (HTTP Request) which posts query to server. In first iteration, i saw jmeter could fire 480 threads in

RE: What is the latest stable version of JMeter?

2009-12-03 Thread Muthu Shanmugam
Thank you very much for your instant support. Thanks Regards, Muthu Shanmugam Aspire Systems || India Tel:+91 -44-67404000 Extn:4446 www.aspiresys.com This e-mail message and any attachments are for the sole use of the intended recipient(s) and may contain proprietary, confidential, trade

Re: Accept Terms and Conditions checkbox not working through jMeter

2009-12-03 Thread Harry_
Hi Deepak, In order of simplify the things I tested another web page which does not have dynamic form ID and URL. The web page update the content of the page. In browser I am able to update the content but not through jMeter. I have attached the HTTPLiveHeaders Data and JMeter Result Tree

Re: What is the latest stable version of JMeter?

2009-12-03 Thread Deepak Shetty
hi 2.3.4 - http://jakarta.apache.org/site/downloads/downloads_jmeter.cgi regards deepak On Thu, Dec 3, 2009 at 1:44 AM, Muthu Shanmugam muthu.shanmu...@aspiresys.com wrote: Hi, Please let me know the latest stable version of JMeter, as I don't see the details on the download area.

Re: Accept Terms and Conditions checkbox not working through jMeter

2009-12-03 Thread Deepak Shetty
hi that will take time and is hard to do without reference to the application. However as you can see your browser is sending a redirect to some page whereas via jmeter you get a 200 (probably some validation has failed, or some data wasn't sent). In the view results tree Response Tab , if you

Re: Accept Terms and Conditions checkbox not working through jMeter

2009-12-03 Thread Deepak Shetty
Hi whats __utmv=236072452.authenticated%20user%2Cadministrator%3A%3A%3A%3A%3A? Its sent by the browser but not by jmeter and seems to be security related? Your best bet is checking out either the rendered response or inspecting it to see if the application has given some explicit error message

restrict jmeter to one domain

2009-12-03 Thread Greg Coit
Hello, I'm doing some stress testing of a website/server using jmeter. The site grabs some content from other (authorized) servers/domains. I'd like to find out what kind of speed penalty I'm incurring with this setup by running two tests: One against the whole site and one against just pages

Re: Running headless Jmeter

2009-12-03 Thread LoD MoD
My generate summary results listener doesn't seem to work in command line mode. Am I using the right listener in my test plan? On Tue, Dec 1, 2009 at 4:41 PM, LoD MoD lodmod@gmail.com wrote: You rock. Thank you. On Tue, Dec 1, 2009 at 4:31 PM, sebb seb...@gmail.com wrote: Also:

Re: restrict jmeter to one domain

2009-12-03 Thread Deepak Shetty
hi Its not clear what you mean. the Jmeter scripts only execute whatever you have coded it to execute. The site grabs some content from other (authorized) servers/domains In what way? if the site does it server side , then this is not visible to either JMeter or to a browser. Only you know based

Rendering Javascript and CSS in Jmeter

2009-12-03 Thread LoD MoD
Is there a way to render Javascript and CSS in Jmeter tests? Does Jmeter render the entire DOM when it counts a request/response? TIV - To unsubscribe, e-mail: jmeter-user-unsubscr...@jakarta.apache.org For additional commands,

Re: Rendering Javascript and CSS in Jmeter

2009-12-03 Thread Deepak Shetty
Jmeter is not a browser and does not render anything or execute any javascript on the page. The closest you have is that you can inspect the data using View Results Tree Listener , show response and render as HTML , but this isnt part of the test and neither is it the same as an actual browser.

Re: Accept Terms and Conditions checkbox not working through jMeter

2009-12-03 Thread Harry_
Thank you so much for looking into the files Deepak. I am sorry I could not reply earlier. I will check about _utmv and will let you know how it worked asap. Regards Deepak Shetty wrote: Hi whats __utmv=236072452.authenticated%20user%2Cadministrator%3A%3A%3A%3A%3A? Its sent by the

Re: restrict jmeter to one domain

2009-12-03 Thread Greg Coit
deepak, I should have been clearer. The content pulled from other domains are images. I was hoping that i could tell jmeter to only request images if they are from the specific domain. Would setting (in the HTTP Request form) Retrieve All Embedded Resources from HTML Files and then setting

Re: restrict jmeter to one domain

2009-12-03 Thread Deepak Shetty
Yes , i think that works regards deepak On Thu, Dec 3, 2009 at 12:23 PM, Greg Coit g...@chapterthreellc.com wrote: deepak, I should have been clearer. The content pulled from other domains are images. I was hoping that i could tell jmeter to only request images if they are from the

Re: [newbie's question] number of queries fired by Jmeter

2009-12-03 Thread sebb
On 03/12/2009, Rohit Kalsarpe rohit.kalsa...@gmail.com wrote: Hi, I automated Jmeter with ANT. Following are the settings used : Threads/Users - 5 Ramp-up - 1 Loop - Forever (script is scheduled to run for 100 seconds). My test plan has only one Sampler (HTTP Request) which posts

Re: Running headless Jmeter

2009-12-03 Thread sebb
On 03/12/2009, LoD MoD lodmod@gmail.com wrote: My generate summary results listener doesn't seem to work in command line mode. Are you sure? It works for me. Am I using the right listener in my test plan? Probably. On Tue, Dec 1, 2009 at 4:41 PM, LoD MoD lodmod@gmail.com

Properties set with -Gpropname=propval do not get passed in GUI mode

2009-12-03 Thread mwolfe38
If i add a property in the command line when running jmeter, using -Gpropname=propval it WILL get sent to my remote servers if in command line mode, but if I run in gui mode and then manually start the remote computer the property WILL NOT get picked up by the remote server.. Anyone else have

Accessing and asserting remote file system resources using BeanShell

2009-12-03 Thread Mark Miller
First off, a nod of appreciation to the contributors for this fantastic tool. I am using Jmeter to validate the integrity of some complex integrations. For these tests I use LDAP, HTTP, JDBC, and SOAP samplers extensively. It is providing great value. There is one final piece of my vision that I

Re: Accessing and asserting remote file system resources using BeanShell

2009-12-03 Thread Deepak Shetty
I've proven with basic BeanShell that I can do this in a crude, raw fashion outside of Jmeter. How did you do this? If this worked why doesn't it work from within a JMeter Beanshell Sampler.? bsh.Remote wont work because (from the manual) * If Remote can parse the return value of the script as an