Import disk speed is only 10m/s

vito

Cadet
Joined
Jun 12, 2020
Messages
6
Version:
FreeNAS-11.3-U3.2
Model:
Intel(R) Xeon(R) CPU E3-1220 v6 @ 3.00GHz
Asus p10s-v
Physical Memory:
16272 MiB
Disk
wd ST8000VN0022-2 8T x 4 raidz2

I am migrating data from centos to freenas, the efficiency of raidz2 seems to be very slow

I tried nfs mount, using rsync transmission at the beginning, the transmission speed will be 30m/s, but when the memory is exhausted, the speed drops to 10m/s and continues at this speed

I removed my disk from centos and placed it in freenas to use the disk import function. The average transmission is also about 10m/s.

How should I find the problem?

Code:
root@freenas[/mnt/data/test]# dd if=/dev/zero of=./abc bs=1M count=1024
1024+0 records in
1024+0 records out
1073741824 bytes transferred in 92.531133 secs (11604114 bytes/sec)
 

Attachments

  • Snipaste_2020-06-12_17-46-09.png
    Snipaste_2020-06-12_17-46-09.png
    89.8 KB · Views: 179
  • Snipaste_2020-06-12_17-46-18.png
    Snipaste_2020-06-12_17-46-18.png
    96 KB · Views: 187
  • Snipaste_2020-06-12_17-46-24.png
    Snipaste_2020-06-12_17-46-24.png
    89.8 KB · Views: 181
  • Snipaste_2020-06-12_17-46-40.png
    Snipaste_2020-06-12_17-46-40.png
    90.2 KB · Views: 194

Samuel Tai

Never underestimate your own stupidity
Moderator
Joined
Apr 24, 2020
Messages
5,399
Is the storage controller configured in AHCI or RAID mode?
 

Samuel Tai

Never underestimate your own stupidity
Moderator
Joined
Apr 24, 2020
Messages
5,399
What does smartctl -i /dev/adax, where x=2-5, show? Those drives are capable of much faster, but I wonder if there's a BIOS interaction where they're not in UDMA, and have negotiated down to the lowest PIO mode.
 

vito

Cadet
Joined
Jun 12, 2020
Messages
6
What does smartctl -i /dev/adax, where x=2-5, show? Those drives are capable of much faster, but I wonder if there's a BIOS interaction where they're not in UDMA, and have negotiated down to the lowest PIO mode.
The information is as follows, thank you for your help! !
 

Attachments

  • 2.png
    2.png
    42.7 KB · Views: 177
  • 3.png
    3.png
    42.1 KB · Views: 182
  • 4.png
    4.png
    43 KB · Views: 187
  • 5.png
    5.png
    41.4 KB · Views: 175

Samuel Tai

Never underestimate your own stupidity
Moderator
Joined
Apr 24, 2020
Messages
5,399
Digging around in Asus forums, Amazon reviews, and reddits, I found hints the audio subsystem may be hogging the PCI-E bus. Try disabling the audio subsystem.
 

vito

Cadet
Joined
Jun 12, 2020
Messages
6
Digging around in Asus forums, Amazon reviews, and reddits, I found hints the audio subsystem may be hogging the PCI-E bus. Try disabling the audio subsystem.
Hi~~I tried what you said, the situation is profitable but the transmission speed is still very slow。。。
 

Attachments

  • 2.png
    2.png
    53.1 KB · Views: 183
  • 3.png
    3.png
    55.5 KB · Views: 180
  • 4.png
    4.png
    52.9 KB · Views: 184
  • 5.png
    5.png
    52.9 KB · Views: 184

vito

Cadet
Joined
Jun 12, 2020
Messages
6
Hi~~I tried what you said, the situation is profitable but the transmission speed is still very slow。。。
After writing continuously for two hours, the speed will still drop below 10m/s
 

Samuel Tai

Never underestimate your own stupidity
Moderator
Joined
Apr 24, 2020
Messages
5,399
Actually, that's as fast as your drives can go. The graphs are in MiB/s. 10 MiB/s = 83.8 Mbps.
 

vito

Cadet
Joined
Jun 12, 2020
Messages
6
Actually, that's as fast as your drives can go. The graphs are in MiB/s. 10 MiB/s = 83.8 Mbps.
In fact, I tested that the transmission speed of samba on the LAN can reach gigabit, so I think there must be a problem, but I don't know where the problem is.
 

Samuel Tai

Never underestimate your own stupidity
Moderator
Joined
Apr 24, 2020
Messages
5,399
What NFS mount options are you using?
 
Top