[rabbitmq-discuss] Difference betweeen rabbitmqctl and management plugin

Seth Mason smason at edgecast.com
Thu Aug 23 02:12:55 BST 2012


Hello, I'm getting different results from the management API than I am
from rabbitmqctl when looking at memory.

GET /api/queues/test?columns=name,memory
[
    {
        "memory": 17280,
        "name": "queueone"
    },
    {
        "memory": 7656,
        "name": "queuetwo"
    }
]

> rabbitmqctl list_queues -p test -q name memory
queuetwo	21952
queueone	58560


Is the API returning a different stat than rabbitmqctl or did I miss
some documentation somewhere?

Thanks in advance.


More information about the rabbitmq-discuss mailing list