summaryrefslogtreecommitdiffstats
path: root/retiolum/scripts/adv_graphgen/parse_tinc_stats.py
Commit message (Collapse)AuthorAgeFilesLines
* fix symlinkroot2013-06-241-157/+0
|
* refactor Graphite senderroot2013-06-241-30/+19
|
* refactor tinc_stats into a single python moduleroot2013-06-241-61/+4
|
* add build timemakefu2013-04-031-2/+4
|
* fix misleading function name in find_supermakefu2013-01-241-2/+6
|
* adv_graphgen: no redundancy > being supernodemakefu2013-01-061-3/+4
| | | | it is visually more important to see that a node has no redundancy that to see this node is a potential supernode
* adv_graphgen: add visual warningmakefu2013-01-061-1/+4
| | | | | for nodes with only one connection as this means no redundancy is configured in case the other connected node dies away
* add find_super script to find valid supernodeseuer2012-11-291-5/+7
| | | | fix stderr issues
* make graphite host variable, fix bugEUcancER2012-06-221-7/+9
|
* //retiolum adv_graphgen: now writing stats to graphiteEUcancER2012-06-021-10/+24
| | | | | | | | | painload now provides convenient tools to enable graphite stats generation currently logged are: - overall build time of graphs - anon and detailed build times - current number of users in the darknet
* //retiolum: adv_graphgen send stats via statsdEUcancER2012-06-011-0/+12
|
* //retiolum/scripts/adv_graphgen/parse_tinc_stats: parsing availability correctlyEUcancER2012-01-041-6/+13
|
* //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)