Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add Graphite lib | makefu | 2013-06-25 | 1 | -0/+1 |
| | |||||
* | update dependencies | makefu | 2013-06-25 | 1 | -0/+2 |
| | |||||
* | add json generation for map.html to all the graph map | makefu | 2013-06-25 | 1 | -0/+2 |
| | |||||
* | update map to handle all the shit correctly | makefu | 2013-06-25 | 1 | -3/+1 |
| | |||||
* | add function to add jitter to coordinates to avoid overlaying of points on ↵ | makefu | 2013-06-25 | 2 | -8/+61 |
| | | | | the map | ||||
* | add map | root | 2013-06-24 | 1 | -0/+90 |
| | |||||
* | fix symlink | root | 2013-06-24 | 2 | -250/+0 |
| | |||||
* | refactor graph generation into tinc_stats/Graph | root | 2013-06-24 | 3 | -2/+177 |
| | |||||
* | fix broken graphite submodule | root | 2013-06-24 | 1 | -2/+10 |
| | |||||
* | refactor Graphite sender | root | 2013-06-24 | 3 | -49/+42 |
| | |||||
* | refactor tinc_stats into a single python module | root | 2013-06-24 | 12 | -206/+75 |
| | |||||
* | nodes_geoip : initial commit | makefu | 2013-06-24 | 1 | -0/+26 |
| | |||||
* | partly refactor tinc_stats2json | makefu | 2013-06-24 | 1 | -15/+57 |
| | | | | make the tool more intelligent in finding the correct method for dumping graphs | ||||
* | update all the graphs | makefu | 2013-06-24 | 1 | -2/+2 |
| | |||||
* | add graphgen dependencies | makefu | 2013-04-22 | 1 | -0/+2 |
| | |||||
* | fix file traps | makefu | 2013-04-04 | 2 | -3/+2 |
| | |||||
* | add build time | makefu | 2013-04-03 | 2 | -2/+6 |
| | |||||
* | emergency commit | root | 2013-03-07 | 1 | -0/+59 |
| | |||||
* | add nodes-to-json: parses retiolum/hosts folder into json | makefu | 2013-02-08 | 1 | -21/+0 |
| | |||||
* | fix misleading function name in find_super | makefu | 2013-01-24 | 2 | -6/+10 |
| | |||||
* | find_super is now using a threadpool | makefu | 2013-01-24 | 1 | -15/+24 |
| | |||||
* | adv_graphgen: remove temporary data properly | makefu | 2013-01-15 | 2 | -6/+6 |
| | |||||
* | retiolum find_super: use same output format as find_super.py | tv | 2013-01-14 | 1 | -1/+1 |
| | |||||
* | retiolum find_super: replace xargs with for&wait | tv | 2013-01-14 | 1 | -24/+20 |
| | |||||
* | retiolum find_super: parallel lookup | tv | 2013-01-14 | 1 | -13/+24 |
| | |||||
* | 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 | ||||
* | fix graph generation | root | 2013-01-06 | 3 | -3/+4 |
| | |||||
* | fix adv_graphgen, github_listener | root | 2013-01-02 | 2 | -2/+128 |
| | |||||
* | tinc_stats.py -> tinc_stats2json | euer | 2012-12-07 | 3 | -85/+2 |
| | | | | tinc_stats2json is now able to parse new tincctl format as well as legacy syslog format | ||||
* | add find_super script to find valid supernodes | euer | 2012-11-29 | 3 | -7/+59 |
| | | | | fix stderr issues | ||||
* | retiolum: add find_super | makefu | 2012-11-22 | 1 | -0/+14 |
| | | | | | script finds potential supernodes based on the open tinc port. if a dedicated port is added, the script will fail to produce correct output but it gives a good overview of the current supernode constellation | ||||
* | make graphite host variable, fix bug | EUcancER | 2012-06-22 | 3 | -11/+16 |
| | |||||
* | //retiolum: trying to fix all_the_graphs | EUcancER | 2012-06-06 | 1 | -4/+3 |
| | |||||
* | //retiolum all_the_graphs: update to be non-intrusive | EUcancER | 2012-06-05 | 1 | -13/+14 |
| | |||||
* | //retiolum adv_graphgen: now writing stats to graphite | EUcancER | 2012-06-02 | 5 | -13/+45 |
| | | | | | | | | | 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 | 2 | -1/+21 |
| | |||||
* | //retiolum/adv_graphgen/sanitize: be less verbose | EUcancER | 2012-01-04 | 1 | -2/+4 |
| | |||||
* | //retiolum/adv_graphgen: add all_the_graphs script as tincd trigger | EUcancER | 2012-01-04 | 1 | -0/+5 |
| | |||||
* | //retiolum..adv_graphgen: add anonymizer functionality | EUcancER | 2012-01-04 | 2 | -0/+166 |
| | | | | we are now able to generate full-detail graphs for the darknet and anonymized graphs for the public web | ||||
* | //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 | 3 | -8/+17 |
| | |||||
* | add script to find legacy hosts | EUcancER | 2011-11-08 | 1 | -0/+59 |
| | |||||
* | Merge branch 'master' of github.com:krebscode/painload | makefu | 2011-11-04 | 3 | -9/+11 |
|\ | |||||
| * | //retiolum/adv_graphgen: bug-fixing | EUcancER | 2011-11-04 | 3 | -9/+11 |
| | | | | | | | | | | | | | | 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: tinc_stats now invokes USR2 against tinc deamon | makefu | 2011-11-04 | 1 | -0/+3 |
|/ | |||||
* | //retiolum/adv_graphgen: add BackwardsReader | makefu | 2011-11-04 | 1 | -0/+35 |
| | | | | dependency for tinc_stats.py | ||||
* | //retiolum/adv_graphgen: replace old parsing style, refactoring | makefu | 2011-11-04 | 3 | -43/+25 |
| | | | | | 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) | ||||
* | Merge branch 'master' of github.com:krebscode/painload | makefu | 2011-11-03 | 2 | -18/+106 |
|\ | |||||
| * | //retiolum/adv_graphgen: add avg weight to nodes | EUcancER | 2011-10-27 | 1 | -2/+11 |
| | |