Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix symlink | root | 2013-06-24 | 1 | -157/+0 |
| | |||||
* | refactor Graphite sender | root | 2013-06-24 | 1 | -30/+19 |
| | |||||
* | refactor tinc_stats into a single python module | root | 2013-06-24 | 1 | -61/+4 |
| | |||||
* | add build time | makefu | 2013-04-03 | 1 | -2/+4 |
| | |||||
* | fix misleading function name in find_super | makefu | 2013-01-24 | 1 | -2/+6 |
| | |||||
* | adv_graphgen: no redundancy > being supernode | makefu | 2013-01-06 | 1 | -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 warning | makefu | 2013-01-06 | 1 | -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 supernodes | euer | 2012-11-29 | 1 | -5/+7 |
| | | | | fix stderr issues | ||||
* | make graphite host variable, fix bug | EUcancER | 2012-06-22 | 1 | -7/+9 |
| | |||||
* | //retiolum adv_graphgen: now writing stats to graphite | EUcancER | 2012-06-02 | 1 | -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 statsd | EUcancER | 2012-06-01 | 1 | -0/+12 |
| | |||||
* | //retiolum/scripts/adv_graphgen/parse_tinc_stats: parsing availability correctly | EUcancER | 2012-01-04 | 1 | -6/+13 |
| | |||||
* | //retiolum/adv_graphgen: refactor graph generation, fix weight issue | EUcancER | 2011-11-10 | 1 | -1/+4 |
| | |||||
* | //retiolum/adv_graphgen: bug-fixing | EUcancER | 2011-11-04 | 1 | -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, refactoring | makefu | 2011-11-04 | 1 | -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) |