F5F Stay Refreshed Power Users Networks 10gig Bottleneck

10gig Bottleneck

10gig Bottleneck

Pages (2): 1 2 Next
S
SuperWillman
Member
131
12-21-2025, 02:59 PM
#1
I’m having trouble establishing a 10 gig connection between the Synology NAS and workstations. I’ve shared a basic network diagram and machine specifications. I attempted to transfer a 7GB folder, but the speed is much slower than expected (around 55.2 MB/s). I’ve checked for packet loss, updated the network settings, and tested various cables and configurations. The logs show no unusual activity, and I’ve tried FTP transfers and swapped NIC cards. Another test with a different workstation showed similar speeds, though one still had issues (48.5 MB/s). It seems the problem might be specific to the Synology model or a configuration quirk. Any suggestions?
S
SuperWillman
12-21-2025, 02:59 PM #1

I’m having trouble establishing a 10 gig connection between the Synology NAS and workstations. I’ve shared a basic network diagram and machine specifications. I attempted to transfer a 7GB folder, but the speed is much slower than expected (around 55.2 MB/s). I’ve checked for packet loss, updated the network settings, and tested various cables and configurations. The logs show no unusual activity, and I’ve tried FTP transfers and swapped NIC cards. Another test with a different workstation showed similar speeds, though one still had issues (48.5 MB/s). It seems the problem might be specific to the Synology model or a configuration quirk. Any suggestions?

S
SaySaeqo
Member
139
12-21-2025, 11:15 PM
#2
Based on what you described, your early guess was that the RAID setup limits how quickly data can be written. I need to know the exact storage layout on your NAS and what you attempted to transfer.
S
SaySaeqo
12-21-2025, 11:15 PM #2

Based on what you described, your early guess was that the RAID setup limits how quickly data can be written. I need to know the exact storage layout on your NAS and what you attempted to transfer.

D
Deneth_
Member
175
12-26-2025, 08:53 PM
#3
Based on your test, a 7GB folder with many small files inside caused delays when opening large files from the NAS. You're currently using 8 4TB drives in RAID 6 with ext4. Consider evaluating whether a different storage configuration or optimization could improve performance for both speed and reliability.
D
Deneth_
12-26-2025, 08:53 PM #3

Based on your test, a 7GB folder with many small files inside caused delays when opening large files from the NAS. You're currently using 8 4TB drives in RAID 6 with ext4. Consider evaluating whether a different storage configuration or optimization could improve performance for both speed and reliability.

G
GraviTite
Member
51
01-03-2026, 06:37 AM
#4
What speeds do the drives offer? Are they all mechanical and 5400rpm? If yes, you’ll likely see 60-80MB/s per drive based on the task. RAID 6 requires dual parity, making it slower for writes compared to RAID 10, but better for reads. Are you using jumbo frames and flow control?
G
GraviTite
01-03-2026, 06:37 AM #4

What speeds do the drives offer? Are they all mechanical and 5400rpm? If yes, you’ll likely see 60-80MB/s per drive based on the task. RAID 6 requires dual parity, making it slower for writes compared to RAID 10, but better for reads. Are you using jumbo frames and flow control?

S
sixpar
Member
137
01-03-2026, 08:06 AM
#5
They're all mechanical WD Red SATA III drives with 6Gb/s speeds and 7200rpm. I tried using jumbo frames but it didn't change much.
S
sixpar
01-03-2026, 08:06 AM #5

They're all mechanical WD Red SATA III drives with 6Gb/s speeds and 7200rpm. I tried using jumbo frames but it didn't change much.

C
CatoftheLynn
Junior Member
16
01-03-2026, 04:48 PM
#6
It seems you're aiming for higher speeds, around 80MB/s or more per drive. Consider turning off flow control on your network cards. The 10Gbps switch you're using might not be managed, or if it is, jumbo frames aren't being applied in those ports. If that's the case, enabling jumbo frames everywhere should help. I'm not familiar with Netgear settings, so let me know if you need further clarification.
C
CatoftheLynn
01-03-2026, 04:48 PM #6

It seems you're aiming for higher speeds, around 80MB/s or more per drive. Consider turning off flow control on your network cards. The 10Gbps switch you're using might not be managed, or if it is, jumbo frames aren't being applied in those ports. If that's the case, enabling jumbo frames everywhere should help. I'm not familiar with Netgear settings, so let me know if you need further clarification.

O
OnesieLover
Member
60
01-05-2026, 06:52 AM
#7
The setup uses managed switches with Jumbo frames on workstations, switches, and servers. The slower speeds on the drives might be due to NAS storage. To boost performance above 100MB/s, consider optimizing drive settings or upgrading to faster storage.
O
OnesieLover
01-05-2026, 06:52 AM #7

The setup uses managed switches with Jumbo frames on workstations, switches, and servers. The slower speeds on the drives might be due to NAS storage. To boost performance above 100MB/s, consider optimizing drive settings or upgrading to faster storage.

B
BloodyViper13
Junior Member
3
01-05-2026, 03:51 PM
#8
Consider using a network-only test with tools like iperf to verify the network is functioning properly. You can deploy it via the provided Docker image link and execute it with the specified command. In a client environment, run iperf to check connectivity using your router's IP address.
B
BloodyViper13
01-05-2026, 03:51 PM #8

Consider using a network-only test with tools like iperf to verify the network is functioning properly. You can deploy it via the provided Docker image link and execute it with the specified command. In a client environment, run iperf to check connectivity using your router's IP address.

I
IICarCarII
Member
52
01-05-2026, 04:26 PM
#9
Results indicate a clear pattern. Further analysis is recommended.
I
IICarCarII
01-05-2026, 04:26 PM #9

Results indicate a clear pattern. Further analysis is recommended.

X
XylixTv
Member
193
01-05-2026, 04:46 PM
#10
It seems your connection is still limited to Gbit instead of the expected 10Gbit. It might indicate an issue in your network setup. To verify, you could attempt parallel calls from the client using: iperf3 -P 10 -c YourNasIP
X
XylixTv
01-05-2026, 04:46 PM #10

It seems your connection is still limited to Gbit instead of the expected 10Gbit. It might indicate an issue in your network setup. To verify, you could attempt parallel calls from the client using: iperf3 -P 10 -c YourNasIP

Pages (2): 1 2 Next