<?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: Information about netstat command information in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/information-about-netstat-command-information/m-p/2972764#M575421</link>
    <description>On my 11.0 I have:&lt;BR /&gt;&lt;BR /&gt; 121771 connection requests&lt;BR /&gt;        145068 connection accepts&lt;BR /&gt;        266839 connections established (including accepts)&lt;BR /&gt;        299829 connections closed (including 33042 drops)&lt;BR /&gt;        5125 embryonic connections dropped.&lt;BR /&gt;&lt;BR /&gt;Connections requests + Connection accepts =connections established.&lt;BR /&gt;&lt;BR /&gt;Connections Established + drops = Connections closed - existing connections.  (existing connections = netstat -an |grep EST |wc -l  )&lt;BR /&gt;&lt;BR /&gt;I expect it's a patch issue.  Either with netstat (PHNE 1734 is the latest for 11.0) or with the driver.  I notice there are a lot of netstat issues with the different driver patches.   &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www2.itrc.hp.com/service/patch/search.do?pageContextName=hpux:::" target="_blank"&gt;http://www2.itrc.hp.com/service/patch/search.do?pageContextName=hpux:::&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;swlist -l patch |grep 1734&lt;BR /&gt;&lt;BR /&gt;will tell you if you have the latest netstat patch for 11.0.  (I see we don't have 1734 so more likely the problem is in your driver.)&lt;BR /&gt;&lt;BR /&gt;Ron</description>
    <pubDate>Wed, 14 May 2003 13:23:41 GMT</pubDate>
    <dc:creator>Ron Kinner</dc:creator>
    <dc:date>2003-05-14T13:23:41Z</dc:date>
    <item>
      <title>Information about netstat command information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/information-about-netstat-command-information/m-p/2972761#M575418</link>
      <description>Hi all!&lt;BR /&gt;When I execute the following command, netstat -p tcp, the obtained output is:&lt;BR /&gt;tcp:&lt;BR /&gt;        11852716 packets sent&lt;BR /&gt;                8467437 data packets (1336607906 bytes)&lt;BR /&gt;                135993 data packets (192423919 bytes) retransmitted&lt;BR /&gt;                1341568 ack-only packets (1258181 delayed)&lt;BR /&gt;                0 URG only packets&lt;BR /&gt;                2 window probe packets&lt;BR /&gt;                1848896 window update packets&lt;BR /&gt;                59230 control packets&lt;BR /&gt;        10949528 packets received&lt;BR /&gt;                3353857 acks (for 464828604 bytes)&lt;BR /&gt;                243800 duplicate acks&lt;BR /&gt;                0 acks for unsent data&lt;BR /&gt;                6346592 packets (3847178301 bytes) received in-sequence&lt;BR /&gt;                5533 completely duplicate packets (6289451 bytes)&lt;BR /&gt;                682 packets with some dup. data (11960 bytes duped)&lt;BR /&gt;                22151 out-of-order packets (11430334 bytes)&lt;BR /&gt;                510 packets (13664 bytes) of data after window&lt;BR /&gt;                504 window probes&lt;BR /&gt;                375593 window update packets&lt;BR /&gt;                7 packets received after close&lt;BR /&gt;                0 discarded for bad checksums&lt;BR /&gt;                0 discarded for bad header offset fields&lt;BR /&gt;                0 discarded because packet too short&lt;BR /&gt;        24549 connection requests&lt;BR /&gt;        19157 connection accepts&lt;BR /&gt;        37800 connections established (including accepts)&lt;BR /&gt;        92754 connections closed (including 390 drops)&lt;BR /&gt;        5905 embryonic connections dropped&lt;BR /&gt;        3898020 segments updated rtt (of 3944547 attempts)&lt;BR /&gt;        10581 retransmit timeouts&lt;BR /&gt;                0 connections dropped by rexmit timeout&lt;BR /&gt;        1 persist timeout&lt;BR /&gt;        2775 keepalive timeouts&lt;BR /&gt;                326 keepalive probes sent&lt;BR /&gt;                6 connections dropped by keepalive&lt;BR /&gt;My question is,&lt;BR /&gt;what is the sense of 'connections closed' and 'connections established' counters?&lt;BR /&gt;How it's possible that 'connections closed' counter is greather than 'connections established' counter?&lt;BR /&gt;TIA</description>
      <pubDate>Wed, 14 May 2003 08:41:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/information-about-netstat-command-information/m-p/2972761#M575418</guid>
      <dc:creator>Arturo Perez del Galleg</dc:creator>
      <dc:date>2003-05-14T08:41:59Z</dc:date>
    </item>
    <item>
      <title>Re: Information about netstat command information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/information-about-netstat-command-information/m-p/2972762#M575419</link>
      <description>Given that both closed and dropped connections are higher than connection requests and accepts, it's even more curious.&lt;BR /&gt;&lt;BR /&gt;The real mystery isn't with netstat, it's with the device drive for the NIC, as that is what is doing the counting.  Netstat is just reporting the counts.&lt;BR /&gt;&lt;BR /&gt;You can watch the traffic in real-time by doing netstat -I &lt;DEVICE&gt; &lt;DURATION in="" seconds=""&gt;.  You can also run the command you did via cron and route the output to a file with the time in the file name. Do it every 30 or 60 minutes or so. Then you can run diff on the files and see what the delta is for a given time period.  If the numbers are consistently moving together in a relatively fixed ratio, I wouldn't worry about it. &lt;BR /&gt;&lt;BR /&gt;However, if after a day or so of doing this you aren't able to see any pattern with either the actual numbers of errors generated in a given time period, or with the delta between the connects &amp;amp; drops vs. the requests and accepts, I'd give HP support a call and ask them to walk you through running diags on the NIC with lanadmin or whatever else they have up their sleeve.&lt;BR /&gt;&lt;BR /&gt;If you have glance, you can also monitor the same stuff from there.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;mark&lt;/DURATION&gt;&lt;/DEVICE&gt;</description>
      <pubDate>Wed, 14 May 2003 09:26:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/information-about-netstat-command-information/m-p/2972762#M575419</guid>
      <dc:creator>Mark Greene_1</dc:creator>
      <dc:date>2003-05-14T09:26:46Z</dc:date>
    </item>
    <item>
      <title>Re: Information about netstat command information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/information-about-netstat-command-information/m-p/2972763#M575420</link>
      <description>Thanks, Mark!&lt;BR /&gt;I am watching the traffic and the obtained data is in the attached file. You can see the evolution of the counters and the numbers are consistently moving together (you can see in the first graphic).&lt;BR /&gt;But, i don't understand how it has been produced.&lt;BR /&gt;TIA</description>
      <pubDate>Wed, 14 May 2003 11:43:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/information-about-netstat-command-information/m-p/2972763#M575420</guid>
      <dc:creator>Arturo Perez del Galleg</dc:creator>
      <dc:date>2003-05-14T11:43:34Z</dc:date>
    </item>
    <item>
      <title>Re: Information about netstat command information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/information-about-netstat-command-information/m-p/2972764#M575421</link>
      <description>On my 11.0 I have:&lt;BR /&gt;&lt;BR /&gt; 121771 connection requests&lt;BR /&gt;        145068 connection accepts&lt;BR /&gt;        266839 connections established (including accepts)&lt;BR /&gt;        299829 connections closed (including 33042 drops)&lt;BR /&gt;        5125 embryonic connections dropped.&lt;BR /&gt;&lt;BR /&gt;Connections requests + Connection accepts =connections established.&lt;BR /&gt;&lt;BR /&gt;Connections Established + drops = Connections closed - existing connections.  (existing connections = netstat -an |grep EST |wc -l  )&lt;BR /&gt;&lt;BR /&gt;I expect it's a patch issue.  Either with netstat (PHNE 1734 is the latest for 11.0) or with the driver.  I notice there are a lot of netstat issues with the different driver patches.   &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www2.itrc.hp.com/service/patch/search.do?pageContextName=hpux:::" target="_blank"&gt;http://www2.itrc.hp.com/service/patch/search.do?pageContextName=hpux:::&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;swlist -l patch |grep 1734&lt;BR /&gt;&lt;BR /&gt;will tell you if you have the latest netstat patch for 11.0.  (I see we don't have 1734 so more likely the problem is in your driver.)&lt;BR /&gt;&lt;BR /&gt;Ron</description>
      <pubDate>Wed, 14 May 2003 13:23:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/information-about-netstat-command-information/m-p/2972764#M575421</guid>
      <dc:creator>Ron Kinner</dc:creator>
      <dc:date>2003-05-14T13:23:41Z</dc:date>
    </item>
    <item>
      <title>Re: Information about netstat command information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/information-about-netstat-command-information/m-p/2972765#M575422</link>
      <description>Thanks, Ron!&lt;BR /&gt;But the patch is PHNE_17434.&lt;BR /&gt;Your help is very appreciated.</description>
      <pubDate>Wed, 14 May 2003 14:24:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/information-about-netstat-command-information/m-p/2972765#M575422</guid>
      <dc:creator>Arturo Perez del Galleg</dc:creator>
      <dc:date>2003-05-14T14:24:06Z</dc:date>
    </item>
    <item>
      <title>Re: Information about netstat command information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/information-about-netstat-command-information/m-p/2972766#M575423</link>
      <description>Sorry, but...&lt;BR /&gt;When the correct patch is tested... it's present on machine! (the previous verification was with PHNE_1734 patch).&lt;BR /&gt;More entries?&lt;BR /&gt;TIA</description>
      <pubDate>Wed, 14 May 2003 14:59:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/information-about-netstat-command-information/m-p/2972766#M575423</guid>
      <dc:creator>Arturo Perez del Galleg</dc:creator>
      <dc:date>2003-05-14T14:59:30Z</dc:date>
    </item>
    <item>
      <title>Re: Information about netstat command information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/information-about-netstat-command-information/m-p/2972767#M575424</link>
      <description>Sorry if I lost a digit in transcription and led you astray.&lt;BR /&gt;&lt;BR /&gt;When you go to the site I listed and search on netstat you get a long list of different patches.  Not knowing what driver you currently use or even what version of HPUX you have I can't suggest any other patches.&lt;BR /&gt;&lt;BR /&gt;Ron</description>
      <pubDate>Wed, 14 May 2003 17:47:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/information-about-netstat-command-information/m-p/2972767#M575424</guid>
      <dc:creator>Ron Kinner</dc:creator>
      <dc:date>2003-05-14T17:47:10Z</dc:date>
    </item>
    <item>
      <title>Re: Information about netstat command information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/information-about-netstat-command-information/m-p/2972768#M575425</link>
      <description>Hi, Ron!&lt;BR /&gt;I have reinstalled the patch PHNE_17434 and the system works well!&lt;BR /&gt;My problem is resolved.&lt;BR /&gt;A lot of thanks, Ron.&lt;BR /&gt;</description>
      <pubDate>Thu, 15 May 2003 04:58:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/information-about-netstat-command-information/m-p/2972768#M575425</guid>
      <dc:creator>Arturo Perez del Galleg</dc:creator>
      <dc:date>2003-05-15T04:58:00Z</dc:date>
    </item>
    <item>
      <title>Re: Information about netstat command information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/information-about-netstat-command-information/m-p/2972769#M575426</link>
      <description>Some things that might be useful in interpreting netstat output:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="ftp://ftp.cup.hp.com/dist/networking/briefs/annotated_netstat.txt" target="_blank"&gt;ftp://ftp.cup.hp.com/dist/networking/briefs/annotated_netstat.txt&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="ftp://ftp.cup.hp.com/dist/networking/tools/beforeafter" target="_blank"&gt;ftp://ftp.cup.hp.com/dist/networking/tools/beforeafter&lt;/A&gt;</description>
      <pubDate>Thu, 15 May 2003 16:02:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/information-about-netstat-command-information/m-p/2972769#M575426</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2003-05-15T16:02:02Z</dc:date>
    </item>
  </channel>
</rss>

