python - Locust.io Load Testing getting "Connection aborted BadStatusLine" Errors -


i'm using locust.io load test application. random error unable pinpoint problem:

1) connectionerror(protocolerror(\'connection aborted.\', badstatusline("\'\'",)),)

2) connectionerror(protocolerror('connection aborted.', error(104, 'connection reset peer')),)

the first 1 one happens few times every 1,000,000 request or , seems happen in groups there 5-20 @ once , fine. second happens every couple days or so.

the cpu , memory below servers max load database server, app server , machine running locust.io.

the servers medium sized linode servers running ubuntu 14.04. app django , database in postgresql. have increased maximum open file limit wondering if else needs increased on server leading occasional errors.

from have been able gather searching error might have python requests library.

-any appreciated.


Comments

Popular posts from this blog

python - pip install -U PySide error -

arrays - C++ error: a brace-enclosed initializer is not allowed here before ‘{’ token -

cytoscape.js - How to add nodes to Dagre layout with Cytoscape -