mirror of
https://github.com/torproject/collector.git
synced 2024-11-27 11:20:25 +00:00
26 lines
713 B
Plaintext
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
|
|
|