<?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: NIC throughput in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/nic-throughput/m-p/3320936#M567935</link>
    <description>You may also look at by_net metrics og glance. This will give you same thing that script gives. And you will have lot of options there.&lt;BR /&gt;&lt;BR /&gt;you look at examples in /var/opt/prf/adviser/examples.&lt;BR /&gt;&lt;BR /&gt;Anil</description>
    <pubDate>Thu, 01 Jul 2004 16:49:58 GMT</pubDate>
    <dc:creator>RAC_1</dc:creator>
    <dc:date>2004-07-01T16:49:58Z</dc:date>
    <item>
      <title>NIC throughput</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nic-throughput/m-p/3320931#M567930</link>
      <description>I have an rp5470 with several NICs (1 ATM, 1 FDDI, 1 GBIT, 1 Fast ethernet) and I would like to monitor bandwidth or traffic sent throu each of these NICs. Is there a tool in HP-UX for this? like a bandwidth meter?</description>
      <pubDate>Thu, 01 Jul 2004 14:28:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nic-throughput/m-p/3320931#M567930</guid>
      <dc:creator>Julio Porras_1</dc:creator>
      <dc:date>2004-07-01T14:28:33Z</dc:date>
    </item>
    <item>
      <title>Re: NIC throughput</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nic-throughput/m-p/3320932#M567931</link>
      <description>Hi Julio,&lt;BR /&gt;&lt;BR /&gt;"Measureware" can get you that information. It's a licensed product so you will have to purchase it.&lt;BR /&gt;&lt;BR /&gt;Once it is installed, up and running, it will collect the metrics of all the network interfaces and you can get the historical data (BYNETIF metrics) anytime using the command 'extract' and import it into excel. If you have perfview, you can view the data graphically.&lt;BR /&gt;&lt;BR /&gt;Measureware is a nice to have tool. There are other products also in the market but this is found to be widely used on HP systems.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Thu, 01 Jul 2004 14:33:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nic-throughput/m-p/3320932#M567931</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-07-01T14:33:40Z</dc:date>
    </item>
    <item>
      <title>Re: NIC throughput</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nic-throughput/m-p/3320933#M567932</link>
      <description>Use the following script.&lt;BR /&gt;&lt;BR /&gt;#Script for chekcing lan i/p and o/p stats. &lt;BR /&gt;&lt;BR /&gt;let z=0&lt;BR /&gt;&lt;BR /&gt;let y=$(lanadmin -g mibstats 0|grep -i oct|grep Inbound|awk '{print $4}')&lt;BR /&gt;&lt;BR /&gt;let y2=$(lanadmin -g mibstats 0|grep -i oct|grep Outbound|awk '{print $4}')&lt;BR /&gt;&lt;BR /&gt;while true&lt;BR /&gt;&lt;BR /&gt;do&lt;BR /&gt;&lt;BR /&gt;let x=0&lt;BR /&gt;&lt;BR /&gt;sleep 1&lt;BR /&gt;&lt;BR /&gt;x=$(lanadmin -g mibstats 0|grep -i oct|grep Inbound|awk '{print $4}')&lt;BR /&gt;&lt;BR /&gt;x2=$(lanadmin -g mibstats 0|grep -i oct|grep Outbound|awk '{print $4}')&lt;BR /&gt;&lt;BR /&gt;let t=$x-$y&lt;BR /&gt;&lt;BR /&gt;let t2=$x2-$y2&lt;BR /&gt;&lt;BR /&gt;let y=$x&lt;BR /&gt;&lt;BR /&gt;let y2=$x2&lt;BR /&gt;&lt;BR /&gt;let z=$z+1&lt;BR /&gt;&lt;BR /&gt;let t=$t/1000&lt;BR /&gt;&lt;BR /&gt;let t2=$t2/1000&lt;BR /&gt;&lt;BR /&gt;echo "${t} Kb/s inbound, ${t2} Kb/s outbound"&lt;BR /&gt;&lt;BR /&gt;done  &lt;BR /&gt;&lt;BR /&gt;Anil</description>
      <pubDate>Thu, 01 Jul 2004 14:36:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nic-throughput/m-p/3320933#M567932</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2004-07-01T14:36:56Z</dc:date>
    </item>
    <item>
      <title>Re: NIC throughput</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nic-throughput/m-p/3320934#M567933</link>
      <description>Hi,&lt;BR /&gt;Glance is the best option if you have it.. it is a priced product.&lt;BR /&gt;If you don't have one then you can use "lanadmin" to see the traffic  (packet level) on each NIC.&lt;BR /&gt;&lt;BR /&gt;Regards,</description>
      <pubDate>Thu, 01 Jul 2004 14:41:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nic-throughput/m-p/3320934#M567933</guid>
      <dc:creator>Bharat Katkar</dc:creator>
      <dc:date>2004-07-01T14:41:53Z</dc:date>
    </item>
    <item>
      <title>Re: NIC throughput</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nic-throughput/m-p/3320935#M567934</link>
      <description>Great script RAC, you got 9 points for it. It worked great for my ethernet and FDDI NICs. Unfortunately, it does not work for my ATM NIC, since it wont show up on lanadmin. Why is that so?&lt;BR /&gt;&lt;BR /&gt;Thank you all for your responses. Any other feedback appreciated.</description>
      <pubDate>Thu, 01 Jul 2004 16:43:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nic-throughput/m-p/3320935#M567934</guid>
      <dc:creator>Julio Porras_1</dc:creator>
      <dc:date>2004-07-01T16:43:27Z</dc:date>
    </item>
    <item>
      <title>Re: NIC throughput</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nic-throughput/m-p/3320936#M567935</link>
      <description>You may also look at by_net metrics og glance. This will give you same thing that script gives. And you will have lot of options there.&lt;BR /&gt;&lt;BR /&gt;you look at examples in /var/opt/prf/adviser/examples.&lt;BR /&gt;&lt;BR /&gt;Anil</description>
      <pubDate>Thu, 01 Jul 2004 16:49:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nic-throughput/m-p/3320936#M567935</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2004-07-01T16:49:58Z</dc:date>
    </item>
    <item>
      <title>Re: NIC throughput</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nic-throughput/m-p/3320937#M567936</link>
      <description>An ATM NIC is not a "LAN" NIC so it doesn't work with landiag.  There is/was (IIRC) a similar utility for ATM - the ATM docs on docs.hp.com would be the place to go.&lt;BR /&gt;&lt;BR /&gt;If you don't want to go the glance/Measureware route, if you have SNMP enabled, you could get OpenView to monitor the octet counters in the interface MIBs, or you could try to use mrtg.</description>
      <pubDate>Thu, 01 Jul 2004 22:29:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nic-throughput/m-p/3320937#M567936</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2004-07-01T22:29:17Z</dc:date>
    </item>
  </channel>
</rss>

