Re: non-POST methods for SOAP/XML-RPC sampler?

2007-06-11 Thread sebb
On 11/06/07, andrew m. boardman [EMAIL PROTECTED] wrote: If you are using (or can use) files to contain the XML, then there have been some changes to JMeter that allow these to be sent as is without adding any wrapping. It turns out this (specifying a filename for Send a File With the

SOAP and slow connection

2007-06-11 Thread Luca Maragnani
Hi, I need to test a SOAP application using SlowSocket to simulate real users links. So I modified jmeter.properties to use HTTPSampler2 and setted the cps property. Last, to get it work I had to overwrite in a custom library SlowHttpClientSocketFactory because the createSocket method returned

Re: SOAP and slow connection

2007-06-11 Thread sebb
On 11/06/07, Luca Maragnani [EMAIL PROTECTED] wrote: Hi, I need to test a SOAP application using SlowSocket to simulate real users links. Which version of JMeter are you using? Which SOAP sampler are you using? So I modified jmeter.properties to use HTTPSampler2 and setted the cps property.

# Samples in Aggregate Graph

2007-06-11 Thread Santosh Kumar B
Hi All, We have come across this kind of problem during our test execution on a web application using HTTP protocol: We would like to know whether the #samples in the aggregate graph are a) the total no. HTTP requests to the server or b) are they the no. of requests to which

Re: # Samples in Aggregate Graph

2007-06-11 Thread mahesh kumar
Hi, #samples means how many requests u r Jmeter sent to server. ---Mahesh On 6/11/07, Santosh Kumar B [EMAIL PROTECTED] wrote: Hi All, We have come across this kind of problem during our test execution on a web application using HTTP protocol: We would like to know whether the #samples

Monitor result

2007-06-11 Thread neth
Hi, I've a little problem to use monitor result; in a thread group i put 1 http auth. manager, 1 http request with correct value of each field , 1 constant timer and 1 monitor result graph. when i launch it, i can't get any performance graph from monitor result. Must i set them in a particular

Re: SOAP and slow connection

2007-06-11 Thread Luca Maragnani
Thank you Sebb. sebb wrote: Which version of JMeter are you using? Which SOAP sampler are you using? I'm using version 2.2 from stable downloads (for both SOAP Sampler and SlowHttpClientSocketFactory). Last, to get it work I had to overwrite in a custom library SlowHttpClientSocketFactory

monitor result

2007-06-11 Thread neth
Hi, I've a little problem to use monitor result; in a thread group i put 1 http auth. manager, 1 http request with correct value of each field , 1 constant timer and 1 monitor result graph. when i launch it, i can't get any performance graph from monitor result. Must i set them in a particular

RE: monitor result

2007-06-11 Thread Matthew Coventon
The Monitor Results listener is meant to hook into a server status servlet and graphs server status. See http://jakarta.apache.org/jmeter/usermanual/component_reference.html#Monitor _Results. It appears that you want to see how the server is responding to your http requests. For this you can

RE: Check system status and performances

2007-06-11 Thread Matthew Coventon
I guess it depends on what all you want to do. But I think just JMeter would be a good start. See http://jakarta.apache.org/jmeter/usermanual/get-started.html. Regards, Matt C. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Sunday, June 10, 2007 11:37 AM

Re: Check system status and performances

2007-06-11 Thread Fredrik Jonson
[EMAIL PROTECTED] wrote: Are there some others tools that i should install to check system status and performanc = es of J2EE web apps based on Apache + Tomcat + JBoss + MySQL. AFAIK jmeter is primarily a functional load performance analysis tool, and not a network status monitoring tool.

Re: SOAP and slow connection

2007-06-11 Thread sebb
On 11/06/07, Luca Maragnani [EMAIL PROTECTED] wrote: Thank you Sebb. sebb wrote: Which version of JMeter are you using? Which SOAP sampler are you using? Are you using SOAP/XML-RPC or WebService (SOAP) ? I'm using version 2.2 from stable downloads (for both SOAP Sampler and

Re: monitor result

2007-06-11 Thread Peter Lin
the monitor is only designed to work with tomcat 5.x status servlet. peter On 6/11/07, neth [EMAIL PROTECTED] wrote: Hi, I've a little problem to use monitor result; in a thread group i put 1 http auth. manager, 1 http request with correct value of each field , 1 constant timer and 1 monitor

Re: SOAP and slow connection

2007-06-11 Thread Luca Maragnani
Quoting sebb [EMAIL PROTECTED]: Are you using SOAP/XML-RPC or WebService (SOAP) ? I'm using SOAP/XML-RPC. Luca - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Markov4JMeter: JMeter extension for probabilistic user behavior (Markov chains)

2007-06-11 Thread Mark McWhinney
It works great. Please keep us posted on further updates. -Original Message- From: Mark McWhinney [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 05, 2007 4:48 PM To: 'JMeter Users List' Subject: RE: Markov4JMeter: JMeter extension for probabilistic user behavior (Markov chains) Hello

Re: SOAP and slow connection

2007-06-11 Thread sebb
Thanks. Tried a test - HTTPSampler2 also fails if the slow socket is enabled, so obviously the unimplemented method is now needed. I've added the missing code in SVN r546346; this will be in a nightly build shortly. Thanks for reporting the problem - no need to file a Bugzilla report now. I

RE: Writing regular expressions to log file

2007-06-11 Thread Jason Hane
Great!! This works perfectly. Thank you for your help. -Original Message- From: sebb [mailto:[EMAIL PROTECTED] Sent: Friday, June 08, 2007 5:28 PM To: JMeter Users List Subject: Re: Writing regular expressions to log file One way would be to use the Java Request to return the value,