fedora-infra / mirrormanager2

Rewrite of the MirrorManager application in Flask and SQLAlchemy
https://mirrormanager.fedoraproject.org
GNU General Public License v2.0
65 stars 49 forks source link

Graph mirror propagation in collectd #120

Open ralphbean opened 9 years ago

ralphbean commented 9 years ago

Check our @adrianreber's cool graph here: https://adrian.fedorapeople.org/repomd-propagation.pdf

We should collect those statistics over time and graph them in collectd.

adrianreber commented 9 years ago

@ralphbean Has the Fedora's collectd setup the python plugin configured, so that I can use my existing python code in collectd?

relrod commented 9 years ago

We discussed this quickly on IRC a few weeks back, this might make a good test-case for Graphite (probably more specifically, statsd) if we are going to continue exploring that space. If someone is able to outline how this might work, I can try writing a quick script to pipe the data into statsd and we can play around with it.