Skip to content

Instantly share code, notes, and snippets.

@oberstet
Created October 31, 2013 14:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oberstet/7250961 to your computer and use it in GitHub Desktop.
Save oberstet/7250961 to your computer and use it in GitHub Desktop.
oberstet@corei7-ubuntu:~/scm/AutobahnTestSuite/autobahntestsuite$ ~/pypy-2.1/bin/pypy -u -m autobahntestsuite.wstes-m massconnect
Using implicit spec file 'massconnect.json'
Loading spec from /home/oberstet/scm/AutobahnTestSuite/autobahntestsuite/massconnect.json
Using Twisted reactor class <class 'twisted.internet.epollreactor.EPollReactor'>
Using UTF8 Validator class autobahn.utf8validator.Utf8Validator
Using XOR Masker classes autobahn.xormasker.XorMaskerNull
Using JSON processor module 'json'
{u'options': {u'connections': 64000, u'batchsize': 1000, u'retrydelay': 10, u'batchdelay': 5}, u'servers': [{u'desc': u'Autobahn WebSocket Python on localhost', u'name': u'AutobahnPython', u'uri': u'ws://127.0.0.1:9000'}]}
................................................................ connected 64000 clients to AutobahnPython at ws://127.0.0.1:9000 in 12.496 seconds (retries 0 = failed 0 + lost 0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment