Iperf: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Thomas (Diskussion | Beiträge) (→Client) |
Thomas (Diskussion | Beiträge) |
||
| Zeile 15: | Zeile 15: | ||
</pre> | </pre> | ||
=Client beide Richtungen= | =Client beide Richtungen= | ||
| − | *iperf -c 192.168.240.3 | + | *iperf -c 192.168.240.3 -d |
<pre> | <pre> | ||
| − | + | ------------------------------------------------------------ | |
| + | Server listening on TCP port 5001 | ||
| + | TCP window size: 85.3 KByte (default) | ||
| + | ------------------------------------------------------------ | ||
| + | ------------------------------------------------------------ | ||
| + | Client connecting to 192.168.240.3, TCP port 5001 | ||
| + | TCP window size: 493 KByte (default) | ||
| + | ------------------------------------------------------------ | ||
| + | [ 3] local 192.168.240.69 port 41755 connected with 192.168.240.3 port 5001 | ||
| + | [ 5] local 192.168.240.69 port 5001 connected with 192.168.240.3 port 59433 | ||
| + | [ ID] Interval Transfer Bandwidth | ||
| + | [ 3] 0.0-10.0 sec 1.07 GBytes 916 Mbits/sec | ||
| + | [ 5] 0.0-10.0 sec 1.07 GBytes 916 Mbits/sec | ||
</pre> | </pre> | ||
=Links= | =Links= | ||
*http://wiki.ubuntuusers.de/iperf | *http://wiki.ubuntuusers.de/iperf | ||
Version vom 5. April 2017, 20:11 Uhr
Install
- apt-get install iperf
Server
- iperf -s
Client
- iperf -c 192.168.240.3
------------------------------------------------------------ Client connecting to 192.168.240.3, TCP port 5001 TCP window size: 85.0 KByte (default) ------------------------------------------------------------ [ 3] local 192.168.244.2 port 60500 connected with 192.168.240.3 port 5001 [ ID] Interval Transfer Bandwidth [ 3] 0.0-10.0 sec 652 MBytes 546 Mbits/sec
Client beide Richtungen
- iperf -c 192.168.240.3 -d
------------------------------------------------------------ Server listening on TCP port 5001 TCP window size: 85.3 KByte (default) ------------------------------------------------------------ ------------------------------------------------------------ Client connecting to 192.168.240.3, TCP port 5001 TCP window size: 493 KByte (default) ------------------------------------------------------------ [ 3] local 192.168.240.69 port 41755 connected with 192.168.240.3 port 5001 [ 5] local 192.168.240.69 port 5001 connected with 192.168.240.3 port 59433 [ ID] Interval Transfer Bandwidth [ 3] 0.0-10.0 sec 1.07 GBytes 916 Mbits/sec [ 5] 0.0-10.0 sec 1.07 GBytes 916 Mbits/sec