-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On Sun, 28 Feb 2016 13:49:20 +0000, you wrote:
Message: 2 Date: Sun, 28 Feb 2016 12:02:13 +0100 From: Tim Wilson-Brown - teor teor2345@gmail.com To: tor-relays@lists.torproject.org Subject: Re: [tor-relays] Network Bandwidth Fine Tuning Message-ID: A09CFFB4-5ACA-44B4-B813-7DC0B30A4C06@gmail.com Content-Type: text/plain; charset="us-ascii"
On 28 Feb 2016, at 02:14, stealth@nym.mixmin.net wrote:
What processor is on your VPS?
Here is my lscpu output:
root$ lscpu Architecture: i686 CPU op-mode(s): 32-bit, 64-bit Byte Order: Little Endian CPU(s): 8 Vendor ID: GenuineIntel CPU family: 6 Model: 58 Stepping: 9 CPU MHz: 3300.152 BogoMIPS: 6600.30 Virtualization: VT-x
How fast is it?
See above
Does it have AES-NI?
I believe so. Here's the output from:
grep -o aes /proc/cpuinfo aes aes
and here's the output from:
grep -ml -o aes /proc/cpuinfo aes
Is your OpenSSL compiled optimised for your processor and for the encryption that Tor uses?
I am using the OpenSSL that was compiled for my version of Mixmaster as I am running a middle remailer on the same VPS. It is OpenSSL: 1.0.1e
How much RAM does your VPS have?
512KB
Have you read the torservers.net Tor tuning advice? Yes I have made several modifications to my RelayBandwidthRate and RelayBandwidthBurst. I have also modified my AccountingMax number. Here's the pertinent information from my torrc file:
RelayBandwidthRate 50 MB # Throttle traffic to 100KB/s (800Kbps) RelayBandwidthBurst 80 MB # But allow bursts up to 200KB/s (1600Kbps) AccountingMax 100 GB
(And similar articles?)
Any additional links would be welcomed.
Tim
Tim Wilson-Brown (teor)