<?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: Lan performance in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/lan-performance/m-p/3983835#M543604</link>
    <description>Try netstat or nfstat&lt;BR /&gt;&lt;BR /&gt;There are other tools like NetMetrix or a LAN analyzer to watch lan performance. &lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 18 Apr 2007 08:35:30 GMT</pubDate>
    <dc:creator>Jollyjet</dc:creator>
    <dc:date>2007-04-18T08:35:30Z</dc:date>
    <item>
      <title>Lan performance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lan-performance/m-p/3983833#M543602</link>
      <description>I'd like to know how much a lan interface is used? that's mean how much MB by second ?</description>
      <pubDate>Wed, 18 Apr 2007 07:14:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lan-performance/m-p/3983833#M543602</guid>
      <dc:creator>medali.benchaabane</dc:creator>
      <dc:date>2007-04-18T07:14:45Z</dc:date>
    </item>
    <item>
      <title>Re: Lan performance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lan-performance/m-p/3983834#M543603</link>
      <description>Hi,&lt;BR /&gt;please have a look at these ealier threads:&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=144903" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=144903&lt;/A&gt;&lt;BR /&gt;and for the card speed settings:&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=78642" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=78642&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Please read:&lt;BR /&gt;&lt;A href="http://66.34.90.71/ITRCForumsEtiquette/after.html" target="_blank"&gt;http://66.34.90.71/ITRCForumsEtiquette/after.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Please also read:&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/helptips.do?#33" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/helptips.do?#33&lt;/A&gt; on how to reward any useful answers given to your questions.&lt;BR /&gt;&lt;BR /&gt;So far you have awarded points to only 8 of 38 answers ! !</description>
      <pubDate>Wed, 18 Apr 2007 08:34:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lan-performance/m-p/3983834#M543603</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2007-04-18T08:34:30Z</dc:date>
    </item>
    <item>
      <title>Re: Lan performance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lan-performance/m-p/3983835#M543604</link>
      <description>Try netstat or nfstat&lt;BR /&gt;&lt;BR /&gt;There are other tools like NetMetrix or a LAN analyzer to watch lan performance. &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 18 Apr 2007 08:35:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lan-performance/m-p/3983835#M543604</guid>
      <dc:creator>Jollyjet</dc:creator>
      <dc:date>2007-04-18T08:35:30Z</dc:date>
    </item>
    <item>
      <title>Re: Lan performance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lan-performance/m-p/3983836#M543605</link>
      <description>If you have it you could run glance and select the network screen (i.e. "l" key).&lt;BR /&gt;&lt;BR /&gt;If you lack glance you could read the NICs octet counters, say every 5 minutes and run something like this (this queries lan0 MIB stats):&lt;BR /&gt;&lt;BR /&gt;$ /usr/sbin/lanadmin -g mibstats 0|awk -F' = ' '$1~/(Inbound|Outbound) Octets/{print$2}'&lt;BR /&gt;&lt;BR /&gt;At each run subtract the counts from your last query from the current counts.&lt;BR /&gt;Multiply result by 8, and divide by your query interval in secs (viz. 300).&lt;BR /&gt;Further devision by 10^6 should give a rough approximation to throughput in Mbit/s.&lt;BR /&gt;If you don't want to distinguish in- and outgress just add octet counters for in and out.&lt;BR /&gt;</description>
      <pubDate>Wed, 18 Apr 2007 08:43:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lan-performance/m-p/3983836#M543605</guid>
      <dc:creator>Ralph Grothe</dc:creator>
      <dc:date>2007-04-18T08:43:07Z</dc:date>
    </item>
    <item>
      <title>Re: Lan performance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lan-performance/m-p/3983837#M543606</link>
      <description>You should use a software like MRTG, &lt;A href="http://oss.oetiker.ch/mrtg/" target="_blank"&gt;http://oss.oetiker.ch/mrtg/&lt;/A&gt;&lt;BR /&gt;That one is nice :).&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 29 Apr 2007 08:03:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lan-performance/m-p/3983837#M543606</guid>
      <dc:creator>Wei Jung</dc:creator>
      <dc:date>2007-04-29T08:03:32Z</dc:date>
    </item>
  </channel>
</rss>

