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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file busmon-0.4.1.tar.gz
.
File metadata
- Download URL: busmon-0.4.1.tar.gz
- Upload date:
- Size: 1.1 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cd449a69e87faa0374d25b22a62ba04c87f5a8b38bc5bf463d88cb4dcbfb9c36 |
|
MD5 | af6d2573a3a48c9b83f4ca5a583a46c0 |
|
BLAKE2b-256 | 57a6b39ed76d07a39a10ff03c9f86f7ba6fa6fb119f260c7b744dbcbc290b814 |