Interface | Description |
---|---|
MessageGenerator |
A definition of contract for all message generators.
|
Class | Description |
---|---|
AbstractMessageGenerator |
A common ancestor for most generators.
|
ConstantSpeedMessageGenerator |
A generator that tries to achieve given speed of messages per second.
|
CustomProfileGenerator |
Generates the messages according to provided custom profile.
|
DefaultMessageGenerator |
Generates maximal load using a given number of threads.
|
RampUpDownGenerator |
Generates maximal load using a variable number of threads.
|
SenderTask |
Executes a single task of sending messages from the message store
using instances of
MessageSender provided by message sender manager (see MessageSenderManager ),
receiving the message sender's response and handling the reporting and response message validation. |
Copyright © 2010–2017 PerfCake Community. All rights reserved.