org.apache.jmeter.reporters
Class Summariser
- Cloneable, Serializable, NoThreadClone, Remoteable, SampleListener, Serializable, TestElement, TestListener
Generate a summary of the test run so far to the log file and/or standard
output. Both running and differential totals are shown. Output is generated
every n seconds (default 3 minutes) on the appropriate time boundary, so that
multiple test runs on the same time will be synchronised.
This is mainly intended for batch (non-GUI) runs
Note that the RunningSample start and end times relate to the samples,
not the reporting interval.
Since the first sample in a delta is likely to have started in the previous reporting interval,
this means that the delta interval is likely to be longer than the reporting interval.
Also, the sum of the delta intervals will be larger than the overall elapsed time.
Data is accumulated according to the test element name.
addProperty , addTestElement , canRemove , clear , clearTemporary , clone , emptyTemporary , equals , getComment , getName , getProperty , getPropertyAsBoolean , getPropertyAsBoolean , getPropertyAsDouble , getPropertyAsFloat , getPropertyAsInt , getPropertyAsInt , getPropertyAsLong , getPropertyAsString , getPropertyAsString , getThreadContext , getThreadName , hashCode , isEnabled , isRunningVersion , isTemporary , logProperties , mergeIn , propertyIterator , recoverRunningVersion , removeProperty , setComment , setName , setProperty , setProperty , setProperty , setProperty , setProperty , setProperty , setProperty , setRunningVersion , setTemporary , setThreadContext , setThreadName , traverse , traverseCollection , traverseMap , traverseProperty |
Summariser
public Summariser()
Summariser
public Summariser(String name)
Constructor for use during startup (intended for non-GUI use)
sampleOccurred
public void sampleOccurred(SampleEvent e)
Accumulates the sample in two SampleResult objects - one for running
totals, and the other for deltas.
- sampleOccurred in interface SampleListener
Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.