aboutsummaryrefslogtreecommitdiff
path: root/scripts/analyze-rcynic-history.py
AgeCommit message (Collapse)Author
2014-04-05Source tree reorg, phase 1. Almost everything moved, no file contents changed.Rob Austein
svn path=/branches/tk685/; revision=5757
2014-01-11Even more getopt -> argparse. Clean up some old conversion scripts.Rob Austein
svn path=/trunk/; revision=5629
2014-01-09Update more copyrights, clean up module doc blocks.Rob Austein
svn path=/trunk/; revision=5624
2013-06-18Hostname changes.Rob Austein
svn path=/trunk/; revision=5411
2012-07-04images/ subdirectory.Rob Austein
svn path=/trunk/; revision=4571
2012-06-25Add localcert.rpki.net.Rob Austein
svn path=/trunk/; revision=4557
2012-05-08arin.rpki.net => repo0.rpki.net.Rob Austein
svn path=/trunk/; revision=4479
2012-03-21Drop sessions with failed connectsions from graphs of seconds/objectRob Austein
and objects/connection, as failed connections skew the result in confusing ways. svn path=/trunk/; revision=4406
2012-03-16Rework failure rate computation to use rolling 72 hour window, asRob Austein
previous metric was incomprehensible. svn path=/trunk/; revision=4401
2012-03-15Sigh, make work with Python 2.6 again.Rob Austein
svn path=/trunk/; revision=4399
2012-03-15No gdbm on MacOSX.Rob Austein
svn path=/trunk/; revision=4398
2012-03-15Add ylabels; cleanup.Rob Austein
svn path=/trunk/; revision=4397
2012-03-11Use gdbm module directly instead of whacky anydb module.Rob Austein
svn path=/trunk/; revision=4394
2012-03-09Use Python "shelve" module to avoid processing XML we've already seenRob Austein
in a previous run, which speeds this tediously slow script up by something close to an order of magnitude. svn path=/trunk/; revision=4390
2012-02-04Change line style to linespoints.Rob Austein
svn path=/trunk/; revision=4293
2012-02-04Extract latest rcynic.xml from mailbox.Rob Austein
svn path=/trunk/; revision=4292
2012-01-31Rewrite to avoid running out of memory. Painfully slow with threeRob Austein
month's worth of data, but at least it now runs again. svn path=/trunk/; revision=4273
2011-11-13Pull NIST from list of hosts tracked, not as interesting as I had thought at ↵Rob Austein
first svn path=/trunk/; revision=4091
2011-11-10CleanupRob Austein
svn path=/trunk/; revision=4077
2011-11-10Minor changes I forgot to check in.Rob Austein
svn path=/trunk/; revision=4076
2011-10-27Graph average connection time tooRob Austein
svn path=/trunk/; revision=4065
2011-10-26Individual graph files, for inclusion in pdflatex documents. This isRob Austein
an experiment, we might need to go the epstopdf route, but this way we get color for free, so it's worth a try. svn path=/trunk/; revision=4064
2011-10-26Tweak time format. Fix accidental dependency on Python 2.7.Rob Austein
svn path=/trunk/; revision=4063
2011-10-25Add logscale. Graph failure rate instead of success rate. CleanupRob Austein
svn path=/trunk/; revision=4062
2011-10-25New script to generate tabless and graphs from rcynic.xml trafficRob Austein
data. Still very rough, output somewhat suspect. svn path=/trunk/; revision=4061