aboutsummaryrefslogtreecommitdiff
path: root/rcynic/rcynic.py
AgeCommit message (Collapse)Author
2012-05-19TypoRob Austein
svn path=/trunk/; revision=4500
2012-05-19Refactor into something a bit easier to maintain and extend. AmongRob Austein
other things, the nasty code to generate HTML tables is now a set of class methods, rather than being replicated inline for each table. svn path=/trunk/; revision=4499
2012-05-18Profiling revealed some very silly design decisions in this script, soRob Austein
fixed those. Also tweaked slightly to use lxml.etree when available, as it's significantly faster than the default pure-Python xml.etree. This script could still use some serious cleanup. svn path=/trunk/; revision=4498
2012-05-16Nail Y axis of graphs at zero. Color coding works better with areasRob Austein
than with lines, so use areas for connection times. svn path=/trunk/; revision=4497
2012-05-16Generate putitively useful error message instead of obscure backtraceRob Austein
if we can't find rrdtool. svn path=/trunk/; revision=4496
2012-05-15Fencepost error parsing options.Rob Austein
svn path=/trunk/; revision=4493
2012-05-15Clean up option parsing.Rob Austein
svn path=/trunk/; revision=4492
2012-05-15rrdtool-based graphing mostly working, needs cleanup. For now thisRob Austein
only supports PNG; will fix this eventually, but not today. This edit includes backwards-incompatible changes to a few undocumented options that, as far as I know, nobody but me ever uses, and I only use them when preparing presentation slides. These options will probably change again as part of the above-mentioned cleanup. svn path=/trunk/; revision=4491
2012-02-02Add --suppress_backup_whining: Suppress whining about bad backupRob Austein
objects when the current objects at the same URL are OK. Enabled (whining suppressed) by default, use the switch if you prefer the old behavior. See #177. svn path=/trunk/; revision=4281
2011-10-30Hacks to ease including portions of script's output in presentations.Rob Austein
svn path=/trunk/; revision=4069
2011-10-18More cleanup, add command line parsing, etc. This closes #64.Rob Austein
svn path=/trunk/; revision=4050
2011-10-18First pass cleanup. See #64.Rob Austein
svn path=/trunk/; revision=4049
2011-10-18First cut at Python reimplementation of rcynic.xsl. Still very rough,Rob Austein
needs much cleanup, but already runs an order of magnitude faster than the XSL version. svn path=/trunk/; revision=4048