login
Header Space

 
 

Re: XTP for 2.6.25

Score:
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Andi Kleen <andi@...>
Cc: <linux-kernel@...>, <netdev@...>
Date: Friday, April 25, 2008 - 3:59 am

I emulated WAN delay by netem and compared the performance again.

case1) fixed delay

    <------------- 100Mbps -------------->
Host1 --------- Linux Router ---------- Host2

 In this case, just adds a fixed amount of delay to all packets going
out on Linux Router by command, "tc qdisc add dev eth0 root netem
delay 100ms".

 Here is the result.

    fixed delay    UDP/TCP/XTP throghput
  ---------------------------------------
      10ms         88/85/92 Mbps
      30ms         88/70/91 Mbps
      50ms         88/63/89 Mbps
      70ms         88/52/84 Mbps
     100ms         88/36/70 Mbps


case2) random delay

 In this case, add a fixed amount of delay + 10% random delay by
command, "tc change dev eth0 root netem delay 100ms 10ms 25%".

 Here is the result.

    fixed delay    UDP/TCP/XTP throghput
  ---------------------------------------
      10ms         88/80/92 Mbps
      30ms         88/51/91 Mbps
      50ms         88/41/89 Mbps
      70ms         88/28/80 Mbps
     100ms         88/19/66 Mbps

 TCP's perfomance looks very poor when delay is long and variable.

Thanks
Shigeo


On Thu, Apr 24, 2008 at 10:06 PM, Shigeo N <shigeonx@gmail.com> wrote:
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: XTP for 2.6.25, Andi Kleen, (Thu Apr 24, 7:27 am)
Re: XTP for 2.6.25, Shigeo N, (Thu Apr 24, 9:06 am)
Re: XTP for 2.6.25, Shigeo N, (Fri Apr 25, 3:59 am)
Re: XTP for 2.6.25, Ilpo Järvinen, (Fri Apr 25, 4:23 am)
Re: XTP for 2.6.25, Shigeo N, (Wed May 7, 12:32 am)
Re: XTP for 2.6.25, Shigeo N, (Fri Apr 25, 4:51 am)
Re: XTP for 2.6.25, David Miller, (Fri Apr 25, 4:55 am)
Re: XTP for 2.6.25, Ilpo Järvinen, (Fri Apr 25, 9:05 am)
Re: XTP for 2.6.25, David Miller, (Fri Apr 25, 4:12 pm)
Re: XTP for 2.6.25, Ilpo Järvinen, (Fri Apr 25, 5:06 pm)
Re: XTP for 2.6.25, David Miller, (Fri Apr 25, 4:28 am)
speck-geostationary