xrmx / uwsgitop

top-like app for monitoring uWSGI instances

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No processes in uwsgitop table

eriktelepovsky opened this issue · comments

I don't see any processes/rows in the output of uwsgitop command:

uwsgi-1.2.3-debian - Wed May 24 19:56:30 2017 - req: 0 - RPS: 0 - lq: 0 - tx: 0
node: vm9037 - cwd: /home/archivis/public_html/archivis2/source - uid: 0 - gid: 0 - masterpid: 2878
 WID    %       PID     REQ     RPS     EXC     SIG     STATUS  AVG     RSS     VSZ     TX      ReSpwn  HC      RunT    LastSpwn

config:

[uwsgi]
plugins 	= python
master          = true
processes       = 10
socket          = /tmp/uwsgi_archivis2_archivuj_sk.sock
stats           = /tmp/uwsgi_archivis2_archivuj_sk_stats.sock
memory-report   = true
chmod-socket    = 666
chdir           = /home/archivis/public_html/archivis2/source
module          = archivis.wsgi.archivuj
home            = /home/archivis/environment
vacuum          = true
pidfile         = /tmp/uwsgi_archivis2_archivuj_sk.pid
logto           = /home/archivis/logs/uwsgi_archivis2_archivuj_sk.log
LC_ALL          = en_US.UTF-8
LANG            = en_US.UTF-8
;catch-exceptions = true

Any ideas? Thank you in advance.

is it really an uwsgi 1.2.3 instance?

Yes, it is. I know, it is a very old version, but it is the latest package in the Debian Wheezy actually. I confirm it works fine on uWSGI v2 of Debian Jessie.

I am going to migrate the server to the new version, I just wanted to ask if there is something I am missing for that one.

Please reproduce with the jessie version :)

The Jessie version works fine on my another server. I just wanted to know if it is possible to make it work for this archaic version too.