You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by Nathan Chandler <na...@orange.net> on 2002/01/22 18:37:36 UTC

Tracking which JMeterThread, ThreadGroup produced a sample

Think it would be useful if reporters could provide info. on which thread produced a sample, e.g. so File Reporter output may look like:

# Sample data created by ###

# JMeterThread    ThreadGroup    Url    Milliseconds

JMThreadXXX    test1    http://blah.com/aaa?page=bbb    176
JMThreadYYY    test1    http://blah.com/aaa?page=bbb    196
JMThreadXXX    test1    http://blah.com/aaa?page=ccc    111
JMThreadYYY    test1    http://blah.com/aaa?page=ccc    165

Others think this useful? Is capture of such information addressed at moment?

Re: Tracking which JMeterThread, ThreadGroup produced a sample

Posted by "Dmitri G. Chtchekine" <dg...@emory.edu>.
Agree !
I have started looking at the code on how to accomplish this,
at first glance doesn't seem tough.
dmitri

On Tue, 22 Jan 2002, Nathan Chandler wrote:

> Think it would be useful if reporters could provide info. on which thread produced a sample, e.g. so File Reporter output may look like:
> 
> # Sample data created by ###
> 
> # JMeterThread    ThreadGroup    Url    Milliseconds
> 
> JMThreadXXX    test1    http://blah.com/aaa?page=bbb    176
> JMThreadYYY    test1    http://blah.com/aaa?page=bbb    196
> JMThreadXXX    test1    http://blah.com/aaa?page=ccc    111
> JMThreadYYY    test1    http://blah.com/aaa?page=ccc    165
> 
> Others think this useful? Is capture of such information addressed at moment?
> 


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>