Skip to content

Instantly share code, notes, and snippets.

/console Secret

Created April 15, 2013 14:21
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 anonymous/f19997fd07c0237a7435 to your computer and use it in GitHub Desktop.
Save anonymous/f19997fd07c0237a7435 to your computer and use it in GitHub Desktop.
root@vmd2719:~/energy1/energydrinks# uwsgi --ini django.ini
[uWSGI] getting INI configuration from django.ini
open("./python27_plugin.so"): No such file or directory [core/utils.c line 3321]
!!! UNABLE to load uWSGI plugin: ./python27_plugin.so: cannot open shared object file: No such file or directory !!!
*** Starting uWSGI 1.9.6 (64bit) on [Mon Apr 15 16:20:08 2013] ***
compiled with version: 4.6.3 on 15 April 2013 11:52:36
os: Linux-3.2.0-40-generic #64-Ubuntu SMP Mon Mar 25 21:22:10 UTC 2013
nodename: vmd2719
machine: x86_64
clock source: unix
detected number of CPU cores: 1
current working directory: /root/energy1/energydrinks
writing pidfile to /tmp/energy-master.pid
detected binary path: /usr/local/bin/uwsgi
uWSGI running as root, you can use --uid/--gid/--chroot options
*** WARNING: you are running uWSGI as root !!! (use the --uid flag) ***
your processes number limit is 31503
your memory page size is 4096 bytes
detected max file descriptor number: 1024
lock engine: pthread robust mutexes
uwsgi socket 0 bound to UNIX address /tmp/uwsgi.sock fd 3
Python version: 2.7.3 (default, Aug 1 2012, 05:25:23) [GCC 4.6.3]
Set PythonHome to /root/energy1
*** Python threads support is disabled. You can enable it with --enable-threads ***
Python main interpreter initialized at 0xbc11b0
your server socket listen backlog is limited to 100 connections
your mercy for graceful operations on workers is 60 seconds
mapped 799656 bytes (780 KB) for 10 cores
*** Operational MODE: preforking ***
WSGI app 0 (mountpoint='') ready in 0 seconds on interpreter 0xbc11b0 pid: 8728 (default app)
*** uWSGI is running in multiple interpreter mode ***
spawned uWSGI master process (pid: 8728)
spawned uWSGI worker 1 (pid: 8730, cores: 1)
spawned uWSGI worker 2 (pid: 8731, cores: 1)
spawned uWSGI worker 3 (pid: 8732, cores: 1)
spawned uWSGI worker 4 (pid: 8733, cores: 1)
spawned uWSGI worker 5 (pid: 8734, cores: 1)
spawned uWSGI worker 6 (pid: 8735, cores: 1)
spawned uWSGI worker 7 (pid: 8736, cores: 1)
spawned uWSGI worker 8 (pid: 8737, cores: 1)
spawned uWSGI worker 9 (pid: 8738, cores: 1)
spawned uWSGI worker 10 (pid: 8739, cores: 1)
[pid: 8732|app: 0|req: 1/1] 109.193.75.142 () {42 vars in 772 bytes} [Mon Apr 15 09:20:15 2013] GET /member/login/ => generated 1749 bytes in 203 msecs (HTTP/1.1 200) 7 headers in 438 bytes (1 switches on core 0)
[pid: 8739|app: 0|req: 1/2] 109.193.75.142 () {42 vars in 776 bytes} [Mon Apr 15 09:20:25 2013] GET /member/register => generated 0 bytes in 171 msecs (HTTP/1.1 301) 2 headers in 128 bytes (1 switches on core 0)
[pid: 8738|app: 0|req: 1/3] 109.193.75.142 () {42 vars in 778 bytes} [Mon Apr 15 09:20:25 2013] GET /member/register/ => generated 2159 bytes in 184 msecs (HTTP/1.1 200) 3 headers in 195 bytes (1 switches on core 0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment