Project

carrot-top

0.12
No commit activity in last 3 years
No release in over 3 years
A Ruby library for querying the RabbitMQ Management API, `top` for RabbitMQ.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0

Runtime

>= 0
 Project Readme

https://secure.travis-ci.org/portertech/carrot-top.png

Install

gem install carrot-top

Usage

require "carrot-top"

carrot_top = CarrotTop.new(
  :host => "localhost",
  :port => 55672,
  :user => "user",
  :password => "password"
)

Use SSL if the management API supports it (optional)

:ssl => true

Various random bits of information that describe the whole system.

carrot_top.overview

A list of all open connections.

carrot_top.connections

A list of all open channels.

carrot_top.channels

A list of all exchanges.

carrot_top.exchanges

A list of all queues.

carrot_top.queues

A list of all bindings.

carrot_top.bindings

A list of all vhosts.

carrot_top.vhosts

A list of all users.

carrot_top.users

A list of all permissions for all users.

carrot_top.permissions

License

Carrot-Top is released under the MIT license.

Nothing to do with this guy

https://github.com/portertech/carrot-top/raw/master/carrot-top.jpg