<?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: How to identify a network card bottleneck in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-identify-a-network-card-bottleneck/m-p/3633386#M558205</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You can use the following command:&lt;BR /&gt;netstat -p tcp&lt;BR /&gt;&lt;BR /&gt;Some general tips:&lt;BR /&gt;* Make sure your network card is running full duplex. Some auto-negotiation protocols&lt;BR /&gt;with the network hardware may inadvertently set your card into half-duplex mode. Avoid autonegotiation when possible.&lt;BR /&gt;&lt;BR /&gt;* Use of the automounter can cause unproductive flushes of data from the buffer cache. If possible, use AutoFS instead of Automount.&lt;BR /&gt;&lt;BR /&gt;* If you need NFS, use NFS V3. Clients need to be talking V3 as well as the server.&lt;BR /&gt;</description>
    <pubDate>Fri, 23 Sep 2005 09:00:56 GMT</pubDate>
    <dc:creator>Hakan Aribas</dc:creator>
    <dc:date>2005-09-23T09:00:56Z</dc:date>
    <item>
      <title>How to identify a network card bottleneck</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-identify-a-network-card-bottleneck/m-p/3633385#M558204</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;Is possible to make some test to identify if a bottleneck is in a network card?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Nascimento</description>
      <pubDate>Fri, 23 Sep 2005 08:36:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-identify-a-network-card-bottleneck/m-p/3633385#M558204</guid>
      <dc:creator>Edinfor</dc:creator>
      <dc:date>2005-09-23T08:36:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to identify a network card bottleneck</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-identify-a-network-card-bottleneck/m-p/3633386#M558205</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You can use the following command:&lt;BR /&gt;netstat -p tcp&lt;BR /&gt;&lt;BR /&gt;Some general tips:&lt;BR /&gt;* Make sure your network card is running full duplex. Some auto-negotiation protocols&lt;BR /&gt;with the network hardware may inadvertently set your card into half-duplex mode. Avoid autonegotiation when possible.&lt;BR /&gt;&lt;BR /&gt;* Use of the automounter can cause unproductive flushes of data from the buffer cache. If possible, use AutoFS instead of Automount.&lt;BR /&gt;&lt;BR /&gt;* If you need NFS, use NFS V3. Clients need to be talking V3 as well as the server.&lt;BR /&gt;</description>
      <pubDate>Fri, 23 Sep 2005 09:00:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-identify-a-network-card-bottleneck/m-p/3633386#M558205</guid>
      <dc:creator>Hakan Aribas</dc:creator>
      <dc:date>2005-09-23T09:00:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to identify a network card bottleneck</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-identify-a-network-card-bottleneck/m-p/3633387#M558206</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The best tool to use is MeasureWare &amp;amp; it's main component PerfView.&lt;BR /&gt;But, these are "pay-per-view" products.&lt;BR /&gt;But, seriously, they're well worth it.&lt;BR /&gt;&lt;BR /&gt;My 2 cents,&lt;BR /&gt;Jeff</description>
      <pubDate>Fri, 23 Sep 2005 09:20:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-identify-a-network-card-bottleneck/m-p/3633387#M558206</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2005-09-23T09:20:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to identify a network card bottleneck</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-identify-a-network-card-bottleneck/m-p/3633388#M558207</link>
      <description>While netstat -p tcp will give you good statistics about what is happening with TCP on the system, in and of itself it cannot tell you that you have a bottleneck at your NIC.  At most it tells you if packets are being lost, in which case there may be a bottleneck somewhere, or no packets are being lost, in which case any bottleneck is somewhere besides the "network" itself.&lt;BR /&gt;&lt;BR /&gt;Glance and Measureware can track a number of link-level statistics which can indicate a NIC saturation - for example, if the outbound transmit queue of the NIC stays "high" for a prolonged period of time (for subjective definitions of high and prolonged) they will flag the NIC as a possible bottlenect.&lt;BR /&gt;&lt;BR /&gt;If there are inbound or outbound discards on the NIC, that too can be flagged (and may appear as retransmissions in TCP).&lt;BR /&gt;&lt;BR /&gt;You can look at the lanadmin statistics yourself if you prefer:&lt;BR /&gt;&lt;BR /&gt;lanadmin -g mibstats &lt;PPA&gt;&lt;BR /&gt;&lt;BR /&gt;Related to a NIC bottleneck, glance and measureware can tell you if a specific CPU is "pegged" - ie completely consumed - with interrupt time.  You can correlate that with the information from the intctl command to see which NIC is interrupting which CPU.&lt;/PPA&gt;</description>
      <pubDate>Mon, 26 Sep 2005 11:30:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-identify-a-network-card-bottleneck/m-p/3633388#M558207</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2005-09-26T11:30:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to identify a network card bottleneck</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-identify-a-network-card-bottleneck/m-p/3633389#M558208</link>
      <description>&lt;A href="http://www.hpux.ws/system.perf.sh" target="_blank"&gt;http://www.hpux.ws/system.perf.sh&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The Non pay per view version. The network management toolset here is pretty good. It will identify issues involving the network and other possible bottlenecks.&lt;BR /&gt;&lt;BR /&gt;Glance is better, but this is free.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 26 Sep 2005 14:32:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-identify-a-network-card-bottleneck/m-p/3633389#M558208</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-09-26T14:32:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to identify a network card bottleneck</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-identify-a-network-card-bottleneck/m-p/3633390#M558209</link>
      <description>Important early step in troubleshooting any Network performance issues:&lt;BR /&gt;#How many network hops (i.e. bridges, hubs, routers, switches, etc.) do network packets traverse between the client and the server systems?&lt;BR /&gt;#What is the speed of each link separating these systems?&lt;BR /&gt;#Does your network equipment use auto-negotiation to set speed and duplex settings?&lt;BR /&gt;#Are your network interfaces configured for half-duplex or full-duplex mode?&lt;BR /&gt;#Do your switch port settings match the speed and duplex settings of your host interfaces?&lt;BR /&gt;#What is the maximum transmission unit (MTU) size of the links between these systems?&lt;BR /&gt;#If the links are using different MTU sizes, how are the packets being translated? For example, if the NFS client resides in an FDDI ring and uses an MTU size of 4352 and the NFS server uses a 100BT interface with an MTU size of 1500, how are the 4352 byte packets from the client being fragmented into 1500 byte packets for the server?&lt;BR /&gt;#Do packets sent from the client to the server take the same route through the network as the packets sent from the server to the client?&lt;BR /&gt;&lt;BR /&gt;You can man netstat to find what you want to know about your network statistics.The traceroute(1M) tool provides a simple means of determining the path through the network taken by packets sent from one system to another.Another tool shipping with HP-UX that can simplify the process of collecting network topology information is ping(1M).The lanadmin command allows a system administrator to display many useful statistics kept by the LAN driver subsystem, regardless of the interface type.&lt;BR /&gt;&lt;BR /&gt;You can try using tools such as:&lt;BR /&gt;ttcp: &lt;A href="http://ftp.arl.mil/ftp/pub/ttcp" target="_blank"&gt;http://ftp.arl.mil/ftp/pub/ttcp&lt;/A&gt;&lt;BR /&gt;netperf:&lt;A href="http://netperf.org" target="_blank"&gt;http://netperf.org&lt;/A&gt;</description>
      <pubDate>Mon, 26 Sep 2005 22:02:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-identify-a-network-card-bottleneck/m-p/3633390#M558209</guid>
      <dc:creator>morganelan</dc:creator>
      <dc:date>2005-09-26T22:02:41Z</dc:date>
    </item>
  </channel>
</rss>

