<div dir="ltr">I'm so sorry.. I follow a little, how do I convert that into the value used by <strong>BandwidthRate</strong> <em></em></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sat, Sep 14, 2013 at 3:27 PM, Martin Weinelt <span dir="ltr"><<a href="mailto:tor@linuxlounge.net" target="_blank">tor@linuxlounge.net</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">-----BEGIN PGP SIGNED MESSAGE-----<br>
Hash: SHA1<br>
<br>
On 14.09.2013 21:47, Jonathan W wrote:<br>
> I am about to run a relay, but I don't want it using more than<br>
> 1000GB a month.  I prefer to manage this using the *BandwidthRate**<br>
> *but I don't know the math* *to constrain it over a 1000GB a<br>
> month. * * I also want to relay the directory.  Is there a way to<br>
> also use vidalia to interface?  I'll be relaying on a linux<br>
> (ubuntu) server remotly, and I'm using a windows system to set it<br>
> all up.  I'll be using SSH to shell in, but I'd love to use<br>
> vidalia.<br>
><br>
><br>
> Thanks, Jon<br>
><br>
><br>
><br>
> _______________________________________________ tor-relays mailing<br>
> list <a href="mailto:tor-relays@lists.torproject.org">tor-relays@lists.torproject.org</a><br>
> <a href="https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays" target="_blank">https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays</a><br>
><br>
<br>
Hello Jon,<br>
<br>
this is quite easy to determine.<br>
<br>
We have a known time frame of a month, lets say the average month has<br>
30 days. Then:<br>
   Timeframe = ~30 days<br>
             = 30 * 24 * 60 * 60 seconds<br>
             = 30 * 86400 seconds<br>
             = 2592000 seconds<br>
<br>
Since Tor specifies Bandwidth in kB (per second) lets convert your<br>
traffic limit to that.<br>
<br>
   Traffic-Limit = 1000 GB<br>
                 = 1000 * 1024 MB<br>
                 = 1000 * 1024 * 1024 kB<br>
                 = 1048510000 kB<br>
<br>
- From that we can derive the average speed to reach (or stay below)<br>
your traffic limit. Depending on whether your provider counts TX+RX or<br>
just TX you may or may not have to half the bandwidth.<br>
<br>
   Avg. Bandwidth = Traffic-Limit / Timeframe<br>
                  = 1048510000 kB / 2592000 seconds<br>
                  = 404,517746914 kB / s<br>
<br>
Cheers!<br>
<br>
Martin<br>
-----BEGIN PGP SIGNATURE-----<br>
Version: GnuPG v2.0.21 (GNU/Linux)<br>
Comment: Using GnuPG with Thunderbird - <a href="http://www.enigmail.net/" target="_blank">http://www.enigmail.net/</a><br>
<br>
iQEcBAEBAgAGBQJSNMazAAoJEL1KoFKPY/F+kacH/2anBFcoXjgwSdT/TPj2mYnN<br>
IrVo9+wKTM40PjiaB5UoHpIFQm31EjdJk6iQ3mzv71UmtrXXBiEN+Vzp7e/NCZVO<br>
SMiQoGqrU1yA6ebmAxKXVK4HrMR+YqSunmn9xhbt7PlZQLwvjMU1S1PyQWR/29Tb<br>
AiCPTlCsYHSm7McKnRxEU8jlKRHt5QEa7Bu7jcAx68Asdy+w7PEqOXxgT5ixK1En<br>
U2MFIpTz60Ke4iZNDEXQ5KgC4XsML+gyBMeiTEt2jUsfbx5q4OIFE0kfbKjNVeJ/<br>
ADvY1e8RyYNX9sbne2gEeJD1XQ6fG+t8uFJLfp7XigPAtZeiizCr9EdA/jZPvds=<br>
=C9CB<br>
-----END PGP SIGNATURE-----<br>
_______________________________________________<br>
tor-relays mailing list<br>
<a href="mailto:tor-relays@lists.torproject.org">tor-relays@lists.torproject.org</a><br>
<a href="https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays" target="_blank">https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays</a><br>
</blockquote></div><br></div>