-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TOR Relay Info - SpeedUp #3
Comments
Hey there, Yeah, I know what you mean. Had the same issue, just waited until something's stuck for too long and then flush connections. It would be cool to be able to e.g. delete a single circuit and keep the rest. So yes, it is possible, it is definitely a great idea, but the amount of work is considerable and I currently have no business in pushing this project any further. I'll keep this ticket open however, perhaps I'll find a good reason to continue. |
A simple python script that shows the tor nodes you connect to
It would be enough to measure the performance of downloading streams and display information on the node. All this can be automatically logged into a log file. The rest of the configuration is easy to do through the configuration file. |
This option works for me, but in this case, all analysis will need to be done manually ... OnionView The display is a Graphical User Interface (GUI) using the Python Tk library and shows each circuit as it is created and each stream using that circuit. The excellent Stem library is used to interface with the running Tor process via the Control Port. |
Hello,
is it possible to display statistics about which nodes and which addresses are used for downloading in a particular request? This is necessary to optimize the configuration in order to speed up the download of files.
Thanks!
The text was updated successfully, but these errors were encountered: