Home » jakarta-jmeter-2.3.4_src » org.apache.jmeter.reporters » [javadoc | source]
org.apache.jmeter.reporters
public class: Summariser [javadoc | source]
java.lang.Object
   org.apache.jmeter.testelement.AbstractTestElement
      org.apache.jmeter.reporters.Summariser

All Implemented Interfaces:
    SampleListener, TestListener, Remoteable, NoThreadClone, Serializable, TestElement

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.
Constructor:
 public Summariser() 
 public Summariser(String name) 
    Constructor for use during startup (intended for non-GUI use)
    Parameters:
    name - of summariser
Method from org.apache.jmeter.reporters.Summariser Summary:
sampleOccurred,   sampleStarted,   sampleStopped,   testEnded,   testEnded,   testIterationStart,   testStarted,   testStarted
Methods from org.apache.jmeter.testelement.AbstractTestElement:
addProperty,   addTestElement,   canRemove,   clear,   clearTemporary,   clone,   emptyTemporary,   equals,   getName,   getProperty,   getPropertyAsBoolean,   getPropertyAsBoolean,   getPropertyAsDouble,   getPropertyAsFloat,   getPropertyAsInt,   getPropertyAsLong,   getPropertyAsString,   getThreadContext,   getThreadName,   isEnabled,   isRunningVersion,   isTemporary,   logProperties,   mergeIn,   nextIsNull,   propertyIterator,   recoverRunningVersion,   removeProperty,   setName,   setProperty,   setProperty,   setRunningVersion,   setTemporary,   setThreadContext,   setThreadName,   threadFinished,   threadStarted,   traverse,   traverseCollection,   traverseMap,   traverseProperty
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.jmeter.reporters.Summariser Detail:
 public  void sampleOccurred(SampleEvent e) 
    Accumulates the sample in two SampleResult objects - one for running totals, and the other for deltas.
 public  void sampleStarted(SampleEvent e) 
 public  void sampleStopped(SampleEvent e) 
 public  void testEnded() 
 public  void testEnded(String host) 
 public  void testIterationStart(LoopIterationEvent event) 
 public  void testStarted() 
 public  void testStarted(String host)