summaryrefslogtreecommitdiffstats
path: root/retiolum/scripts/adv_graphgen
Commit message (Collapse)AuthorAgeFilesLines
* add function to add jitter to coordinates to avoid overlaying of points on ↵makefu2013-06-252-8/+61
| | | | the map
* add maproot2013-06-241-0/+90
|
* fix symlinkroot2013-06-242-250/+0
|
* refactor graph generation into tinc_stats/Graphroot2013-06-243-2/+177
|
* fix broken graphite submoduleroot2013-06-241-2/+10
|
* refactor Graphite senderroot2013-06-243-49/+42
|
* refactor tinc_stats into a single python moduleroot2013-06-2412-206/+75
|
* nodes_geoip : initial commitmakefu2013-06-241-0/+26
|
* partly refactor tinc_stats2jsonmakefu2013-06-241-15/+57
| | | | make the tool more intelligent in finding the correct method for dumping graphs
* update all the graphsmakefu2013-06-241-2/+2
|
* add graphgen dependenciesmakefu2013-04-221-0/+2
|
* fix file trapsmakefu2013-04-042-3/+2
|
* add build timemakefu2013-04-032-2/+6
|
* emergency commitroot2013-03-071-0/+59
|
* add nodes-to-json: parses retiolum/hosts folder into jsonmakefu2013-02-081-21/+0
|
* fix misleading function name in find_supermakefu2013-01-242-6/+10
|
* find_super is now using a threadpoolmakefu2013-01-241-15/+24
|
* adv_graphgen: remove temporary data properlymakefu2013-01-152-6/+6
|
* retiolum find_super: use same output format as find_super.pytv2013-01-141-1/+1
|
* retiolum find_super: replace xargs with for&waittv2013-01-141-24/+20
|
* retiolum find_super: parallel lookuptv2013-01-141-13/+24
|
* 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
* fix graph generationroot2013-01-063-3/+4
|
* fix adv_graphgen, github_listenerroot2013-01-022-2/+128
|
* tinc_stats.py -> tinc_stats2jsoneuer2012-12-073-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 supernodeseuer2012-11-293-7/+59
| | | | fix stderr issues
* retiolum: add find_supermakefu2012-11-221-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 bugEUcancER2012-06-223-11/+16
|
* //retiolum: trying to fix all_the_graphsEUcancER2012-06-061-4/+3
|
* //retiolum all_the_graphs: update to be non-intrusiveEUcancER2012-06-051-13/+14
|
* //retiolum adv_graphgen: now writing stats to graphiteEUcancER2012-06-025-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 statsdEUcancER2012-06-012-1/+21
|
* //retiolum/adv_graphgen/sanitize: be less verboseEUcancER2012-01-041-2/+4
|
* //retiolum/adv_graphgen: add all_the_graphs script as tincd triggerEUcancER2012-01-041-0/+5
|
* //retiolum..adv_graphgen: add anonymizer functionalityEUcancER2012-01-042-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 correctlyEUcancER2012-01-041-6/+13
|
* //retiolum/adv_graphgen: refactor graph generation, fix weight issueEUcancER2011-11-103-8/+17
|
* add script to find legacy hostsEUcancER2011-11-081-0/+59
|
* Merge branch 'master' of github.com:krebscode/painloadmakefu2011-11-043-9/+11
|\
| * //retiolum/adv_graphgen: bug-fixingEUcancER2011-11-043-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 deamonmakefu2011-11-041-0/+3
|/
* //retiolum/adv_graphgen: add BackwardsReadermakefu2011-11-041-0/+35
| | | | dependency for tinc_stats.py
* //retiolum/adv_graphgen: replace old parsing style, refactoringmakefu2011-11-043-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/painloadmakefu2011-11-032-18/+106
|\
| * //retiolum/adv_graphgen: add avg weight to nodesEUcancER2011-10-271-2/+11
| |
| * //retiolum/adv_graphgen: archive file parsed once, not n timesEUcancER2011-10-261-7/+8
| | | | | | | | | | the archive file used to calculate the node availability is now parsed only once, not [num nodes] times. this saves quite some time
| * //retiolum/adv_graphgen: update archive pathEUcancER2011-10-261-1/+1
| |
| * //retiolum/adv_graphgen:add availability to parserEUcancER2011-10-261-3/+45
| |
| * //retiolum/adv_graphgen: rewrite graph generationEUcancER2011-10-261-5/+36
| |