bts-link git commit to 'master'
Sandro Tosi
morph at moszumanska.debian.org
Thu Apr 2 18:20:51 UTC 2015
.gitignore | 2 +
btspull | 26 +++++++------
htdocs/stats.txt | 103 +++++++++++++++++++++++++++++++++++++++++++++++++++
makefile | 4 ++
rrd/bootstrap_rrd.py | 78 ++++++++++++++++++++++++++++++++++++++
rrd/graph_rrd.py | 74 ++++++++++++++++++++++++++++++++++++
rrd/update_rrd.py | 64 ++++++++++++++++++++++++++++++++
7 files changed, 339 insertions(+), 12 deletions(-)
New commits:
commit b4fc9c0b0324907ca796fb10f90b01a46537f63a
Author: Sandro Tosi <morph at debian.org>
Date: Thu Apr 2 19:14:04 2015 +0100
Keep historical data in an RRD db, update it at each run and generate graphs
Three scripts compose the RRD integration:
* bootstrap_rrd.py - generates the initial RRD from a set of summary files
* graph_rrd.py - generates graphs from the RRD db
* update_rrd.py - updates the RRD with one summary, to be used after each run
More information about the bts-link-commits
mailing list