How to log uWSGI vassal metrics in emperor mode? -


we're using uwsgi in emperor mode. want able track default (non-custom) metrics worker.0.requests, , we're trying use metrics-dir configuration parameter in vassals' ini files. example:

enable-metrics = true metrics-dir = /tmp/pametrics 

files are being written directory specify, , timestamps being updated each time hit app being served vassal, 4096 bytes long , full of 0 bytes; not text files the documentation says.

what missing?

they memory mapped files size same of memory page.

being 0 terminated, can use classic unix utilities manage them


Comments