collector/README
2010-01-11 11:14:03 +01:00

26 lines
713 B
Plaintext

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