| java.lang.Object org.apache.jmeter.testelement.AbstractTestElement org.apache.jmeter.reporters.Summariser
Summariser | public class Summariser extends AbstractTestElement implements Serializable,SampleListener,TestListener,Clearable(Code) | | 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.
|
Summariser | public Summariser()(Code) | | |
Summariser | public Summariser(String name)(Code) | | Constructor for use during startup (intended for non-GUI use)
Parameters: name - of summariser |
clearData | public void clearData()(Code) | | |
testEnded | public void testEnded()(Code) | | |
testStarted | public void testStarted()(Code) | | |
|
|