[rabbitmq-discuss] Connection and channel age

Michael Klishin mklishin at gopivotal.com
Thu Jun 19 21:45:10 BST 2014


 On 20 June 2014 at 00:38:13, James Gardner (james.gardner at noaa.gov) wrote:
> > Is there any way to find the age/time of a connection or channel  
> using
> the web management interface?
> It would be useful information for us; how long a client has stayed  
> connected, or when they did. And if there are multiple connections  
> from
> the same app piling up for some reason, it would be useful to see  
> how
> those connections were made over time, as well as be able to kick  
> the
> oldest connections instead of the more recent ones.
> If there isn't a way, please consider this a feature request :) 

The only way to do this right now is to correlate connection names
(e.g. "127.0.0.1:62051 -> 127.0.0.1:5672") with log entries like

=INFO REPORT==== 20-Jun-2014::10:43:21 ===
accepting AMQP connection <0.613.0> (127.0.0.1:62051 -> 127.0.0.1:5672)

This feature makes sense, we will consider it!
--  
MK  

Software Engineer, Pivotal/RabbitMQ


More information about the rabbitmq-discuss mailing list