unofficial git repo -- report bugs/issues/pull requests on https://gitlab.torproject.org/ --
Go to file
2010-01-13 02:00:23 +01:00
lib Initial commit, this time with real content. 2010-01-10 19:57:19 +01:00
R Add graph on network size. 2010-01-11 13:29:29 +01:00
src Rename BridgeReader, so that the distinction to BridgeSnapshotReader becomes more clear. 2010-01-13 02:00:23 +01:00
website Display superseded reports in gray. 2010-01-11 13:40:08 +01:00
.gitignore Add initial .gitignore file. 2010-01-11 12:04:55 +01:00
compile.sh Initial commit, this time with real content. 2010-01-10 19:57:19 +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