Last active
September 30, 2017 06:40
Revisions
-
EmmanuelKasper revised this gist
Jul 12, 2015 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -3,7 +3,7 @@ #client iperf -c pf -i 1 -t 60 #server iperf -s ```` -
EmmanuelKasper revised this gist
Jul 12, 2015 . 1 changed file with 2 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -3,12 +3,11 @@ #client iperf -c pf -i 1 -t 60 #server iperf -c pf -i 1 -t 60 ```` ### server side result vr2: VIA VT6105M Rhine III 10/100BaseTX ```` ifconfig vr2 vr2: flags=8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> metric 0 mtu 1500 @@ -29,7 +28,7 @@ TCP window size: 63.7 KByte (default) [ 4] 0.0-18.7 sec 168 MBytes 75.3 Mbits/sec ```` ### server side result with re1: RealTek 8168/8111 B/C/CP/D/DP/E/F/G PCIe Gigabit Ethernet ```` [2.2.3-RELEASE][root@pf.home]/root: ifconfig re1 re1: flags=8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> metric 0 mtu 1500 -
EmmanuelKasper revised this gist
Jul 12, 2015 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -29,7 +29,7 @@ TCP window size: 63.7 KByte (default) [ 4] 0.0-18.7 sec 168 MBytes 75.3 Mbits/sec ```` ### server side result with re1:RealTek 8168/8111 B/C/CP/D/DP/E/F/G PCIe Gigabit Ethernet ```` [2.2.3-RELEASE][root@pf.home]/root: ifconfig re1 re1: flags=8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> metric 0 mtu 1500 -
EmmanuelKasper revised this gist
Jul 12, 2015 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -8,7 +8,7 @@ iperf -c pf -i 1 -t 60 ```` ### server side result vr2 VIA VT6105M Rhine III 10/100BaseTX ```` ifconfig vr2 vr2: flags=8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> metric 0 mtu 1500 @@ -27,7 +27,7 @@ TCP window size: 63.7 KByte (default) [ 4] local 192.168.0.1 port 5001 connected with 192.168.0.2 port 48067 [ ID] Interval Transfer Bandwidth [ 4] 0.0-18.7 sec 168 MBytes 75.3 Mbits/sec ```` ### server side result with re1: <RealTek 8168/8111 B/C/CP/D/DP/E/F/G PCIe Gigabit Ethernet> ```` -
EmmanuelKasper revised this gist
Jul 12, 2015 . 1 changed file with 37 additions and 19 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,35 @@ ## commands ```` #client iperf -c pf -i 1 -t 60 #server iperf -c pf -i 1 -t 60 ```` ### server side result vr2: <VIA VT6105M Rhine III 10/100BaseTX> ```` ifconfig vr2 vr2: flags=8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> metric 0 mtu 1500 options=82809<RXCSUM,VLAN_MTU,WOL_UCAST,WOL_MAGIC,LINKSTATE> ether 00:0d:b9:36:f3:e2 inet6 fe80::20d:b9ff:fe36:f3e2%vr2 prefixlen 64 scopeid 0x3 nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL> media: Ethernet autoselect (100baseTX <full-duplex>) status: active iperf -s ------------------------------------------------------------ Server listening on TCP port 5001 TCP window size: 63.7 KByte (default) ------------------------------------------------------------ [ 4] local 192.168.0.1 port 5001 connected with 192.168.0.2 port 48067 [ ID] Interval Transfer Bandwidth [ 4] 0.0-18.7 sec 168 MBytes 75.3 Mbits/sec ### server side result with re1: <RealTek 8168/8111 B/C/CP/D/DP/E/F/G PCIe Gigabit Ethernet> ```` [2.2.3-RELEASE][root@pf.home]/root: ifconfig re1 re1: flags=8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> metric 0 mtu 1500 @@ -8,26 +39,13 @@ re1: flags=8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> metric 0 mtu 150 nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL> media: Ethernet autoselect (1000baseT <full-duplex,master>) status: active iperf -s ------------------------------------------------------------ Server listening on TCP port 5001 TCP window size: 63.7 KByte (default) ------------------------------------------------------------ [ 4] local 192.168.0.1 port 5001 connected with 192.168.0.2 port 48072 [ ID] Interval Transfer Bandwidth [ 4] 0.0-35.0 sec 9.00 MBytes 2.16 Mbits/sec ```` -
EmmanuelKasper revised this gist
Jul 12, 2015 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ ##server ```` [2.2.3-RELEASE][root@pf.home]/root: ifconfig re1 re1: flags=8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> metric 0 mtu 1500 @@ -15,7 +15,7 @@ TCP window size: 63.7 KByte (default) ------------------------------------------------------------ ```` ##client ```` 00:19.0 Ethernet controller: Intel Corporation 82579LM Gigabit Network Connection (rev 04) Subsystem: Lenovo Device 3079 -
EmmanuelKasper created this gist
Jul 12, 2015 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,33 @@ #server ```` [2.2.3-RELEASE][root@pf.home]/root: ifconfig re1 re1: flags=8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> metric 0 mtu 1500 options=82099<RXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,WOL_MAGIC,LINKSTATE> ether 00:0d:b9:3a:18:1d inet6 fe80::20d:b9ff:fe3a:181d%re1 prefixlen 64 scopeid 0x2 nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL> media: Ethernet autoselect (1000baseT <full-duplex,master>) status: active [2.2.3-RELEASE][root@pf.home]/root: iperf -s ------------------------------------------------------------ Server listening on TCP port 5001 TCP window size: 63.7 KByte (default) ------------------------------------------------------------ ```` #client ```` 00:19.0 Ethernet controller: Intel Corporation 82579LM Gigabit Network Connection (rev 04) Subsystem: Lenovo Device 3079 Kernel driver in use: e1000e manu@django:~$ iperf -c pf ------------------------------------------------------------ Client connecting to pf, TCP port 5001 TCP window size: 85.0 KByte (default) ------------------------------------------------------------ [ 3] local 192.168.0.2 port 47802 connected with 192.168.0.1 port 5001 [ ID] Interval Transfer Bandwidth [ 3] 0.0-14.6 sec 8.88 MBytes 5.09 Mbits/sec ````