Skip to content

rabbitmq - When does it page out to disk? #10992

Answered by michaelklishin
luarx asked this question in Other
Discussion options

You must be logged in to vote

I don't know how to interpret these charts, "message pipeline" is not a metric that RabbitMQ exposes and not a part of our own Grafana dashboards. According to the chart, there is a massive backlog build-up that then very quickly clears, possibly because a consumer shows up.

There can be any number of reasons for that, and "slow RabbitMQ" very often turns out to be a slow group of consumers which publishers easily outpace. One way or another resource use (even if you use streams) will grow until there's enough consumers online or publishers are throttled heavily enough to make the inflow/outflow more balanced.

There are also storage layer recommendations and certain tuning recommendations

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@luarx
Comment options

Answer selected by lukebakken
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants