file copying via network only at 10MB/s

  • Hi all,


    I recently switched the old HP N54l back on, out some disks in it and installed the latest omv release. prior to this I tried xigmanas and the behaviour was the same, so I am kind of saure it is not related to omv as such, but maybe someone could point me to an area ro research closer.


    First I tried internal copying, which looks reasonable to me:


    root@omv:~# rsync --info=progress2 file.txt /sharedfolders/sd2/file3.txt ### from sdd to sata disk
    4,294,967,296 100% 131.44MB/s 0:00:31 (xfr#1, to-chk=0/1)
    root@omv:~# rsync --info=progress2 file.txt /sharedfolders/RD1/file3.txt ### from sdd to Raid5 (still syncing after setup)
    4,294,967,296 100% 117.85MB/s 0:00:34 (xfr#1, to-chk=0/1)
    root@omv:~# rsync --info=progress2 /sharedfolders/RD1/file3.txt /sharedfolders/sd2/file4.txt ### from Raid5 to sata disk
    4,294,967,296 100% 78.24MB/s 0:00:52 (xfr#1, to-chk=0/1)
    root@omv:~# rsync --info=progress2 /sharedfolders/sd2/file4.txt /sharedfolders/RD1/file5.txt ### from sata disk to raid disk
    4,294,967,296 100% 119.89MB/s 0:00:34 (xfr#1, to-chk=0/1)


    but whatever I use via Network, so sftp, rsync, smb, nfs all do not exceed 11MB/s while copying the same files.


    I have a dual port intel nic in the box:
    root@omv:~# lspci | grep -i net
    02:00.0 Ethernet controller: Intel Corporation 82571EB Gigabit Ethernet Controller (rev 06)
    02:00.1 Ethernet controller: Intel Corporation 82571EB Gigabit Ethernet Controller (rev 06) #### using this eth-if!
    03:00.0 Ethernet controller: Broadcom Limited NetXtreme BCM5723 Gigabit Ethernet PCIe (rev 10) #### tried this also, similar numbers


    so also I did some measurements with iperf: I left the ips in for distinguishment, where 195 is the intel nix and 239 is the broadcomm and the last test went via eth lan


    root@omv:~# iperf3 -s
    -----------------------------------------------------------
    Server listening on 5201
    -----------------------------------------------------------
    Accepted connection from 192.168.2.228, port 41040
    [ 5] local 192.168.2.195 port 5201 connected to 192.168.2.228 port 41042
    [ ID] Interval Transfer Bandwidth
    [ 5] 0.00-1.00 sec 3.17 MBytes 26.6 Mbits/sec
    [ 5] 1.00-2.00 sec 3.25 MBytes 27.3 Mbits/sec
    [ 5] 2.00-3.00 sec 2.99 MBytes 25.1 Mbits/sec
    [ 5] 3.00-4.00 sec 3.21 MBytes 26.9 Mbits/sec
    [ 5] 4.00-5.00 sec 3.34 MBytes 28.0 Mbits/sec
    [ 5] 5.00-6.00 sec 3.10 MBytes 26.0 Mbits/sec
    [ 5] 6.00-7.00 sec 2.96 MBytes 24.9 Mbits/sec
    [ 5] 7.00-8.00 sec 3.14 MBytes 26.3 Mbits/sec
    [ 5] 8.00-9.00 sec 3.46 MBytes 29.0 Mbits/sec
    [ 5] 9.00-10.00 sec 3.14 MBytes 26.4 Mbits/sec
    [ 5] 10.00-10.04 sec 83.4 KBytes 18.6 Mbits/sec
    - - - - - - - - - - - - - - - - - - - - - - - - -
    [ ID] Interval Transfer Bandwidth
    [ 5] 0.00-10.04 sec 0.00 Bytes 0.00 bits/sec sender
    [ 5] 0.00-10.04 sec 31.8 MBytes 26.6 Mbits/sec receiver
    -----------------------------------------------------------
    Server listening on 5201
    -----------------------------------------------------------
    Accepted connection from 192.168.2.202, port 34614
    [ 5] local 192.168.2.195 port 5201 connected to 192.168.2.202 port 34616
    [ ID] Interval Transfer Bandwidth
    [ 5] 0.00-1.00 sec 10.8 MBytes 90.9 Mbits/sec
    [ 5] 1.00-2.00 sec 11.1 MBytes 92.9 Mbits/sec
    [ 5] 2.00-3.00 sec 10.9 MBytes 91.7 Mbits/sec
    [ 5] 3.00-4.00 sec 11.2 MBytes 93.6 Mbits/sec
    [ 5] 4.00-5.00 sec 11.0 MBytes 92.2 Mbits/sec
    [ 5] 5.00-6.00 sec 11.2 MBytes 93.7 Mbits/sec
    [ 5] 6.00-7.00 sec 10.9 MBytes 91.9 Mbits/sec
    [ 5] 7.00-8.00 sec 11.0 MBytes 92.1 Mbits/sec
    [ 5] 8.00-9.00 sec 11.1 MBytes 93.2 Mbits/sec
    [ 5] 9.00-10.00 sec 10.9 MBytes 91.4 Mbits/sec
    [ 5] 10.00-10.04 sec 423 KBytes 94.1 Mbits/sec
    - - - - - - - - - - - - - - - - - - - - - - - - -
    [ ID] Interval Transfer Bandwidth
    [ 5] 0.00-10.04 sec 0.00 Bytes 0.00 bits/sec sender
    [ 5] 0.00-10.04 sec 111 MBytes 92.4 Mbits/sec receiver
    -----------------------------------------------------------
    Server listening on 5201
    -----------------------------------------------------------
    Accepted connection from 192.168.2.228, port 59518
    [ 5] local 192.168.2.239 port 5201 connected to 192.168.2.228 port 59520
    [ ID] Interval Transfer Bandwidth
    [ 5] 0.00-1.00 sec 3.39 MBytes 28.5 Mbits/sec
    [ 5] 1.00-2.00 sec 3.77 MBytes 31.6 Mbits/sec
    [ 5] 2.00-3.00 sec 3.87 MBytes 32.4 Mbits/sec
    [ 5] 3.00-4.00 sec 3.88 MBytes 32.6 Mbits/sec
    [ 5] 4.00-5.00 sec 3.26 MBytes 27.4 Mbits/sec
    [ 5] 5.00-6.00 sec 3.17 MBytes 26.6 Mbits/sec
    [ 5] 6.00-7.00 sec 3.15 MBytes 26.4 Mbits/sec
    [ 5] 7.00-8.00 sec 3.16 MBytes 26.5 Mbits/sec
    [ 5] 8.00-9.00 sec 3.07 MBytes 25.7 Mbits/sec
    [ 5] 9.00-10.00 sec 3.61 MBytes 30.3 Mbits/sec
    [ 5] 10.00-10.04 sec 117 KBytes 24.5 Mbits/sec
    - - - - - - - - - - - - - - - - - - - - - - - - -
    [ ID] Interval Transfer Bandwidth
    [ 5] 0.00-10.04 sec 0.00 Bytes 0.00 bits/sec sender
    [ 5] 0.00-10.04 sec 34.5 MBytes 28.8 Mbits/sec receiver
    -----------------------------------------------------------
    Server listening on 5201
    -----------------------------------------------------------
    Accepted connection from 192.168.2.202, port 42842
    [ 5] local 192.168.2.239 port 5201 connected to 192.168.2.202 port 42844
    [ ID] Interval Transfer Bandwidth
    [ 5] 0.00-1.00 sec 103 MBytes 862 Mbits/sec
    [ 5] 1.00-2.01 sec 108 MBytes 902 Mbits/sec
    [ 5] 2.01-3.00 sec 108 MBytes 909 Mbits/sec
    [ 5] 3.00-4.00 sec 111 MBytes 930 Mbits/sec
    [ 5] 4.00-5.00 sec 109 MBytes 913 Mbits/sec
    [ 5] 5.00-6.00 sec 108 MBytes 903 Mbits/sec
    [ 5] 6.00-7.00 sec 108 MBytes 905 Mbits/sec
    [ 5] 7.00-8.00 sec 107 MBytes 896 Mbits/sec
    [ 5] 8.00-9.00 sec 108 MBytes 908 Mbits/sec
    [ 5] 9.00-10.00 sec 108 MBytes 904 Mbits/sec
    [ 5] 10.00-10.04 sec 3.41 MBytes 639 Mbits/sec
    - - - - - - - - - - - - - - - - - - - - - - - - -
    [ ID] Interval Transfer Bandwidth
    [ 5] 0.00-10.04 sec 0.00 Bytes 0.00 bits/sec sender
    [ 5] 0.00-10.04 sec 1.05 GBytes 902 Mbits/sec receiver
    -----------------------------------------------------------
    Server listening on 5201
    -----------------------------------------------------------


    any hint where to search closer woudl be appreciated, i am not the best in deep inspections but relatively ok in basic troubleshooting


    Thanks in advance

    OMV - kralizec // Hardware: HP Microserver N40L, 8GB RAM, 5x2TB WD Green - LVM2, 50GB for system
    Ubuntu // Hardware: HP Datavault, 2GB RAM, 4x2TB WD Green - LVM, 8GB For System
    RasperryPi - not used currently
    NAS-FSC-Q700 - about to retire?

    • Offizieller Beitrag

    Check cables and switch. Are they GbE? >= CAT6 (CAT5e). Looks like you are running 100Mbps Ethernet and/or 2.4 GHz wifi.

    Be smart - be lazy. Clone your rootfs.
    OMV 5: 9 x Odroid HC2 + 1 x Odroid HC1 + 1 x Raspberry Pi 4

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!