Re: Vertically Scaling JMeter

2011-09-11 Thread Sonam Chauhan
Metal.sf.net was written to do just this. Give it a spin to see if it suffices Sonam On 12/09/2011, at 10:12 AM, sebb seb...@gmail.com wrote: On 12 September 2011 00:59, Oliver Lloyd oliver_ll...@hotmail.com wrote: I'm thinking of running multiple jmeter processes on a single machine, up to

Re: List of Technologies that are and are not supported by JMeter

2011-05-18 Thread Sonam Chauhan
Samplers are the 'do this' action components in JMeter, so I'd start with the list of samplers from the user manual. Note, just because a technology is mentioned in a JMeter sampler does not mean JMeter supports all aspects of that technology. For instance, the FTP sampler pretty much lets you

Re: Bulk JMX reconversion to 2.4 format

2011-05-01 Thread Sonam Chauhan
:52 AM, Deepak Shetty shet...@gmail.com wrote: What error are you getting. You had to define jmeter_home or something like that . Unfortunately I have no access to check. You might need to check with jmeter dev. On Apr 29, 2011 1:31 AM, Sonam Chauhan son...@gmail.com wrote: *Should I write

Re: Bulk JMX reconversion to 2.4 format

2011-04-29 Thread Sonam Chauhan
SaveService which had the load and save methods that you could call from a custom program ? regards deepak On Thu, Apr 28, 2011 at 7:33 PM, Sonam Chauhan son...@gmail.com wrote: Due to new functionality I required, I upgraded my testsuite from JMeter 2.3.1 to 2.4. However, I see

Re: Bulk JMX reconversion to 2.4 format

2011-04-29 Thread Sonam Chauhan
was: + e.toString()); System.exit (1); } } } On Fri, Apr 29, 2011 at 4:40 PM, Sonam Chauhan son...@gmail.com wrote: There is an API class named 'SaveService' and a 'saveservice.properties' configuration file. The SaveService class has two interesting-looking methods: static HashTreehttp

Bulk JMX reconversion to 2.4 format

2011-04-28 Thread Sonam Chauhan
Due to new functionality I required, I upgraded my testsuite from JMeter 2.3.1 to 2.4. However, I see that JMeter 2.4 cannot open my old JMX test scripts (more than 200 scripts).* My old test scripts are 2.3.1 and earlier. * From http://jakarta.apache.org/jmeter/changes.html ** *The Avalon

Re: Advice: How to test a stateful client/server application (is the client the thread or threadgroup)

2011-03-30 Thread Sonam Chauhan
To my knowledge, JMeter's usage is predicated on the Thread = User assumption. The ThreadGroup = User seems to be a misinterpretation of the documentation ( # 1 quoted below). JMeter basic paradigm seems to be that a JMeter thread models one user making one request at a time to the server. With

Re: “cannot create native thread” error and memory usage

2011-03-28 Thread Sonam Chauhan
, Sonam Chauhan son...@gmail.com wrote: Hello JMeter users: Just wanted some feedback on a formula for max. active threads and some thoughts on errors when running tests with lots of threads. Someone recently asked a question about JMeter running out of memory when creating new threads

Re: “cannot create native thread” error and memory usage

2011-03-28 Thread Sonam Chauhan
xOn Mon, Mar 28, 2011 at 8:45 PM, sebb seb...@gmail.com wrote: On 28 March 2011 10:32, Sonam Chauhan son...@gmail.com wrote: Oops. you're right Sebb. My formula only works for 1 iteration.. I somehow managed to edit that out. If 'loop forever' is set, is it correct to say the number

“cannot create native thread” error and memory usage

2011-03-27 Thread Sonam Chauhan
Hello JMeter users: Just wanted some feedback on a formula for max. active threads and some thoughts on errors when running tests with lots of threads. Someone recently asked a question about JMeter running out of memory when creating new threads (the “cannot create native thread” error). I

Re: SMTP sampler woes

2011-03-24 Thread Sonam Chauhan
, Mar 23, 2011 at 3:13 PM, Sonam Chauhan son...@gmail.com wrote: Hello: Just for future reference, here is how (according to WireShark, a network sniffer) JMeter modified my '.eml' file while sending it to the SMTP server (modified headers marked with ). Thanks again Sebb

Re: SMTP sampler woes

2011-03-22 Thread Sonam Chauhan
On 22 March 2011 04:34, Sonam Chauhan son...@gmail.com wrote: Which version of JMeter are you using? The latest, 2.4 (just downloaded it yesterday :) Sonam On Tue, Mar 22, 2011 at 10:23 AM, sebb seb...@gmail.com wrote: On 21 March 2011 23:19, Sonam Chauhan son...@gmail.com wrote: I've been

Re: SMTP sampler woes

2011-03-22 Thread Sonam Chauhan
: attachment; filename=POC_PO_SUBMISSION.XML XML a/b/c/... /XML ---7D81B75CCC90D2974F7A1CBD-- On Wed, Mar 23, 2011 at 1:04 PM, Sonam Chauhan son...@gmail.com wrote: Have you tried: Send .eml If set, the .eml file will be sent instead of the entries in the Subject, Message

SMTP sampler woes

2011-03-21 Thread Sonam Chauhan
I've been trying without success to get the JMeter SMTP sampler to simulate sending email to a system which receives emails in particular format. I basically need it to send a multipart MIME email, containing a single part (content type 'text/plain') with an XML document. (Please see example

Re: SMTP sampler woes

2011-03-21 Thread Sonam Chauhan
Which version of JMeter are you using? The latest, 2.4 (just downloaded it yesterday :) Sonam On Tue, Mar 22, 2011 at 10:23 AM, sebb seb...@gmail.com wrote: On 21 March 2011 23:19, Sonam Chauhan son...@gmail.com wrote: I've been trying without success to get the JMeter SMTP sampler

Re: Data Driven Testing

2011-03-16 Thread Sonam Chauhan
Each time you run your test with changed data, it is really a different test If you are proposing to vary input data by driving it from a spreadsheet , you probably need a way to vary your assertions too so the test can check whether your code transformed the input data properly or not. Regards

Re: JMeter test duration

2011-03-03 Thread Sonam Chauhan
A few days ago I posted information here on an open source script wrapper around JMeter called testtract ( http://testtract.sourceforge.net ) that runs JMeter and digests it's logs into command line results Anyway, it implements a watchdog timer. For example: # Run test with a 3 minute

testtract tool for JMeter

2011-02-20 Thread Sonam Chauhan
Hello: Just a quick note about an open source project named 'Testtract' which may be useful for large-scale JMeter testing. Project page: http://sourceforge.net/projects/testtract/ Testtract is a command-line utility at heart and requires a UNIX-type environment to run (e.g. Cygwin on MS

RE: Questions on Jmeter reporting?

2010-05-03 Thread Sonam Chauhan
- From: Sonam Chauhan [mailto:sonam.chau...@ce.com.au] Sent: Tuesday, April 27, 2010 10:57 PM To: JMeter Users List Subject: Questions on Jmeter reporting? Hello all: Just wanted to ask your thoughts on what to use for analysis and reporting of JMeter test runs. I read the log analysis options

RE: Questions on Jmeter reporting?

2010-05-03 Thread Sonam Chauhan
-Original Message- From: Sonam Chauhan [mailto:sonam.chau...@ce.com.au] Sent: Monday, 3 May 2010 4:16 PM To: JMeter Users List Subject: RE: Questions on Jmeter reporting? That's a good idea Steve! Anopther -Original Message- From: Steve Eckhart [mailto:steve.eckh

Questions on Jmeter reporting?

2010-04-27 Thread Sonam Chauhan
Hello all: Just wanted to ask your thoughts on what to use for analysis and reporting of JMeter test runs. I read the log analysis options on the Wiki: http://wiki.apache.org/jakarta-jmeter/LogAnalysis. I also added an entry about the Hudson continuous integration server's JMeter plug-in.

RE: change # of threads in a thread group during runtime

2010-04-08 Thread Sonam Chauhan
I use multiple thread groups for this. In the second and third thread groups, I use the 'Java Request' sampler, and set Classname = 'Sleep Test' to force the threads to start after an appropriate delay. The only action in these thread groups is a module controller that calls a set of actions

RE: JMeter success story

2010-03-08 Thread Sonam Chauhan
Hi David: That's a very good story and thanks for sharing. I use JMeter for both functional testing and load testing too. I've found it useful to put related functional tests in a single thread group, and use the JMeter module controller in a different thread group to reuse one of the

SSL session reuse in JMeter GUI?

2010-02-17 Thread Sonam Chauhan
is similar to this fixed JMeter bug, but applies to successive tests in a GUI window: JMeter threads all use the same SSL session https://issues.apache.org/bugzilla/show_bug.cgi?id=42506 Regards, Sonam Chauhan The information contained in this email and any attached files are strictly private

__XPath problems

2010-02-11 Thread Sonam Chauhan
- I didn't see any bugzilla entries for __XPath Regards, Sonam Chauhan PS: I use __XPath() because the HTTP sampler runs within a loop and it needs to use a new product code in every iteration of the loop. CSV Data Set Config et al allocate one config item per thread. The information

RE: JMeter Uses outside testing

2009-04-21 Thread Sonam Chauhan
If your test script was suitably parameterized, you could use JMeter to bulk load data into an application. For instance, the SQL sampler can be used to initialize a database. Regards, Sonam Chauhan -Original Message- From: d...@wellsy.com [mailto:d...@wellsy.com] Sent: Friday, 10

RE: __counter() skipped a value?

2009-04-21 Thread Sonam Chauhan
this happen repeatably? Yes, it did repeat a couple of times and I'm pretty sure it happened. I gave up on this since it wasn't really affecting my test results. Regards, Sonam Chauhan -Original Message- From: sebb [mailto:seb...@gmail.com] Sent: Tuesday, 14 April 2009 10:28 PM To: JMeter

RE: JMeter not shutting down in non-gui mode

2009-04-07 Thread Sonam Chauhan
is used to kill the entire process tree. I hope to release related code in a couple of days (planned to earlier but hit issues in sourceforge - will try googlecode). Regards, Sonam Chauhan -Original Message- From: Bob Cotton [mailto:bob.cot...@rallydev.com] Sent: Saturday, 4 April 2009 10

RE: JMeter not shutting down in non-gui mode

2009-04-07 Thread Sonam Chauhan
stops the I/O, so I've started adding interrupt methods to some of the samplers, in particular HTTP. The idea being that any such active samplers will be interrupted if the test is forcibly stopped. On 08/04/2009, Sonam Chauhan sonam.chau...@ce.com.au wrote: With non-GUI testing, I've seen JMeter

__counter() skipped a value?

2009-04-07 Thread Sonam Chauhan
) Regards, Sonam Chauhan -- Corporate Express Australia Ltd. Phone: +61-2-93350725, Email: sonam.chau...@ce.com.au The information contained in this email and any attached files are strictly private and confidential. This email should be read by the intended addressee only

RE: Ajax Push Testing

2009-03-15 Thread Sonam Chauhan
Interesting question. JMeter's HTTP samplers (at least the ones I've used) wait for the HTTP request to complete, before passing the response on to the assertions logic. If you were modifying JMeter, perhaps you'd define a 'persistent channel' HTTP sampler called earlier in the test plan, and

RE: Save Only Transaction Response Times

2009-03-08 Thread Sonam Chauhan
[ Sorry if I didn't understand the question ] Instead of adding report listeners to your testcase, can't your ruby script simply extract sampler response times from the JMeter logfile (assuming one is being generated). I'd assume JMeter GC-es its logfile-writer code quite efficiently. There is

RE: Running JMeter virtualised instances

2009-03-02 Thread Sonam Chauhan
folks disabled NTP in favour of VM host-based time synchronisation. Regards, Sonam Chauhan -Original Message- From: Oliver Erlewein [DATACOM] [mailto:oliver.erlew...@datacom.co.nz] Sent: Friday, 27 February 2009 10:43 AM To: JMeter Users List Subject: RE: Running JMeter virtualised instances

RE: Running JMeter virtualised instances

2009-02-25 Thread Sonam Chauhan
time from ESX directly. Regards, Sonam Chauhan -Original Message- From: Oliver Erlewein [DATACOM] [mailto:oliver.erlew...@datacom.co.nz] Sent: Thursday, 26 February 2009 1:23 PM To: JMeter Users List Subject: Running JMeter virtualised instances Hi all, I'm being asked if I can run

RE: JMeter IP Spoofing

2009-02-10 Thread Sonam Chauhan
with a hardware-based (non-DNS) load balancer that 'fronts' multiple systems with a single IP that never changes. Regards, Sonam Chauhan -Original Message- From: Manish Sapariya [mailto:man...@gslab.com] Sent: Wednesday, 4 February 2009 12:10 AM To: JMeter Users List Cc: man...@gslab.com

SAP eCATT

2009-01-22 Thread Sonam Chauhan
Hello: I just wanted to ask - has anyone on this list used JMeter to drive eCATT tests (built-in test automation in the SAP ERP)? Could you share your experiences? [ A Wikipedia article on eCATT: http://en.wikipedia.org/wiki/ECATT ] Regards, Sonam Chauhan The information contained

RE: Oracle Single Sign-On redirect failure

2008-10-19 Thread Sonam Chauhan
Adding to what Sebb said already below: - The redirect to Oracle SSO port does not appear to be SSL - Try adding the Authorisation Manager as Sebb said, and use the 'HttpClient' HTTP Sampler (see below) - Try using the cookie manager (Unlikely to help since the start page doesn't issue

RE: JMeter SLOC estimation

2008-10-18 Thread Sonam Chauhan
9:20 PM To: JMeter Users List Subject: Re: JMeter SLOC estimation On 17/10/2008, Sonam Chauhan [EMAIL PROTECTED] wrote: Hi - Not-so-quick software estimation question: How can one analyse a JMeter testscript (.jmx) file to get an approximate source lines of code (SLOC) count

JMeter SLOC estimation

2008-10-17 Thread Sonam Chauhan
encoding=ISO-8859-1? jmeterTestPlan version=1.2 properties=2.0 hashTree TestPlan guiclass=TestPlanGui testclass=TestPlan testname=... --- Regards, Sonam Chauhan The information contained in this email and any attached files are strictly

RE: problem with scheduled test

2008-10-01 Thread Sonam Chauhan
Generally, if an unexpected problem caused your test to fail, you should see some related entry in jmeter.log. - sonam -Original Message- From: Sadat Khan [mailto:[EMAIL PROTECTED] Sent: Wednesday, 1 October 2008 2:53 PM To: jmeter-user@jakarta.apache.org Subject: problem with scheduled

RE: unable to send a SOAP request with byte[] - request doesn't show in Jmeter at run.

2008-06-19 Thread Sonam Chauhan
this: base64EncodedBinaryData${base64EncodedByteString}/base64EncodedBina ryData Regards, Sonam Chauhan -Original Message- From: Shane Petroff [mailto:[EMAIL PROTECTED] Sent: Friday, 20 June 2008 2:22 PM To: JMeter Users List Subject: Re: unable to send a SOAP request with byte

RE: Running two test plans simultaneously

2008-05-01 Thread Sonam Chauhan
-level test element where you can specify whether to run threadgroups in serial or parallel. Regards, Sonam Chauhan -Original Message- From: Steve Kapinos [mailto:[EMAIL PROTECTED] Sent: Thursday, 1 May 2008 12:23 PM To: JMeter Users List Subject: Running two test plans simultaneously

RE: JMeter Integration

2008-03-26 Thread Sonam Chauhan
files and writes out new log files in a common log format suitable for further data analysis (eg: Excel). This wiki page has useful documentation on this: http://wiki.apache.org/jakarta-jmeter/LogAnalysis I wish JMeter had a OLE or DBUS interface. ;-) Regards, Sonam Chauhan

RE: preprocess FTP upload

2008-03-19 Thread Sonam Chauhan
the FTP upload data to a service in an external application via an SOAP/XML-RPC sampler (which will do the variable interpolation) and have that application do the FTP upload. Regards, Sonam Chauhan -- Corporate Express Australia Ltd. Phone: +61-2-93350725, Email: [EMAIL PROTECTED] -Original

RE: preprocess FTP upload

2008-03-18 Thread Sonam Chauhan
variables? This would bring FTP sampler features in line with other samplers. Regards, Sonam Chauhan -- Corporate Express Australia Ltd. Phone: +61-2-93350725, Email: [EMAIL PROTECTED] -Original Message- From: sebb [mailto:[EMAIL PROTECTED] Sent: Tuesday, 18 March 2008 10:40 PM To: JMeter

preprocess FTP upload

2008-03-17 Thread Sonam Chauhan
Hi - I need to put unque keys in Regards, Sonam Chauhan -- Corporate Express Australia Ltd. Phone: +61-2-93350725, Email: [EMAIL PROTECTED] The information contained in this email and any attached files are strictly private and confidential. This email should be read

RE: preprocess FTP upload

2008-03-17 Thread Sonam Chauhan
? Regards, Sonam Chauhan -- Corporate Express Australia Ltd. Phone: +61-2-93350725, Email: [EMAIL PROTECTED] From: Sonam Chauhan Sent: Tuesday, 18 March 2008 9:30 AM To: 'JMeter Users List' Subject: preprocess FTP upload Hi - I need to put unque keys

RE: extended ASCII character handling in JMeter/Java

2008-03-17 Thread Sonam Chauhan
Chauhan -- Corporate Express Australia Ltd. Phone: +61-2-93350725, Email: [EMAIL PROTECTED] -Original Message- From: Sonam Chauhan Sent: Thursday, 25 October 2007 4:57 PM To: 'JMeter Users List' Subject: RE: extended ASCII character handling in JMeter/Java Thanks Sebb. You had asked

RE: how to disable parsing xml response data in JMeter

2008-03-17 Thread Sonam Chauhan
Are you using the SOAP/XML-RPC sampler to submit the request? I doubt that JMeter parses the XML response returned by it. Regards, Sonam Chauhan -- Corporate Express Australia Ltd. Phone: +61-2-93350725, Email: [EMAIL PROTECTED] -Original Message- From: Tracy Zhu [mailto:[EMAIL

RE: how to disable parsing xml response data in JMeter

2008-03-17 Thread Sonam Chauhan
). I still doubt JMeter does any parsing of the XML returned in a HTTP response. Regards, Sonam Chauhan -- Corporate Express Australia Ltd. Phone: +61-2-93350725, Email: [EMAIL PROTECTED] -Original Message- From: Tracy Zhu [mailto:[EMAIL PROTECTED] Sent: Tuesday, 18 March 2008 4:02 PM

RE: Problem with webMethods

2008-03-16 Thread Sonam Chauhan
Thanks Sebb. Good point, that's what I was thinking too - I'll let the supplier know. Regards, Sonam Chauhan -- Corporate Express Australia Ltd. Phone: +61-2-93350725, Email: [EMAIL PROTECTED] -Original Message- From: sebb [mailto:[EMAIL PROTECTED] Sent: Sunday, 16 March 2008 12:58

Problem with webMethods

2008-03-13 Thread Sonam Chauhan
a child Header Manager with Content-Length set to the actual length of the file. Or set Content-Length to -1 to force chunked encoding. I tried setting content-length to -1 for the SOAP/XML-RPC sampler but it did not help. Any clues? Im baffled by this. Regards, Sonam Chauhan

RE: Converting XML-JTL to CVS in python

2008-02-06 Thread Sonam Chauhan
with is different - can you mention that? If it's not too much work, do you mind documenting your understanding of the JMeter 2.3 log format (similar to the table there for the old format)? Regards, Sonam Chauhan -- Corporate Express Australia Ltd. Phone: +61-2-93350725, Email: [EMAIL PROTECTED

RE: JDBC response assertions

2008-01-06 Thread Sonam Chauhan
Hi Abram - We use Oracle here, and in JMeter the timestamps show up in a normal looking text datetime format. I still find it hard to believe noone has needed to, say, assert the number of rows returned, or check the value of a specific column. For this I just use regular expressions in

RE: [ANNOUNCE] Apache JMeter 2.3.1 final

2007-12-31 Thread Sonam Chauhan
Aha! I remember discussing this with you. Thanks Sebb for putting this in. Kind regards, Sonam Chauhan -- Corporate Express Australia Ltd. Phone: +61-2-93350725, Email: [EMAIL PROTECTED] -Original Message- From: sebb [mailto:[EMAIL PROTECTED] Sent: Monday, 31 December 2007 10:57 AM

RE: [ANNOUNCE] Apache JMeter 2.3.1 final

2007-12-27 Thread Sonam Chauhan
. Kind regards, Sonam Chauhan -- Corporate Express Australia Ltd. Phone: +61-2-93350725, Email: [EMAIL PROTECTED] -Original Message- From: sebb [mailto:[EMAIL PROTECTED] Sent: Friday, 30 November 2007 10:37 PM To: JMeter Users List; JMeter Developers List; Jakarta General List Subject

RE: 'Spread' for distributed testing

2007-11-22 Thread Sonam Chauhan
Oops sorry... the attached thread from the spread list did not come through, so here's a link to it: http://article.gmane.org/gmane.network.spread.user/2818 Thanks again Sebb for all your help! Best regards, Sonam Chauhan -- Corporate Express Australia Ltd. Phone: +61-2-93350725

RE: 'Spread' for distributed testing

2007-11-22 Thread Sonam Chauhan
be sliced/diced at will. Can you comment on how JMeter logs are written to disk? Is there buffering involved, or does it write to disk as soon as it can? Kind regards, Sonam Chauhan -- Corporate Express Australia Ltd. Phone: +61-2-93350725, Email: [EMAIL PROTECTED] -Original Message

RE: JMeter plugin for telnet

2007-11-16 Thread Sonam Chauhan
into /lib and invoking it through BeanShell... but all the best. ;) Kind regards, Sonam Chauhan -- Corporate Express Australia Ltd. Phone: +61-2-93350725, Email: [EMAIL PROTECTED] -Original Message- From: sebb [mailto:[EMAIL PROTECTED] Sent: Friday, 16 November 2007 6:35 AM To: JMeter Users

RE: JMeter client performance - a question

2007-11-14 Thread Sonam Chauhan
JMeter threads on a single box (Linux on Xeon with 4GB RAM IIRC), but more than 10 separate JMeter processes were used to drive that load. Kind regards, Sonam Chauhan -- Corporate Express Australia Ltd. Phone: +61-2-93350725, Email: [EMAIL PROTECTED] -Original Message- From: iblavins

How can JMeter variables be shared between thread groups?

2007-11-12 Thread Sonam Chauhan
group. However, I found the JMeter variable is successfully initialized in the first thread, but not passed to the second thread group. Is that expected behaviour? I am using JMeter 2.1.1 Kind regards, Sonam Chauhan -- Corporate Express Australia Ltd. Phone: +61-2-93350725, Email: [EMAIL

RE: How can JMeter variables be shared between thread groups?

2007-11-12 Thread Sonam Chauhan
(some_property,${some_jmeter_variable })} Is there any other way to exchange run-time data between threads? Kind regards, Sonam Chauhan -- Corporate Express Australia Ltd. Phone: +61-2-93350725, Email: [EMAIL PROTECTED] -Original Message- From: sebb [mailto:[EMAIL PROTECTED] Sent: Tuesday, 13

RE: How can JMeter variables be shared between thread groups?

2007-11-12 Thread Sonam Chauhan
. Thanks regards, Sonam Chauhan -- Corporate Express Australia Ltd. Phone: +61-2-93350725, Email: [EMAIL PROTECTED] -Original Message- From: sebb [mailto:[EMAIL PROTECTED] Sent: Tuesday, 13 November 2007 2:17 PM To: JMeter Users List Subject: Re: How can JMeter variables be shared between

RE: How can JMeter variables be shared between thread groups?

2007-11-12 Thread Sonam Chauhan
, Sonam Chauhan -- Corporate Express Australia Ltd. Phone: +61-2-93350725, Email: [EMAIL PROTECTED] -Original Message- From: sebb [mailto:[EMAIL PROTECTED] Sent: Tuesday, 13 November 2007 1:58 PM To: JMeter Users List Subject: Re: How can JMeter variables be shared between thread groups

RE: 'Spread' for distributed testing

2007-11-11 Thread Sonam Chauhan
to prototype this idea using a BeanShell listener? I think it would be difficult. Listeners are handled specially in client-server mode. Thanks. Kind regards, Sonam Chauhan -- Corporate Express Australia Ltd. Phone: +61-2-93350725, Email: [EMAIL PROTECTED] -Original Message- From

'Spread' for distributed testing

2007-11-07 Thread Sonam Chauhan
in one package. Is it possible to prototype this idea using a BeanShell listener? Kind regards, Sonam Chauhan -- Corporate Express Australia Ltd. Phone: +61-2-93350725, Email: [EMAIL PROTECTED] Spread Toolkit http://www.spread.org/ Java Interface to the Spread Toolkit http

RE: http post method

2007-11-04 Thread Sonam Chauhan
send a xml data over http site which works on post method.. can we go for soap/XML-RPC sampler.. the application pass only the xml data not the soap data... We had to do the same thing... Just confirming that the SOAP/XML-RPC sampler method will also work. Kind regards, Sonam Chauhan

RE: DNS round robin and JVM DNS lookup caching

2007-10-29 Thread Sonam Chauhan
connections be made as the first batch finishes? Kind regards, Sonam Chauhan -- Corporate Express Australia Ltd. Phone: +61-2-93350725, Email: [EMAIL PROTECTED] -Original Message- From: sebb [mailto:[EMAIL PROTECTED] Sent: Friday, 26 October 2007 10:00 PM To: JMeter Users List Subject: Re

RE: DNS round robin and JVM DNS lookup caching

2007-10-26 Thread Sonam Chauhan
connections that will be simultaneously kept alive, per-destination. -- Kind regards, Sonam Chauhan -- Corporate Express Australia Ltd. Phone: +61-2-93350725, Email: [EMAIL PROTECTED] -Original Message- From: sebb [mailto:[EMAIL PROTECTED] Sent: Thursday, 25

RE: Interest for a combination of JMeter with HtmlUnit / WebTest for AJAX load testing?

2007-10-26 Thread Sonam Chauhan
, Sonam Chauhan -- Corporate Express Australia Ltd. Phone: +61-2-93350725, Email: [EMAIL PROTECTED] -Original Message- From: Subrahmanya Bhat [mailto:[EMAIL PROTECTED] Sent: Friday, 26 October 2007 4:17 AM To: JMeter Users List Subject: Re: Interest for a combination of JMeter with HtmlUnit

RE: Distributed testing using Jmeter

2007-10-26 Thread Sonam Chauhan
. However, multi-level Thread Groups are not currently possible in JMeter: http://issues.apache.org/bugzilla/show_bug.cgi?id=41293 ... but you can usually work around it by checking subscriber systems serially using carefully timed delays. Kind regards, Sonam Chauhan -- Corporate Express

RE: extended ASCII character handling in JMeter/Java

2007-10-25 Thread Sonam Chauhan
). Perhaps this is a UTF-8 multi-byte issue? I wish I had a UTF-8 editor that showed the hex representation of what one typed. Kind regards, Sonam Chauhan -- Corporate Express Australia Ltd. Phone: +61-2-93350725, Email: [EMAIL PROTECTED] -Original Message- From: sebb [mailto:[EMAIL

DNS round robin and JVM DNS lookup caching

2007-10-25 Thread Sonam Chauhan
/view_bug.do?bug_id=6376406 Kind regards, Sonam Chauhan -- Corporate Express Australia Ltd. Phone: +61-2-93350725, Email: [EMAIL PROTECTED]

RE: extended ASCII character handling in JMeter/Java

2007-10-23 Thread Sonam Chauhan
: sampleresult.default.encoding is set to ISO-8859-1 This occurs when I set LANG to either en_AU or en_AU.utf8. Kind regards, Sonam Chauhan -- Corporate Express Australia Ltd. Phone: +61-2-93350725, Email: [EMAIL PROTECTED] -Original Message- From: sebb [mailto:[EMAIL PROTECTED] Sent

max. limit to __Random() ?

2007-10-10 Thread Sonam Chauhan
, Sonam Chauhan -- Corporate Express Australia Ltd. Phone: +61-2-93350725, Email: [EMAIL PROTECTED]

RE: OutOfMemoryError with stacktrace.

2007-10-08 Thread Sonam Chauhan
Hi Sebb - Glad to provide an update on this. I'm afraid a one-CPU Windows VMWare test isn't possible at the moment as I've spent a lot of time on it, but I hope to stress test it on VmWare one day. Thanks a lot for your help and comments! Kind regards, Sonam Chauhan -- Corporate Express

RE: jmeter.bat: Special exit code when test plan run fails?

2007-10-05 Thread Sonam Chauhan
Is there a some system-wide exit code that runs when the JMeter instance is being shutdown? Would it be possible to modify it such that if any sampler or assertion failed (e.g, a 'View Results Tree' entry was red), it would be non-zero? Kind regards, Sonam Chauhan -- Corporate Express

RE: OutOfMemoryError with stacktrace.

2007-10-05 Thread Sonam Chauhan
into success on VMware. Kind regards, Sonam Chauhan -- Corporate Express Australia Ltd. Phone: +61-2-93350725, Email: [EMAIL PROTECTED] -Original Message- From: Sonam Chauhan [mailto:[EMAIL PROTECTED] Sent: Friday, 28 September 2007 8:37 PM To: JMeter Users List Subject: RE

OutOfMemoryError with stacktrace.

2007-09-28 Thread Sonam Chauhan
GB, gave of memory error with a stacktrace (see end of email). Is this significant or useful? Kind regards, Sonam Chauhan -- Corporate Express Australia Ltd. Phone: +61-2-93350725, Email: [EMAIL PROTECTED] STACKTRACE java.lang.OutOfMemoryError: Java heap space

RE: listener element overhead in non-GUI mode.

2007-09-28 Thread Sonam Chauhan
errors appear on the console. Kind regards, Sonam Chauhan -- Corporate Express Australia Ltd. Phone: +61-2-93350725, Email: [EMAIL PROTECTED] -Original Message- From: sebb [mailto:[EMAIL PROTECTED] Sent: Friday, 28 September 2007 8:38 PM To: JMeter Users List Subject: Re: listener

RE: OutOfMemoryError with stacktrace.

2007-09-28 Thread Sonam Chauhan
Yes, it's not an apples to apples comparison. If I get a chance to test with XP on ESX or RHEL on real hardware, I'll let youse know. Kind regards, Sonam Chauhan -- Corporate Express Australia Ltd. Phone: +61-2-93350725, Email: [EMAIL PROTECTED] -Original Message- From: sebb [mailto

RE: OutOfMemoryError with stacktrace.

2007-09-28 Thread Sonam Chauhan
increasing the ESX server 'RAM' and 'CPU MHz' allocations to match my 'real' box. Kind regards, Sonam Chauhan -- Corporate Express Australia Ltd. Phone: +61-2-93350725, Email: [EMAIL PROTECTED] -Original Message- From: sebb [mailto:[EMAIL PROTECTED] Sent: Friday, 28 September 2007 8:12 PM

listener element overhead in non-GUI mode.

2007-09-28 Thread Sonam Chauhan
under non-GUI mode? Kind regards, Sonam Chauhan -- Corporate Express Australia Ltd. Phone: +61-2-93350725, Email: [EMAIL PROTECTED]

RE: Reference Website Implementations

2007-09-27 Thread Sonam Chauhan
for: What about that Pet Store?) Kind regards, Sonam Chauhan -- Corporate Express Australia Ltd. Phone: +61-2-93350725, Email: [EMAIL PROTECTED] -Original Message- From: Hassan Schroeder [mailto:[EMAIL PROTECTED] Sent: Friday, 28 September 2007 10:17 AM To: JMeter Users List Subject: Re

RE: Reference Website Implementations

2007-09-27 Thread Sonam Chauhan
be useful. For convenience, you could download and run pre-packaged VMWare appliances: http://www.vmware.com/appliances/ ... and transfer the image to hardware -- this 'Virtual to Physical' guide should help in doing this: http://www.vmware.com/support/v2p/index.html Kind regards, Sonam Chauhan

RE: running multiple JMeter instance in parallel

2007-09-14 Thread Sonam Chauhan
SERVER=-server ARGS=$SERVER $HEAP $NEW $SURVIVOR $TENURING $EVACUATION $RMIGC $PERM $DEBUG java -server -jar `dirname $0`/ApacheJMeter.jar $@ = Kind regards, Sonam Chauhan -- Corporate Express Australia Ltd. Phone: +61-2-93350725, Email: [EMAIL PROTECTED] PS

RE: running multiple JMeter instance in parallel

2007-09-13 Thread Sonam Chauhan
-- you answers help a lot of people on the list! Kind regards, Sonam Chauhan -- Corporate Express Australia Ltd. Phone: +61-2-93350725, Email: [EMAIL PROTECTED] -Original Message- From: sebb [mailto:[EMAIL PROTECTED] Sent: Wednesday, 12 September 2007 8:18 PM To: JMeter Users List Subject

ConcurrentModificationException

2007-09-13 Thread Sonam Chauhan
. Kind regards, Sonam Chauhan -- Corporate Express Australia Ltd. Phone: +61-2-93350725, Email: [EMAIL PROTECTED] Exception in thread Thread-903 java.util.ConcurrentModificationException at java.util.HashMap$HashIterator.nextEntry(HashMap.java:841

RE: ConcurrentModificationException

2007-09-13 Thread Sonam Chauhan
Can you confirm which version of JMeter you were using? Sorry for not stating it earlier Sebb - it's 2.1.1. SheepishGrin/ Kind regards, Sonam Chauhan -- Corporate Express Australia Ltd. Phone: +61-2-93350725, Email: [EMAIL PROTECTED] -Original Message- From: sebb [mailto:[EMAIL

RE: JDBC connection pooling - should it be used at all?

2007-09-13 Thread Sonam Chauhan
and teardown expense be low enough to not make a difference to both: (a) Jmeter (b) The database being tested I think it's a good idea to have both mechanisms available. Kind regards, Sonam Chauhan -- Corporate Express Australia Ltd. Phone: +61-2-93350725, Email: [EMAIL PROTECTED

RE: JDBC NoAvailableConnectionException Problem + new Io exception

2007-09-13 Thread Sonam Chauhan
failureMessage=Response was null error=false failure=true//sampleResult --- Any idea about this? This exception only occurs once or twice (in about 3 requests). The NoAvailableConnectionException has thousands of entries in the logs. Kind regards, Sonam Chauhan -- Corporate Express

JDBC NoAvailableConnectionException Problem

2007-09-12 Thread Sonam Chauhan
? Would I increase the max number of number of connections timeout, and decrease idle cleanup interval? Kind regards, Sonam Chauhan -- Corporate Express Australia Ltd. Phone: +61-2-93350725, Email: [EMAIL PROTECTED]

RE: running multiple JMeter instance in parallel

2007-09-12 Thread Sonam Chauhan
, Sonam Chauhan [EMAIL PROTECTED] wrote: Hi JMeter users - I wanted your comments on large scale load testing approaches, and specifically on running multiple JMeter instances running different tests. JMeter is best at running multiple threads all doing the same test. Each thread can use

RE: running multiple JMeter instance in parallel

2007-09-12 Thread Sonam Chauhan
as quickly as it does on a real CPU?). Anyway, I also wanted to say I appreciate your inputs -- you answer so many questions on the list I sometimes wonder where you get the patience from. :) Kind regards, Sonam Chauhan -- Corporate Express Australia Ltd. Phone: +61-2-93350725, Email: [EMAIL

running multiple JMeter instance in parallel

2007-09-11 Thread Sonam Chauhan
GB should help. Any comments on this approach and/or the JVM parameters I'm using below? Kind regards, Sonam Chauhan -- Corporate Express Australia Ltd. Phone: +61-2-93350725, Email: [EMAIL PROTECTED] Modified JVM parameters set in 'bin/jmeter' HEAP=-Xms64m -Xmx256m NEW

RE: running multiple JMeter instance in parallel

2007-09-11 Thread Sonam Chauhan
controller that includes other JMXs? Is it possible to pass variables between the top level test plan and the include module? Kind regards, Sonam Chauhan -- Corporate Express Australia Ltd. Phone: +61-2-93350725, Email: [EMAIL PROTECTED] -Original Message- From: iblavins [mailto:[EMAIL

RE: running multiple JMeter instance in parallel

2007-09-11 Thread Sonam Chauhan
Controller: Initialise test ---Include Controller: Run test 1 ---Include Controller: Run test 2 ... - Thread Group 2 ... Do you know if JMeter 'property' variables (e.g., ${__P(some.property)} ) are accessible in the included test plans? Kind regards, Sonam Chauhan -- Corporate

RE: Intermittent truncated logfile - non-GUI mode

2007-09-09 Thread Sonam Chauhan
- is that correct? Kind regards, Sonam Chauhan -- Corporate Express Australia Ltd. Phone: +61-2-93350725, Email: [EMAIL PROTECTED] -Original Message- From: sebb [mailto:[EMAIL PROTECTED] Sent: Thursday, 6 September 2007 12:34 PM To: JMeter Users List Subject: Re: Intermittent truncated

RE: Intermittent truncated logfile - non-GUI mode

2007-09-05 Thread Sonam Chauhan
it in the same directory above so I could view any JMeter exceptions thrown during the test. With regards, Sonam Chauhan -- Corporate Express Australia Ltd. Phone: +61-2-93350725, Email: [EMAIL PROTECTED] -Original Message- From: sebb [mailto:[EMAIL PROTECTED] Sent: Wednesday, 5

Intermittent truncated logfile - non-GUI mode

2007-09-04 Thread Sonam Chauhan
command line? Kind regards, Sonam Chauhan -- Corporate Express Australia Ltd. Phone: +61-2-93350725, Email: [EMAIL PROTECTED]

  1   2   >