mirror of
https://github.com/torproject/metrics-web.git
synced 2024-11-23 09:39:47 +00:00
unofficial git repo -- report bugs/issues/pull requests on https://gitlab.torproject.org/ --
lib | ||
R | ||
src | ||
website | ||
.gitignore | ||
compile.sh | ||
download.sh | ||
import.sh | ||
README |
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