Open leshow opened 3 years ago
Interesting, yes I can see how that's confusing. It's actually not inaccurate - the rate limiting with -Q
is applied at the end of the "pipeline", so indeed all of those generators are sending queries at the advertised rate and then they are limited to 10 QPS. I will flag this as a bug to make the message clearer. Thanks for the report!
"10 concurrent generators, each sending 10 queries every 1ms on protocol udp" is not accurate if flamethrower is only sending 10 queries per second, 10 generators * 10 queries/ms is 100,000 QPS. Unless I'm missing something here, this message should change based the -Q parameter?