req to suggest changes to fix failures
Status: Alpha
Brought to you by:
coroberti
From: Shalini Pv <pvs...@gm...> - 2022-01-01 11:05:52
|
sir I am working with mininet network simulator, I have a nodejs webserver running on one of the hosts. from another host when I run curl-loader # curl-loader -f ./conf-examples/bax.conf -v -u I am getting this output at command line " parse_config_file -loaded 1 batches The configuration has been post-validated successfully. add_secondary_ip_addrs - setting secondary IP successfully added. Exited. For details look in the files: bax.log bax.txt bax.ctx bax.ops" In bax.ops file I have success 0 0 Failed 56 56 Timed out 0 0 In bax.txt I have H/F 50,0,0,0,0,0,0,0 H/F/S 50,0,0,0,0,0,0,0 I am getting success as 0 and failed as number of client requests Kindly suggest how to fix this Thanks and Regards Shalini |