unofficial git repo -- report bugs/issues/pull requests on https://gitlab.torproject.org/
Go to file
2010-01-15 13:04:02 +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 torperf graphs. 2010-01-15 13:04:02 +01:00
src Add torperf graphs. 2010-01-15 13:04:02 +01:00
website Add December 2009 directory archives. 2010-01-13 21:27:51 +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 options for either only importing from disk or downloading from a directory authority. 2010-01-11 02:27:00 +01:00
import.sh Move R code for each graph type to its own file. 2010-01-10 20:48:55 +01:00
README Add website to repository. 2010-01-11 11:14:03 +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

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