diff options
author | makefu <github@syntax-fehler.de> | 2015-10-01 20:21:20 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2015-10-01 20:21:20 +0200 |
commit | 4e9aa988069d80142548b7b6a78e91d46234e941 (patch) | |
tree | 44f86a5bfc5588f46c3465eeb22526c3a5d0bc86 /retiolum/scripts/adv_graphgen/USAGE.md | |
parent | 147044be891c92b3c0c1bcc3a4e53e2d0eef9963 (diff) | |
parent | 1e08f24def660fad9111ad6d50a9d434f7aad201 (diff) |
Merge branch 'master' of github.com:krebscode/painload
Diffstat (limited to 'retiolum/scripts/adv_graphgen/USAGE.md')
-rw-r--r-- | retiolum/scripts/adv_graphgen/USAGE.md | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/retiolum/scripts/adv_graphgen/USAGE.md b/retiolum/scripts/adv_graphgen/USAGE.md deleted file mode 100644 index 9fa541ed..00000000 --- a/retiolum/scripts/adv_graphgen/USAGE.md +++ /dev/null @@ -1,27 +0,0 @@ -# Example usage -make sure you have the correct permissions! - -# High Level - - # creates all graphs with predefined paths (see source code of this script) - ./all_the_graphs.sh - - # create anonymized graphs to /tmp - ./anonytize.sh /tmp - - # create full detail graphs to /var/www/graph.retiolum - ./sanitize.sh /var/ww/graph.retiolum - - # return currently availabe supernodes - tinc_stats/Supernodes.py - -# Low Level - - # returns the current tinc graph as json - tinc_stats/Log2JSON.py - - # adds GEOIP information to the json file - tinc_stats/Log2JSON.py | tinc_stats/Geo.py - - # creates a grapviz file from current graph, pipes into a timpfile - tinc_stats/Log2JSON.py | tinc_stats/Graph.py complete > /tmp/out.graphviz |