We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, After install locust on Centos 7 i've configured the locustfile and try to run it from the CLI, PSB.
[root@qa-machine locust]# locust --host=http://example.com [2017-06-20 13:38:34,083] qa-machine/INFO/locust.main: Starting web monitor at *:8089 [2017-06-20 13:38:34,222] qa-machine/ERROR/stderr: Traceback (most recent call last): [2017-06-20 13:38:34,222] qa-machine/ERROR/stderr: File "/bin/locust", line 9, in [2017-06-20 13:38:34,223] qa-machine/ERROR/stderr: [2017-06-20 13:38:34,223] qa-machine/ERROR/stderr: load_entry_point('locustio==0.7.5', 'console_scripts', 'locust')() [2017-06-20 13:38:34,223] qa-machine/ERROR/stderr: File "/usr/lib/python2.7/site-packages/locust/main.py", line 437, in main [2017-06-20 13:38:34,223] qa-machine/ERROR/stderr: [2017-06-20 13:38:34,223] qa-machine/ERROR/stderr: gevent.signal(signal.SIGTERM, sig_term_handler) [2017-06-20 13:38:34,223] qa-machine/ERROR/stderr: File "/usr/lib64/python2.7/site-packages/gevent/init.py", line 101, in new [2017-06-20 13:38:34,223] qa-machine/ERROR/stderr: [2017-06-20 13:38:34,223] qa-machine/ERROR/stderr: return _signal_class(*args, **kwargs) [2017-06-20 13:38:34,223] qa-machine/ERROR/stderr: File "/usr/lib64/python2.7/site-packages/gevent/hub.py", line 265, in init [2017-06-20 13:38:34,223] qa-machine/ERROR/stderr: [2017-06-20 13:38:34,223] qa-machine/ERROR/stderr: self.watcher = self.hub.loop.signal(signalnum, ref=False) [2017-06-20 13:38:34,223] qa-machine/ERROR/stderr: File "core.pyx", line 472, in gevent.core.loop.signal (gevent/gevent.core.c:8594) [2017-06-20 13:38:34,223] qa-machine/ERROR/stderr: File "core.pyx", line 1127, in gevent.core.signal.init (gevent/gevent.core.c:19277) [2017-06-20 13:38:34,223] qa-machine/ERROR/stderr: AttributeError [2017-06-20 13:38:34,223] qa-machine/ERROR/stderr: : [2017-06-20 13:38:34,223] qa-machine/ERROR/stderr: 'module' object has no attribute 'NSIG' [2017-06-20 13:38:34,223] qa-machine/ERROR/stderr:
The text was updated successfully, but these errors were encountered:
Duplicate of #518
closing
Sorry, something went wrong.
No branches or pull requests
Hi,
After install locust on Centos 7 i've configured the locustfile and try to run it from the CLI, PSB.
[root@qa-machine locust]# locust --host=http://example.com
[2017-06-20 13:38:34,083] qa-machine/INFO/locust.main: Starting web monitor at *:8089
[2017-06-20 13:38:34,222] qa-machine/ERROR/stderr: Traceback (most recent call last):
[2017-06-20 13:38:34,222] qa-machine/ERROR/stderr: File "/bin/locust", line 9, in
[2017-06-20 13:38:34,223] qa-machine/ERROR/stderr:
[2017-06-20 13:38:34,223] qa-machine/ERROR/stderr: load_entry_point('locustio==0.7.5', 'console_scripts', 'locust')()
[2017-06-20 13:38:34,223] qa-machine/ERROR/stderr: File "/usr/lib/python2.7/site-packages/locust/main.py", line 437, in main
[2017-06-20 13:38:34,223] qa-machine/ERROR/stderr:
[2017-06-20 13:38:34,223] qa-machine/ERROR/stderr: gevent.signal(signal.SIGTERM, sig_term_handler)
[2017-06-20 13:38:34,223] qa-machine/ERROR/stderr: File "/usr/lib64/python2.7/site-packages/gevent/init.py", line 101, in new
[2017-06-20 13:38:34,223] qa-machine/ERROR/stderr:
[2017-06-20 13:38:34,223] qa-machine/ERROR/stderr: return _signal_class(*args, **kwargs)
[2017-06-20 13:38:34,223] qa-machine/ERROR/stderr: File "/usr/lib64/python2.7/site-packages/gevent/hub.py", line 265, in init
[2017-06-20 13:38:34,223] qa-machine/ERROR/stderr:
[2017-06-20 13:38:34,223] qa-machine/ERROR/stderr: self.watcher = self.hub.loop.signal(signalnum, ref=False)
[2017-06-20 13:38:34,223] qa-machine/ERROR/stderr: File "core.pyx", line 472, in gevent.core.loop.signal (gevent/gevent.core.c:8594)
[2017-06-20 13:38:34,223] qa-machine/ERROR/stderr: File "core.pyx", line 1127, in gevent.core.signal.init (gevent/gevent.core.c:19277)
[2017-06-20 13:38:34,223] qa-machine/ERROR/stderr: AttributeError
[2017-06-20 13:38:34,223] qa-machine/ERROR/stderr: :
[2017-06-20 13:38:34,223] qa-machine/ERROR/stderr: 'module' object has no attribute 'NSIG'
[2017-06-20 13:38:34,223] qa-machine/ERROR/stderr:
The text was updated successfully, but these errors were encountered: