[stem/master] Additions for our examples page

commit ccf03a04fcc160a2b87fd0361e7b4c31c562f1b1 Author: Damian Johnson <atagar@torproject.org> Date: Sun Aug 4 16:49:14 2013 -0700 Additions for our examples page Adding Robert's RTT Prober and updating the entry for my descriptor monitors. --- docs/tutorials/double_double_toil_and_trouble.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/tutorials/double_double_toil_and_trouble.rst b/docs/tutorials/double_double_toil_and_trouble.rst index 129a302..f207b95 100644 --- a/docs/tutorials/double_double_toil_and_trouble.rst +++ b/docs/tutorials/double_double_toil_and_trouble.rst @@ -19,7 +19,8 @@ something you would like to have included on this page then `let me know including system resource usage, connection information, and much more. =========================================================================================================== ========== -`Consensus Tracker <https://gitweb.torproject.org/atagar/tor-utils.git/blob/HEAD:/consensusTracker.py>`_ Script that performs an hourly check for the number of relays within the Tor network, looking for large jumps that may indicate a sybil attack. +`Descriptor Monitors <https://gitweb.torproject.org/atagar/tor-utils.git/tree>`_ Scripts that perform hourly checks on the tor network's present status. +`RTT Prober <https://bitbucket.org/ra_/tor-rtt/>`_ Measures round-trip times for tor circuits. `Metrics Tasks <https://gitweb.torproject.org/metrics-tasks.git/tree>`_ One-off tasks related to Tor metrics. These mostly involve using descriptor information to answer a particular question. Tasks that involve stem are: `1854 <https://gitweb.torproject.org/metrics-tasks.git/blob/HEAD:/task-1854/pylinf.py>`_, `6232 <https://gitweb.torproject.org/metrics-tasks.git/blob/HEAD:/task-6232/pyentropy.py>`_, and `7241 <https://gitweb.torproject.org/metrics-tasks.git/blob/HEAD:/task-7241/first_pass.py>`_. `check_tor <http://anonscm.debian.org/gitweb/?p=users/lunar/check_tor.git;a=blob;f=check_tor.py;hb=HEAD>`_ Nagios check to verify that a relay is participating in the Tor network. =========================================================================================================== ==========
participants (1)
-
atagar@torproject.org