<?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 help! in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/netstat-help/m-p/3273191#M569520</link>
    <description>good:&lt;BR /&gt;&lt;A href="http://www.geocities.com/merijn_bellekom/new/netstatan.html" target="_blank"&gt;http://www.geocities.com/merijn_bellekom/new/netstatan.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;general:&lt;BR /&gt;&lt;A href="http://nscp.upenn.edu/aix4.3html/cmds/aixcmds4/netstat.htm" target="_blank"&gt;http://nscp.upenn.edu/aix4.3html/cmds/aixcmds4/netstat.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Ports:&lt;BR /&gt;&lt;A href="http://www.cs.ucc.ie/~johnj/tcp.html" target="_blank"&gt;http://www.cs.ucc.ie/~johnj/tcp.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;interesanting:&lt;BR /&gt;&lt;A href="http://lists.debian.org/debian-security/2002/10/msg00153.html" target="_blank"&gt;http://lists.debian.org/debian-security/2002/10/msg00153.html&lt;/A&gt;</description>
    <pubDate>Tue, 11 May 2004 09:27:59 GMT</pubDate>
    <dc:creator>Jairo Campana</dc:creator>
    <dc:date>2004-05-11T09:27:59Z</dc:date>
    <item>
      <title>netstat help!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/netstat-help/m-p/3273190#M569519</link>
      <description>Hi everybody,&lt;BR /&gt;I need to know and interpretate the output of &lt;BR /&gt;netstat -a &lt;BR /&gt;man pages are not enough!&lt;BR /&gt;in particular in the 4th field&lt;BR /&gt;"Local Address"&lt;BR /&gt;In which way can I know:&lt;BR /&gt;1.what process are they?&lt;BR /&gt;2.Which is the utlization?&lt;BR /&gt;Sometimes I find a port number:&lt;BR /&gt; What'is it?&lt;BR /&gt;(I've already checked in /etc/services but I recive only  little decriptions)&lt;BR /&gt;&lt;BR /&gt;Any suggestons or docs?&lt;BR /&gt;thanks in advance&lt;BR /&gt;LF</description>
      <pubDate>Tue, 11 May 2004 09:09:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/netstat-help/m-p/3273190#M569519</guid>
      <dc:creator>Lorenzo Facello</dc:creator>
      <dc:date>2004-05-11T09:09:31Z</dc:date>
    </item>
    <item>
      <title>Re: netstat help!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/netstat-help/m-p/3273191#M569520</link>
      <description>good:&lt;BR /&gt;&lt;A href="http://www.geocities.com/merijn_bellekom/new/netstatan.html" target="_blank"&gt;http://www.geocities.com/merijn_bellekom/new/netstatan.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;general:&lt;BR /&gt;&lt;A href="http://nscp.upenn.edu/aix4.3html/cmds/aixcmds4/netstat.htm" target="_blank"&gt;http://nscp.upenn.edu/aix4.3html/cmds/aixcmds4/netstat.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Ports:&lt;BR /&gt;&lt;A href="http://www.cs.ucc.ie/~johnj/tcp.html" target="_blank"&gt;http://www.cs.ucc.ie/~johnj/tcp.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;interesanting:&lt;BR /&gt;&lt;A href="http://lists.debian.org/debian-security/2002/10/msg00153.html" target="_blank"&gt;http://lists.debian.org/debian-security/2002/10/msg00153.html&lt;/A&gt;</description>
      <pubDate>Tue, 11 May 2004 09:27:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/netstat-help/m-p/3273191#M569520</guid>
      <dc:creator>Jairo Campana</dc:creator>
      <dc:date>2004-05-11T09:27:59Z</dc:date>
    </item>
    <item>
      <title>Re: netstat help!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/netstat-help/m-p/3273192#M569521</link>
      <description>The Local adress is just that - your server.&lt;BR /&gt;&lt;BR /&gt;These are made up of ports and the services listening on them as well the protocol in use, the Recv-Q, the Send-Q, the local address, the remote address, and the state. The Recv-Q is the number of bytes not copied by the program connected to the socket and Send-Q is the number of bytes for which no acknowledgment has yet been received.&lt;BR /&gt;&lt;BR /&gt;You can also tell what their current status is by looking at their state. Some of the common states are:&lt;BR /&gt;&lt;BR /&gt;Â·        LISTENâ  The socket is listening for incoming connections. Those sockets are only displayed if the â  a or â  l switch is set.&lt;BR /&gt;Â·        ESTABLISHEDâ  The socket has an established connection.&lt;BR /&gt;Â·        SYN_SENTâ  The socket is actively attempting to establish a connection.&lt;BR /&gt;Â·        SYN_RECVâ  A connection request has been received from the network.&lt;BR /&gt;Â·        TIME_WAITâ  The socket is waiting after close to handle packets still in the network.&lt;BR /&gt;Â·        FIN_WAIT1â  The socket is closed, and the connection is shutting down.&lt;BR /&gt;Â·        FIN_WAIT2â  The connection is closed and the socket is waiting for a shutdown from the remote end.&lt;BR /&gt;Â·        CLOSE_WAITâ  The remote end has shut down, and it is waiting for the socket to close.&lt;BR /&gt;Â·        CLOSEDâ  The socket is not being used.&lt;BR /&gt;&lt;BR /&gt;This information is useful in understanding what is happening on a network connection, from seeing which ports are actively listening to viewing incoming connections to examining the exact state of a TCP session.&lt;BR /&gt;&lt;BR /&gt;Port numbers:&lt;BR /&gt;&lt;A href="http://www.geek-faq.com/data-networks/port-numbers.shtml" target="_blank"&gt;http://www.geek-faq.com/data-networks/port-numbers.shtml&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;http://ww</description>
      <pubDate>Tue, 11 May 2004 09:34:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/netstat-help/m-p/3273192#M569521</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2004-05-11T09:34:25Z</dc:date>
    </item>
    <item>
      <title>Re: netstat help!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/netstat-help/m-p/3273193#M569522</link>
      <description>HI LF:&lt;BR /&gt;&lt;BR /&gt;netstat -a :&lt;BR /&gt;roto Recv-Q Send-Q  Local Address          Foreign Address        (state)    &lt;BR /&gt;4 field?: Local adress: a connection is from this server to a remote server ( the local adress is the from part.)&lt;BR /&gt;The answers ( as far i i know)&lt;BR /&gt;1) what processes. It is not possible to see using netstat ( Only if the servers file is edited and a logical comment is provided) You can use lsof for that.&lt;BR /&gt;2) not to be seen. This can be monitored with a sniffer ( nmaP )&lt;BR /&gt;3) the portnumbers are sockets on an ipadress a deamon listens on e.g. can be found in /etc/services ( number name mapping for services ( ports))&lt;BR /&gt;&lt;BR /&gt;you can check for more info:&lt;BR /&gt;&lt;A href="http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B9106-90007/B9106-90007_top.html&amp;amp;con=/hpux/onlinedocs/B9106-90007/00/02/214-con.html&amp;amp;toc=/hpux/onlinedocs/B9106-90007/00/02/214-toc.html&amp;amp;searchterms=netstat&amp;amp;queryid=20040511-082846" target="_blank"&gt;http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B9106-90007/B9106-90007_top.html&amp;amp;con=/hpux/onlinedocs/B9106-90007/00/02/214-con.html&amp;amp;toc=/hpux/onlinedocs/B9106-90007/00/02/214-toc.html&amp;amp;searchterms=netstat&amp;amp;queryid=20040511-082846&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Gideon&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 11 May 2004 09:41:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/netstat-help/m-p/3273193#M569522</guid>
      <dc:creator>G. Vrijhoeven</dc:creator>
      <dc:date>2004-05-11T09:41:52Z</dc:date>
    </item>
    <item>
      <title>Re: netstat help!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/netstat-help/m-p/3273194#M569523</link>
      <description>looking at this the opposite way round..&lt;BR /&gt;&lt;BR /&gt;lsof (&lt;A href="http://hpux.connect.org.uk/)" target="_blank"&gt;http://hpux.connect.org.uk/)&lt;/A&gt; [LiSt Open Files] will show you what processes are attached to what ports, this may may be of more help that a list of ports!&lt;BR /&gt;&lt;BR /&gt;what do you mean by "which is the utilisation"  ports do not have a utilisation.  e.g. it is meaningless to say port 23 is 50% ulilised!!&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Tim</description>
      <pubDate>Tue, 11 May 2004 09:44:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/netstat-help/m-p/3273194#M569523</guid>
      <dc:creator>Tim D Fulford</dc:creator>
      <dc:date>2004-05-11T09:44:26Z</dc:date>
    </item>
  </channel>
</rss>

