[tor-bugs] #2476 [Tor Client]: Run torperf on the sat link
Tor Bug Tracker & Wiki
torproject-admin at torproject.org
Tue Feb 8 08:11:56 UTC 2011
#2476: Run torperf on the sat link
------------------------+---------------------------------------------------
Reporter: mikeperry | Owner: mikeperry
Type: task | Status: needs_review
Priority: normal | Milestone:
Component: Tor Client | Version:
Keywords: | Points:
Parent: #2492 |
------------------------+---------------------------------------------------
Comment(by cypherpunks):
I've applied the above patch and now start Tor like so:
{{{
$ cat start-tors
#!/bin/bash
cd ~/torperf/torclient50kb && tor -f ~/torperf/torclient50kb/torrc
sleep 5
cd ~/torperf/torclient50kb && python ../extra_stats.py 10020
../50kb.extradata &
}}}
Running the above results in the following output:
{{{
Feb 08 00:10:43.276 [notice] Tor v0.2.2.22-alpha (git-21b3de6cf37d4e60).
This is experimental software. Do not rely on it for strong anonymity.
(Running on Linux x86_64)
Feb 08 00:10:43.281 [notice] Initialized libevent version 1.4.13-stable
using method epoll. Good.
Feb 08 00:10:43.281 [notice] Opening Socks listener on 127.0.0.1:9020
Feb 08 00:10:43.282 [notice] Opening Control listener on 127.0.0.1:10020
}}}
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/2476#comment:17>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list