<?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: Linux rcp high throughput problem in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/linux-rcp-high-throughput-problem/m-p/4278295#M62510</link>
    <description>Try with something like:&lt;BR /&gt;&lt;BR /&gt;dd if=filename bs=&lt;BLOCK size=""&gt; | rsh remotehost dd of=filename bs=&lt;BLOCK size=""&gt;&lt;BR /&gt;&lt;BR /&gt;Check if you have better performance with different block sizes.&lt;/BLOCK&gt;&lt;/BLOCK&gt;</description>
    <pubDate>Tue, 30 Sep 2008 19:33:34 GMT</pubDate>
    <dc:creator>Ivan Ferreira</dc:creator>
    <dc:date>2008-09-30T19:33:34Z</dc:date>
    <item>
      <title>Linux rcp high throughput problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-rcp-high-throughput-problem/m-p/4278294#M62509</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have a long distance (Europe --&amp;gt; Japan) 45 Mbs link over which I intend to transfer continuously 50 MB files through rcp (scp seems limited to 64k window size).&lt;BR /&gt;&lt;BR /&gt;Linux rcp command doesn't seem to be as configurable as it's HP-UX pair by setting the SEND_BUF and RECV_BUF (rcp -S xxx -R xxx).&lt;BR /&gt;&lt;BR /&gt;Is there any special linux rcp package that would allow that, or do I have to hack the default rcp code ?&lt;BR /&gt;&lt;BR /&gt;The window size on the systems have already been increased.&lt;BR /&gt;&lt;BR /&gt;Thanks  &lt;BR /&gt;</description>
      <pubDate>Tue, 30 Sep 2008 09:18:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-rcp-high-throughput-problem/m-p/4278294#M62509</guid>
      <dc:creator>Brem Belguebli</dc:creator>
      <dc:date>2008-09-30T09:18:02Z</dc:date>
    </item>
    <item>
      <title>Re: Linux rcp high throughput problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-rcp-high-throughput-problem/m-p/4278295#M62510</link>
      <description>Try with something like:&lt;BR /&gt;&lt;BR /&gt;dd if=filename bs=&lt;BLOCK size=""&gt; | rsh remotehost dd of=filename bs=&lt;BLOCK size=""&gt;&lt;BR /&gt;&lt;BR /&gt;Check if you have better performance with different block sizes.&lt;/BLOCK&gt;&lt;/BLOCK&gt;</description>
      <pubDate>Tue, 30 Sep 2008 19:33:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-rcp-high-throughput-problem/m-p/4278295#M62510</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2008-09-30T19:33:34Z</dc:date>
    </item>
    <item>
      <title>Re: Linux rcp high throughput problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-rcp-high-throughput-problem/m-p/4278296#M62511</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Thanks Ivan, but it didn't make it, I've been playing with several block sizes and it never goes over 1.5 Mbs, which is logical, as the transfert protocol with your pipe is rsh (no setsockopt SO_SNDBUF in the netkit implementation)&lt;BR /&gt;&lt;BR /&gt;I finally did it by using lftp, a bit tricky to parameter, but works fine when tuned.&lt;BR /&gt;&lt;BR /&gt;Brem</description>
      <pubDate>Wed, 01 Oct 2008 16:29:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-rcp-high-throughput-problem/m-p/4278296#M62511</guid>
      <dc:creator>Brem Belguebli</dc:creator>
      <dc:date>2008-10-01T16:29:51Z</dc:date>
    </item>
    <item>
      <title>Re: Linux rcp high throughput problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-rcp-high-throughput-problem/m-p/4278297#M62512</link>
      <description>I'm having a little issue.&lt;BR /&gt;&lt;BR /&gt;The ftp server (located in Japan is a HP-UX 11.23 wuftpd-2.6.1) runs with bufsiz 340k (ftpd -B 340).&lt;BR /&gt;&lt;BR /&gt;I have 4 clients, located in Europe, on the same site, connected with Gb cards, 2 are Linux running lftp client with bufsiz 340k (set net:socket-buffer 340000) and 2 IA 64 HP-UX 11.23 running HP-UX ftp client with bufsiz 340000 (-B 340).&lt;BR /&gt;The 4 machines have tuned tcp parameters (window size &amp;gt; 500k).&lt;BR /&gt;&lt;BR /&gt;the latency between the clients and the server is 250 ms.&lt;BR /&gt;&lt;BR /&gt;The results obtained to transfer a 50 MB file from each machine are stable but embarrasing:&lt;BR /&gt;&lt;BR /&gt;Linux: between 54 and 60 secs&lt;BR /&gt;HP-UX: between 2'10 and 2'40 &lt;BR /&gt;&lt;BR /&gt;What could explain such differences ?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;  &lt;BR /&gt;</description>
      <pubDate>Wed, 01 Oct 2008 21:29:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-rcp-high-throughput-problem/m-p/4278297#M62512</guid>
      <dc:creator>Brem Belguebli</dc:creator>
      <dc:date>2008-10-01T21:29:25Z</dc:date>
    </item>
    <item>
      <title>Re: Linux rcp high throughput problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-rcp-high-throughput-problem/m-p/4278298#M62513</link>
      <description>&amp;gt;What could explain such differences?&lt;BR /&gt;&lt;BR /&gt;Brem's HP-UX issue is in this thread:&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1274515" target="_blank"&gt;http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1274515&lt;/A&gt;</description>
      <pubDate>Thu, 02 Oct 2008 06:35:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-rcp-high-throughput-problem/m-p/4278298#M62513</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-10-02T06:35:43Z</dc:date>
    </item>
  </channel>
</rss>

