Changes between Version 3 and Version 4 of jazz/08-11-16


Ignore:
Timestamp:
Nov 16, 2008, 1:56:40 AM (16 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/08-11-16

    v3 v4  
    2020Trace complete.
    2121}}}
     22{{{
     23jazz@intrepid:~$ sudo iperf -c 140.110.240.192 -u
     24------------------------------------------------------------
     25Client connecting to 140.110.240.192, UDP port 5001
     26Sending 1470 byte datagrams
     27UDP buffer size:   122 KByte (default)
     28------------------------------------------------------------
     29[  3] local 172.21.253.152 port 50095 connected with 140.110.240.192 port 5001
     30[ ID] Interval       Transfer     Bandwidth
     31[  3]  0.0-10.0 sec  1.25 MBytes  1.05 Mbits/sec
     32[  3] Sent 893 datagrams
     33[  3] Server Report:
     34[ ID] Interval       Transfer     Bandwidth       Jitter   Lost/Total Datagrams
     35[  3]  0.0-10.0 sec  1.25 MBytes  1.05 Mbits/sec  1.975 ms    0/  892 (0%)
     36[  3]  0.0-10.0 sec  1 datagrams received out-of-order
     37jazz@intrepid:~$ sudo iperf -c 140.110.240.192 -u -w 10M
     38------------------------------------------------------------
     39Client connecting to 140.110.240.192, UDP port 5001
     40Sending 1470 byte datagrams
     41UDP buffer size:   244 KByte (WARNING: requested 10.0 MByte)
     42------------------------------------------------------------
     43[  3] local 172.21.253.152 port 53022 connected with 140.110.240.192 port 5001
     44[ ID] Interval       Transfer     Bandwidth
     45[  3]  0.0-10.0 sec  1.25 MBytes  1.05 Mbits/sec
     46[  3] Sent 893 datagrams
     47[  3] Server Report:
     48[ ID] Interval       Transfer     Bandwidth       Jitter   Lost/Total Datagrams
     49[  3]  0.0-10.0 sec  1.25 MBytes  1.05 Mbits/sec  1.827 ms    0/  893 (0%)
     50}}}