[rabbitmq-discuss] rabbit chokes?
Owen Nelson
onelson at ringling.edu
Thu Nov 5 16:29:09 GMT 2009
Great catch - thanks Solem. Disabling the stat output now.
Ask Solem wrote:
> On Nov 5, 2009, at 4:47 PM, Paul Jones wrote:
>
>
>> celerygraph 277558
>>
>
>
> You're running celeryd with the --statistics option on.
> http://ask.github.com/celery/reference/celery.bin.celeryd.html#cmdoption-celeryd-s
>
> If you're going to use this feature, you have to flush the events from
> time to time (consume it to generate
> the statistics)
>
> from celery.monitoring import StatsCollector
> s = StatsCollector()
> s.collect()
> s.dump()
>
> But chances are, if you didn't know this, you are probably using it by
> accident.
>
>
>
More information about the rabbitmq-discuss
mailing list