Record Think Time

2006-07-17 Thread Andy Dawson
Hi, Is it possible to record the delay between page requests (Think time) when recording a script? According to one of the few references I found for jmeter and think time (http://mywelt.net/?q=comment/reply/2093), JMeter can create timers of your choice, where delay time is set according

Jmeter on AIX

2006-07-17 Thread prakash abraham
Hi all, Im trying to Load test an application running on https in AIX UNIX. But it seems like there is some JSSE issue. jmeter log shows some SUNX509 alogorithm not found . Is there is any way that I could configure Jmeter to use IBM JSSE rather than using SUN JSSE without recompilation?. Any

what kinds of tests can JMeter be used for?

2006-07-17 Thread Jaw Dat
Sometimes the subject just says all that needs to be said. Tia. Dat. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Jmeter on AIX

2006-07-17 Thread Peter Lin
you'll probably need to write some code to plugin your own jsse manager unfortunately, the docs on how to do that is totally lacking peter On 7/17/06, prakash abraham [EMAIL PROTECTED] wrote: Hi all, Im trying to Load test an application running on https in AIX UNIX. But it seems like

Re: BeanShell setup

2006-07-17 Thread sebb
Have you downloaded the BeanShell jar and put it in the JMeter lib directory? S On 27/06/06, Vitalie Valache [EMAIL PROTECTED] wrote: Hi ! I keep getting this error on my jmeter.log when I try to run a test plan with BeanShell PreProcessor object. -ERROR -

Re: Regexpr to pull 2 values together

2006-07-17 Thread sebb
1) please start a new post for a new subject. 2) It helps if you state which version of JMeter you are using On 28/06/06, Nick Pellow [EMAIL PROTECTED] wrote: Hi All, I am using jmeter for regression testing of our apps across different versions. I would like to set a variable, that gets

Re: Multiple Cookie Problem

2006-07-17 Thread sebb
The Once-Only controller fires during the first thread, so the loop won't work for a thread loop count 1. The logout will be done at the end of the 1st loop, so subsequent loops won't be logged in. But that is probably not the immediate problem here. Try enabling debugging for the Cookie

Re: Remote testing

2006-07-17 Thread sebb
2.2 shows the number of active threads / total threads in the top rhs of the screen. The current active count can be logged to the JTL results files. S On 29/06/06, John Oliver [EMAIL PROTECTED] wrote: On Wed, Jun 28, 2006 at 01:49:30PM -0600, The Earl wrote: Does JMeter tell me how many

Re: Variable expansion in Filename field?

2006-07-17 Thread sebb
Which version of JMeter? I think this was fixed in 2.2; if not, please create a simple test case and file a Bugzilla bug, and then attach it. S On 29/06/06, Nick Pellow [EMAIL PROTECTED] wrote: (sorry to repost this, used the wrong subject...) Hi All, I am using jmeter for regression testing

Re: Caching problems

2006-07-17 Thread sebb
JMeter does not cache any samples. How to turn off the cache depends on what you are sampling; check the relevant server documentation to find out how to do this, and send the server the appropriate command. Also, check jmeter.log for errors - perhaps the zero times are not valid responses. On

Re: Passing a file of http requests

2006-07-17 Thread sebb
%20 is a URL-encoded space - check for trailing spaces in the data file or where the variable is used or defined. S On 29/06/06, Jennifer R. Lee [EMAIL PROTECTED] wrote: Thanks Chinmoy - I tried this, but could not get it to work either. The parameters in the file are really a list of URLs, so

Re: Java Sampler - return value

2006-07-17 Thread sebb
Yes, use the Regular Expression Post-Processor. On 29/06/06, Sabrina [EMAIL PROTECTED] wrote: Is there anyway for a Java Sampler to return a value to be used in a HTTP request? For example, could I use the Java Sampler to find an appropriate client number and then return that value to JMeter

Re: How can we pass objects created in one beanshell sampler to another

2006-07-17 Thread sebb
It should be possible to pass objects between sampler in the same thread using JMeter variables. However, JMeter variables can only be strings when using get() and put(). You need to use putObject() and getObject() to work with other classes. e.g. vars.putObject(date,new Date()): ...

Re: Which object contains the result of the test plan ?

2006-07-17 Thread sebb
This is not currently possible. On 03/07/06, deepa k [EMAIL PROTECTED] wrote: I am running JMeter in the non-gui mode. With this i am able to run the .jmx file which is the test-plan file. I would want to display only the aggregate report details. Hence i want to know which object in the

Re: bean shell pre/post-processor

2006-07-17 Thread sebb
Try using properties for the config data instead of variables. On 03/07/06, eric craven [EMAIL PROTECTED] wrote: i would like to read in a config file before any thread group is run, set a few variables that are valid for all thread groups, and then, after all thread groups have finished,

Re: Setting format of counter

2006-07-17 Thread sebb
The format parameter was added after JMeter 2.1.1. Use JMeter 2.2 instead. On 03/07/06, Richa Pant [EMAIL PROTECTED] wrote: Hi, I was looking for a way to specify the counter values as two digits e.g...1 as 01, 2 as 0211 as 11. In Jmeter Help, it specifies that such format can be

Re: How to create a script with multiple Sequential thread groups ?

2006-07-17 Thread sebb
On the test plan, set the checkbox Run each Thread Group separately. On 04/07/06, Willingham Geoff [EMAIL PROTECTED] wrote: Greetings Im trying to develop a test script to perform a number of steps in sequence. The tricky bit involves the number of simulated users required at each stage. The

Re: Summary/Aggregate Report in non-gui mode

2006-07-17 Thread sebb
On 06/07/06, Ronald Bradford [EMAIL PROTECTED] wrote: Hi, When running in gui mode, I like the summary results provided by the Summary Report or Aggregate Report as a quick analysis between runs. I would like to run more extensive tests in non-gui mode but I'd like to see the same types of

Re: Using multiple variable arrays for link validation

2006-07-17 Thread sebb
Try using two sets of brackets to capture both fields at the same time, and then use the group field variables _g1, _g2 to refer to them. On 06/07/06, Josh Feldman [EMAIL PROTECTED] wrote: I am trying to validate links on a page. The page I am testing involves different servers so I am using

Re: Large number of concurrent User Logins - how to test?

2006-07-17 Thread sebb
Each Thread Group can run multiple threads or Users in parallel; no need to use multiple thread groups unless the samples you want to generate are too different to be paramterised. On 06/07/06, Daniel L. Gregoire [EMAIL PROTECTED] wrote: Milan Zimmermann wrote: Mingyu, Thanks for your

Re: Transaction Controller, and writer listener

2006-07-17 Thread sebb
On 10/07/06, THEVENIN, Gunther [EMAIL PROTECTED] wrote: Hello all, I have a question for you ( I hope that this question has not been asked before : I am looking everywhere on internet without finding any response) I want to measure transaction response times: the sum of the response time

Re: Problem in running Web Test Plan

2006-07-17 Thread sebb
On 10/07/06, Sen, Kakoli [EMAIL PROTECTED] wrote: Hi, I tried using View Results Tree. The error is : java.net.ConnectException: Connection timed out: connect for HTTPRequest :GET http://jakarta.apache.org/ http://jakarta.apache.org/ For connecting to internet sites, we have to go through a

Re: Large number of concurrent User Logins - how to test?

2006-07-17 Thread Charles Tassoni
Could you please remove me from the mailing list.? I've tried to unsubsribe several different times by sending a message to [EMAIL PROTECTED], but to no avail. -Chuck From: sebb [EMAIL PROTECTED] Reply-To: JMeter Users List jmeter-user@jakarta.apache.org To: JMeter Users List

XML file as an input in HttpRequest Sampler

2006-07-17 Thread Abbey Adique
Hi guys, I am new to JMeter. I would just like to know if it can use xml file for the request. My input for my web test plan would be coming from an xml file. How is this possible? Abbey - To unsubscribe, e-mail: [EMAIL

What is the procedure to open a .jtl file in Jmeter?

2006-07-17 Thread Saha, Mukul \(Cognizant\)
What is the procedure to open a .jtl file in Jmeter? Thanks Regards Mukul Saha ___ Cognizant Technology Solutions,Kolkata. Ph: 033-2357 3211 / 5221, Vnet:33790 This e-mail and any files transmitted with it are for the sole use of the intended