View Single Post
turtle
Lord of the Rant.
Formerly turtle2472
 
Join Date: Mar 2005
Location: Upstate South Carolina
 
2022-08-01, 11:06

Nice!

I ran the network tests from the mini to the NAS (NAS running iPerf3 docker in server mode) and I'm not getting a fast as I had hoped... however this is still in production and at least two movies/shows were streaming at the time to various devices on my network. Not to mention there might have been some SFTP action going on from that server too. So, not a true test, more like real life speeds.
Code:
turtle2472@RackMini ~ % iperf3 -c 10.10.2.110 Connecting to host 10.10.2.110, port 5201 [ 5] local 10.10.2.53 port 63913 connected to 10.10.2.110 port 5201 [ ID] Interval Transfer Bitrate [ 5] 0.00-1.00 sec 920 MBytes 7.72 Gbits/sec [ 5] 1.00-2.00 sec 752 MBytes 6.31 Gbits/sec [ 5] 2.00-3.00 sec 782 MBytes 6.56 Gbits/sec [ 5] 3.00-4.00 sec 777 MBytes 6.52 Gbits/sec [ 5] 4.00-5.00 sec 770 MBytes 6.46 Gbits/sec [ 5] 5.00-6.00 sec 775 MBytes 6.50 Gbits/sec [ 5] 6.00-7.00 sec 775 MBytes 6.50 Gbits/sec [ 5] 7.00-8.00 sec 776 MBytes 6.51 Gbits/sec [ 5] 8.00-9.00 sec 762 MBytes 6.39 Gbits/sec [ 5] 9.00-10.00 sec 774 MBytes 6.49 Gbits/sec - - - - - - - - - - - - - - - - - - - - - - - - - [ ID] Interval Transfer Bitrate [ 5] 0.00-10.00 sec 7.68 GBytes 6.60 Gbits/sec sender [ 5] 0.00-10.00 sec 7.67 GBytes 6.59 Gbits/sec receiver iperf Done.
These are (Cat6) ethernet to SPF+ adapters into 10GbE ports on the same switch. The NAS is a DS1618+ with a PCI 10GbE adapter added aftermarket but default settings otherwise. "10000 Mbps, Full duplex, MTU 1500"

For drive speed tests, this is internal Mini SSD to internal Mini SSD:
Code:
$ rsync -avPh ~/Downloads/CentOS-Stream-9-latest-x86_64-dvd1.iso ~/ building file list ... 1 file to consider CentOS-Stream-9-latest-x86_64-dvd1.iso 8.43G 100% 256.85MB/s 0:00:31 (xfer#1, to-check=0/1) sent 8.43G bytes received 42 bytes 259.34M bytes/sec total size is 8.43G speedup is 1.00
This is from internal Mini SSD to NAS primary volume:
Code:
$ rsync -avPh ~/Downloads/CentOS-Stream-9-latest-x86_64-dvd1.iso /Volumes/home/ building file list ... 1 file to consider CentOS-Stream-9-latest-x86_64-dvd1.iso 8.43G 100% 166.15MB/s 0:00:48 (xfer#1, to-check=0/1) sent 8.43G bytes received 42 bytes 170.27M bytes/sec total size is 8.43G speedup is 1.00
For giggles, this is from TB3 connect SSD to NAS:
Code:
$ rsync -avPh /Volumes/T7/CentOS-Stream-9-latest-x86_64-dvd1.iso /Volumes/home/ building file list ... 1 file to consider CentOS-Stream-9-latest-x86_64-dvd1.iso 8.43G 100% 163.36MB/s 0:00:49 (xfer#1, to-check=0/1) sent 8.43G bytes received 42 bytes 170.27M bytes/sec total size is 8.43G speedup is 1.00
For extra giggles I pulled the file from the NAS to the ANMC server running on a host with a 1G NIC:
Code:
receiving incremental file list CentOS-Stream-9-latest-x86_64-dvd1.iso 8.43G 100% 79.06MB/s 0:01:41 (xfr#1, to-chk=0/1) sent 43 bytes received 8.43G bytes 76.98M bytes/sec total size is 8.43G speedup is 1.00
Less traffic on the NAS right now, closer to theoretical max:
Code:
[ ID] Interval Transfer Bitrate [ 5] 0.00-1.00 sec 848 MBytes 7.12 Gbits/sec [ 5] 1.00-2.00 sec 832 MBytes 6.98 Gbits/sec [ 5] 2.00-3.00 sec 1.03 GBytes 8.85 Gbits/sec [ 5] 3.00-4.00 sec 1.02 GBytes 8.73 Gbits/sec [ 5] 4.00-5.00 sec 1007 MBytes 8.45 Gbits/sec [ 5] 5.00-6.00 sec 1.04 GBytes 8.95 Gbits/sec [ 5] 6.00-7.00 sec 1.02 GBytes 8.75 Gbits/sec [ 5] 7.00-8.00 sec 920 MBytes 7.72 Gbits/sec [ 5] 8.00-9.00 sec 809 MBytes 6.79 Gbits/sec [ 5] 9.00-10.00 sec 759 MBytes 6.37 Gbits/sec - - - - - - - - - - - - - - - - - - - - - - - - - [ ID] Interval Transfer Bitrate [ 5] 0.00-10.00 sec 9.16 GBytes 7.87 Gbits/sec sender [ 5] 0.00-10.00 sec 9.15 GBytes 7.86 Gbits/sec receiver iperf Done.

Louis L'Amour, “To make democracy work, we must be a nation of participants, not simply observers. One who does not vote has no right to complain.”
Visit our archived Minecraft world! | Maybe someday I'll proof read, until then deal with it.

Last edited by turtle : 2022-08-01 at 21:10.
  quote