Skip to content

Instantly share code, notes, and snippets.

@57uff3r
Created June 20, 2014 04:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 57uff3r/3af0ed26ee5062b75d38 to your computer and use it in GitHub Desktop.
Save 57uff3r/3af0ed26ee5062b75d38 to your computer and use it in GitHub Desktop.
Rabbit MQ queues monitoring
#
# Rabbit MQ queues monitoring
#
watch 'rabbitmqctl list_queues name messages_unacknowledged messages_ready messages durable auto_delete consumers| grep -v "\.\.\." | sort | column -t;'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment