dachad / tcpgoon

tcpgoon, maximum TCP connections tester
MIT License
193 stars 21 forks source link

Handle partial successful execution #26

Closed chadell closed 6 years ago

chadell commented 6 years ago

We should be able to deal with executions that get partial success due several reasons (stressed server?) and present propers metrics and report.

dcaba commented 6 years ago

Are not we doing this already? I recommended you to change the "processing time" so it also tracks failed connections, that will also be represented in the report rather than "0"... I think this should do the trick for now

dcaba commented 6 years ago

Was this already covered by https://github.com/dachad/tcpgoon/pull/23 ?

chadell commented 6 years ago

yes, covered there