Skip to content

Abnormal exit after a while #3

@iskitsas

Description

@iskitsas

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions