Detailed uWSGI stats plugin for munin
Detailed uWSGI stats plugin for munin
uwsgi_
combines all the workers by summing/averaging their statistics, whereas uwsgi_multi_
provides statistics for every worker separately.chmod +x
memory-report = true
uWSGI option.host:port
, using wget -O - 127.0.0.1:49000
or nc 127.0.0.1 49000
.Edit /etc/munin/plugin-conf.d/munin-node
to reflect your uWSGI stats setting, e.g.:
[uwsgi_*]
env.addr 127.0.0.1:49000
munin-node-configure --shell
to aid creating all the necessary plugin symlinksmunin-run uwsgi_avg_rt
for exampleThis project is licensed under the terms of the BSD license.
psutils
for memory statistics therefore needs to be run as root
or your uwsgi-user### Original authors
For a complete list of contributors, refer to Github project contributors page