busmon

Software Screenshot:
busmon
Software Details:
Version: 0.4.5
Upload Date: 20 Feb 15
Developer: Ralph Bean
Distribution Type: Freeware
Downloads: 15

Rating: nan/5 (Total Votes: 0)

busmon is a TurboGears2 application that watches the Fedora Message Bus with fedmsg and displays realtime graphs about the activity on the bus.

Hacking on busmon

Get the source for busmon:

 git clone git://github.com/ralphbean/busmon.git
 cd busmon


Install virtualenvwrapper and use it to create a virtualenv. In that virtualenv, install all of busmon's dependencies:

 sudo yum -y install python-virtualenvwrapper
 mkvirtualenv busmon
(busmon)$ python setup.py develop


Now busmon is composed of two parts, a message processor run as a Consumer in the fedmsg-hub, and a webapp. The hub takes messages from the fedmsg bus and forwards them via it's websocket server to the client's browser. Since you're developing, you'll also need some fake message for the fedmsg bus. You'll need three terminals to run these commands and watch the log messages.

In the first:

 workon busmon
(busmon)$ python tools/fake-bus.py


In the second:

 workon busmon
(busmon)$ fedmsg-hub --websocket-server-port 9919


In the third:
 
workon busmon (busmon)$ paster serve --reload development.ini

Point your browser at http://localhost:8080/ for awesome.

Requirements:

  • Python

Similar Software

Recon
Recon

3 Jun 15

GKnews
GKnews

2 Jun 15

graphite-metrics
graphite-metrics

20 Feb 15

Other Software of Developer Ralph Bean

python-premailer
python-premailer

12 May 15

clip-the-gym
clip-the-gym

20 Feb 15

Comments to busmon

Comments not found
Add Comment
Turn on images!