Package org.rutil.loadtest

Interface Summary
StatsHandler A notification listener to processes the test results as needed.
TestRunner The test implementation(s) should implement this interface.
 

Class Summary
LoadGenerator A skeleton load generator that notifies the statshandler on start and finish.
LoadGeneratorHelper A helper to handle executing multiple load generators.
RequestBoundLoadGenerator A request based implementation of LoadGenerator.
Stats This class is used to track some runtime stats for the tests
StatsHandler.SystemOutHandler System stats handler that prints out all the stats to console (to System.out)
ThreadBoundLoadGenerator A thread based implementation of LoadGenerator.