Giter Site home page Giter Site logo

Comments (10)

GH0000000000 avatar GH0000000000 commented on July 28, 2024 1

from speed-test.

openspeedtest avatar openspeedtest commented on July 28, 2024

Which browser?

  1. Try Chrome or Safari
  2. Run a speed test from Incognito window or Private window.
  3. Check NIC Driver
  4. Turn off QOS in NIC Driver settings
  5. Play with different options in NIC Driver settings.

from speed-test.

GH0000000000 avatar GH0000000000 commented on July 28, 2024

from speed-test.

openspeedtest avatar openspeedtest commented on July 28, 2024

Try https://openspeedtest.com/selfhosted-speedtest#Desktop-Mobile-Apps
Run it on your PC and run a speed test on the same PC. It will show the maximum capacity of your system.
When I tested my USB Ethernet without Installing Driver, I had a similar experience. But once I Installed the Driver, everything worked perfectly. Running Antivirus? or URL Filters? They usually intercept all download requests and slow things down. Another important factor is the QoS settings on your router. Did you try transferring large files? Try to isolate the problem. Rule out each device on the network after testing them one by one.

https://github.com/openspeedtest/Docker-Image this is the dockerFile.
You can play with Nginx Config or logs. But I tested this image on real 10GbE and 30Gbps+ Virtual NIC.
So this will not be a problem.
Another thing you can do is change the docker network to HOST.
If your NAS is Busy or SLOW changing the network to HOST might help.

docker pull       openspeedtest/latest:latest
docker stop       openspeedtest
docker rm         openspeedtest
docker run        --detach \
                  --name      openspeedtest \
                  --restart   unless-stopped \
                  --network   host \
                  openspeedtest/latest:latest

Also Try UBUNTU LIVE USB + Chrome.

from speed-test.

GH0000000000 avatar GH0000000000 commented on July 28, 2024

from speed-test.

openspeedtest avatar openspeedtest commented on July 28, 2024

I never tested a bonded connection. SMB multichannel may work for SMB Transfer. SpeedTest will send multiple XHR Requests to the Server (TCP). I don't know if it will fully utilize both NICs or not in a bonded connection. When we look at upload speed, it is definitely using both NICs? that is why 2.5Gbps? But I don't know why this is not happening in Download Test.

from speed-test.

GH0000000000 avatar GH0000000000 commented on July 28, 2024

from speed-test.

openspeedtest avatar openspeedtest commented on July 28, 2024

@GH0000000000 This is not a bug in NAS or OpenSpeedTest. I think this is the way it works for TCP when you enable aggregation. Randomly use LAN 1 and 2 for new connections. That is why there are varying results. OpenSpeedTest is just a network benchmarking tool. It will show the available bandwidth at that moment. Many things can affect those numbers. Since I have not played with link aggregation, I don't know how to troubleshoot this issue. Maybe post this in Synology forums or Networking forums. Still, if you are getting expected speeds when using SMB, don't worry about OpenSpeedTest numbers because SMB is working fine.

from speed-test.

GH0000000000 avatar GH0000000000 commented on July 28, 2024

from speed-test.

openspeedtest avatar openspeedtest commented on July 28, 2024

Ok, If you managed to fix this issue, please share those details here. It will help other people who go through this.

from speed-test.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.