"Boris" <(E-Mail Removed)> schreef in bericht
news:41b74cac$0$31668$(E-Mail Removed)...
> How do you explain the difference in the following results?
> The 893 frames seems to be a constant, what could be the reason?
>
> samsonov root # iperf -c 10.0.0.2
> ------------------------------------------------------------
> Client connecting to 10.0.0.2, TCP port 5001
> TCP window size: 16.0 KByte (default)
> ------------------------------------------------------------
> [ 5] local 10.0.0.4 port 32784 connected with 10.0.0.2 port 5001
> [ ID] Interval Transfer Bandwidth
> [ 5] 0.0-10.0 sec 19.0 MBytes 15.9 Mbits/sec
>
>
> samsonov root # iperf --udp -c 10.0.0.2
> ------------------------------------------------------------
> Client connecting to 10.0.0.2, UDP port 5001
> Sending 1470 byte datagrams
> UDP buffer size: 106 KByte (default)
> ------------------------------------------------------------
> [ 5] local 10.0.0.4 port 32773 connected with 10.0.0.2 port 5001
> [ ID] Interval Transfer Bandwidth
> [ 5] 0.0-10.0 sec 1.25 MBytes 1.05 Mbits/sec
> [ 5] WARNING: did not receive ack of last datagram after 10 tries.
> [ 5] Sent 893 datagrams
iperf --help
Client specific:
-b, --bandwidth #[KM] for UDP, bandwidth to send at in bits/sec
(default 1 Mbit/sec, implies -u)
|