[rabbitmq-discuss] "Other process memory" growth

Matthias Radestock matthias at rabbitmq.com
Tue Mar 26 12:49:58 GMT 2013


On 26/03/13 12:26, Emile Joubert wrote:
> One way to dig further is to look at the Erlang
> processes using the most memory:
>
> $ etop -sort memory

Or

rabbitmqctl eval '[[{pid, R}, M | process_info(R)] || {M, R} <- 
lists:sublist(lists:reverse(lists:sort([{process_info(P, memory), P} || 
P <- erlang:processes()])), 10)].'


Matthias.


More information about the rabbitmq-discuss mailing list