Took the basic example from README with the following configuration:
trafficSimulator.testDuration(-1);//-1 for infinite run
trafficSimulator.workers(2);
trafficSimulator.clients(100)
trafficSimulator.throttleRequests_bps(-1);//-1 for no throttling
trafficSimulator.randomDelayBetweenRequests('0.1-1.2');
events.js:160
throw er; // Unhandled 'error' event
^
Error: read ECONNRESET
at exports._errnoException (util.js:949:11)
at TCP.onread (net.js:563:26)
Took the basic example from README with the following configuration: