html5_speedtest icon indicating copy to clipboard operation
html5_speedtest copied to clipboard

speed testing with ~1Gbit/s

Open mturnaviotov opened this issue 9 years ago • 6 comments
trafficstars

We try to use your app for your 1Gbit's channel, but mathematic of code fails at ~200-250 mbits and upper. We can help you to test it foor higher speeds Thanks

mturnaviotov avatar May 15 '16 13:05 mturnaviotov

This is simply a UI for the network.js library, you can find out more at https://github.com/nesk/network.js/blob/master/README.md

enryIT avatar May 15 '16 15:05 enryIT

Same here, can't do anything on 1gb networks. Starts show without stop on downloads: Starting download measures with 10MB of data... It took less than 8 seconds to download 10MB of data... Restarting with 20MB! It took less than 8 seconds to download 20MB of data... Restarting with 40MB! It took less than 8 seconds to download 40MB of data... Restarting with 80MB! It took less than 8 seconds to download 80MB of data... Restarting with 160MB! It took less than 8 seconds to download 160MB of data... Restarting with 320MB! It took less than 8 seconds to download 320MB of data... Restarting with 640MB! It took less than 8 seconds to download 640MB of data... Restarting with 1280MB! It took less than 8 seconds to download 1280MB of data... Restarting with 2560MB! It took less than 8 seconds to download 2560MB of data... Restarting with 5120MB! It took less than 8 seconds to download 5120MB of data... Restarting with 10240MB!

mesb1 avatar May 18 '16 11:05 mesb1

Same problem?

.
.
.
.
.
It took less than 8 seconds to download 3.3484643974570854e+300MB of data... Restarting with 6.696928794914171e+300MB!
It took less than 8 seconds to download 6.696928794914171e+300MB of data... Restarting with 1.3393857589828342e+301MB!
It took less than 8 seconds to download 1.3393857589828342e+301MB of data... Restarting with 2.6787715179656683e+301MB!
It took less than 8 seconds to download 2.6787715179656683e+301MB of data... Restarting with 5.357543035931337e+301MB!
It took less than 8 seconds to download 5.357543035931337e+301MB of data... Restarting with 1.0715086071862673e+302MB!
It took less than 8 seconds to download InfinityMB of data... Restarting with InfinityMB!
It took less than 8 seconds to download 0MB of data... Restarting with 0MB!
It took less than 8 seconds to download 0MB of data... Restarting with 0MB!
It took less than 8 seconds to download 0MB of data... Restarting with 0MB!
It took less than 8 seconds to download 0MB of data... Restarting with 0MB!

PeterDaveHello avatar Sep 27 '16 11:09 PeterDaveHello

Change content size in network.php (I tenfold it):

// Define a content size for the response, defaults to 20MB.
    $contentSize = 200 * 1024 * 1024;

    if (!empty($_GET['size'])) {
        $contentSize = intval($_GET['size']);
        $contentSize = min($contentSize, 2000 * 1024 * 1024); // Maximum value: 200MB
    }

thomasbergmann avatar Sep 30 '16 10:09 thomasbergmann

Nope, i see some changes, but behaviour is same.

mesb1 avatar Sep 30 '16 11:09 mesb1

I'm having a similar issue as well.

jaredmauch avatar Jan 18 '17 13:01 jaredmauch