Re: [tor-dev] Relay Web Dashboard - Summer of Privacy

2015-07-31 Thread Damian Johnson
 is this strictly a one dashboard for one tor daemon or will this also be
 usable to monitor multiple tor instances without running multiple
 dashboard instances in parallel?

 It's being developed as one tor instance - one dashboard instance,
 although it'd be a nice feature to include what you mention into
 **future development**.

Hi nusenu. This is something I've long wanted to do with Nyx, and
definitely something for long term consideration. It's a valid use
case, especially for gigabit relay families that run multiple
instances to saturate their connection. We did this, for instance,
with Amunet. But that said, not a feature for the initial release.

 Would that include data that is not available via the controlport,
 like exit/guard probability, (measured bw), cw and cw fraction
 (available via onionoo) or is that not something that you are planing
 to include?

Think I'm gonna need to say 'patches welcome' for these. First step
would be to add them to Stem. Anything in Onionoo is easy to bring in
(it's chiefly just distilled descriptor information), but I'm not
positive about the exit/guard probabilities. Is it a simple ratio? Or
do tor clients do something more sophisticated? If it's something
simple I'd be happy to take a patch adding it to the Consensus class.

Cheers! -Damian
___
tor-dev mailing list
tor-dev@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-dev


Re: [tor-dev] Relay Web Dashboard - Summer of Privacy

2015-07-28 Thread nusenu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hi,

 [4] https://leivaburto.github.io/sop-proposal

is this strictly a one dashboard for one tor daemon or will this also be
usable to monitor multiple tor instances without running multiple
dashboard instances in parallel?
(while leaving the 'how to securely connect to a remote controlport'
task to the operator)

 August 15 - October 5 Implementation of further statistics that
 were not included in nyx but are going to be included in Relay Web 
 Dashboard.

Would that include data that is not available via the controlport,
like exit/guard probability, (measured bw), cw and cw fraction
(available via onionoo) or is that not something that you are planing
to include?


thanks
-BEGIN PGP SIGNATURE-

iQIcBAEBCgAGBQJVt+C5AAoJEFv7XvVCELh02UYP/RlSQiflvrwWTCR0JkEms6LS
ggD23t72guHzz1X7KDaDrV0Q/XkL1c0THEjohVpKOESKV0HscTXe6aMhXmJoBKrx
0DvKyeujZvOs+X52jUIJNawfs61f3NrnzXpsdA94GrmSzogEpaoGNspVK+F2m44y
Le30SfU+o2VGRd0QIxH40TgnM31xelnISpfSsRdowswAS5+VQmMMicvjQtGyHo+q
1PdhK8s4ZvcQ/vkN4AVj718iG0xeBkozRQ7G6qMzG0DmPEHatV0fN0pnn9E/TBBX
/23IBfQ2qP2O/dwELrOvOHd5050FE/f3N6fF5BiOOcy5U5TFudI62bR6zxvGcFPz
EweKc702IS36RD2WUESLUWBvOz89PbUbPotopKe204o0ULV4q0XimSQpztGvmw66
9vxW1pBQXoW5YDR+ieETvk1zzd5slFEdlrDOMhL2rADJPQaChlDfVL5wC44Lurpu
WUDyebcfIT7pfxaAb63AU0m6KQwnNUPcsmiIFQXQuyVTawrseUVfV8GMnMY78951
WsgauOWqBrb4XNRbdlzNY9ivU1fY5cUPa8+HZ7TLbl1vnAY5ptajBinHiLiuZhst
ekUUjQ4gJw8tZD16A9k42xLiei9vQ8nfZ8NahCG2t/A+1YEZyzHPPpr7sYzWHc9I
K5pKQO6m2Tq1lJK6rCGQ
=yV3W
-END PGP SIGNATURE-
___
tor-dev mailing list
tor-dev@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-dev


Re: [tor-dev] Relay Web Dashboard - Summer of Privacy

2015-07-07 Thread Moritz Bartl
On 07/07/2015 09:26 PM, Cristobal wrote:
 This summer I'll be working on a Relay Web Dashboard as part of Tor's
 Summer of Privacy [1]. The goal of this project is to develop a web
 application to monitor Tor relays. A good part of the back-end code
 will be based on what nyx [2] currently does (using stem [3]).

Cool. Nice to see this project picked up. It can be a great component
for a standalone 'plug-and-play' relay.

Arlo did a small prototype a while ago. You should talk to him some time
soon to exchange ideas, he may have some. https://github.com/arlolra/bulb

Enjoy your time with Tor! May it be long and prosperous ;-)

-- 
Moritz Bartl
https://www.torservers.net/
___
tor-dev mailing list
tor-dev@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-dev


[tor-dev] Relay Web Dashboard - Summer of Privacy

2015-07-07 Thread Cristobal
Hello everyone,

This summer I'll be working on a Relay Web Dashboard as part of Tor's
Summer of Privacy [1]. The goal of this project is to develop a web
application to monitor Tor relays. A good part of the back-end code
will be based on what nyx [2] currently does (using stem [3]).

You can take a look at my SOP proposal here [4] to get a better idea of
what I'm planning to do. TL;DR : use Javascript to fetch information
from a 'Relay API'. This 'Relay API' will use stem to collect data from
the relay, keeping in mind that the idea is to follow a 'read-only'
approach, in other words: just monitoring (at least for now).

On the first half of SOP I'll be working on making this app based on nyx
features. On the second half I'm planning to add new features if
necessary, and for that I'd be very interested in hearing your feedback
and ideas, specially if you are a relay operator and you think there are
features that will help you with the task of running a relay.

I hope this project would be of help to relay operators community by
giving them a secure, useful and easy-to-use tool for their relays.

I'll be informing you about my progress with bi-weekly reports to this
list. I'm also on IRC by the nickname @clv

Looking forward to hear from you!

Best regards,
Cristobal
GPG: 2ACA 8DD4 444E 358F B72E  8C3C 7196 690D 9E03 CDFD

[1] https://trac.torproject.org/projects/tor/wiki/doc/gsoc
[2] https://gitweb.torproject.org/nyx.git
[3] https://stem.torproject.org/
[4] https://leivaburto.github.io/sop-proposal



signature.asc
Description: OpenPGP digital signature
___
tor-dev mailing list
tor-dev@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-dev