SOLVED Normal to see copy speed of 10 MiBps?

rmont

Dabbler
Joined
Jun 18, 2020
Messages
42
I am copying 2 TB of data from one disk to another (rsync job not attached to console).
They are both 5400 rpm SATA SMR devices.

I see a transfer speed of approximately 10 MiBps. Is this normal?

The server is not doing much else (CPU 2-3%). 16Gb RAM, core i3-9100.
It's a mix of 1K and 1-2M files.


1610546191579.png


1610546211732.png
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,703
I see a transfer speed of approximately 10 MiBps

a mix of 1K and 1-2M files
Perfectly normal for high numbers of small files.

Lots of "wasted" time dealing with metadata, not a lot of time moving the actual data.
 

Chris Moore

Hall of Famer
Joined
May 2, 2015
Messages
10,080
rsync is also a slow way to copy data. You can get much greater speed by using ZFS send and receive if you are sending a pool or dataset.
 

Etorix

Wizard
Joined
Dec 30, 2020
Messages
2,134
Last edited:

Chris Moore

Hall of Famer
Joined
May 2, 2015
Messages
10,080
They are both 5400 rpm SATA SMR devices.
---
I see a transfer speed of approximately 10 MiBps. Is this normal?

The server is not doing much else (CPU 2-3%). 16Gb RAM, core i3-9100.
It's a mix of 1K and 1-2M files.
What model hard drives are you using?

These are just two single drives, not a pool of drives, right?
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,703
SMR drives are also a plausible reason for poor sustained writes. Most importantly, you shouldn't be using SMR drives with ZFS.
I had somehow missed that point... indeed this may explain extreme slowness in large data transfer.

Please have a look at dmesg to see if your disks are struggling (but generally look at replacing them with CMR).
 
Top