Skip to content

Instantly share code, notes, and snippets.

@kokel
Last active August 29, 2015 14:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kokel/cb6677256c9c2c1ed5d8 to your computer and use it in GitHub Desktop.
Save kokel/cb6677256c9c2c1ed5d8 to your computer and use it in GitHub Desktop.
fastd performance tests / kvm guest
iperf options (client): iperf -c <ip-address> -t 30 -i 1 -M 1400 -m -w 512k -l 512k -d
1a. ipv4, client -> lotuswurzel, fastd auf kvm (über IPv6)
------------------------------------------------------------
Client connecting to 10.56.16.248, TCP port 5001
TCP window size: 416 KByte (WARNING: requested 512 KByte)
------------------------------------------------------------
[ 6] local 10.56.0.23 port 41201 connected with 10.56.16.248 port 5001
[ ID] Interval Transfer Bandwidth
[ 6] 0.0-30.2 sec 110 MBytes 30.7 Mbits/sec
[ 4] 0.0-31.0 sec 21.5 MBytes 5.82 Mbits/sec
1b. ipv6, client -> lotuswurzel, fastd auf kvm (über IPv6)
------------------------------------------------------------
Client connecting to fd56:b4dc:4b1e:0:5054:ff:fe79:fded, TCP port 5001
TCP window size: 416 KByte (WARNING: requested 512 KByte)
------------------------------------------------------------
[ 6] local fd56:b4dc:4b1e::a38:17 port 34791 connected with fd56:b4dc:4b1e:0:5054:ff:fe79:fded port 5001
[ ID] Interval Transfer Bandwidth
[ 6] 0.0-30.1 sec 105 MBytes 29.2 Mbits/sec
[ 4] 0.0-31.1 sec 23.5 MBytes 6.34 Mbits/sec
1c. ipv4, client -> lotuswurzel -> server im internet, fastd auf kvm (über IPv6)
------------------------------------------------------------
Server listening on TCP port 5001
TCP window size: 85.3 KByte (default)
------------------------------------------------------------
[ 4] local 84.200.43.97 port 5001 connected with 109.201.137.29 port 56403
[ ID] Interval Transfer Bandwidth
[ 4] 0.0-31.3 sec 29.0 MBytes 7.78 Mbits/sec
2a. ipv4, client -> spinat, fastd auf kvm (über IPv6)
------------------------------------------------------------
Client connecting to 10.56.22.162, TCP port 5001
TCP window size: 416 KByte (WARNING: requested 512 KByte)
------------------------------------------------------------
[ 6] local 10.56.0.7 port 57181 connected with 10.56.22.162 port 5001
[ ID] Interval Transfer Bandwidth
[ 6] 0.0-31.1 sec 34.0 MBytes 9.18 Mbits/sec
[ 4] 0.0-31.3 sec 27.0 MBytes 7.23 Mbits/sec
2b. ipv6, client -> spinat, fastd auf kvm (über IPv6)
------------------------------------------------------------
Client connecting to fd56:b4dc:4b1e:0:5054:ff:fe79:fded, TCP port 5001
TCP window size: 416 KByte (WARNING: requested 512 KByte)
------------------------------------------------------------
[ 6] local fd56:b4dc:4b1e::a38:7 port 54313 connected with fd56:b4dc:4b1e:0:5054:ff:fe79:fded port 5001
[ ID] Interval Transfer Bandwidth
[ 6] 0.0-30.3 sec 51.0 MBytes 14.1 Mbits/sec
[ 4] 0.0-30.9 sec 26.5 MBytes 7.20 Mbits/sec
2c. ipv4, client -> spinat -> server im internet, fastd auf kvm (über IPv6)
------------------------------------------------------------
Server listening on TCP port 5001
TCP window size: 85.3 KByte (default)
------------------------------------------------------------
[ 4] local 84.200.43.97 port 5001 connected with 109.201.143.49 port 43729
[ ID] Interval Transfer Bandwidth
[ 4] 0.0-31.2 sec 28.5 MBytes 7.66 Mbits/sec
3a. ipv4, client -> hinterschinken, fastd auf kvm (über IPv6)
------------------------------------------------------------
Client connecting to 10.56.26.200, TCP port 5001
TCP window size: 416 KByte (WARNING: requested 512 KByte)
------------------------------------------------------------
[ 6] local 10.56.0.5 port 59121 connected with 10.56.26.200 port 5001
[ ID] Interval Transfer Bandwidth
[ 6] 0.0-30.5 sec 88.5 MBytes 24.4 Mbits/sec
[ 4] 0.0-31.3 sec 15.5 MBytes 4.15 Mbits/sec
3b. ipv6, client -> hinterschinken, fastd auf kvm (über IPv6)
------------------------------------------------------------
Client connecting to fd56:b4dc:4b1e:0:5054:ff:fe79:fded, TCP port 5001
TCP window size: 416 KByte (WARNING: requested 512 KByte)
------------------------------------------------------------
[ 6] local fd56:b4dc:4b1e::a38:5 port 50121 connected with fd56:b4dc:4b1e:0:5054:ff:fe79:fded port 5001
[ 6] 0.0-30.1 sec 107 MBytes 29.8 Mbits/sec
[ 5] 0.0-31.5 sec 20.0 MBytes 5.33 Mbits/sec
3c. ipv4, client -> hinterschinken -> server im internet, fastd auf kvm (über IPv6)
------------------------------------------------------------
Server listening on TCP port 5001
TCP window size: 85.3 KByte (default)
------------------------------------------------------------
[ 4] local 84.200.43.97 port 5001 connected with 193.138.219.228 port 38298
[ ID] Interval Transfer Bandwidth
[ 4] 0.0-30.9 sec 27.5 MBytes 7.46 Mbits/sec
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment