<?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 Statistics in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/lan-statistics/m-p/2842975#M581763</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Try to use&lt;BR /&gt;&lt;BR /&gt;lanadmin -g mibstats &lt;PPA&gt;&lt;BR /&gt;&lt;BR /&gt;Generally ppa is 0 for lan0 and 1 lan1 and so on.&lt;BR /&gt;&lt;BR /&gt;use lanscan command to find out ppa numbers.&lt;BR /&gt;&lt;BR /&gt;Note: The above is working for 11.x only.&lt;BR /&gt;For 10.x nmid is used instead of ppa. But I am not sure whether -g option available in 10.x&lt;BR /&gt;lanadmin&lt;BR /&gt;&lt;BR /&gt;TT&lt;BR /&gt;&lt;BR /&gt;&lt;/PPA&gt;</description>
    <pubDate>Tue, 12 Nov 2002 10:49:02 GMT</pubDate>
    <dc:creator>Thayanidhi</dc:creator>
    <dc:date>2002-11-12T10:49:02Z</dc:date>
    <item>
      <title>LAN Statistics</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lan-statistics/m-p/2842969#M581757</link>
      <description>Would it be possible to have some statistics on a file, on the the use of lan cards on a server.&lt;BR /&gt;&lt;BR /&gt;I have a server with 9 lan ports use and I want to monitor the performance of each lan. Something like a text file that may contain lines every 5 minutes to put into Excel and do graphs?&lt;BR /&gt;&lt;BR /&gt;I have looked at lanadmin, but the statistics are on Menu mode. Do you know of any other tool I can use?</description>
      <pubDate>Tue, 12 Nov 2002 10:26:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lan-statistics/m-p/2842969#M581757</guid>
      <dc:creator>EML</dc:creator>
      <dc:date>2002-11-12T10:26:45Z</dc:date>
    </item>
    <item>
      <title>Re: LAN Statistics</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lan-statistics/m-p/2842970#M581758</link>
      <description>what's with:&lt;BR /&gt;netstat -in &lt;BR /&gt;there you get some information about incoming,outgoing packages...run it in a loop ...&lt;BR /&gt;while true&lt;BR /&gt;do &lt;BR /&gt;netstat -in &amp;gt;&amp;gt; /tmp/netstat.out;sleep 30&lt;BR /&gt;done</description>
      <pubDate>Tue, 12 Nov 2002 10:34:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lan-statistics/m-p/2842970#M581758</guid>
      <dc:creator>Elif Gius</dc:creator>
      <dc:date>2002-11-12T10:34:45Z</dc:date>
    </item>
    <item>
      <title>Re: LAN Statistics</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lan-statistics/m-p/2842971#M581759</link>
      <description>You can use netstat -i  for packet counts.&lt;BR /&gt;&lt;BR /&gt;The best tool though is either lanadmin or glance/gpm.&lt;BR /&gt;&lt;BR /&gt;You can use lanadmin in a script to collect stats by passing commands to it, eg;&lt;BR /&gt;&lt;BR /&gt;lanadmin &amp;lt;&lt;EOF&gt;&lt;/EOF&gt;lan&lt;BR /&gt;display&lt;BR /&gt;quit&lt;BR /&gt;EOF&lt;BR /&gt;&lt;BR /&gt;Then grep for what you want - eg. input collisions or errors.&lt;BR /&gt;</description>
      <pubDate>Tue, 12 Nov 2002 10:36:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lan-statistics/m-p/2842971#M581759</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2002-11-12T10:36:25Z</dc:date>
    </item>
    <item>
      <title>Re: LAN Statistics</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lan-statistics/m-p/2842972#M581760</link>
      <description>my colleague gave me tip:&lt;BR /&gt;&lt;BR /&gt;on Linux you can use tcpdump to dump traffic on a network...it is also available for hp-ux &lt;BR /&gt;look at this link :&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.asknet.de/hppd/hpux/Networking/Admin/tcpdump-3.7.1/" target="_blank"&gt;http://hpux.asknet.de/hppd/hpux/Networking/Admin/tcpdump-3.7.1/&lt;/A&gt;</description>
      <pubDate>Tue, 12 Nov 2002 10:38:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lan-statistics/m-p/2842972#M581760</guid>
      <dc:creator>Elif Gius</dc:creator>
      <dc:date>2002-11-12T10:38:03Z</dc:date>
    </item>
    <item>
      <title>Re: LAN Statistics</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lan-statistics/m-p/2842973#M581761</link>
      <description>Do you have the performance agent (measureware) running on the box?  You can check with "mwa status".  If so, it records the following metrics for each interface at 5 minute intervals:&lt;BR /&gt;&lt;BR /&gt;**..................... Network Interface Summary Metrics&lt;BR /&gt;&lt;BR /&gt;* BYNETIF_NAME&lt;BR /&gt;* BYNETIF_NET_SPEED&lt;BR /&gt;* BYNETIF_NET_MTU&lt;BR /&gt;&lt;BR /&gt;**..................... Network Interface Network Metrics&lt;BR /&gt;&lt;BR /&gt;* BYNETIF_IN_PACKET_RATE&lt;BR /&gt;* BYNETIF_IN_PACKET&lt;BR /&gt;* BYNETIF_OUT_PACKET_RATE&lt;BR /&gt;* BYNETIF_OUT_PACKET&lt;BR /&gt;* BYNETIF_IN_BYTE_RATE&lt;BR /&gt;* BYNETIF_IN_BYTE_RATE_CUM&lt;BR /&gt;* BYNETIF_OUT_BYTE_RATE&lt;BR /&gt;* BYNETIF_OUT_BYTE_RATE_CUM&lt;BR /&gt;* BYNETIF_ERROR_RATE&lt;BR /&gt;* BYNETIF_ERROR&lt;BR /&gt;* BYNETIF_COLLISION_RATE&lt;BR /&gt;* BYNETIF_COLLISION&lt;BR /&gt;&lt;BR /&gt;Use the 'extract' command to dump this information into a flat file for importing into other tools.  It has an interactive interface to guide you through the process if you're not familiar with it.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Steve</description>
      <pubDate>Tue, 12 Nov 2002 10:43:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lan-statistics/m-p/2842973#M581761</guid>
      <dc:creator>Steven Gillard_2</dc:creator>
      <dc:date>2002-11-12T10:43:43Z</dc:date>
    </item>
    <item>
      <title>Re: LAN Statistics</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lan-statistics/m-p/2842974#M581762</link>
      <description>Use the netstat command with options. Some options that might be of interest are:&lt;BR /&gt;&lt;BR /&gt;-i = state of all network interfaces&lt;BR /&gt;-n = show network address numbers&lt;BR /&gt;-s = show stats for all protocold&lt;BR /&gt;-a = show the state of all sockets&lt;BR /&gt;&lt;BR /&gt;you can also get some graphical stats from GPM.&lt;BR /&gt;&lt;BR /&gt;Chuck J</description>
      <pubDate>Tue, 12 Nov 2002 10:47:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lan-statistics/m-p/2842974#M581762</guid>
      <dc:creator>Chuck J</dc:creator>
      <dc:date>2002-11-12T10:47:30Z</dc:date>
    </item>
    <item>
      <title>Re: LAN Statistics</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lan-statistics/m-p/2842975#M581763</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Try to use&lt;BR /&gt;&lt;BR /&gt;lanadmin -g mibstats &lt;PPA&gt;&lt;BR /&gt;&lt;BR /&gt;Generally ppa is 0 for lan0 and 1 lan1 and so on.&lt;BR /&gt;&lt;BR /&gt;use lanscan command to find out ppa numbers.&lt;BR /&gt;&lt;BR /&gt;Note: The above is working for 11.x only.&lt;BR /&gt;For 10.x nmid is used instead of ppa. But I am not sure whether -g option available in 10.x&lt;BR /&gt;lanadmin&lt;BR /&gt;&lt;BR /&gt;TT&lt;BR /&gt;&lt;BR /&gt;&lt;/PPA&gt;</description>
      <pubDate>Tue, 12 Nov 2002 10:49:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lan-statistics/m-p/2842975#M581763</guid>
      <dc:creator>Thayanidhi</dc:creator>
      <dc:date>2002-11-12T10:49:02Z</dc:date>
    </item>
    <item>
      <title>Re: LAN Statistics</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lan-statistics/m-p/2842976#M581764</link>
      <description>If you want graphs of traffic on your LANs get MRTG.  It's free and runs on almost any platform and can collect data from every device in your network.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://people.ee.ethz.ch/~oetiker/webtools/mrtg/" target="_blank"&gt;http://people.ee.ethz.ch/~oetiker/webtools/mrtg/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Ron</description>
      <pubDate>Tue, 12 Nov 2002 11:08:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lan-statistics/m-p/2842976#M581764</guid>
      <dc:creator>Ron Kinner</dc:creator>
      <dc:date>2002-11-12T11:08:45Z</dc:date>
    </item>
    <item>
      <title>Re: LAN Statistics</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lan-statistics/m-p/2842977#M581765</link>
      <description>You can use tcpdump/ethereal. &lt;BR /&gt;HP has a inbuilt utility for network tracing &lt;BR /&gt;Check the man pages of nettl. &lt;BR /&gt;&lt;BR /&gt;check the document which will help in using nettl. &lt;BR /&gt;</description>
      <pubDate>Tue, 12 Nov 2002 11:42:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lan-statistics/m-p/2842977#M581765</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-11-12T11:42:42Z</dc:date>
    </item>
    <item>
      <title>Re: LAN Statistics</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lan-statistics/m-p/2842978#M581766</link>
      <description>i would second the landadmin -g mibstats &lt;PPA&gt; stuff - it removes the menu mode from older versoins of lanadmin. you do need to be reasonably up-to-date on patches.&lt;BR /&gt;&lt;BR /&gt;mrtg would also work, assuming you are still running an SNMP daemon on the system. some people decided to turn those off.&lt;BR /&gt;&lt;BR /&gt;the measureware stuff is goodness too...&lt;BR /&gt;&lt;BR /&gt;however, for all of those there is something to keep in mind - all the byte/octet counters in all three cases are (iirc) still only 32-bit quantities. a 100BT interface running flat-out will wrap those counters in something just shy of 7 minutes. A gigabit interface not even running flat-out would wrap those counters in less, so you may need/want a sample interval of less than five minutes.&lt;BR /&gt;&lt;BR /&gt;and of course, encourage the adoption of 64-bit counters for network statistics...&lt;/PPA&gt;</description>
      <pubDate>Wed, 13 Nov 2002 19:09:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lan-statistics/m-p/2842978#M581766</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2002-11-13T19:09:08Z</dc:date>
    </item>
  </channel>
</rss>

