unofficial git repo -- report bugs/issues/pull requests on https://gitlab.torproject.org/
Go to file
2010-01-20 10:03:54 +01:00
lib Actually, when extending compile.sh, adding the jar file to lib/ makes sense. 2010-01-14 11:16:38 +01:00
R Add bridge graphs to website. 2010-01-15 13:11:25 +01:00
src Move lock file logic to its own class. 2010-01-20 10:03:54 +01:00
website Remove static bridge and torperf graphs. 2010-01-15 13:20:42 +01:00
.gitignore Add initial .gitignore file. 2010-01-11 12:04:55 +01:00
compile.sh Fix compile. 2010-01-14 11:14:25 +01:00
download.sh Add new script to plot graphs. 2010-01-19 21:04:43 +01:00
import.sh Add new script to plot graphs. 2010-01-19 21:04:43 +01:00
plot.sh Add new script to plot graphs. 2010-01-19 21:04:43 +01:00
README Add new script to plot graphs. 2010-01-19 21:04:43 +01:00

ERNIE is the Enhanced R-based tor Network Intelligence Engine
         (why ERNIE? because nobody liked BIRT; sorry for misspelling Tor)

--------------------------------------------------------------------------

install to ~/ernie/

crontab entries
15 * * * * cd ~/ernie/ && ./download.sh && ./plot.sh

add soft link to /var/www
$ ln -s /home/karsten/ernie/website/ /var/www/metrics

--------------------------------------------------------------------------

Importing descriptors

Grepping relevant dirreq-stats from extra-info descriptors (speeds up
  importing significantly!)

$ grep -REl "^extra-info moria1|^extra-info trusted" extra-info/ \
  | xargs -I {} mv {} relevant-extra-infos/

$ cd ~/ernie/ && ./import.sh