Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Abnormal exit after a while #3

Open
iskitsas opened this issue May 19, 2016 · 0 comments
Open

Abnormal exit after a while #3

iskitsas opened this issue May 19, 2016 · 0 comments
Labels
Milestone

Comments

@iskitsas
Copy link
Owner

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)
@iskitsas iskitsas added the bug label May 19, 2016
@iskitsas iskitsas added this to the 0.0.9 milestone May 19, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant