nginx-log-generator
nginx-log-generator copied to clipboard
Add support for noisy rates with a fuzz value
This PR implements a very simple method to allow the log rate to vary over time. The fuzz variable indicates how much time might be added or subtracted from the interval. This increases the ability to use the generator to test tools that show the rate of logs over time. Code review welcome, I'm new to Go.
Closes #4.