<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: GB Speed -- scp Transfer -- Issue Getting &amp;gt; 40MB/s Transfer Rate in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/gb-speed-scp-transfer-issue-getting-gt-40mb-s-transfer-rate/m-p/5033085#M82714</link>
    <description>As this was mentioned nowhere - are you actually using jumbo frames?&lt;BR /&gt;most gigabit nics will peak out around 40MB/s otherwise, and will only reach higher speeds using jumbo frames.&lt;BR /&gt;&lt;BR /&gt;I think only SysKonnect used to make GigE adapters that _never_ did under 85MB/s. But that was before they got bought out for their name, the newer adapters are based on marvell chips and no better what is on every gamers' motherboard.</description>
    <pubDate>Tue, 13 Mar 2007 21:46:29 GMT</pubDate>
    <dc:creator>Florian Heigl (new acc)</dc:creator>
    <dc:date>2007-03-13T21:46:29Z</dc:date>
    <item>
      <title>GB Speed -- scp Transfer -- Issue Getting &gt; 40MB/s Transfer Rate</title>
      <link>https://community.hpe.com/t5/operating-system-linux/gb-speed-scp-transfer-issue-getting-gt-40mb-s-transfer-rate/m-p/5033078#M82707</link>
      <description>We have 2 DL-585 Running Linux and have GB NIC Cards. Somehow when we transfer files between the 2 servers, we get max transfer rate of 40MB. Have tuned the following:&lt;BR /&gt;# increase TCP max buffer size&lt;BR /&gt;net.core.rmem_max = 16777216&lt;BR /&gt;net.core.wmem_max = 16777216&lt;BR /&gt;# increase Linux autotuning TCP buffer limits&lt;BR /&gt;# min, default, and max number of bytes to use&lt;BR /&gt;net.ipv4.tcp_rmem = 4096 87380 16777216&lt;BR /&gt;net.ipv4.tcp_wmem = 4096 65536 16777216&lt;BR /&gt;# don't cache ssthresh from previous connection&lt;BR /&gt;net.ipv4.tcp_no_metrics_save = 1&lt;BR /&gt;# recommended to increase this for 1000 BT or higher&lt;BR /&gt;net.core.netdev_max_backlog = 2500&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Any other way to increase the throughtput.....</description>
      <pubDate>Fri, 09 Mar 2007 17:55:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/gb-speed-scp-transfer-issue-getting-gt-40mb-s-transfer-rate/m-p/5033078#M82707</guid>
      <dc:creator>Pawan_1</dc:creator>
      <dc:date>2007-03-09T17:55:48Z</dc:date>
    </item>
    <item>
      <title>Re: GB Speed -- scp Transfer -- Issue Getting &gt; 40MB/s Transfer Rate</title>
      <link>https://community.hpe.com/t5/operating-system-linux/gb-speed-scp-transfer-issue-getting-gt-40mb-s-transfer-rate/m-p/5033079#M82708</link>
      <description>The problem is that scp has overhead in the job of encrypting and decrypting the file. If you need better performance, consider using rsync, NFS, ftp or the old and "suppossed" insecure rcp.</description>
      <pubDate>Fri, 09 Mar 2007 18:38:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/gb-speed-scp-transfer-issue-getting-gt-40mb-s-transfer-rate/m-p/5033079#M82708</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2007-03-09T18:38:20Z</dc:date>
    </item>
    <item>
      <title>Re: GB Speed -- scp Transfer -- Issue Getting &gt; 40MB/s Transfer Rate</title>
      <link>https://community.hpe.com/t5/operating-system-linux/gb-speed-scp-transfer-issue-getting-gt-40mb-s-transfer-rate/m-p/5033080#M82709</link>
      <description>Agree on "Secure" overhead in Scp.&lt;BR /&gt;&lt;BR /&gt;Also, 40 MB/sec is not too bad, considering 100MB/sec is the absolute.&lt;BR /&gt;&lt;BR /&gt;Finally, YOu did not mention the storage subsyste, are you sure that you can source and sink much more than 40MB/sec on you storage subsystem. If you are using just 1 disk then 40MB /sec is likely the limit.&lt;BR /&gt;&lt;BR /&gt;Did you verify read and write speeds for a substantial file, say 1GB, with for example dd bs=128K count=8000 using /dev/zero or /dev/nul depending on the direction?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Hein van den Heuvel&lt;BR /&gt;HvdH Performance Consulting.</description>
      <pubDate>Sat, 10 Mar 2007 17:36:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/gb-speed-scp-transfer-issue-getting-gt-40mb-s-transfer-rate/m-p/5033080#M82709</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2007-03-10T17:36:16Z</dc:date>
    </item>
    <item>
      <title>Re: GB Speed -- scp Transfer -- Issue Getting &gt; 40MB/s Transfer Rate</title>
      <link>https://community.hpe.com/t5/operating-system-linux/gb-speed-scp-transfer-issue-getting-gt-40mb-s-transfer-rate/m-p/5033081#M82710</link>
      <description>agree, it's not too bad!&lt;BR /&gt;&lt;BR /&gt;By checking top/iostat you can understand what is your bottleneck - CPU/NIC/disks.&lt;BR /&gt;&lt;BR /&gt;I can recommend IBM's "Tuning IBM eservers xSeries Servers for Performance" (&lt;A href="http://www.redbooks.ibm.com/abstracts/sg245287.html)," target="_blank"&gt;http://www.redbooks.ibm.com/abstracts/sg245287.html),&lt;/A&gt; especially chapter 8.&lt;BR /&gt;</description>
      <pubDate>Sun, 11 Mar 2007 03:00:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/gb-speed-scp-transfer-issue-getting-gt-40mb-s-transfer-rate/m-p/5033081#M82710</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2007-03-11T03:00:25Z</dc:date>
    </item>
    <item>
      <title>Re: GB Speed -- scp Transfer -- Issue Getting &gt; 40MB/s Transfer Rate</title>
      <link>https://community.hpe.com/t5/operating-system-linux/gb-speed-scp-transfer-issue-getting-gt-40mb-s-transfer-rate/m-p/5033082#M82711</link>
      <description>Just because you've changed the sysctls doesn't necessarily mean a given application will use the larger values - it might be making its own setsockopt() calls to ask for a given socket buffer size.  Strace against scp commands could confirm/deny that.&lt;BR /&gt;&lt;BR /&gt;Also, scp has I believe its own flow-control - you want to make sure that it is configured (I'm not sure how) to actually take advantage of a large window.&lt;BR /&gt;&lt;BR /&gt;Others have mentioned the discs - good to check - and that encryption has non-trivial overhead - for that one you want to look at the CPU utilization of all the individual cores rather than the average of the system. A single TCP connection (ie a single scp session) isn't going to get much from more than one or maybe a little of a second core - if you have a single core maxed-out on either end, you know what your bottleneck is.&lt;BR /&gt;&lt;BR /&gt;Also, check for lost packets and retransmissions - ethtool and netstat stats from before and after the scp transfer, run them through beforeafter to see the numbers for the run.  &lt;A href="ftp://ftp.cup.hp.com/dist/networking/tools/" target="_blank"&gt;ftp://ftp.cup.hp.com/dist/networking/tools/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Finally (well nothing is ever final :) you might try some transfers without filesystem - say a netperf TCP_STREAM test - &lt;A href="http://www.netperf.org/" target="_blank"&gt;http://www.netperf.org/&lt;/A&gt;</description>
      <pubDate>Mon, 12 Mar 2007 12:23:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/gb-speed-scp-transfer-issue-getting-gt-40mb-s-transfer-rate/m-p/5033082#M82711</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2007-03-12T12:23:51Z</dc:date>
    </item>
    <item>
      <title>Re: GB Speed -- scp Transfer -- Issue Getting &gt; 40MB/s Transfer Rate</title>
      <link>https://community.hpe.com/t5/operating-system-linux/gb-speed-scp-transfer-issue-getting-gt-40mb-s-transfer-rate/m-p/5033083#M82712</link>
      <description>Thanks and the docs helped. The 40MB is the best transfer rate we got using scp and it also attributed to the i/o rates and cpu utilizations.</description>
      <pubDate>Mon, 12 Mar 2007 12:31:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/gb-speed-scp-transfer-issue-getting-gt-40mb-s-transfer-rate/m-p/5033083#M82712</guid>
      <dc:creator>Pawan_1</dc:creator>
      <dc:date>2007-03-12T12:31:46Z</dc:date>
    </item>
    <item>
      <title>Re: GB Speed -- scp Transfer -- Issue Getting &gt; 40MB/s Transfer Rate</title>
      <link>https://community.hpe.com/t5/operating-system-linux/gb-speed-scp-transfer-issue-getting-gt-40mb-s-transfer-rate/m-p/5033084#M82713</link>
      <description>As per the notes as suggested by various members.</description>
      <pubDate>Mon, 12 Mar 2007 12:33:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/gb-speed-scp-transfer-issue-getting-gt-40mb-s-transfer-rate/m-p/5033084#M82713</guid>
      <dc:creator>Pawan_1</dc:creator>
      <dc:date>2007-03-12T12:33:46Z</dc:date>
    </item>
    <item>
      <title>Re: GB Speed -- scp Transfer -- Issue Getting &gt; 40MB/s Transfer Rate</title>
      <link>https://community.hpe.com/t5/operating-system-linux/gb-speed-scp-transfer-issue-getting-gt-40mb-s-transfer-rate/m-p/5033085#M82714</link>
      <description>As this was mentioned nowhere - are you actually using jumbo frames?&lt;BR /&gt;most gigabit nics will peak out around 40MB/s otherwise, and will only reach higher speeds using jumbo frames.&lt;BR /&gt;&lt;BR /&gt;I think only SysKonnect used to make GigE adapters that _never_ did under 85MB/s. But that was before they got bought out for their name, the newer adapters are based on marvell chips and no better what is on every gamers' motherboard.</description>
      <pubDate>Tue, 13 Mar 2007 21:46:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/gb-speed-scp-transfer-issue-getting-gt-40mb-s-transfer-rate/m-p/5033085#M82714</guid>
      <dc:creator>Florian Heigl (new acc)</dc:creator>
      <dc:date>2007-03-13T21:46:29Z</dc:date>
    </item>
    <item>
      <title>Re: GB Speed -- scp Transfer -- Issue Getting &gt; 40MB/s Transfer Rate</title>
      <link>https://community.hpe.com/t5/operating-system-linux/gb-speed-scp-transfer-issue-getting-gt-40mb-s-transfer-rate/m-p/5033086#M82715</link>
      <description>It has been _ages_ since anyone shipped a Gigabit ethernet interface which was unable to achieve link-rate with a 1500 byte MTU.</description>
      <pubDate>Wed, 14 Mar 2007 13:11:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/gb-speed-scp-transfer-issue-getting-gt-40mb-s-transfer-rate/m-p/5033086#M82715</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2007-03-14T13:11:56Z</dc:date>
    </item>
    <item>
      <title>Re: GB Speed -- scp Transfer -- Issue Getting &gt; 40MB/s Transfer Rate</title>
      <link>https://community.hpe.com/t5/operating-system-linux/gb-speed-scp-transfer-issue-getting-gt-40mb-s-transfer-rate/m-p/5033087#M82716</link>
      <description>How do you check if you are using Jumbo Frames ?</description>
      <pubDate>Wed, 14 Mar 2007 14:51:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/gb-speed-scp-transfer-issue-getting-gt-40mb-s-transfer-rate/m-p/5033087#M82716</guid>
      <dc:creator>Pawan_1</dc:creator>
      <dc:date>2007-03-14T14:51:20Z</dc:date>
    </item>
    <item>
      <title>Re: GB Speed -- scp Transfer -- Issue Getting &gt; 40MB/s Transfer Rate</title>
      <link>https://community.hpe.com/t5/operating-system-linux/gb-speed-scp-transfer-issue-getting-gt-40mb-s-transfer-rate/m-p/5033088#M82717</link>
      <description>A couple ways - one would be to look at the output of ifconfig, which under (most/all?) Linux distros reports the MTU.  It is also how one changes the MTU.&lt;BR /&gt;&lt;BR /&gt;However, you cannot just change the MTU of one interface in isolation.  A switch to JumboFrames requires that _everything_ in the broadcast domain (all that which is connected with switches rather than routers) be capable of supporting, and be configured to use jumbo frames.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 14 Mar 2007 14:58:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/gb-speed-scp-transfer-issue-getting-gt-40mb-s-transfer-rate/m-p/5033088#M82717</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2007-03-14T14:58:17Z</dc:date>
    </item>
    <item>
      <title>Re: GB Speed -- scp Transfer -- Issue Getting &gt; 40MB/s Transfer Rate</title>
      <link>https://community.hpe.com/t5/operating-system-linux/gb-speed-scp-transfer-issue-getting-gt-40mb-s-transfer-rate/m-p/5033089#M82718</link>
      <description>Thanks and will try to work on the same. Will Update on the progress.</description>
      <pubDate>Wed, 14 Mar 2007 15:41:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/gb-speed-scp-transfer-issue-getting-gt-40mb-s-transfer-rate/m-p/5033089#M82718</guid>
      <dc:creator>Pawan_1</dc:creator>
      <dc:date>2007-03-14T15:41:19Z</dc:date>
    </item>
  </channel>
</rss>

