No subject
Sun Jun 17 23:12:48 BST 2012
statistics are generated too fast for the management database to keep
up. Can I suggest that you turn off fine grained statistics (this will
disable display of message rates) by adding this stanza to the config file:
{rabbitmq_management_agent, [{force_fine_statistics, false}]}
and increase the statistics collection interval from 5000ms to higher
number and see if that helps:
{rabbit, [{collect_statistics_interval, 10000}]}
-Emile
More information about the rabbitmq-discuss
mailing list