Gigabit network. Unable to get faster than 30MB/sec

  • Hi all,


    I've looked all over for a solution, but it has eluded me.


    HP N54L microserver 12GB mem 2.2Ghz CPU

    OMV 5.6.20-1


    Gigabit network / switch / OMV connecting at 1000 Full.


    I have onboard 6 disk SATA setup as RAID10, so the storage is fast enough...


    When I copy to or from either my ESXI server or my computer the max transfer is 30MB/sec .. sometimes I get 40MB at a burst..


    Now theoretical max on Gbit is 120MB, but of course with overheads I expect less, but 80+ would be really nice / useful.


    HELP!

    ..muddling my way through linux one bit at a time....


    HP N54L - OMV 5.6.20-1 - 8TB + 6TB ICY DOCK - 16GB


    Mac Guru 8)8o

  • thanks for the speed reply.. the switch shows all connections are Gbit. OMV shows Gbit. ESxi shows Gbit..


    I've done some digging and things are... a bit ... odd..


    when I run:


    Code
    ip a


    I get the interface as:


    enp3s0


    but in OMV its listed as


    enp2s0


    attempting to change this brings a whole load of errors:


    Code
    Failed to execute command 'export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin; export LANG=C.UTF-8; apt-get update 2>&1' with exit code '100': Get:1 file:/var/cache/openmediavault/archives InRelease Ign:1 file:/var/cache/openmediavault/archives InRelease Get:2 file:/var/cache/openmediavault/archives Release Ign:2 file:/var/cache/openmediavault/archives Release Get:3 file:/var/cache/openmediavault/archives Packages Ign:3 file:/var/cache/openmediavault/archives Packages Get:4 file:/var/cache/openmediavault/archives Translation-en Ign:4 file:/var/cache/openmediavault/archives Translation-en Get:3 file:/var/cache/openmediavault/archives Packages Ign:3 file:/var/cache/openmediavault/archives Packages Get:4 file:/var/cache/openmediavault/archives Translation-en Ign:4 file:/var/cache/openmediavault/archives Translation-en Get:3 file:/var/cache/openmediavault/archives Packages Ign:3 file:/var/cache/openmediavault/archives Packages Get:4 file:/var/cache/openmediavault/archives Translation-en Ign:4 file:/var/cache/openmediavault/archives Translation-en Get:3 file:/var/cache/openmediavault/archives Packages Ign:3 file:/var/cache/openmediavault/archives Packages Get:4 file:/var/cache/openmediavault/archives Translation-en Ign:4 file:/var/cache/openmediavault/archives Translation-en Get:3 file:/var/cache/openmediavault/archives Packages Ign:3 file:/var/cache/openmediavault/archives Packages Get:4 file:/var/cache/openmediavault/archives Translation-en Ign:4 file:/var/cache/openmediavault/archives Translation-en Get:3 file:/var/cache/openmediavault/archives Packages Ign:3 file:/var/cache/openmediavault/archives Packages Get:4 file:/var/cache/openmediavault/archives Translation-en Ign:4 file:/var/cache/openmediavault/archives Translation-en Get:3 file:/var/cache/openmediavault/archives Packages Get:4 file:/var/cache/openmediavault/archives Translation-en Ign:4 file:/var/cache/openmediavault/archives Translation-en Get:5 http://httpredir.debian.org/debian buster-backports InRelease [46.7 kB] Get:6 http://deb.debian.org/debian buster InRelease [122 kB] Get:7 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] Hit:8 http://packages.openmediavault.org/public usul InRelease Get:9 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] Hit:10 https://openmediavault.github.io/packages usul InRelease Get:11 http://httpredir.debian.org/debian buster-backports/main amd64 Packages.diff/Index [27.8 kB] Get:12 http://httpredir.debian.org/debian buster-backports/main Translation-en.diff/Index [27.8 kB] Get:13 http://httpredir.debian.org/debian buster-backports/main amd64 Packages 2021-12-15-1401.20.pdiff [673 B] Get:13 http://httpredir.debian.org/debian buster-backports/main amd64 Packages 2021-12-15-1401.20.pdiff [673 B] Get:14 http://httpredir.debian.org/debian buster-backports/main Translation-en 2021-12-15-1401.20.pdiff [4898 B] Get:14 http://httpredir.debian.org/debian buster-backports/main Translation-en 2021-12-15-1401.20.pdiff [4898 B] Ign:14 http://httpredir.debian.org/debian buster-backports/main Translation-en 2021-12-15-1401.20.pdiff Get:15 http://httpredir.debian.org/debian buster-backports/main Translation-en [409 kB] Reading package lists... E: Repository 'http://deb.debian.org/debian buster InRelease' changed its 'Suite' value from 'stable' to 'oldstable' E: Repository 'http://security.debian.org/debian-security buster/updates InRelease' changed its 'Suite' value from 'stable' to 'oldstable' E: Repository 'http://deb.debian.org/debian buster-updates InRelease' changed its 'Suite' value from 'stable-updates' to 'oldstable-updates

    I have the feeling at some point I may have mangled my OMV...


    Options here are...


    1) wipe OMV - re-install.. I've only got two RAID arrays setup and from what I remember they will be recognised, so just re setup SMB / NFS shares


    2) someone looks at this and says "I know how to fix this.. just do <foo bar> "


    thanks again for the assist.. :)

    ..muddling my way through linux one bit at a time....


    HP N54L - OMV 5.6.20-1 - 8TB + 6TB ICY DOCK - 16GB


    Mac Guru 8)8o

  • See: https://stackoverflow.com/questions/68802802/repository-http-security-debian-org-debian-security-buster-updates-inrelease


    sudo apt-get --allow-releaseinfo-change update


    Then check the network speed with iperf3 and post the results to fix speed problems

    This will tell us, if it is the network or someting else.

    If you got help in the forum and want to give something back to the project click here (omv) or here (scroll down) (plugins) and write up your solution for others.

  • Hi Zoki,


    Thanks for taking the time to help out.. applied the apt-get and setup iperf3 output:


    which is ... slow.. considering everything is showing Gbit as the connection...


    what's next to try ?

    ..muddling my way through linux one bit at a time....


    HP N54L - OMV 5.6.20-1 - 8TB + 6TB ICY DOCK - 16GB


    Mac Guru 8)8o

  • Do you have another VM in the ESXi? Try iperf3 with this one.

    Do you have other devices in the network to test?Idea is to rule out single components.


    I would do a test without the ESXi first.

    If you got help in the forum and want to give something back to the project click here (omv) or here (scroll down) (plugins) and write up your solution for others.

  • Hi,


    that was a test from an i5 Mac 11.6.2 to OVM


    Sorry if I wasn't clear.


    My SMB / NFS tests were from / to:


    i5 macOS 11.x


    i7 Mac Mini ( running esxi 7.x )


    M1 / iX new Macs with Gbit adaptor


    The iperf test was from i5 macOS to OMV


    No VMs were harmed in this test (so far) ;)


    Thanks again.. :thumbup:

    ..muddling my way through linux one bit at a time....


    HP N54L - OMV 5.6.20-1 - 8TB + 6TB ICY DOCK - 16GB


    Mac Guru 8)8o

  • Take a very hard look at the ethernet cable you are using and if you have one you can swap try that.

    --
    Google is your friend and Bob's your uncle!


    OMV AMD64 7.x on headless Chenbro NR12000 1U 1x 8m Quad Core E3-1220 3.1GHz 32GB ECC RAM.

  • Given the number of devices you have at your hands, you could try to find a pair with acceptable transfer speed and exchange the cable / switch port between one of the pair and your OMV server.

    If you got help in the forum and want to give something back to the project click here (omv) or here (scroll down) (plugins) and write up your solution for others.

  • great suggestion..


    and..


    I fixed it...


    And it wasn't OMV.. tested from other devices and getting 100MB+


    And the issue was.... :cursing::cursing::cursing::cursing::cursing:

    Sophos AV

    removed and getting 80MB+


    Quite unbelievable that its that inefficient that it cripples the network connection..


    Now off to find a reliable AV for macOS...

    ..muddling my way through linux one bit at a time....


    HP N54L - OMV 5.6.20-1 - 8TB + 6TB ICY DOCK - 16GB


    Mac Guru 8)8o

  • macom

    Hat das Label OMV 5.x hinzugefügt.
  • macom

    Hat das Label gelöst hinzugefügt.

Jetzt mitmachen!

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