AbstractSampler |
|
AbstractSampleSender |
Base class for SampleSender implementations
|
AsynchSampleSender |
Sends samples in a separate Thread and in Batch mode
|
BatchSampleSender |
Implements batch reporting for remote testing.
|
DataStrippingSampleSender |
The standard remote sample reporting should be more friendly to the main purpose of
remote testing - which is scalability.
|
DiskStoreSampleSender |
Version of HoldSampleSender that stores the samples on disk as a serialised stream.
|
Entry |
|
HoldSampleSender |
Lars-Erik Helander provided the idea (and original implementation) for the
caching functionality (sampleStore).
|
RemoteListenerWrapper |
Lars-Erik Helander provided the idea (and original implementation) for the
caching functionality (sampleStore).
|
RemoteSampleListenerImpl |
Implementation of remote sampler listener, also supports TestStateListener
|
RemoteSampleListenerWrapper |
|
RemoteTestListenerWrapper |
|
SampleEvent |
Packages information regarding the target of a sample event, such as the
result from that event and the thread group it ran in.
|
SampleResult |
This is a nice packaging for the various information returned from taking a
sample of an entry.
|
SampleSaveConfiguration |
Holds details of which sample attributes to save.
|
SampleSenderFactory |
|
StandardSampleSender |
Default behaviour for remote testing.
|
StatisticalSampleResult |
Aggregates sample results for use by the Statistical remote batch mode.
|
StatisticalSampleSender |
Implements batch reporting for remote testing.
|