<?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 Slow NFS performance with big files on 10Gb link in Network and Storage Protocols</title>
    <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/Slow-NFS-performance-with-big-files-on-10Gb-link/m-p/137566#M8957</link>
    <description>&lt;P&gt;Hi,&lt;BR /&gt;I am trying to test NFS performance on big files (between 0.5 and 4 Go) using a single server and a NetApp filer connected to a switch with 10Gb links (nobody else is using the server and filer).&lt;BR /&gt;&lt;BR /&gt;Test server:&lt;BR /&gt;- Dell PowerEdge R320 (CPU: Xeon CPU E5-2407 0 @ 2.20GHz, RAM: 16Go)&lt;BR /&gt;- Centos 7.4.1708&lt;BR /&gt;- local SSD disk&lt;BR /&gt;&lt;BR /&gt;NetApp filer:&lt;BR /&gt;- FAS 2554 (24 FSAS disks)&lt;BR /&gt;- CDOT 9.3RC1&lt;BR /&gt;- 2 aggregates of 11 disks&lt;BR /&gt;- 1 FlexGroup volume writing to the 2 aggregates in the same time&lt;BR /&gt;&lt;BR /&gt;A very simple test (copy data from local SSD disk to filer) shows the following results:&lt;BR /&gt;&lt;BR /&gt;# umount /ssd1 ; umount /mnt/filer/vol_test ; mount /ssd1 ; mount /mnt/filer/vol_test&lt;BR /&gt;# time cp -r /ssd1/data /mnt/filer/vol_test/data&lt;BR /&gt;real 2m3.690s&lt;BR /&gt;user 0m0.031s&lt;BR /&gt;sys 0m19.842s&lt;BR /&gt;# du -sk /ssd1/data&lt;BR /&gt;14186364 /ssd1/data&lt;BR /&gt;-&amp;gt; 112 MB/s&lt;BR /&gt;&lt;BR /&gt;This seems to be quite slow. How could I debug this ?&lt;BR /&gt;&lt;BR /&gt;The default configuration is used except (thanks to this thread &lt;A href="https://community.netapp.com/t5/Network-Storage-Protocols-Discussions/NFS-performance-on-10Gb-link/td-p/26036" target="_blank"&gt;https://community.netapp.com/t5/Network-Storage-Protocols-Discussions/NFS-performance-on-10Gb-link/td-p/26036&lt;/A&gt;&lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;BR /&gt;- rsize &amp;amp; wsize mount options:&lt;BR /&gt;rw,relatime,vers=3,rsize=1048576,wsize=1048576,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,mountaddr=x.x.x.x,mountvers=3,mountport=635,mountproto=udp,local_lock=none,addr=x.x.x.x&lt;BR /&gt;(tcp-max-xfer-size parameter has been set to 1048576 on the filer instead of default value of 65536)&lt;BR /&gt;&lt;BR /&gt;- /etc/sysctl.conf&lt;BR /&gt;net.core.rmem_default=524288&lt;BR /&gt;net.core.wmem_default=524288&lt;BR /&gt;net.core.rmem_max=16777216&lt;BR /&gt;net.core.wmem_max=16777216&lt;BR /&gt;net.ipv4.tcp_rmem=4096 524288 16777216&lt;BR /&gt;net.ipv4.tcp_wmem=4096 524288 16777216&lt;BR /&gt;net.ipv4.ipfrag_high_thresh=524288&lt;BR /&gt;net.ipv4.ipfrag_low_thresh=393216&lt;BR /&gt;net.ipv4.tcp_timestamps=0&lt;BR /&gt;net.ipv4.tcp_window_scaling=1&lt;BR /&gt;net.core.optmem_max=524287&lt;BR /&gt;net.core.netdev_max_backlog=2500&lt;BR /&gt;sunrpc.tcp_slot_table_entries=128&lt;BR /&gt;sunrpc.udp_slot_table_entries=128&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Mathieu&lt;/P&gt;</description>
    <pubDate>Wed, 04 Jun 2025 14:07:03 GMT</pubDate>
    <dc:creator>mpeltier</dc:creator>
    <dc:date>2025-06-04T14:07:03Z</dc:date>
    <item>
      <title>Slow NFS performance with big files on 10Gb link</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/Slow-NFS-performance-with-big-files-on-10Gb-link/m-p/137566#M8957</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;I am trying to test NFS performance on big files (between 0.5 and 4 Go) using a single server and a NetApp filer connected to a switch with 10Gb links (nobody else is using the server and filer).&lt;BR /&gt;&lt;BR /&gt;Test server:&lt;BR /&gt;- Dell PowerEdge R320 (CPU: Xeon CPU E5-2407 0 @ 2.20GHz, RAM: 16Go)&lt;BR /&gt;- Centos 7.4.1708&lt;BR /&gt;- local SSD disk&lt;BR /&gt;&lt;BR /&gt;NetApp filer:&lt;BR /&gt;- FAS 2554 (24 FSAS disks)&lt;BR /&gt;- CDOT 9.3RC1&lt;BR /&gt;- 2 aggregates of 11 disks&lt;BR /&gt;- 1 FlexGroup volume writing to the 2 aggregates in the same time&lt;BR /&gt;&lt;BR /&gt;A very simple test (copy data from local SSD disk to filer) shows the following results:&lt;BR /&gt;&lt;BR /&gt;# umount /ssd1 ; umount /mnt/filer/vol_test ; mount /ssd1 ; mount /mnt/filer/vol_test&lt;BR /&gt;# time cp -r /ssd1/data /mnt/filer/vol_test/data&lt;BR /&gt;real 2m3.690s&lt;BR /&gt;user 0m0.031s&lt;BR /&gt;sys 0m19.842s&lt;BR /&gt;# du -sk /ssd1/data&lt;BR /&gt;14186364 /ssd1/data&lt;BR /&gt;-&amp;gt; 112 MB/s&lt;BR /&gt;&lt;BR /&gt;This seems to be quite slow. How could I debug this ?&lt;BR /&gt;&lt;BR /&gt;The default configuration is used except (thanks to this thread &lt;A href="https://community.netapp.com/t5/Network-Storage-Protocols-Discussions/NFS-performance-on-10Gb-link/td-p/26036" target="_blank"&gt;https://community.netapp.com/t5/Network-Storage-Protocols-Discussions/NFS-performance-on-10Gb-link/td-p/26036&lt;/A&gt;&lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;BR /&gt;- rsize &amp;amp; wsize mount options:&lt;BR /&gt;rw,relatime,vers=3,rsize=1048576,wsize=1048576,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,mountaddr=x.x.x.x,mountvers=3,mountport=635,mountproto=udp,local_lock=none,addr=x.x.x.x&lt;BR /&gt;(tcp-max-xfer-size parameter has been set to 1048576 on the filer instead of default value of 65536)&lt;BR /&gt;&lt;BR /&gt;- /etc/sysctl.conf&lt;BR /&gt;net.core.rmem_default=524288&lt;BR /&gt;net.core.wmem_default=524288&lt;BR /&gt;net.core.rmem_max=16777216&lt;BR /&gt;net.core.wmem_max=16777216&lt;BR /&gt;net.ipv4.tcp_rmem=4096 524288 16777216&lt;BR /&gt;net.ipv4.tcp_wmem=4096 524288 16777216&lt;BR /&gt;net.ipv4.ipfrag_high_thresh=524288&lt;BR /&gt;net.ipv4.ipfrag_low_thresh=393216&lt;BR /&gt;net.ipv4.tcp_timestamps=0&lt;BR /&gt;net.ipv4.tcp_window_scaling=1&lt;BR /&gt;net.core.optmem_max=524287&lt;BR /&gt;net.core.netdev_max_backlog=2500&lt;BR /&gt;sunrpc.tcp_slot_table_entries=128&lt;BR /&gt;sunrpc.udp_slot_table_entries=128&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Mathieu&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 14:07:03 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/Slow-NFS-performance-with-big-files-on-10Gb-link/m-p/137566#M8957</guid>
      <dc:creator>mpeltier</dc:creator>
      <dc:date>2025-06-04T14:07:03Z</dc:date>
    </item>
  </channel>
</rss>

