Added a 'shuffle' option that will take your wlog file and shuffle the lines between each run. What it does in detail is:
- Transform \0 to \n in your file
- sort --random-sort your file
- Transform \n to \0
- Write to your_wlog.shuffled
This can be used to confuse caches. Just set shuffle=true
in your
conf file.
- added 'started at' column to csv export
- refactored options pasing in stresser bin to match stresser-grapher and stresser-loggen