<?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 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/performance/m-p/3591609#M816331</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>Thu, 08 Sep 2005 21:46:32 GMT</pubDate>
    <dc:creator>morganelan</dc:creator>
    <dc:date>2005-09-08T21:46:32Z</dc:date>
    <item>
      <title>Performance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance/m-p/3591601#M816323</link>
      <description>Sure my server is performing very very bad. sar shows alots of wio round abt 80-90 %. I know the problem is NFS. But is there a command which will point out which nfs filesystem or which process is stuck ? &lt;BR /&gt;&lt;BR /&gt;Regds,&lt;BR /&gt;&lt;BR /&gt;Kaps</description>
      <pubDate>Thu, 28 Jul 2005 05:25:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance/m-p/3591601#M816323</guid>
      <dc:creator>KapilRaj</dc:creator>
      <dc:date>2005-07-28T05:25:31Z</dc:date>
    </item>
    <item>
      <title>Re: Performance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance/m-p/3591602#M816324</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Check nfsstat. May it helps.&lt;BR /&gt;&lt;BR /&gt;Enjoy :)</description>
      <pubDate>Thu, 28 Jul 2005 05:33:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance/m-p/3591602#M816324</guid>
      <dc:creator>Pedro Cirne</dc:creator>
      <dc:date>2005-07-28T05:33:01Z</dc:date>
    </item>
    <item>
      <title>Re: Performance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance/m-p/3591603#M816325</link>
      <description>Hi Kapil,&lt;BR /&gt;&lt;BR /&gt;Check which NFS is utilised more. The busiest NFS normally causes the performance issue. If its possible mount each NFS seperately and find out.&lt;BR /&gt;&lt;BR /&gt;Cheers!!!&lt;BR /&gt;eknath</description>
      <pubDate>Thu, 28 Jul 2005 05:39:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance/m-p/3591603#M816325</guid>
      <dc:creator>Eknath</dc:creator>
      <dc:date>2005-07-28T05:39:55Z</dc:date>
    </item>
    <item>
      <title>Re: Performance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance/m-p/3591604#M816326</link>
      <description>Hi Kaps,&lt;BR /&gt;&lt;BR /&gt;Try nfstat -rc on the nfs clients, and look at the values of timeout and retrans.&lt;BR /&gt;If they are high, whereas the value of badxid is near 0 then the packets to the server are lost, try reducing the value of wsize and rsize to 4096 on the client's mount points parameters.&lt;BR /&gt;If timeout and badxids are at the same level then your server is probably to slow, try to increase the value of timeout on the client's mount point parameters.&lt;BR /&gt;&lt;BR /&gt;An other possibility is that you don't have enough nfsd daemons on the server.&lt;BR /&gt;Try "nfsstat -s" anf if the value of "socket overflows" is high then probably your server hadn't enough nfsd processes. Try modify /etc/rc.config.d/nfsconf or with "/usr/sbin/nfsd number_processes". On the client side it's the biod processes.&lt;BR /&gt;I'm not an NFS expert, but I wonder if the default numbers of nfsd and biod are different between an 11 and 11i. To verify.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Pat.</description>
      <pubDate>Tue, 02 Aug 2005 15:25:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance/m-p/3591604#M816326</guid>
      <dc:creator>Patrice Le Guyader</dc:creator>
      <dc:date>2005-08-02T15:25:45Z</dc:date>
    </item>
    <item>
      <title>Re: Performance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance/m-p/3591605#M816327</link>
      <description>Take a look at this document, it may help you:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/1435/NFSPerformanceTuninginHP-UX11.0and11iSystems.pdf" target="_blank"&gt;http://docs.hp.com/en/1435/NFSPerformanceTuninginHP-UX11.0and11iSystems.pdf&lt;/A&gt;</description>
      <pubDate>Tue, 02 Aug 2005 15:57:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance/m-p/3591605#M816327</guid>
      <dc:creator>melvyn burnard</dc:creator>
      <dc:date>2005-08-02T15:57:04Z</dc:date>
    </item>
    <item>
      <title>Re: Performance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance/m-p/3591606#M816328</link>
      <description>As all other mentioned, you need to look at nfsstat. If you are using udp for nfs transport, you may want to look at increasing  biod and nfsd. But chances are that you most probablly might be using tcp.&lt;BR /&gt;&lt;BR /&gt;NFS patches is also very important thing to look at.&lt;BR /&gt;&lt;BR /&gt;Also, a must read is as follows.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/hpux/onlinedocs/netcom/NFS_perf_tuning_hpux110_11i.pdf" target="_blank"&gt;http://docs.hp.com/hpux/onlinedocs/netcom/NFS_perf_tuning_hpux110_11i.pdf&lt;/A&gt;</description>
      <pubDate>Tue, 02 Aug 2005 15:58:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance/m-p/3591606#M816328</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2005-08-02T15:58:54Z</dc:date>
    </item>
    <item>
      <title>Re: Performance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance/m-p/3591607#M816329</link>
      <description>What NFS options and tweaks are you using?&lt;BR /&gt;Tweaking some of the export parameters can help.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;PS I think NFS stands for Nowork FileSystem :).</description>
      <pubDate>Tue, 02 Aug 2005 17:35:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance/m-p/3591607#M816329</guid>
      <dc:creator>generic_1</dc:creator>
      <dc:date>2005-08-02T17:35:28Z</dc:date>
    </item>
    <item>
      <title>Re: Performance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance/m-p/3591608#M816330</link>
      <description>Hey if anyone here works on the NFS distro for HPUX get them to add multithreading to this piece of junk.  That would be very helpful.</description>
      <pubDate>Tue, 02 Aug 2005 17:37:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance/m-p/3591608#M816330</guid>
      <dc:creator>generic_1</dc:creator>
      <dc:date>2005-08-02T17:37:07Z</dc:date>
    </item>
    <item>
      <title>Re: Performance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance/m-p/3591609#M816331</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>Thu, 08 Sep 2005 21:46:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance/m-p/3591609#M816331</guid>
      <dc:creator>morganelan</dc:creator>
      <dc:date>2005-09-08T21:46:32Z</dc:date>
    </item>
  </channel>
</rss>

