bkjones / pyrabbit

A Python module to communicate w/ the RabbitMQ HTTP Management API
http://pyrabbit.readthedocs.org
BSD 3-Clause "New" or "Revised" License
97 stars 86 forks source link

Added collecting statistics for each node of the cluster. #49

Open samosvat opened 8 years ago

samosvat commented 8 years ago

It will collect statistics for each node of the cluster (or single node, if there is no cluster). And memory usage statistics (memory or binary type)

samosvat commented 8 years ago

Can somebody help with CI error?