wandenberg / nginx-push-stream-module

A pure stream http push technology for your Nginx setup. Comet made easy and really scalable.
Other
2.22k stars 295 forks source link

Output memory usage statistics on channels-stats #109

Closed AlexeyKupershtokh closed 10 years ago

AlexeyKupershtokh commented 10 years ago

I would like to hear from nginx-push-stream-module some reporting about memory usage.

wandenberg commented 10 years ago

The nginx core does not track the memory usage in a easy way to be exposed. And the allocation is done in pool. So this issue can't be done by now.

On Wed, Nov 6, 2013 at 10:01 AM, Alexey Kupershtokh < notifications@github.com> wrote:

I would like to hear from nginx-push-stream-module some reporting about memory usage.

— Reply to this email directly or view it on GitHubhttps://github.com/wandenberg/nginx-push-stream-module/issues/109 .

AlexeyKupershtokh commented 10 years ago

If it's not possible at all, feel free to close the issue. What would you recommend to monitor in production (my munin, zabbix) related to nginx-push-stream-module work?