On 15/05/2008, Laurent Perez <[EMAIL PROTECTED]> wrote: > Hi > > I'm using two thread groups and a summary report listener to gather their > data (after the groups, not one summary report child per group). > Later in the tree, I did place a third thread group with an infinite loop : > it's sole role is to trigger a java sample request at random intervals, > which updates various remote application beans thru JMX. > > My problem is that this third thread group java request is collected by the > summary report listener, placed above : I would like to avoid this, because > this request is not a "real" user request. > > What's the best method to exclude this third thread from the report ? I'm
Why not use a separate JMeter instance to run this? > thinking about moving it to another .jmx file and use an include controller, The include controller won't change things. > but I don't know yet if the report will still use it.... should I change my > own java sample request to a monitor class ? If the Java sample request returns a null sample, then there's nothing to collect. > thanks > laurent > > > > -- > <a href="http://in-pocket.blogspot.com">http://in-pocket.blogspot.com - > Mobile world, technology and more</a> > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

