Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revisionBoth sides next revision
docs:guide-user:services:vpn:wireguard:wireguard_performance [2020/09/30 03:39] – Rearrange SoCs from fastest to slowest. bill888docs:guide-user:services:vpn:wireguard:wireguard_performance [2020/10/04 12:08] – reorganize; add headers vgaetera
Line 1: Line 1:
 ====== Wireguard performance ====== ====== Wireguard performance ======
- +See also:
-See also +
   * [[docs:guide-user:services:vpn:openvpn:performance|OpenVPN performance]]   * [[docs:guide-user:services:vpn:openvpn:performance|OpenVPN performance]]
   * [[toh:views:toh_vpn_performance|Table of Hardware: VPN performance]]   * [[toh:views:toh_vpn_performance|Table of Hardware: VPN performance]]
  
 +===== Results =====
 /* For syntax see: https://www.dokuwiki.org/plugin:gchart */ /* For syntax see: https://www.dokuwiki.org/plugin: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.// 
- 
-Thanks to [[https://forum.openwrt.org/t/18-06-4-speed-fix-for-bt-homehub-5a/23643/23|bill888]] Heres a few iperf3 commands 
- 
-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 "WireGuard performance (Up/Down, Mbit)"> <gchart 640x400 vbar #5674bf #efefef value left "WireGuard performance (Up/Down, Mbit)">
Line 31: Line 20:
 ar9344    = 0 ar9344    = 0
 mt7628    = 0 mt7628    = 0
 +</gchart>
  
-</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://forum.openwrt.org/t/18-06-4-speed-fix-for-bt-homehub-5a/23643/23|bill888]] Heres a few iperf3 commands. 
 + 
 +<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>
  
  • Last modified: 2024/05/10 17:55
  • by palebloodsky