You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by bu...@apache.org on 2003/11/01 15:48:10 UTC

DO NOT REPLY [Bug 24160] - Listeners and Non-Gui Mode

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24160>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24160

Listeners and Non-Gui Mode

sebb@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WORKSFORME



------- Additional Comments From sebb@apache.org  2003-11-01 14:48 -------
It's true that visualizers are not sent samples in non-GUI mode, but all other 
test elements do work, as far as I can tell. Assertions are definitely called, 
and test elements that implement TestListener or SampleLister get called 
appropriately.

Likewise, extensions that implement the appropriate interfaces will be 
processed in batch mode.

The Add>Listeners right-click menu is perhaps named inappropriately, as it 
actually adds Visualisers only.

An extension can be added as a Post-Processor, and it will receive samples if 
it implements SampleListener. Its GUI will need to extend 
AbstractPostProcessorGui in order to appear in the Add>Post-Processor menu, 
but the Test Element itself need not implement PostProcessor - it can 
implement SampleListener instead. 

I know this works, because I'm working on one at present.
[This will output summary information every so often. A bit like the Aggregate 
Report Visualiser, but updated in batches.]

If I've misuderstood what you are trying to do, please update the call with 
more details.

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org