MichaelPunsky
6 years agoOccasional Contributor
Status:
New Idea
Provide Improved Databank Handling configurations
DISTRO:
Option 1: Databank(s) is automatically split into the same number of files as the number of load generators. Each load generator gets its own fraction of the original file. This is the most common use case. A row of data is UNIQUE across all load generators.
Option 2: The Databank(s) is sent in it's entirety to each load generator. A row of data is only UNIQUE for a load generator - not across all load generators.
END OF FILE BEHAVOR:
Option 1: Upon reaching the end of the databank, start again from the beginning of the file.
Option 2: Upon reaching the end of the databank, stop the test.
DATABANK ACCESS:
Option 1: Sequential
Option 2: Random