Re: JDBC connection error in Gui mode

2009-05-26 Thread gpub
hey thanks!! seems jmeter user should have to read the docs very carefully. Deepak Shetty wrote: This name must match the value specified in Variable Name field in the JDBC Connection Configuration On Mon, May 25, 2009 at 9:10 PM, gpub affablepr...@gmail.com wrote: Hi, i was doing

Error: classname and missing jars in jmeter.log file

2009-05-26 Thread gpub
Hi, i was doing the backend perf test. it has been passed with all the details from ur side, but the jmeter log is giving me the below: 2009/05/26 11:39:05 INFO - jmeter.JMeter: Loaded icon properties from org/apache/jmeter/images/icon.properties 2009/05/26 11:39:07 INFO -

JMeter FTP Request

2009-05-26 Thread Baudouin
I would like to use the JMeter FTP Request to upload a file on a FTP server. My FTP server port is 7009 instead of the default one (21). The JMeter doc specifies in the description of Server name or IP: JMeter assumes the FTP server is listening on the default port. Is there a way to specify

Re: Error: classname and missing jars in jmeter.log file

2009-05-26 Thread sebb
On 26/05/2009, gpub affablepr...@gmail.com wrote: Hi, i was doing the backend perf test. it has been passed with all the details from ur side, but the jmeter log is giving me the below: 2009/05/26 11:39:05 INFO - jmeter.JMeter: Loaded icon properties from

Re: JMeter FTP Request

2009-05-26 Thread sebb
On 26/05/2009, Baudouin baudouin.dup...@ext.ec.europa.eu wrote: I would like to use the JMeter FTP Request to upload a file on a FTP server. My FTP server port is 7009 instead of the default one (21). The JMeter doc specifies in the description of Server name or IP: JMeter assumes the FTP

Re: Stac

2009-05-26 Thread sebb
On 25/05/2009, Noel O'Brien nobr...@newbay.com wrote: Hi All, I'm using JMeter (2.3.2) to simulate a traffic model for our application (server) based on the traffic that our client generates. I used the JMeter proxy to sniff the traffic and then to make it more realistic I re-organised

Re: StackOverflowError

2009-05-26 Thread Noel O'Brien
Hi, I find it hard to reproduce with a simple test plan, but I'll try to put something together that will reproduce the issue Regards, Noel - Original Message - From: sebb seb...@gmail.com To: JMeter Users List jmeter-user@jakarta.apache.org Sent: Tuesday, 26 May, 2009 12:21:38

Re: StackOverflowError

2009-05-26 Thread sebb
OK, that could be added later. Meanwhile, perhaps you can use the extras/schematic.* files to generate a summary of the test plan that fails and attach that. [There's no schematic.sh version, but it should be obvious what to do if you are not using Windows]. On 26/05/2009, Noel O'Brien

Re: StackOverflowError

2009-05-26 Thread Noel O'Brien
Hi, I've generated the HTML schema file. Can I send it to you personally, i.e. I don't want to post it publically for security reasons Regards, Noel - Original Message - From: sebb seb...@gmail.com To: JMeter Users List jmeter-user@jakarta.apache.org Sent: Tuesday, 26 May, 2009

Re: StackOverflowError

2009-05-26 Thread Noel O'Brien
Hmm, doesn't look like attachyments are supported in this mailing list. Is there anywhere else I can put it? Regards, Noel - Original Message - From: Noel O'Brien nobr...@newbay.com To: JMeter Users List jmeter-user@jakarta.apache.org Sent: Tuesday, 26 May, 2009 16:12:16 GMT

Re: StackOverflowError

2009-05-26 Thread sebb
Create the Bugzilla issue, re-open and add the attachment. On 26/05/2009, Noel O'Brien nobr...@newbay.com wrote: Hmm, doesn't look like attachyments are supported in this mailing list. Is there anywhere else I can put it? Regards, Noel - Original Message - From: Noel O'Brien

Re: StackOverflowError

2009-05-26 Thread Noel O'Brien
Done: https://issues.apache.org/bugzilla/show_bug.cgi?id=47269 Regards, Noel - Original Message - From: sebb seb...@gmail.com To: JMeter Users List jmeter-user@jakarta.apache.org Sent: Tuesday, 26 May, 2009 16:19:36 GMT +00:00 GMT Britain, Ireland, Portugal Subject: Re:

Re: StackOverflowError

2009-05-26 Thread Noel O'Brien
Ok, I've replaced it all, see attached Regards, Noel - Original Message - From: sebb seb...@gmail.com To: JMeter Users List jmeter-user@jakarta.apache.org Sent: Tuesday, 26 May, 2009 15:52:24 GMT +00:00 GMT Britain, Ireland, Portugal Subject: Re: StackOverflowError That's fine -

Re: StackOverflowError

2009-05-26 Thread Peter Lin
If you want to simulate real production traffic, one option is to use the access log sampler. I wrote that sampler so that I could simulate production traffic. It might be easier than using a test plan that generates random requests. peter On Tue, May 26, 2009 at 12:08 PM, Noel O'Brien

Re: StackOverflowError

2009-05-26 Thread sebb
That's fine - or you could just change the sensitive parts - e.g. use different URLs etc. On 26/05/2009, Noel O'Brien nobr...@newbay.com wrote: Hi, I've generated the HTML schema file. Can I send it to you personally, i.e. I don't want to post it publically for security reasons Regards,

Re: StackOverflowError

2009-05-26 Thread Noel O'Brien
Yes, but won't that execute the same requests each iteration (just like the proxy)? What I was trying to achieve was to simulate the randomness of choosing different paths through the client application, which leads to realistic groups of API calls being made to the server Either way I still

Re: StackOverflowError

2009-05-26 Thread Peter Lin
actually, the way the access log sampler works is it gets a new request for each thread, so it doesn't repeat the same request in the access log. peter On Tue, May 26, 2009 at 12:32 PM, Noel O'Brien nobr...@newbay.com wrote: Yes, but won't that execute the same requests each iteration (just

Re: StackOverflowError

2009-05-26 Thread sebb
Thanks! That looks far too complicated to use as a test case, however it's still useful to have the information in case simpler test cases don't show the problem. Unfortunately the schematic does not show the Execution Style for the Throughput Controller - which do you use? Also, the Random

Re: StackOverflowError

2009-05-26 Thread Noel O'Brien
I've added the details to the ticket in Bugzilla, but here it is for convenience: Notes about the test plan schema: 1. All Random Controllers have Ignore sub-controller blocks unchecked 2. All Throughput Controllers are Percent Executions, with siblings adding to 100%. e.g. 4 sibling

Re: StackOverflowError

2009-05-26 Thread sebb
Another possibility might be the Switch Controller; the logic is then in how the value is calculated. One of the switch entries can be a dummy sample, e.g. Test Action with no wait; this allows the Switch Controller to do nothing. == For a basic server load test, it should be sufficient to just

Re: StackOverflowError

2009-05-26 Thread sebb
On 26/05/2009, Noel O'Brien nobr...@newbay.com wrote: I've added the details to the ticket in Bugzilla, but here it is for convenience: Notes about the test plan schema: 1. All Random Controllers have Ignore sub-controller blocks unchecked 2. All Throughput Controllers are Percent

Configure and Run Jmeter tests automatically

2009-05-26 Thread SUCIU Flori
Hello, I am interested in being able to use JMeter from the command line rather than the GUI. That would help me run automated tests. Thank you, Flori

Re: Configure and Run Jmeter tests automatically

2009-05-26 Thread Deepak Shetty
http://www.programmerplanet.org/pages/projects/jmeter-ant-task.php OR http://jakarta.apache.org/jmeter/usermanual/get-started.html 2.4.3 Non-GUI Mode (Command Line mode) *2.4.3 Non-GUI Mode (Comm and Line mode)* On Tue, May 26, 2009 at 12:48 PM, SUCIU Flori flori.su...@alcatel-lucent.com

Fwd: Qry: Questions on Retrieving Embedded Resources option checked?

2009-05-26 Thread Mohamed Niyas
Team, Any inputs for my queries? -- Forwarded message -- From: Mohamed Niyas niyas.m...@gmail.com Date: Mon, May 25, 2009 at 11:21 AM Subject: Qry: Questions on Retrieving Embedded Resources option checked? To: JMeter Users List jmeter-user@jakarta.apache.org Team, I need