summaryrefslogtreecommitdiffstats
path: root/retiolum/scripts/adv_graphgen/parse_tinc_stats.py
Commit message (Collapse)AuthorAgeFilesLines
* //retiolum/adv_graphgen: refactor graph generation, fix weight issueEUcancER2011-11-101-1/+4
|
* //retiolum/adv_graphgen: bug-fixingEUcancER2011-11-041-4/+6
| | | | | | | debian uses features of adv_graphgen which hasn't been tested until now. Bugs has been fixed concerning usage of LOG_FILE environ and many more fix minor calculation bug in availability calucluation (delete faulty archive lines)
* //retiolum/adv_graphgen: replace old parsing style, refactoringmakefu2011-11-041-0/+173
tinc_stats now writes the current tinc state into stdout as json sanitize.sh uses tinc_stats and pipes the output to parse_tinc_stats.py (the name is a lie)