xrmx / uwsgitop

top-like app for monitoring uWSGI instances

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot get memory used report

lucifer-wsp opened this issue · comments

uWSGI = "2.0.19.1"
uwsgitop = "^0.11.0"

and uwsgi.ini config:

memory-report   = true

but the rss value always 0,

"rss":0,
"vsz":0,
"uss":0,
"pss":0,

someone occured ?

Please follow instructions in this repository README

Please follow instructions in this repository README

Can you tell me more? That's all I can see

Remember to enable memory-report in your uwsgi configuration to see how much memory resources your uwsgi processes are consuming.

Do you have any request? Otherwise numbers are not updated. If numbers are at 0 there's not much we can do from the uwsgitop side.

sure, In our production.