For some reason, I thought that had an entirely different purpose. Thanks for saving me some work ;-)
Curt Johnson - [EMAIL PROTECTED] The Technical Resource Connection, Inc. http://www.trcinc.com -----Original Message----- From: Jordi Salvat i Alabart [mailto:[EMAIL PROTECTED] Sent: Monday, February 16, 2004 3:49 PM To: JMeter Users List Subject: Re: Thread Iteration Stopwatch Doesn't the Transaction Controller fulfill this need? Curt Johnson wrote: > I know that some people have asked for a "stopwatch" report of time it > takes for a single thread to run through a single iteration. > I need this feature as well and was looking at implementing it. > > I have some questions about how to implement this. I've looked at > JMeterThread and some of the various DataModel Visualizer code. > The most direct way it seems, would be to place an extended version of > the Module Controller with two drop down boxes, a start sampler and an > end sampler. > When the start sampler fired it's request, the Stopwatch Controller > would receive the event and log a start time, when the end sampler > finished with the response, it would receive that event and log the end > time. > The logging of start and end times would be handled by firing an event > for the Stopwatch Visualizer, which would extend the Results in Table > visualizer. This would list a number, thread name, test time and then > report min/max/avg data at the bottom of the GUI much like the Table > visualizer does. > > Any suggestions on approach? I've got very limited experience with the > JMeter codebase. > Thanks, > Curt Johnson - [EMAIL PROTECTED] > The Technical Resource Connection, Inc. > http://www.trcinc.com > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

