<?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 Measure NFS Throughput in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/measure-nfs-throughput/m-p/2935519#M112510</link>
    <description>We have an rp2470 hooked directly to a NAS box via copper gigabit.  I would like to the measure the throughput of this connection.  So far, I have created a 2GB file on one of the 2470's nfs mount points and copied it to another nfs mount point:&lt;BR /&gt;&lt;BR /&gt;time cp /nfs1/file.tst /nfs2/file.tst&lt;BR /&gt;&lt;BR /&gt;This test usually takes about 105 seconds which is about 20 MB/s each way, or total of 40 MB/s.  &lt;BR /&gt;&lt;BR /&gt;I was just wondering if this is the best way to test this configuration.  Is there a lot of overhead with this test and I'm not getting true results?&lt;BR /&gt;&lt;BR /&gt;Thanks again,&lt;BR /&gt;Greg</description>
    <pubDate>Tue, 25 Mar 2003 19:30:27 GMT</pubDate>
    <dc:creator>Greg Stark_1</dc:creator>
    <dc:date>2003-03-25T19:30:27Z</dc:date>
    <item>
      <title>Measure NFS Throughput</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/measure-nfs-throughput/m-p/2935519#M112510</link>
      <description>We have an rp2470 hooked directly to a NAS box via copper gigabit.  I would like to the measure the throughput of this connection.  So far, I have created a 2GB file on one of the 2470's nfs mount points and copied it to another nfs mount point:&lt;BR /&gt;&lt;BR /&gt;time cp /nfs1/file.tst /nfs2/file.tst&lt;BR /&gt;&lt;BR /&gt;This test usually takes about 105 seconds which is about 20 MB/s each way, or total of 40 MB/s.  &lt;BR /&gt;&lt;BR /&gt;I was just wondering if this is the best way to test this configuration.  Is there a lot of overhead with this test and I'm not getting true results?&lt;BR /&gt;&lt;BR /&gt;Thanks again,&lt;BR /&gt;Greg</description>
      <pubDate>Tue, 25 Mar 2003 19:30:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/measure-nfs-throughput/m-p/2935519#M112510</guid>
      <dc:creator>Greg Stark_1</dc:creator>
      <dc:date>2003-03-25T19:30:27Z</dc:date>
    </item>
    <item>
      <title>Re: Measure NFS Throughput</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/measure-nfs-throughput/m-p/2935520#M112511</link>
      <description>Try nfsstat&lt;BR /&gt;&lt;BR /&gt;from the manual&lt;BR /&gt;&lt;BR /&gt;      -m   Display statistics for each NFS mounted file system.  This&lt;BR /&gt;           includes the server name and address, mount flags, current read&lt;BR /&gt;           and write sizes, the retransmission count, and the timers used&lt;BR /&gt;           for dynamic retransmission.  The srtt value contains the smoothed&lt;BR /&gt;           round trip time, the dev value contains the estimated deviation,&lt;BR /&gt;           and the cur value is the current backed-off retransmission value.&lt;BR /&gt;&lt;BR /&gt;      -n   Display NFS information.  NFS information for both the client and&lt;BR /&gt;           server side will be printed.  Can be combined with the -c and -s&lt;BR /&gt;           options to print client or server NFS information only.&lt;BR /&gt;&lt;BR /&gt;      -r   Display RPC information.&lt;BR /&gt;&lt;BR /&gt;      -s   Display server information.&lt;BR /&gt;&lt;BR /&gt;      -z   Zero (reinitialize) statistics.  This option is for use by the&lt;BR /&gt;           super-user only, and can be combined with any of the above&lt;BR /&gt;           options to zero particular sets of statistics after printing&lt;BR /&gt;           them.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;For other collection of info in the background, I'm attaching a tested, production, script that you can control the time of data collection which occurs in the background.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 25 Mar 2003 19:39:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/measure-nfs-throughput/m-p/2935520#M112511</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-03-25T19:39:36Z</dc:date>
    </item>
    <item>
      <title>Re: Measure NFS Throughput</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/measure-nfs-throughput/m-p/2935521#M112512</link>
      <description>Hi,&lt;BR /&gt;It depends what you are interested in, it can give an idea about raw transfer rate.&lt;BR /&gt;Another useful test is the PostMark benchmark, you can download it from NetWork Appliance:&lt;BR /&gt;&lt;A href="http://www.netapp.com/tech_library/3022.html" target="_blank"&gt;http://www.netapp.com/tech_library/3022.html&lt;/A&gt;</description>
      <pubDate>Tue, 25 Mar 2003 21:17:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/measure-nfs-throughput/m-p/2935521#M112512</guid>
      <dc:creator>Leif Halvarsson_2</dc:creator>
      <dc:date>2003-03-25T21:17:20Z</dc:date>
    </item>
    <item>
      <title>Re: Measure NFS Throughput</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/measure-nfs-throughput/m-p/2935522#M112513</link>
      <description>This will tell you your throughput. What it won't tell you is what part of the chain is the bottleneck (is it network latency? file system speed? mis-configured NFS daemons or settings? retransmissions?). Without that information, you don't know what to tweak to make an improvement.&lt;BR /&gt;&lt;BR /&gt;Check this excellent paper on NFS:&lt;BR /&gt;&lt;A href="http://h21007.www2.hp.com/dspp/tech/tech_TechDocumentDetailPage_IDX/1,1701,952,00.html" target="_blank"&gt;http://h21007.www2.hp.com/dspp/tech/tech_TechDocumentDetailPage_IDX/1,1701,952,00.html&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;It may help dig deeper into the mysteries that are NFS.&lt;BR /&gt;</description>
      <pubDate>Wed, 26 Mar 2003 13:58:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/measure-nfs-throughput/m-p/2935522#M112513</guid>
      <dc:creator>Mark Landin</dc:creator>
      <dc:date>2003-03-26T13:58:00Z</dc:date>
    </item>
    <item>
      <title>Re: Measure NFS Throughput</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/measure-nfs-throughput/m-p/2935523#M112514</link>
      <description>There is an awful lot to consider for nfs NAS performance. We use Netapps devices and its takend us some time to get the best performance (and elimintate nfs errors). We found this doc very important;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.netapp.com/tech_library/3146.html" target="_blank"&gt;http://www.netapp.com/tech_library/3146.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Just for its extensive coverage of kernel parameters, patches, nfs mount options, ways to test throughput etc. Have a read.&lt;BR /&gt;&lt;BR /&gt;We also found the excellent book "Optimizing nfs performance" (on amazon.com) very helpful. Its lists hidden kernel parameters for nfs, and many many other things to look into and consider. It also lists things not to do. Well worth the money.&lt;BR /&gt;</description>
      <pubDate>Wed, 26 Mar 2003 14:10:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/measure-nfs-throughput/m-p/2935523#M112514</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2003-03-26T14:10:33Z</dc:date>
    </item>
    <item>
      <title>Re: Measure NFS Throughput</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/measure-nfs-throughput/m-p/2935524#M112515</link>
      <description>Stefan, if that is the book by Dave Olker, he's the authoer of the paper I cited in my earlier response. I thought his paper was very thorough ... I can't imagine what he did with the 200 extra pages that went into the book. :)</description>
      <pubDate>Fri, 28 Mar 2003 14:46:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/measure-nfs-throughput/m-p/2935524#M112515</guid>
      <dc:creator>Mark Landin</dc:creator>
      <dc:date>2003-03-28T14:46:20Z</dc:date>
    </item>
  </channel>
</rss>

