Skip to content

Instantly share code, notes, and snippets.

@EmmanuelKasper
Last active September 30, 2017 06:40
Show Gist options
  • Save EmmanuelKasper/b5fff82c06a9287935bf to your computer and use it in GitHub Desktop.
Save EmmanuelKasper/b5fff82c06a9287935bf to your computer and use it in GitHub Desktop.
iperf pc

#server

[2.2.3-RELEASE][[email protected]]/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][[email protected]]/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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment