TestEnded and TestStarted mean the test ended or started, not a 
particular thread ended or started.  There is a JMeterThreadMonitor 
interface you might be able to reuse.

-Mike

On 14 Oct 2003 at 16:32, BAZLEY, Sebastian wrote:

> The TestListener interface has 3 methods (effectively):
> 
> testStarted
> testEnded
> testIterationStart
> 
> The testIterationStart() method is called for each sample in each 
thread, as
> I expected.
> 
> However, the testStarted() and testEnded() methods are only 
called once for
> each Thread Group, which seems to me to be counter-intuitive - 
and not as
> useful as it could be.
> 
> If they were called for each thread, then this would make it very 
easy to
> create and destroy resources that are needed on a per-thread 
basis.
> 
> Would there be any objections to changing this ?
> (assuming I find the time - and can find how to fix up any existing 
usage)
> 
> Or perhaps it would be better to add a new Interface and/or 
update the
> existing one?
> 
> -- 
> Sebastian Bazley 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jmeter-dev-
[EMAIL PROTECTED]
> For additional commands, e-mail: jmeter-dev-
[EMAIL PROTECTED]
> 




--
Michael Stover
[EMAIL PROTECTED]
Yahoo IM: mstover_ya
ICQ: 152975688
AIM: mstover777

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to