<?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: Network performance in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/network-performance/m-p/3623099#M557664</link>
    <description>Hi shiv&lt;BR /&gt;&lt;BR /&gt;I believe with netstat command can help u in pointing out the exect problem in network.  &lt;BR /&gt;There are lot of switches for netstat&lt;BR /&gt;&lt;BR /&gt;netstat -v&lt;BR /&gt;netstat -r   --routing table &lt;BR /&gt;netstat -i   --interface status&lt;BR /&gt;&lt;BR /&gt;more info at man netstat&lt;BR /&gt;&lt;BR /&gt;Also lanadmin is a good administration tool for network monitoing and trouble shoot&lt;BR /&gt;&lt;BR /&gt;It is a menu based tool which has variety of options to look into&lt;BR /&gt;&lt;BR /&gt;I am pasting a section from "HP-UX performance cook-book"&lt;BR /&gt;&lt;BR /&gt;Here are some things to try if you suspect a network bottleneck: Run the command&lt;BR /&gt;netstat â  s twice, spaced 30 seconds apart. Look at the change in tcp sent data packet&lt;BR /&gt;retransmissions, and any udp socket overflows or ip fragments dropped after timeout&lt;BR /&gt;(reassembly timeouts). You can grab a copy of the utility beforeafter from the HP&lt;BR /&gt;Networking contrib archive (see References section) under the tools directory: it will&lt;BR /&gt;help parse the output.&lt;BR /&gt;For lanadmin, you can watch for inbound and outbound discard and error counts and&lt;BR /&gt;excessive collisions. Be careful, because on fast networks like gigabit ethernet, the 32-bit&lt;BR /&gt;counters shown by these tools roll over frequently.&lt;BR /&gt;If you use NFS a lot, see the configuration tips above in the System Setup section. The&lt;BR /&gt;nfsstat command and Glance's NFS Reports can be helpful in monitoring traffic,&lt;BR /&gt;especially on the server. If the NFS By System report on the server shows one client&lt;BR /&gt;causing lots of activity, run Glance on that client and see which processes may be causing&lt;BR /&gt;it. We've seen users on clients doing repeated (and unnecessary) find commands across&lt;BR /&gt;NFS mounts, which can drag a server down. On the client side, use nfsstat to watch for&lt;BR /&gt;retransmits and timeouts that can indicate a network or server problem. See our NFS&lt;BR /&gt;performance reference (References section below).&lt;BR /&gt;&lt;BR /&gt;Full book available at h21007.www2.hp.com/dspp/files/unprotected/devresource/Docs/TechPapers/UXPerfCookBook.pdf&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;CS</description>
    <pubDate>Sun, 11 Sep 2005 01:31:00 GMT</pubDate>
    <dc:creator>saju_2</dc:creator>
    <dc:date>2005-09-11T01:31:00Z</dc:date>
    <item>
      <title>Network performance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-performance/m-p/3623097#M557662</link>
      <description>What are the commands to find out the network performance and how to determine that there exist bottleneck due to network ?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Shiv</description>
      <pubDate>Sun, 11 Sep 2005 00:27:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-performance/m-p/3623097#M557662</guid>
      <dc:creator>Shivkumar</dc:creator>
      <dc:date>2005-09-11T00:27:38Z</dc:date>
    </item>
    <item>
      <title>Re: Network performance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-performance/m-p/3623098#M557663</link>
      <description>Hi,&lt;BR /&gt;lanadmin gives statistics of the interface.&lt;BR /&gt;glance could be better option if you want analyse the performance.&lt;BR /&gt;There are also contributed tcpdump and/or similar utilities if you want capture the packets for analysis.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;TT</description>
      <pubDate>Sun, 11 Sep 2005 01:17:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-performance/m-p/3623098#M557663</guid>
      <dc:creator>Thayanidhi</dc:creator>
      <dc:date>2005-09-11T01:17:21Z</dc:date>
    </item>
    <item>
      <title>Re: Network performance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-performance/m-p/3623099#M557664</link>
      <description>Hi shiv&lt;BR /&gt;&lt;BR /&gt;I believe with netstat command can help u in pointing out the exect problem in network.  &lt;BR /&gt;There are lot of switches for netstat&lt;BR /&gt;&lt;BR /&gt;netstat -v&lt;BR /&gt;netstat -r   --routing table &lt;BR /&gt;netstat -i   --interface status&lt;BR /&gt;&lt;BR /&gt;more info at man netstat&lt;BR /&gt;&lt;BR /&gt;Also lanadmin is a good administration tool for network monitoing and trouble shoot&lt;BR /&gt;&lt;BR /&gt;It is a menu based tool which has variety of options to look into&lt;BR /&gt;&lt;BR /&gt;I am pasting a section from "HP-UX performance cook-book"&lt;BR /&gt;&lt;BR /&gt;Here are some things to try if you suspect a network bottleneck: Run the command&lt;BR /&gt;netstat â  s twice, spaced 30 seconds apart. Look at the change in tcp sent data packet&lt;BR /&gt;retransmissions, and any udp socket overflows or ip fragments dropped after timeout&lt;BR /&gt;(reassembly timeouts). You can grab a copy of the utility beforeafter from the HP&lt;BR /&gt;Networking contrib archive (see References section) under the tools directory: it will&lt;BR /&gt;help parse the output.&lt;BR /&gt;For lanadmin, you can watch for inbound and outbound discard and error counts and&lt;BR /&gt;excessive collisions. Be careful, because on fast networks like gigabit ethernet, the 32-bit&lt;BR /&gt;counters shown by these tools roll over frequently.&lt;BR /&gt;If you use NFS a lot, see the configuration tips above in the System Setup section. The&lt;BR /&gt;nfsstat command and Glance's NFS Reports can be helpful in monitoring traffic,&lt;BR /&gt;especially on the server. If the NFS By System report on the server shows one client&lt;BR /&gt;causing lots of activity, run Glance on that client and see which processes may be causing&lt;BR /&gt;it. We've seen users on clients doing repeated (and unnecessary) find commands across&lt;BR /&gt;NFS mounts, which can drag a server down. On the client side, use nfsstat to watch for&lt;BR /&gt;retransmits and timeouts that can indicate a network or server problem. See our NFS&lt;BR /&gt;performance reference (References section below).&lt;BR /&gt;&lt;BR /&gt;Full book available at h21007.www2.hp.com/dspp/files/unprotected/devresource/Docs/TechPapers/UXPerfCookBook.pdf&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;CS</description>
      <pubDate>Sun, 11 Sep 2005 01:31:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-performance/m-p/3623099#M557664</guid>
      <dc:creator>saju_2</dc:creator>
      <dc:date>2005-09-11T01:31:00Z</dc:date>
    </item>
    <item>
      <title>Re: Network performance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-performance/m-p/3623100#M557665</link>
      <description>Shiv,&lt;BR /&gt;&lt;BR /&gt;lanadmin is a good real time monitoring tool as is glanceplus.&lt;BR /&gt;&lt;BR /&gt;To have historical data to analyse, you might want to consider measureware which of course comes with a price tag attached to it.&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;DP</description>
      <pubDate>Sun, 11 Sep 2005 16:39:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-performance/m-p/3623100#M557665</guid>
      <dc:creator>Devesh Pant_1</dc:creator>
      <dc:date>2005-09-11T16:39:18Z</dc:date>
    </item>
    <item>
      <title>Re: Network performance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-performance/m-p/3623101#M557666</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>Sun, 11 Sep 2005 22:37:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-performance/m-p/3623101#M557666</guid>
      <dc:creator>morganelan</dc:creator>
      <dc:date>2005-09-11T22:37:05Z</dc:date>
    </item>
    <item>
      <title>Re: Network performance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-performance/m-p/3623102#M557667</link>
      <description>This script set, provided elsewhere I believe provides plenty of data on network performance.&lt;BR /&gt;&lt;BR /&gt;Attached.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Sun, 11 Sep 2005 23:39:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-performance/m-p/3623102#M557667</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-09-11T23:39:19Z</dc:date>
    </item>
    <item>
      <title>Re: Network performance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-performance/m-p/3623103#M557668</link>
      <description>hi shiv,&lt;BR /&gt;&lt;BR /&gt;On you hp-ux server, &lt;BR /&gt;if you run glance and go to "Network by Interface" by typing "l" you can get much more details.&lt;BR /&gt;&lt;BR /&gt;for example, if you type "S" and select your main interface and get information such as:&lt;BR /&gt;Collision Rate, Error Rate, Packets In,  Packets Out,  Packet Rate In and Packet rate Out.&lt;BR /&gt;&lt;BR /&gt;Then, you further query at your switch level. Depending on the switch manageability, you can quesry the input and output rates...&lt;BR /&gt;&lt;BR /&gt;Further down, you can go into you router and verify the inbound and out bound traffics.&lt;BR /&gt;&lt;BR /&gt;We are using a great software from Solarwinds.&lt;BR /&gt;&lt;BR /&gt;hope this helps too!&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Sep 2005 02:43:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-performance/m-p/3623103#M557668</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2005-09-12T02:43:07Z</dc:date>
    </item>
    <item>
      <title>Re: Network performance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-performance/m-p/3623104#M557669</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;When you are interested watch about network performance for bottleneck use&lt;BR /&gt;&lt;BR /&gt;  # glance -l -f &lt;FILE name=""&gt; &lt;BR /&gt; -l option captures the utilization of Network By Interface.&lt;BR /&gt; -f option writes the output to specified file.&lt;BR /&gt;&lt;BR /&gt;Later you can analyze output for instances and can be traced easily.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Rajesh&lt;/FILE&gt;</description>
      <pubDate>Mon, 12 Sep 2005 02:51:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-performance/m-p/3623104#M557669</guid>
      <dc:creator>Rajesh SB</dc:creator>
      <dc:date>2005-09-12T02:51:42Z</dc:date>
    </item>
  </channel>
</rss>

