Skip to main content

A webapp for visualizing activity on the Fedora Message Bus.

Project description

busmon - Fedora Bus Monitor

busmon is a TurboGears2 app 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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

busmon-0.3.0.tar.gz (1.1 MB view details)

Uploaded Source

File details

Details for the file busmon-0.3.0.tar.gz.

File metadata

  • Download URL: busmon-0.3.0.tar.gz
  • Upload date:
  • Size: 1.1 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for busmon-0.3.0.tar.gz
Algorithm Hash digest
SHA256 c263c22bea1875476374fc309d5c050121edf85c8350e84e160d207d01896ddb
MD5 4ac307874b0a035fe52ffb45e51bd2ec
BLAKE2b-256 0784b1431d7c6e9c7d5e88da82889416ffe9c2cd8d1df21d8dc2a1e6e664770d

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page