Advertisement
Mochinov

Untitled

Jun 29th, 2021
355
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.58 KB | None | 0 0
  1.  
  2. binary reloading uWSGI...
  3. chdir() to /home/alexander/aqmt/config
  4. closing all non-uwsgi socket fds > 2 (max_fd = 1048576)...
  5. found fd 7 mapped to socket 0 (/tmp/aqmt.sock)
  6. running /home/alexander/.pyenv/versions/3.8.5/envs/env/bin/uwsgi
  7. *** has_emperor mode detected (fd: 6) ***
  8. [uWSGI] getting INI configuration from uwsgi.ini
  9. *** Starting uWSGI 2.0.19.1 (64bit) on [Tue Jun 29 14:08:49 2021] ***
  10. compiled with version: 9.3.0 on 29 June 2021 07:01:49
  11. os: Linux-5.4.0-77-generic #86-Ubuntu SMP Thu Jun 17 02:35:03 UTC 2021
  12. nodename: 263755.simplecloud.ru
  13. machine: x86_64
  14. clock source: unix
  15. detected number of CPU cores: 1
  16. current working directory: /home/alexander/aqmt/config
  17. detected binary path: /home/alexander/.pyenv/versions/3.8.5/envs/env/bin/uwsgi
  18. !!! no internal routing support, rebuild with pcre support !!!
  19. chdir() to /home/alexander/aqmt/
  20. your processes number limit is 7599
  21. your memory page size is 4096 bytes
  22. detected max file descriptor number: 1048576
  23. lock engine: pthread robust mutexes
  24. thunder lock: disabled (you can enable it with --thunder-lock)
  25. uwsgi socket 0 inherited UNIX address /tmp/aqmt.sock fd 7
  26. Python version: 3.8.5 (default, Jun 28 2021, 22:50:24) [GCC 9.3.0]
  27. PEP 405 virtualenv detected: /home/alexander/.pyenv/versions/3.8.5/envs/env/
  28. Set PythonHome to /home/alexander/.pyenv/versions/3.8.5/envs/env/
  29. *** Python threads support is disabled. You can enable it with --enable-threads ***
  30. Python main interpreter initialized at 0x55ddf0b18080
  31. your server socket listen backlog is limited to 4000 connections
  32. your mercy for graceful operations on workers is 60 seconds
  33. mapped 437520 bytes (427 KB) for 5 cores
  34. *** Operational MODE: preforking ***
  35. *** uWSGI is running in multiple interpreter mode ***
  36. gracefully (RE)spawned uWSGI master process (pid: 7344)
  37. spawned uWSGI worker 1 (pid: 7708, cores: 1)
  38. spawned uWSGI worker 2 (pid: 7709, cores: 1)
  39. spawned uWSGI worker 3 (pid: 7710, cores: 1)
  40. spawned uWSGI worker 4 (pid: 7711, cores: 1)
  41. spawned uWSGI worker 5 (pid: 7712, cores: 1)
  42. WSGI app 0 (mountpoint='') ready in 12 seconds on interpreter 0x55ddf0b18080 pid: 7711 (default app)
  43. WSGI app 0 (mountpoint='') ready in 12 seconds on interpreter 0x55ddf0b18080 pid: 7712 (default app)
  44. WSGI app 0 (mountpoint='') ready in 12 seconds on interpreter 0x55ddf0b18080 pid: 7708 (default app)
  45. Tue Jun 29 14:09:04 2021 - [emperor] vassal uwsgi.ini is ready to accept requests
  46. WSGI app 0 (mountpoint='') ready in 12 seconds on interpreter 0x55ddf0b18080 pid: 7710 (default app)
  47. WSGI app 0 (mountpoint='') ready in 12 seconds on interpreter 0x55ddf0b18080 pid: 7709 (default app)
  48.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement