Created
October 22, 2016 18:06
-
-
Save akx/488736c9cbf375bad4ea94732201095c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| akx@monolith:/tmp$ source kkek/bin/activate | |
| (kkek) akx@monolith:/tmp$ UWSGI_EMBED_PLUGINS=stats_pusher_statsd pip install uwsgi | |
| Collecting uwsgi | |
| Using cached uwsgi-2.0.14.tar.gz | |
| Building wheels for collected packages: uwsgi | |
| Running setup.py bdist_wheel for uwsgi ... done | |
| Stored in directory: /home/akx/.cache/pip/wheels/c4/ad/56/f70a70b63fa4b0f2c0518db6f41381c9d33cd5cc5ac9a9494b | |
| Successfully built uwsgi | |
| Installing collected packages: uwsgi | |
| Successfully installed uwsgi-2.0.14 | |
| (kkek) akx@monolith:/tmp$ which uwsgi | |
| /tmp/kkek/bin/uwsgi | |
| (kkek) akx@monolith:/tmp$ uwsgi --plugin-list | |
| *** uWSGI loaded generic plugins *** | |
| gevent | |
| nagios | |
| rrdtool | |
| carbon | |
| corerouter | |
| fastrouter | |
| http | |
| ugreen | |
| syslog | |
| rsyslog | |
| logsocket | |
| router_uwsgi | |
| router_redirect | |
| router_basicauth | |
| zergpool | |
| redislog | |
| mongodblog | |
| router_rewrite | |
| router_http | |
| logfile | |
| router_cache | |
| rawrouter | |
| router_static | |
| sslrouter | |
| cheaper_busyness | |
| transformation_tofile | |
| transformation_gzip | |
| transformation_chunked | |
| transformation_offload | |
| router_memcached | |
| router_redis | |
| router_hash | |
| router_expires | |
| router_metrics | |
| transformation_template | |
| stats_pusher_socket | |
| stats_pusher_statsd | |
| *** uWSGI loaded request plugins *** | |
| 0: python | |
| 17: spooler | |
| 18: symcall | |
| 100: ping | |
| 110: signal | |
| 111: cache | |
| 173: rpc | |
| --- end of plugins list --- | |
| *** Starting uWSGI 2.0.14 (64bit) on [Sat Oct 22 21:04:53 2016] *** | |
| compiled with version: 4.9.2 on 22 October 2016 21:03:51 | |
| os: Linux-3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt25-2 (2016-04-08) | |
| nodename: monolith | |
| machine: x86_64 | |
| clock source: unix | |
| detected number of CPU cores: 2 | |
| current working directory: /tmp | |
| detected binary path: /tmp/kkek/bin/uwsgi | |
| !!! no internal routing support, rebuild with pcre support !!! | |
| *** WARNING: you are running uWSGI without its master process manager *** | |
| your processes number limit is 15397 | |
| your memory page size is 4096 bytes | |
| detected max file descriptor number: 65536 | |
| lock engine: pthread robust mutexes | |
| thunder lock: disabled (you can enable it with --thunder-lock) | |
| The -s/--socket option is missing and stdin is not a socket. | |
| (kkek) akx@monolith:/tmp$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment