Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revisionLast revisionBoth sides next revision | ||
| docs:guide-user:services:vpn:wireguard:wireguard_performance [2020/09/30 03:39] – Rearrange SoCs from fastest to slowest. bill888 | docs:guide-user:services:vpn:wireguard:performance [2020/10/05 20:48] – ↷ Page name changed from docs:guide-user:services:vpn:wireguard:wireguard_performance to docs:guide-user:services:vpn:wireguard:performance tmomas | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== | + | ====== |
| - | + | See also: | |
| - | See also | + | |
| * [[docs: | * [[docs: | ||
| * [[toh: | * [[toh: | ||
| + | ===== Results ===== | ||
| /* For syntax see: https:// | /* For syntax see: https:// | ||
| - | |||
| - | FIXME //Please fill in real numbers for each target// | ||
| - | |||
| - | //Note: GigE theoretical TCP throughput is ~940 Mbps (for standard 1500 MTU). WireGuard MTU reduces this to ~900 Mbps.// | ||
| - | |||
| - | Thanks to [[https:// | ||
| - | |||
| - | Single thread Download: iperf3 -c 192.168.111.2 -t 10 -R | ||
| - | |||
| - | Multi thread Download: iperf3 -c 192.168.111.2 -t 10 -P 5 -R | ||
| <gchart 640x400 vbar #5674bf #efefef value left " | <gchart 640x400 vbar #5674bf #efefef value left " | ||
| Line 31: | Line 20: | ||
| ar9344 | ar9344 | ||
| mt7628 | mt7628 | ||
| + | </ | ||
| - | </gchart> | + | FIXME //Please fill in real numbers for each target// |
| + | |||
| + | //Note: GigE theoretical TCP throughput is ~940 Mbps (for standard 1500 MTU). WireGuard MTU reduces this to ~900 Mbps.// | ||
| + | |||
| + | ===== Testing ===== | ||
| + | Thanks to [[https:// | ||
| + | |||
| + | <code bash> | ||
| + | # Single-thread download | ||
| + | iperf3 -c 192.168.111.2 -t 10 -R | ||
| + | |||
| + | # Multi-thread download | ||
| + | iperf3 -c 192.168.111.2 -t 10 -P 5 -R | ||
| + | </code> | ||