Skip to content

Instantly share code, notes, and snippets.

@TTimo
Created December 27, 2013 16:35
Show Gist options
  • Save TTimo/8149351 to your computer and use it in GitHub Desktop.
Save TTimo/8149351 to your computer and use it in GitHub Desktop.
[2013-12-27 10:27:58,382] Timothees-MacBook-Pro.local/INFO/locust.main: Starting web monitor at *:8089
[2013-12-27 10:27:58,383] Timothees-MacBook-Pro.local/INFO/locust.main: Starting Locust 0.7.0
[2013-12-27 10:28:13,906] Timothees-MacBook-Pro.local/INFO/locust.runners: Hatching and swarming 1000 clients at the rate 50 client
s/s...
[2013-12-27 10:28:37,991] Timothees-MacBook-Pro.local/INFO/locust.runners: All locusts hatched: WebsiteUser: 1000
[2013-12-27 10:28:37,992] Timothees-MacBook-Pro.local/INFO/locust.runners: Resetting stats
[2013-12-27 10:29:30,773] Timothees-MacBook-Pro.local/INFO/locust.runners: Hatching and swarming 1000 clients at the rate 100 clien
ts/s...
[2013-12-27 10:29:44,444] Timothees-MacBook-Pro.local/INFO/locust.runners: All locusts hatched: WebsiteUser: 1000
[2013-12-27 10:29:44,445] Timothees-MacBook-Pro.local/INFO/locust.runners: Resetting stats
[2013-12-27 10:30:02,919] Timothees-MacBook-Pro.local/INFO/locust.runners: Hatching and swarming 1100 clients at the rate 50 client
s/s...
[2013-12-27 10:30:26,845] Timothees-MacBook-Pro.local/ERROR/stderr: SystemError: (libev) select: Invalid argument
[2013-12-27 10:30:26,845] Timothees-MacBook-Pro.local/ERROR/stderr: Traceback (most recent call last):
[2013-12-27 10:30:26,845] Timothees-MacBook-Pro.local/ERROR/stderr: File "/opt/local/Library/Frameworks/Python.framework/Versions/2
.7/bin/locust", line 9, in <module>
[2013-12-27 10:30:26,845] Timothees-MacBook-Pro.local/ERROR/stderr:
[2013-12-27 10:30:26,845] Timothees-MacBook-Pro.local/ERROR/stderr: load_entry_point('locustio==0.7.0', 'console_scripts', 'locust'
)()
[2013-12-27 10:30:26,846] Timothees-MacBook-Pro.local/ERROR/stderr: File "/opt/local/Library/Frameworks/Python.framework/Versions/2
.7/lib/python2.7/site-packages/locustio-0.7.0-py2.7.egg/locust/main.py", line 440, in main
[2013-12-27 10:30:26,846] Timothees-MacBook-Pro.local/ERROR/stderr:
[2013-12-27 10:30:26,846] Timothees-MacBook-Pro.local/ERROR/stderr: main_greenlet.join()
[2013-12-27 10:30:26,846] Timothees-MacBook-Pro.local/ERROR/stderr: File "/opt/local/Library/Frameworks/Python.framework/Versions/2
.7/lib/python2.7/site-packages/gevent/greenlet.py", line 290, in join
[2013-12-27 10:30:26,846] Timothees-MacBook-Pro.local/ERROR/stderr:
[2013-12-27 10:30:26,945] Timothees-MacBook-Pro.local/ERROR/stderr: result = self.parent.switch()
[2013-12-27 10:30:26,945] Timothees-MacBook-Pro.local/ERROR/stderr: File "/opt/local/Library/Frameworks/Python.framework/Versions/2
.7/lib/python2.7/site-packages/gevent/hub.py", line 331, in switch
[2013-12-27 10:30:26,946] Timothees-MacBook-Pro.local/ERROR/stderr:
[2013-12-27 10:30:26,946] Timothees-MacBook-Pro.local/ERROR/stderr: return greenlet.switch(self)
[2013-12-27 10:30:26,946] Timothees-MacBook-Pro.local/ERROR/stderr: SystemError
[2013-12-27 10:30:26,946] Timothees-MacBook-Pro.local/ERROR/stderr: :
[2013-12-27 10:30:26,946] Timothees-MacBook-Pro.local/ERROR/stderr: (libev) select: Invalid argument
[2013-12-27 10:30:26,946] Timothees-MacBook-Pro.local/ERROR/stderr:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment