mirror of
https://github.com/torproject/collector.git
synced 2025-02-18 16:28:47 +00: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
Description
unofficial git repo -- report bugs/issues/pull requests on https://gitlab.torproject.org/
Languages
Java
98.3%
Shell
1.6%
HTML
0.1%