Jmeter with asp web applications

2008-04-22 Thread Jadoon
AOA Can i use JMeter for testing asp or asp.net web applications. Regards -- View this message in context: http://www.nabble.com/Jmeter-with-asp-web-applications-tp16822451p16822451.html Sent from the JMeter - User mailing list archive at Nabble.com.

Set Number of Threads and Ramp-Up Period in a nongui mode

2008-04-22 Thread Quasar
Hi Men :) Quick question: If I want to pass the number of VUs and the rampup time in a nongui mode, how can I do that? I'd like to use the same JMX file and pass only these 2 parameters. Thx :) Quasar - To unsubscribe,

Re: Set Number of Threads and Ramp-Up Period in a nongui mode

2008-04-22 Thread André van Hoorn
Hi, Quasar wrote, on 22.04.2008 12:24: Quick question: If I want to pass the number of VUs and the rampup time in a nongui mode, how can I do that? I'd like to use the same JMX file and pass only these 2 parameters. Say you want to use properties names NUMTHREADS and RAMPUP. You can access

RE: Set Number of Threads and Ramp-Up Period in a nongui mode

2008-04-22 Thread Steve Kapinos
Define the values to be properties... And then either - create a user.properties files and define the values in there And/or overwrite the properties on the command-line using the -Jpropertyname=value command line option I set mine up this way ${__P(p_ptpthreadcount,1)} In the test plan, that

RE: Jmeter with asp web applications

2008-04-22 Thread Steve Kapinos
Sure We test our asp.net applications using html, soap, and xml/html -Original Message- From: Jadoon [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 22, 2008 2:25 AM To: jmeter-user@jakarta.apache.org Subject: Jmeter with asp web applications AOA Can i use JMeter for testing asp or

Re: Set Number of Threads and Ramp-Up Period in a nongui mode

2008-04-22 Thread Quasar
Andre' and Steve, thx a lot :) I didn't think about that! Quasar - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Problem with remote testing, test scenario only running the first sampler

2008-04-22 Thread Romain Dorgueil
Hello I'm new to this list, and to JMeter, so maybe (for sure?) I did something wrong, but I tryed tuning and hacking as much as I could and I still have the same problem. Here it is I wrote a test scenario, that works just as I wanted if ran locally (with or without the gui). Basically,

Re: Socket Timeout

2008-04-22 Thread sebb
2008/4/21 afsilva [EMAIL PROTECTED]: sebb-2-2 wrote: On 5/31/05, Yuval [EMAIL PROTECTED] wrote: Hi, I running a load test with the TCP sampler, and I'm experiencing a strange behavior: It seems like the minimum response time for a TCP sampler is always the value of

Re: Problem with remote testing, test scenario only running the first sampler

2008-04-22 Thread Romain Dorgueil
ok, just found the reason: JMeter server batch launch script does not like being launched under cygwin environment. sorry for the noise :) Romain Dorgueil a écrit : Hello I'm new to this list, and to JMeter, so maybe (for sure?) I did something wrong, but I tryed tuning and hacking as much

Re: Problem with remote testing, test scenario only running the first sampler

2008-04-22 Thread sebb
On 22/04/2008, Romain Dorgueil [EMAIL PROTECTED] wrote: ok, just found the reason: JMeter server batch launch script does not like being launched under cygwin environment. The jmeter-server script works fine for me on Cygwin - what problem did you see? What does the jmeter-server.log file

Re: Problem with remote testing, test scenario only running the first sampler

2008-04-22 Thread Romain Dorgueil
The error in log looks like the following. It is shown before first request, which is sent, and many times after, but any other request is not sent. In apache access_log, only the first request of each thread shows up. 2008/04/22 18:12:10 ERROR - jmeter.samplers.RemoteTestListenerWrapper:

Re: Problem with remote testing, test scenario only running the first sampler

2008-04-22 Thread sebb
On 22/04/2008, Romain Dorgueil [EMAIL PROTECTED] wrote: The error in log looks like the following. It is shown before first request, which is sent, and many times after, but any other request is not sent. In apache access_log, only the first request of each thread shows up. 2008/04/22

Non-GUI batch client never finishes the test, even when all servers displayed Finished the test on host...

2008-04-22 Thread Romain Dorgueil
Hi again I'm almost done with my test plan, but the client machine never finishes (i read in mailing list it should say Tidying up... and returns) All i get is: [EMAIL PROTECTED]:~/Desktop/jakarta-jmeter-2.3.1/bin$ . jmeter -n -t

passing http user/pass along with SOAP request

2008-04-22 Thread mhudson1976
I have a WebService (oracle in this case not that it matters) that uses http user/pass for authorization and was wondering how do I send SOAP requests that include this user/pass in the http header so that I can 1) load the WSDL file in the SOAP sampler and 2) submit a request that will be

Re: Jmeter with asp web applications

2008-04-22 Thread David Brown
I remember a Peter Lin PDF on testing and loadbalancing apps and he claims he wrote JMeter as a testing tool for when he was working a .NET project. Take a look at the JMeter Wiki. HTH. Jadoon wrote .. AOA Can i use JMeter for testing asp or asp.net web applications. Regards -- View

Re: passing http user/pass along with SOAP request

2008-04-22 Thread sebb
2008/4/22 [EMAIL PROTECTED]: I have a WebService (oracle in this case not that it matters) that uses http user/pass for authorization and was wondering how do I send SOAP requests that include this user/pass in the http header so that I can 1) load the WSDL file in the SOAP sampler and 2)

Re: How to upload with jsf and Jmeter

2008-04-22 Thread Edward_Herrera
Finally I did. I forget to include the parameters specified by http://wiki.apache.org/myfaces/PerformanceTestingWithJMeter along with the file name, thats was all. sebb-2-2 wrote: http://wiki.apache.org/jakarta-jmeter/DifferentBehaviour On 07/04/2008, Edward_Herrera [EMAIL PROTECTED]

Re: Non-GUI batch client never finishes the test, even when all servers displayed Finished the test on host...

2008-04-22 Thread sebb
2008/4/22 Romain Dorgueil [EMAIL PROTECTED]: Hi again I'm almost done with my test plan, but the client machine never finishes (i read in mailing list it should say Tidying up... and returns) All i get is: [EMAIL PROTECTED]:~/Desktop/jakarta-jmeter-2.3.1/bin$ . jmeter -n -t