Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

speed testing with ~1Gbit/s #5

Open
mturnaviotov opened this issue May 15, 2016 · 6 comments
Open

speed testing with ~1Gbit/s #5

mturnaviotov opened this issue May 15, 2016 · 6 comments

Comments

@mturnaviotov
Copy link

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

@enryIT
Copy link
Owner

enryIT commented May 15, 2016

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

@mesb1
Copy link

mesb1 commented May 18, 2016

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!

@PeterDaveHello
Copy link
Contributor

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!

@thomasbergmann
Copy link

thomasbergmann commented Sep 30, 2016

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
    }

@mesb1
Copy link

mesb1 commented Sep 30, 2016

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

@jaredmauch
Copy link

I'm having a similar issue as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants