<?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 network speed in bytes/sec in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/network-speed-in-bytes-sec/m-p/2502496#M597232</link>
    <description>I have 2 HP9000's running HP-UX 10.20 with only 1 nfs mounted file system (the rest are vxfs mounted).  I would like to see the speed (in real time) of the traffic to and from that file system in bytes/second (or kb/sec or Mb/sec).  I did a "man -k net" and "man -k lan" and could only find commands that showed cumulative packets sent and recieved.  What commands show bytes/sec how do I read the results?</description>
    <pubDate>Wed, 07 Mar 2001 22:08:09 GMT</pubDate>
    <dc:creator>Martin Zelling_1</dc:creator>
    <dc:date>2001-03-07T22:08:09Z</dc:date>
    <item>
      <title>network speed in bytes/sec</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-speed-in-bytes-sec/m-p/2502496#M597232</link>
      <description>I have 2 HP9000's running HP-UX 10.20 with only 1 nfs mounted file system (the rest are vxfs mounted).  I would like to see the speed (in real time) of the traffic to and from that file system in bytes/second (or kb/sec or Mb/sec).  I did a "man -k net" and "man -k lan" and could only find commands that showed cumulative packets sent and recieved.  What commands show bytes/sec how do I read the results?</description>
      <pubDate>Wed, 07 Mar 2001 22:08:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-speed-in-bytes-sec/m-p/2502496#M597232</guid>
      <dc:creator>Martin Zelling_1</dc:creator>
      <dc:date>2001-03-07T22:08:09Z</dc:date>
    </item>
    <item>
      <title>Re: network speed in bytes/sec</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-speed-in-bytes-sec/m-p/2502497#M597233</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Try 'lanadmin' command.I hope it will help you.&lt;BR /&gt;lanadmin gives link speed and interface statistactics.&lt;BR /&gt;&lt;BR /&gt;-Jaimin Parikh</description>
      <pubDate>Wed, 07 Mar 2001 23:48:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-speed-in-bytes-sec/m-p/2502497#M597233</guid>
      <dc:creator>Jaimin Parikh</dc:creator>
      <dc:date>2001-03-07T23:48:08Z</dc:date>
    </item>
    <item>
      <title>Re: network speed in bytes/sec</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-speed-in-bytes-sec/m-p/2502498#M597234</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I'm thinking of the easy way, just copy one big file with known size across then time the begin and end times.  Do some maths then you'll get the effective transfer rate.&lt;BR /&gt;&lt;BR /&gt;My second thought is that while copying the known size big file over, at the same use a network monitoring program (net marix, linkview etc) to check the peak and average transfer rates.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Philip</description>
      <pubDate>Thu, 08 Mar 2001 06:35:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-speed-in-bytes-sec/m-p/2502498#M597234</guid>
      <dc:creator>Philip Chan_1</dc:creator>
      <dc:date>2001-03-08T06:35:12Z</dc:date>
    </item>
    <item>
      <title>Re: network speed in bytes/sec</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-speed-in-bytes-sec/m-p/2502499#M597235</link>
      <description>Martin,&lt;BR /&gt;Glance "NFS By System" gives you read and write rates.&lt;BR /&gt;You can also estimate potential read and write rates using ttcp or netperf for the packet type UDP/TCP and the request size e.g. 8K 32K in use by the NFS mount.  Check with nfsstat -m for the request size for the NFS mount in question.&lt;BR /&gt;Regards,&lt;BR /&gt;-&amp;gt; Brian Hackley</description>
      <pubDate>Thu, 08 Mar 2001 16:00:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-speed-in-bytes-sec/m-p/2502499#M597235</guid>
      <dc:creator>Brian Hackley</dc:creator>
      <dc:date>2001-03-08T16:00:38Z</dc:date>
    </item>
    <item>
      <title>Re: network speed in bytes/sec</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-speed-in-bytes-sec/m-p/2502500#M597236</link>
      <description>to the best of my knowledge, none of the tools on 10.20 show bytes per second through an interface directly. the pointer to lanadmin is a good one - you would write a small script to take the inbound/outbound octets (bytes) over an interval and do the requisite math. you might leverage some of the code from "beforeafter" at &lt;A href="ftp://ftp.cup.hp.com/dist/networking/misc" target="_blank"&gt;ftp://ftp.cup.hp.com/dist/networking/misc&lt;/A&gt; (perhaps that is tools intead of misc)&lt;BR /&gt;&lt;BR /&gt;i thought i saw something about later versions of measureware starting to track interface octets, but i'm not sure which rev that is, or even if it is out, and if so, if the 10.20 flavor would do so.</description>
      <pubDate>Thu, 08 Mar 2001 17:46:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-speed-in-bytes-sec/m-p/2502500#M597236</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2001-03-08T17:46:55Z</dc:date>
    </item>
  </channel>
</rss>

