RE: How to exclude the monitoring results from the aggregate

2005-05-16 Thread Guillaume Lahitette
t; > You need to read the scoping rules for JMeter: > http://wiki.apache.org/jakarta-jmeter/UserManual/ScopingRules > > -Mike > > On Fri, 2005-05-13 at 14:43 +0100, Guillaume Lahitette wrote: > > Thank you both. > > > > I have 10 Thread Groups for which I ne

RE: How to exclude the monitoring results from the aggregate

2005-05-13 Thread Guillaume Lahitette
t; - - sampler > > - - sampler > > - - aggregate > > - thread group (monitor > > - - sampler for tomcat status > > - - sampler for another tomcat status > > - - constant timer > > - - monitor listener > > > > > > hope that helps > > > &

How to exclude the monitoring results from the aggregate report?

2005-05-13 Thread Guillaume Lahitette
Folks, I am testing the Monitoring tool Peter has recommended me on the tomcat user list: http://jakarta.apache.org/jmeter/usermanual/build-monitor-test-plan.html. It is looking good so far. It triggered one question though. How can I exclude the monitoring results from the Aggregate Report? T

RE: JMeter appears to be stuck

2005-03-21 Thread Guillaume Lahitette
everal JMeter threads, do the other threads continue OK? > > > S. > On Mon, 21 Mar 2005 10:22:58 -0600, Shane McCarron > <[EMAIL PROTECTED]> wrote: > > I have seen this behavior when jmeter had been running for a long time - > > it appeared to be out of memory. Could th

RE: JMeter appears to be stuck

2005-03-21 Thread Guillaume Lahitette
gt; Subject: RE: JMeter appears to be stuck > > > If the problem is related to the http response coming back without > length information, then some logging statements in HTTPSamplerBase > might reveal at least where JMeter is getting blocked. > > -Mike > > On Mon, 2005

RE: JMeter appears to be stuck

2005-03-21 Thread Guillaume Lahitette
21 March 2005 16:23 > To: JMeter Users List > Subject: Re: JMeter appears to be stuck > > > I have seen this behavior when jmeter had been running for a long time - > it appeared to be out of memory. Could that be the case here? > > Guillaume Lahitette wrote: > >

JMeter appears to be stuck

2005-03-21 Thread Guillaume Lahitette
Hello folks, I am testing a Tomcat webapp. In several instances, JMeter appears to be stuck on one request and can not process with the next. I have enabled to the DEBUG level but am not getting any more details in jmeter.log In one scenario, I can see in the Tomcat access logs a failure that is

JMeter reporting capabilities

2005-03-17 Thread Guillaume Lahitette
Folks, My JMeter script is almost ready and having great success with everyone I show it to. Congratulations to everyone, JMeter is a terrific product! The next step for me is to produce something useful in the real world: a report. The XSL stylesheets in the distro are definitely a good start. I

Adding to the aggregate report

2005-03-15 Thread Guillaume Lahitette
Hi, We have some utility classes and a JSP tag that output processing times at the footer of each page. These give us interesting information about server-side processing times which we can substract from overall response time to isolate transport time (with some approximations). The strings loo

JavaScript form submission and regular expression questions

2005-03-14 Thread Guillaume Lahitette
Hi, I'm trying to use JMeter to test a page where: a.. a form (see below) is being assembled a.. a textarea contains an XML string b.. this form is posted (to retrieve an image) using JavaScript My questions: a.. JMeter didn't process the JavaScript that does the form submission. Any ch