Comment 3 for bug 1285449

Revision history for this message
Dmitry Borodaenko (angdraug) wrote : Re: Moving management vip breaks rabbitmq sessions

One of the way to see what's going on with RabbitMQ sessions is to use "ls /proc/<pid>/fd" and "lsof|grep <socket id>" to identify the file descriptors of the RabbitMQ connections, and then "strace -s 2048 -p <pid> |egrep '\((<fd1>|<fd2>)' " to see the send and recv calls to the socket.