Skip to content
This repository has been archived by the owner on Apr 23, 2018. It is now read-only.

Download - NaN result #64

Open
fachamix opened this issue Nov 23, 2016 · 0 comments
Open

Download - NaN result #64

fachamix opened this issue Nov 23, 2016 · 0 comments

Comments

@fachamix
Copy link

I am getting the following error after execution of Download test...

[Download] Restarting measures with 10.000 MB of data...
[Download] The minimum delay of 8.000 seconds has not been reached
[Download] Restarting measures with 10.000 MB of data...
[Download] undefined
[Download] Final average speed: NaN MBps
[Download] Finished measures

Server = APACHE
SETTINGS=
{
latency: {
// Where is located your network.php file.
endpoint: './network.php',
// How many measures should be returned.
measures: 5,
// How much attempts to get a valid value should be done for each measure.
attempts: 3
},

upload: {
    // Where is located your `network.php` file.
    endpoint: './network.php',
    // The delay while you want to take measures.
    delay: 8000,

    data: {
        // The amount of data to initially use.
        size: 2 * 1024 * 1024, // 2 MB

        // If the measure period can't reach the delay defined in the settings,
        // the data amount is multiplied by the following value.
        multiplier: 2
    }
},

download: {
    // Where is located your `network.php` file.
    endpoint: './network.php',
    // The delay while you want to take measures.
    delay: 8000,

    data: {
        // The amount of data to initially use.
        size: 10 * 1024 * 1024, // 10 MB

        // If the measure period can't reach the delay defined in the settings,
        // the data amount is multiplied by the following value.
        multiplier: 1
    }
}

}

I dont know whats going on on this.

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

No branches or pull requests

1 participant