Jump to content

Hello All, 

 

So, I am only able to get max 600MB/s Transferring files from one PC to the other. I have looked at everything i know and i just can't figure it out any help. They connected threw a TP-Link TL-SX3008F Switch with 10G SFP+ and OM4 fiber. 

 

  Computer # 1 Computer #2
OS Windows 11 V: 21H2 Build: 22000.978 Windows 11 V: 21H2 Build: 22000.978
M.2.  Seagate FireCuda 520 SSD 1TB Samsung SSD 970 EVO Plus 1TB
RAM 2@16 GB Corsair Vengance 3200MHZ 2@Crucial RAM 16GB DDR4 3200MHz CL22
CPU AMD Ryzen 7 3800X AMD Ryzen 5 Mobile 3400G
GPU AMD Radeon RX 5700XT 8GB AMD Ryzen 5 3400G with Radeon Vega Graphics 
MOB ROG Strix B550-F Gaming (Wi-FI) B450 I AORUS PRO WIFI
SDD N/A N/A
NIC Mellanox ConnectX-3 PRO VPI (MT04103)  Mellanox ConnectX-2
Link to comment
https://linustechtips.com/topic/1456769-10g-networking/
Share on other sites

Link to post
Share on other sites

Your theoretical max on a 10Gbps network should be 1.1GB/s.  There are some performance issues with SMB file transferring, refer to this article for various things to test to see if Windows is just getting in the way:

Slow SMB files transfer speed | Microsoft Learn

CPU: Ryzen 7 9700X  | Motherboard: ASROCK B850 Pro-A WIFI | RAM: DDR5-6000 CL30 2x16GB  | GPU: PowerColor Hellhound RX 9070 XT | Case: Fractal North

Link to comment
https://linustechtips.com/topic/1456769-10g-networking/#findComment-15576205
Share on other sites

Link to post
Share on other sites

Thank you for the information. 

 

My results are as follows

 

Download-PC is Computer #2 and C:\ Test is computer # 1

 

robocopy /J "\\DOWNLOAD-PC\Downloads\Source" "C:\Test"


------------------------------------------------------------------------------

               Total    Copied   Skipped  Mismatch    FAILED    Extras
    Dirs :         1         0         1         0         0         0
   Files :         2         2         0         0         0         0
   Bytes :  32.456 g  32.456 g         0         0         0         0
   Times :   0:01:02   0:01:02                       0:00:00   0:00:00


   Speed :           555,090,651 Bytes/sec.
   Speed :            31,762.541 MegaBytes/min.
   Ended : Thursday, September 22, 2022 7:38:56 PM

 

I even tried to change the MTU on each computer but when i moved it from 1500 it would not work at all it made it slower.  I did a test on the drives and believe they are ok the results are as follows.  Any suggestions. 

 

Computer #1 Seagate FireCuda 520 SSD 1TB 

 

image.png.a871484df3d0f2f1278423ebd04e2fe2.png

 

Computer #2  Samsung SSD 970 EVO Plus 1TB

 

image.png.f2ce06b9a85ff62937d721fb90bc80b1.png

 

 

Link to comment
https://linustechtips.com/topic/1456769-10g-networking/#findComment-15577498
Share on other sites

Link to post
Share on other sites

Using a file transfer to test your network speed will only go so far, when you start working with 500MB/sec + speeds there are many factors that can be limiting the speed.  Your hardware is likely working as expected, it is just very hard to get 10gbit speeds going from Desktop to Laptop on a single SSD.   You would probably need RAID0 SSD's and to have multiple transfers going at the same time..  not just a 2 file robocopy.

 

My guess is the SMB traffic on windows 11 is encrypted so your are limited by the CPUs ability to encrypt the data and send it over the network.


If you really want to find out what is the bottle neck you can try looking at task manager on both computers during the transfer.  Look at the CPU usage (per thread, not overall) and Disk active time on the SSD

 

I would recommend you just use the network and stop wearing out your ssd's with speed tests 🙂

 

 

Link to comment
https://linustechtips.com/topic/1456769-10g-networking/#findComment-15577617
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×