Since T141543: Enable statsd uwsgi settings is done. We can add those
Description
Description
Details
Details
Related Changes in Gerrit:
| Subject | Repo | Branch | Lines +/- | |
|---|---|---|---|---|
| ores: Add memory report to uwsgi | operations/puppet | production | +10 -9 |
Related Objects
Related Objects
Event Timeline
Comment Actions
I added two panels: 1- uwsgi busy workers. It's useful 2- average response time.
These two links helped me a lot:
- http://www.unknownerror.org/opensource/unbit/uwsgi/q/stackoverflow/17163091/how-to-read-uwsgi-stats-output
- https://github.com/xrmx/uwsgitop/blob/master/uwsgitop
We can also RSS and VSZ too (memory footprint by uwsgi) but first, we need to enable --memory-report) @Halfak: Do you think we would need such metrics? if yes, tell me and I make the patch.
Comment Actions
RSS would be nice to have. That the resident memory usage and it represents the stuff that I've been measuring to track our memory usage over time.
Comment Actions
Change 305611 had a related patch set uploaded (by Ladsgroup):
ores: Add memory report to uwsgi
Comment Actions
Who deleted the average response time graph and why? (Why grafana does not have history)
Comment Actions
I'm not sure how that got removed, but I did remove the VSZ graph since VSZ is a confusing if not misleading stat.