dns-flood icon indicating copy to clipboard operation
dns-flood copied to clipboard

Duration and Graceful stop

Open s8sg opened this issue 6 years ago • 0 comments

Added option to provide duration -d

./dnsflood test.com 127.0.0.1 -d 30
sent 5333186 DNS requests in 30.000000 sec

Performing graceful stop on SIGINT and SIGTERM

./dnsflood test.com 127.0.0.1 -d 30
^CStopping..
sent 305814 DNS requests in 2.000000 sec

s8sg avatar Dec 27 '17 04:12 s8sg