<?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: netstat in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/netstat/m-p/3554449#M225548</link>
    <description>There isn't all that much in the way of "couters" in netstat -an output.  The manpage will describe which column is the bytes arrived, but applcation not-yet-received counter and which is the counter for bytes sent but not yet ACKnowledged by the remote.  There will be the local and remote IP addresses and ports, and the "connection" state.&lt;BR /&gt;&lt;BR /&gt;Just what are you looking for?  Or are you simply fishing?</description>
    <pubDate>Tue, 31 May 2005 12:16:35 GMT</pubDate>
    <dc:creator>rick jones</dc:creator>
    <dc:date>2005-05-31T12:16:35Z</dc:date>
    <item>
      <title>netstat</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/netstat/m-p/3554446#M225545</link>
      <description>Hey guys,&lt;BR /&gt;&lt;BR /&gt;How to interpret various counters of &lt;BR /&gt;"netstate -an" on hpux 11i ?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Shiv&lt;BR /&gt;</description>
      <pubDate>Mon, 30 May 2005 09:26:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/netstat/m-p/3554446#M225545</guid>
      <dc:creator>Shivkumar</dc:creator>
      <dc:date>2005-05-30T09:26:39Z</dc:date>
    </item>
    <item>
      <title>Re: netstat</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/netstat/m-p/3554447#M225546</link>
      <description>How about &lt;BR /&gt;&lt;BR /&gt;man netstat&lt;BR /&gt;&lt;BR /&gt;           -a                Show the state of all sockets, including&lt;BR /&gt;                             passive sockets used by server processes.  When&lt;BR /&gt;                             netstat is used without any options only active&lt;BR /&gt;                             sockets are shown.  This option does not show&lt;BR /&gt;                             the state of X.25 programmatic access sockets.&lt;BR /&gt;                             The option is ignored if the -g, -i, -I, -M,&lt;BR /&gt;                             -p, -r, -s or interval option is specified.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;           -n                Show network addresses as numbers.  Normally,&lt;BR /&gt;                             netstat interprets addresses and attempts to&lt;BR /&gt;                             display them symbolically.  This option applies&lt;BR /&gt;                             to the -a, -i, -r and -v options.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;What exactly are you trying to interpret?&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff&lt;BR /&gt;</description>
      <pubDate>Mon, 30 May 2005 09:30:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/netstat/m-p/3554447#M225546</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2005-05-30T09:30:49Z</dc:date>
    </item>
    <item>
      <title>Re: netstat</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/netstat/m-p/3554448#M225547</link>
      <description>No sure what u meant by counters...&lt;BR /&gt;&lt;BR /&gt;Guessed this what u are looking for..&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;    *&lt;BR /&gt;&lt;BR /&gt;      SYN_SENDâ  Active open.&lt;BR /&gt;    *&lt;BR /&gt;&lt;BR /&gt;      SYN_RECEIVEDâ  Server just received SYN from the client.&lt;BR /&gt;    *&lt;BR /&gt;&lt;BR /&gt;      ESTABLISHEDâ  Client received server's SYN, and session is established.&lt;BR /&gt;    *&lt;BR /&gt;&lt;BR /&gt;      LISTENâ  Server is ready to accept connection.&lt;BR /&gt;    *&lt;BR /&gt;&lt;BR /&gt;      FIN_WAIT_1â  Active close.&lt;BR /&gt;    *&lt;BR /&gt;&lt;BR /&gt;      TIMED_WAITâ  Client enters this state after active close.&lt;BR /&gt;    *&lt;BR /&gt;&lt;BR /&gt;      CLOSE_WAITâ  Passive close. Server just received first FIN from a client.&lt;BR /&gt;    *&lt;BR /&gt;&lt;BR /&gt;      FIN_WAIT_2â  Client just received acknowledgment of its first FIN from the server.&lt;BR /&gt;    *&lt;BR /&gt;&lt;BR /&gt;      LAST_ACKâ  Server is in this state when it sends its own FIN.&lt;BR /&gt;    *&lt;BR /&gt;&lt;BR /&gt;      CLOSEDâ   Server received ACK from client and connection is closed.&lt;BR /&gt;&lt;BR /&gt;URL if u need more info..&lt;BR /&gt;&lt;A href="http://www.quepublishing.com/articles/article.asp?p=24374&amp;amp;seqNum=3" target="_blank"&gt;http://www.quepublishing.com/articles/article.asp?p=24374&amp;amp;seqNum=3&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I believe u could use lsof, aswell , as i havent used it personally...seems to be useful for serious trouble shooting..here is the link..Credit to senior forumers.. :)&lt;BR /&gt;&lt;BR /&gt;These are the various states of a connection... You could visit the following &lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/que" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/que&lt;/A&gt;</description>
      <pubDate>Mon, 30 May 2005 09:59:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/netstat/m-p/3554448#M225547</guid>
      <dc:creator>Senthil Kumar .A_1</dc:creator>
      <dc:date>2005-05-30T09:59:59Z</dc:date>
    </item>
    <item>
      <title>Re: netstat</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/netstat/m-p/3554449#M225548</link>
      <description>There isn't all that much in the way of "couters" in netstat -an output.  The manpage will describe which column is the bytes arrived, but applcation not-yet-received counter and which is the counter for bytes sent but not yet ACKnowledged by the remote.  There will be the local and remote IP addresses and ports, and the "connection" state.&lt;BR /&gt;&lt;BR /&gt;Just what are you looking for?  Or are you simply fishing?</description>
      <pubDate>Tue, 31 May 2005 12:16:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/netstat/m-p/3554449#M225548</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2005-05-31T12:16:35Z</dc:date>
    </item>
  </channel>
</rss>

