<?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: performance: tcp window size not effective in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-tcp-window-size-not-effective/m-p/4078540#M542467</link>
    <description>It looks my ndd commands are not taken dynamically (I still get a wscale 0 )event though the new values are seen when ndd -get.&lt;BR /&gt;&lt;BR /&gt;After a reboot (changes put in nddconf), things change as I get the right wscale value (4). tried it on a test 11iv2 machine and on a 11i machine.&lt;BR /&gt;&lt;BR /&gt;The -B 256 option doesn't seem to have the desired effect as my transfer rates get worse when set.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 04 Oct 2007 05:46:47 GMT</pubDate>
    <dc:creator>Brem Belguebli</dc:creator>
    <dc:date>2007-10-04T05:46:47Z</dc:date>
    <item>
      <title>performance: tcp window size not effective</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-tcp-window-size-not-effective/m-p/4078525#M542452</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have a ftp transfer (4 GB of gzipped data) between 2 HP-UX boxes (IA 64 11iv2 and PA 11i) distant by 270 ms over a DS3 WAN.&lt;BR /&gt;&lt;BR /&gt;Transfers do not go over 2Mb/s even after raising tcp window (recv and xmit) size to 157286 on both sides . (ndd -set /dev/tcp tcp_xmit_hiwater_def and tcp_recv_hiwater_def&lt;BR /&gt;&lt;BR /&gt;When tcpdumping the connection I see a 39321 window size . Both machines are connected to the LAN with Gb fiber cards.&lt;BR /&gt;&lt;BR /&gt;Ftpd is HP-Ux 11iv2 wu-ftp 2.6.1 (PHNE 34036).&lt;BR /&gt;&lt;BR /&gt;Any idea ?  &lt;BR /&gt; &lt;BR /&gt;  &lt;BR /&gt;</description>
      <pubDate>Sat, 29 Sep 2007 07:45:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-tcp-window-size-not-effective/m-p/4078525#M542452</guid>
      <dc:creator>Brem Belguebli</dc:creator>
      <dc:date>2007-09-29T07:45:15Z</dc:date>
    </item>
    <item>
      <title>Re: performance: tcp window size not effective</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-tcp-window-size-not-effective/m-p/4078526#M542453</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Still limited transfer rate to max 2Mb/s even if I have found out the "window scale" parameter to go over the 16 bits limit of the windows size TCP option.</description>
      <pubDate>Sat, 29 Sep 2007 12:18:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-tcp-window-size-not-effective/m-p/4078526#M542453</guid>
      <dc:creator>Brem Belguebli</dc:creator>
      <dc:date>2007-09-29T12:18:44Z</dc:date>
    </item>
    <item>
      <title>Re: performance: tcp window size not effective</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-tcp-window-size-not-effective/m-p/4078527#M542454</link>
      <description>what r the values set for tcp_xmit_hiwater_max and tcp_recv_hiwater_max</description>
      <pubDate>Sat, 29 Sep 2007 20:02:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-tcp-window-size-not-effective/m-p/4078527#M542454</guid>
      <dc:creator>skt_skt</dc:creator>
      <dc:date>2007-09-29T20:02:58Z</dc:date>
    </item>
    <item>
      <title>Re: performance: tcp window size not effective</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-tcp-window-size-not-effective/m-p/4078528#M542455</link>
      <description>the values for tcp_xmit_hiwater_max and tcp_recv_hiwater_max are left to default to &lt;BR /&gt;1073725440.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 30 Sep 2007 04:15:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-tcp-window-size-not-effective/m-p/4078528#M542455</guid>
      <dc:creator>Brem Belguebli</dc:creator>
      <dc:date>2007-09-30T04:15:21Z</dc:date>
    </item>
    <item>
      <title>Re: performance: tcp window size not effective</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-tcp-window-size-not-effective/m-p/4078529#M542456</link>
      <description>Tput &amp;lt;= Weff/RTT&lt;BR /&gt;&lt;BR /&gt;Where Weff is the effective window size, which will be the lesser of:&lt;BR /&gt;&lt;BR /&gt;1) the remote's advertised window (min of tcp_recv_hiwater_def and SO_RCVBUF)&lt;BR /&gt;2) the quantity of data sent at any one time by the sending application (the min of app's send() calls before waiting for remote response, the SO_SNDBUF size and tcp_xmit_hiwater_def)&lt;BR /&gt;3) the sending TCP's calculated congestion window.&lt;BR /&gt;&lt;BR /&gt;So, one thing to check is whether there is any TCP retransmissions, which will keep the calculated congestion window (aka cwnd) low.&lt;BR /&gt;&lt;BR /&gt;However, since you mention FTP, that brings us to something in the areas 1 and 2 - FTP under HP-UX will (IIRC) make an explicit setsockopt() call to set the SO_SNDBUF and SO_RCVBUF to values - the default IIRC is 56KB, and that can be altered by the -B option to the ftp client and ftpd daemon.  To be effective (per one and two above) it has to be set at both ends.&lt;BR /&gt;&lt;BR /&gt;This explicit setsockopt() goes back a very long way to when HP-UX window defaults were less than 32KB and we needed more for good FTP performance.  Since then I've also been asking (back in the mists of time, I've not been repeating it) for a change in default from 56KB to either something much larger (256 KB) or to "0" which would mean "accept the system default." &lt;BR /&gt;&lt;BR /&gt;I suspect that neither of those have yet happened in the, sadly and frankly, years since the requests were made.  If this is the case I would encourage you to excercise your support contract and file a _defect_ against FTP because the current default is a severe performance degregadation over where performance should be over WANs.  &lt;BR /&gt;&lt;BR /&gt;If you want to experiment with values to use to verify your math, I would suggest netperf TCP_STREAM tests - you can control the socket buffers explicitly there per the manual which you can find at:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.netperf.org/svn/netperf2/tags/netperf-2.4.3/doc/netperf.html" target="_blank"&gt;http://www.netperf.org/svn/netperf2/tags/netperf-2.4.3/doc/netperf.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;for the current release of netperf2.</description>
      <pubDate>Mon, 01 Oct 2007 12:16:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-tcp-window-size-not-effective/m-p/4078529#M542456</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2007-10-01T12:16:24Z</dc:date>
    </item>
    <item>
      <title>Re: performance: tcp window size not effective</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-tcp-window-size-not-effective/m-p/4078530#M542457</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Thanks for the information.&lt;BR /&gt;I've tried with the -B 256 (expressed in 1024 bytes units) on both client and server (thru inetd), but the result remains the same.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 03 Oct 2007 13:39:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-tcp-window-size-not-effective/m-p/4078530#M542457</guid>
      <dc:creator>Brem Belguebli</dc:creator>
      <dc:date>2007-10-03T13:39:44Z</dc:date>
    </item>
    <item>
      <title>Re: performance: tcp window size not effective</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-tcp-window-size-not-effective/m-p/4078531#M542458</link>
      <description>With the -B option in place on both sides, what specifically do you see in the SYNchronize segments on the wire?  Is there a window scaling option present in both the SYN and the SYN|ACK?&lt;BR /&gt;&lt;BR /&gt;How about if you run a netperf TCP_STREAM or TCP_MAERTS test between the two systems? &lt;A href="http://www.netperf.org/" target="_blank"&gt;http://www.netperf.org/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;netperf -H &lt;REMOTE&gt; -t TCP_STREAM -- -s 256K -S 256K -m 256K&lt;BR /&gt;&lt;BR /&gt;or something along those lines.&lt;/REMOTE&gt;</description>
      <pubDate>Wed, 03 Oct 2007 14:17:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-tcp-window-size-not-effective/m-p/4078531#M542458</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2007-10-03T14:17:15Z</dc:date>
    </item>
    <item>
      <title>Re: performance: tcp window size not effective</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-tcp-window-size-not-effective/m-p/4078532#M542459</link>
      <description>When setting the ftpd (on the 11iv2) -B 256 (ftp stream tcp6 nowait root /usr/lbin/ftpd ftpd -l -B 256) and connecting from the 11 machine ftp -B 256 11iv2-host, I have a Window scale option (* 4) in the SYN packet but 0 inr the SYN ACK one though both machine have a tcp_xmit_hiwater_def and tcp_recv_hiwater_def set to 157286.&lt;BR /&gt;&lt;BR /&gt;I couldn't netperf as the thing didn't want to compile on the 11.00 machine.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 03 Oct 2007 16:55:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-tcp-window-size-not-effective/m-p/4078532#M542459</guid>
      <dc:creator>Brem Belguebli</dc:creator>
      <dc:date>2007-10-03T16:55:42Z</dc:date>
    </item>
    <item>
      <title>Re: performance: tcp window size not effective</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-tcp-window-size-not-effective/m-p/4078533#M542460</link>
      <description>Hmm, your initialpost said 11iv2 and 11i which woudl be v1 which is 11.11 :)  Still, there should be a half-way decent chance of netperf compiling on 11.00 although perhaps some issues with getaddrinfo() - the "feedback" links on &lt;A href="http://www.netperf.org" target="_blank"&gt;www.netperf.org&lt;/A&gt; will reach me or you can join and then post to netperf-talk on netperf.org.  &lt;BR /&gt;&lt;BR /&gt;If both the SYN and the SYN|ACK had a Wscale of 4 - what was the value in the window field again?  One takes that value and "left shifts" it wscale times to get the "real" window size - in this case it would be a left-shift of four, or multiply by 16.&lt;BR /&gt;&lt;BR /&gt;One other thing you can do that will only require netperf running on the 11iv2 system and not the 11.0 system is make sure that the 11.0 system has both chargen and discard services enabled (netstat -a | grep -e discard -e chargen)  You can then from the 11iv2 system run netperf commands along the lines of:&lt;BR /&gt;&lt;BR /&gt;netperf -H &amp;lt;11.0sys&amp;gt; -t TCP_STREAM -N -- -p,discard&lt;BR /&gt;&lt;BR /&gt;to send data to the discard service on the remote or:&lt;BR /&gt;&lt;BR /&gt;netperf -H &amp;lt;11.0sys&amp;gt; -t TCP_MAERTS -N -- -p,chargen &lt;BR /&gt;&lt;BR /&gt;to have the remote send data to netperf.  Only the "local" test-specific options will be effective which means we have to hope that the ndd settings on the 11.0 system actually "take."&lt;BR /&gt;&lt;BR /&gt;For painful completeness, one can also use the echo service for a TCP_RR test:&lt;BR /&gt;&lt;BR /&gt;netperf -H &amp;lt;11.0sys&amp;gt; -t TCP_RR -N -- -p,echo&lt;BR /&gt;&lt;BR /&gt;Here are some examples:&lt;BR /&gt;&lt;BR /&gt;raj@tardy:~/netperf2_trunk$ src/netperf -N -H tardy.cup.hp.com -- -p,discard&lt;BR /&gt;TCP STREAM TEST from 0.0.0.0 (0.0.0.0) port 0 AF_INET to tardy.cup.hp.com (15.244.56.217) port 9 AF_INET : no control&lt;BR /&gt;Recv   Send    Send                          &lt;BR /&gt;Socket Socket  Message  Elapsed              &lt;BR /&gt;Size   Size    Size     Time     Throughput  &lt;BR /&gt;bytes  bytes   bytes    secs.    10^6bits/sec  &lt;BR /&gt;&lt;BR /&gt;     0  16384  16384    10.02      49.48   &lt;BR /&gt;&lt;BR /&gt;raj@tardy:~/netperf2_trunk$ src/netperf -N -H tardy.cup.hp.com -t TCP_MAERTS -- -p,chargen&lt;BR /&gt;TCP MAERTS TEST from 0.0.0.0 (0.0.0.0) port 0 AF_INET to tardy.cup.hp.com (15.244.56.217) port 19 AF_INET : no control&lt;BR /&gt;Recv   Send    Send                          &lt;BR /&gt;Socket Socket  Message  Elapsed              &lt;BR /&gt;Size   Size    Size     Time     Throughput  &lt;BR /&gt;bytes  bytes   bytes    secs.    10^6bits/sec  &lt;BR /&gt;&lt;BR /&gt; 87380      0     -1    10.01      78.24     &lt;BR /&gt;&lt;BR /&gt;raj@tardy:~/netperf2_trunk$ src/netperf -N -H tardy.cup.hp.com -t TCP_RR -- -p,echo&lt;BR /&gt;TCP REQUEST/RESPONSE TEST from 0.0.0.0 (0.0.0.0) port 0 AF_INET to tardy.cup.hp.com (15.244.56.217) port 7 AF_INET : no control&lt;BR /&gt;Local /Remote&lt;BR /&gt;Socket Size   Request  Resp.   Elapsed  Trans.&lt;BR /&gt;Send   Recv   Size     Size    Time     Rate         &lt;BR /&gt;bytes  Bytes  bytes    bytes   secs.    per sec   &lt;BR /&gt;&lt;BR /&gt;16384  87380  1        1       10.01     710.94   &lt;BR /&gt;0      0     &lt;BR /&gt;</description>
      <pubDate>Wed, 03 Oct 2007 17:55:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-tcp-window-size-not-effective/m-p/4078533#M542460</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2007-10-03T17:55:19Z</dc:date>
    </item>
    <item>
      <title>Re: performance: tcp window size not effective</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-tcp-window-size-not-effective/m-p/4078534#M542461</link>
      <description>Sorry for the typo, it is really a 11.00 (not i version). :-(&lt;BR /&gt;&lt;BR /&gt;Only the Syn had a wscale of * 4 (65536 Window), the synack had 0 with a "default??" 32768 window.&lt;BR /&gt;&lt;BR /&gt;I'll try to netperf chargen or discard. I guess it'll generate some load between my 2 machines (haven't read the doc yet).&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 03 Oct 2007 18:09:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-tcp-window-size-not-effective/m-p/4078534#M542461</guid>
      <dc:creator>Brem Belguebli</dc:creator>
      <dc:date>2007-10-03T18:09:00Z</dc:date>
    </item>
    <item>
      <title>Re: performance: tcp window size not effective</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-tcp-window-size-not-effective/m-p/4078535#M542462</link>
      <description>So, that means that if the transfer is to the system which responded with wscale0 32768 that is all the window will be, which will limit things a bit vor a 270ms WAN link.&lt;BR /&gt;&lt;BR /&gt;On the 11.0 system see if there are any ndd parms relating to window scaling and triple-check that the tcp_xmit_hiwater_def and tcp_recv_hiwater_def settings "took"  that the wscale was 0 and the window field 32768 suggests it did not take - perhaps a reboot has reset things if the settings weren't put into /etc/rc.config.d/nddconf</description>
      <pubDate>Wed, 03 Oct 2007 18:30:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-tcp-window-size-not-effective/m-p/4078535#M542462</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2007-10-03T18:30:49Z</dc:date>
    </item>
    <item>
      <title>Re: performance: tcp window size not effective</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-tcp-window-size-not-effective/m-p/4078536#M542463</link>
      <description>triple checked the settings, Syn is sent from the 11.00 host (Wscale *4) so the settings are well applied.&lt;BR /&gt;&lt;BR /&gt;The server (11iv2 machine) (wscale 0) looks well configured according to the ndd -get output. Unfortunately this machine cannot be rebooted, it runs some service guard packages that cannot be switched to another node as is.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 03 Oct 2007 19:02:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-tcp-window-size-not-effective/m-p/4078536#M542463</guid>
      <dc:creator>Brem Belguebli</dc:creator>
      <dc:date>2007-10-03T19:02:04Z</dc:date>
    </item>
    <item>
      <title>Re: performance: tcp window size not effective</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-tcp-window-size-not-effective/m-p/4078537#M542464</link>
      <description>thankfully, ndd settings don't require reboot.  changes to things in inetd.conf only require an inetd -c command to "take"</description>
      <pubDate>Wed, 03 Oct 2007 19:11:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-tcp-window-size-not-effective/m-p/4078537#M542464</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2007-10-03T19:11:56Z</dc:date>
    </item>
    <item>
      <title>Re: performance: tcp window size not effective</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-tcp-window-size-not-effective/m-p/4078538#M542465</link>
      <description>yes, &lt;BR /&gt;&lt;BR /&gt;But if somehow ndd was reading from some structure the right values ignored due to some sort of bug by the TCP layer (what looks like being happening in my case)</description>
      <pubDate>Wed, 03 Oct 2007 19:17:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-tcp-window-size-not-effective/m-p/4078538#M542465</guid>
      <dc:creator>Brem Belguebli</dc:creator>
      <dc:date>2007-10-03T19:17:24Z</dc:date>
    </item>
    <item>
      <title>Re: performance: tcp window size not effective</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-tcp-window-size-not-effective/m-p/4078539#M542466</link>
      <description>probably best to make sure the inetd -c happens after the ndd commands and not before.  still, when/if you can get netperf going that should be a good test</description>
      <pubDate>Wed, 03 Oct 2007 19:27:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-tcp-window-size-not-effective/m-p/4078539#M542466</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2007-10-03T19:27:30Z</dc:date>
    </item>
    <item>
      <title>Re: performance: tcp window size not effective</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-tcp-window-size-not-effective/m-p/4078540#M542467</link>
      <description>It looks my ndd commands are not taken dynamically (I still get a wscale 0 )event though the new values are seen when ndd -get.&lt;BR /&gt;&lt;BR /&gt;After a reboot (changes put in nddconf), things change as I get the right wscale value (4). tried it on a test 11iv2 machine and on a 11i machine.&lt;BR /&gt;&lt;BR /&gt;The -B 256 option doesn't seem to have the desired effect as my transfer rates get worse when set.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 04 Oct 2007 05:46:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-tcp-window-size-not-effective/m-p/4078540#M542467</guid>
      <dc:creator>Brem Belguebli</dc:creator>
      <dc:date>2007-10-04T05:46:47Z</dc:date>
    </item>
    <item>
      <title>Re: performance: tcp window size not effective</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-tcp-window-size-not-effective/m-p/4078541#M542468</link>
      <description>ndd settings should be taking dynamically, but it may require a "new" socket to get the new values.  so, the listen endpoint for ftpd, which is maintained by inetd, may not be updated unless you kill and restart the inetd.  i would have thought that an inetd -c might be enough, but inetd may be too smart for our own good, and seeing that ftpd is still there, not re-create it.&lt;BR /&gt;&lt;BR /&gt;the tcp connection exists by the time ftpd is started, so the ability of the ftpd's -B option to increase the window is limited if the inetd didn't create the listen endpoint with a "large enough" socket buffer setting, and i'm not sure if inetd has options for that or not, which would leave it at the mercy of the ndd settings, which of course as mentioned before won't be applied until the listen endpoints are re-created.&lt;BR /&gt;&lt;BR /&gt;might be worthwhile seeing if the ftpd can be run as a standalone daemon.&lt;BR /&gt;&lt;BR /&gt;the same issues will hold for chargen, discard and echo services...</description>
      <pubDate>Thu, 04 Oct 2007 12:21:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-tcp-window-size-not-effective/m-p/4078541#M542468</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2007-10-04T12:21:23Z</dc:date>
    </item>
    <item>
      <title>Re: performance: tcp window size not effective</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-tcp-window-size-not-effective/m-p/4078542#M542469</link>
      <description>I ve run a few tests after your last post, and I couldn't make the system take the changes without killing and relaunching inetd, inetd -c just re reads the inetd.conf without regard to any buffer change (no residual ftpd was running). &lt;BR /&gt;By the way inetd accepts ftpd -B XXX and everytime it was set my transfers were slower.&lt;BR /&gt;&lt;BR /&gt;Netperfing chargen and discard didn't work (I got error messages saying it didn't recieve no response).&lt;BR /&gt;&lt;BR /&gt;I think i'm gonna give up untill they at the remote site to change this oldy PARISC 11.00 machine&lt;BR /&gt;&lt;BR /&gt;Thanks for the help&lt;BR /&gt;&lt;BR /&gt;Brem&lt;BR /&gt;</description>
      <pubDate>Thu, 04 Oct 2007 19:10:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-tcp-window-size-not-effective/m-p/4078542#M542469</guid>
      <dc:creator>Brem Belguebli</dc:creator>
      <dc:date>2007-10-04T19:10:21Z</dc:date>
    </item>
    <item>
      <title>Re: performance: tcp window size not effective</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-tcp-window-size-not-effective/m-p/4078543#M542470</link>
      <description>Odd - which version of netperf were you using, and you did remember the -N option right?  Are chargen and discard actually enabled on the 11.0 system and not perhaps blocked by firewall rules?&lt;BR /&gt;&lt;BR /&gt;I'd still like to see the compilation or configuration errors from trying to build netperf2 on 11.00 if you have the cycles.  Sadly I have no 11.0 systems at my disposal these days.  Coblers children and all that I suppose...  rick.jones2@hp.com</description>
      <pubDate>Thu, 04 Oct 2007 19:16:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-tcp-window-size-not-effective/m-p/4078543#M542470</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2007-10-04T19:16:57Z</dc:date>
    </item>
    <item>
      <title>Re: performance: tcp window size not effective</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-tcp-window-size-not-effective/m-p/4078544#M542471</link>
      <description>It's a 2.4.2 version, I saw after there's a .3 one.&lt;BR /&gt;&lt;BR /&gt;-N option didn't work with the 2.4.2.&lt;BR /&gt;&lt;BR /&gt;I could reach 8Mb/s by using rcp instead of ftp which is much better (window size 315 k).&lt;BR /&gt;&lt;BR /&gt;Did some captures during ftp transfers, I noticed that on the ftp (tcp/21) communication the Window scale options are set on both side, but they're not on the ftp-data socket (tcp/20) :what makes me think this is the reason that makes FTP slower.&lt;BR /&gt;&lt;BR /&gt;I'll definitely switch to rcp&lt;BR /&gt;&lt;BR /&gt;Thanks for your help.</description>
      <pubDate>Sat, 06 Oct 2007 10:17:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-tcp-window-size-not-effective/m-p/4078544#M542471</guid>
      <dc:creator>Brem Belguebli</dc:creator>
      <dc:date>2007-10-06T10:17:11Z</dc:date>
    </item>
  </channel>
</rss>

