gcc -o pgms/arithoh -Wall -pedantic -O3 -ffast-math -march=native -mtune=native -I ./src -DTIME -Darithoh src/arith.c
gcc -o pgms/register -Wall -pedantic -O3 -ffast-math -march=native -mtune=native -I ./src -DTIME -Ddatum="register int" src/arith.c
gcc -o pgms/short -Wall -pedantic -O3 -ffast-math -march=native -mtune=native -I ./src -DTIME -Ddatum=short src/arith.c
gcc -o pgms/int -Wall -pedantic -O3 -ffast-math -march=native -mtune=native -I ./src -DTIME -Ddatum=int src/arith.c
gcc -o pgms/long -Wall -pedantic -O3 -ffast-math -march=native -mtune=native -I ./src -DTIME -Ddatum=long src/arith.c
gcc -o pgms/float -Wall -pedantic -O3 -ffast-math -march=native -mtune=native -I ./src -DTIME -Ddatum=float src/arith.c
gcc -o pgms/double -Wall -pedantic -O3 -ffast-math -march=native -mtune=native -I ./src -DTIME -Ddatum=double src/arith.c
gcc -o pgms/hanoi -Wall -pedantic -O3 -ffast-math -march=native -mtune=native -I ./src -DTIME src/hanoi.c
gcc -o pgms/syscall -Wall -pedantic -O3 -ffast-math -march=native -mtune=native -I ./src -DTIME src/syscall.c
gcc -o pgms/context1 -Wall -pedantic -O3 -ffast-math -march=native -mtune=native -I ./src -DTIME src/context1.c
gcc -o pgms/pipe -Wall -pedantic -O3 -ffast-math -march=native -mtune=native -I ./src -DTIME src/pipe.c
src/pipe.c: In function xe2x80x98mainxe2x80x99:
src/pipe.c:52:2: warning: ignoring return value of xe2x80x98pipexe2x80x99, declared with attribute warn_unused_result [-Wunused-result]
pipe(pvec);
^~~~~~~~~~
gcc -o pgms/spawn -Wall -pedantic -O3 -ffast-math -march=native -mtune=native -I ./src -DTIME src/spawn.c
gcc -o pgms/execl -Wall -pedantic -O3 -ffast-math -march=native -mtune=native -I ./src -DTIME src/execl.c
In file included from src/execl.c:34:0:
src/big.c: In function xe2x80x98dummyxe2x80x99:
src/big.c:109:5: warning: ignoring return value of xe2x80x98freopenxe2x80x99, declared with attribute warn_unused_result [-Wunused-result]
freopen("masterlog.00", "a", stderr);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/big.c:197:6: warning: ignoring return value of xe2x80x98freopenxe2x80x99, declared with attribute warn_unused_result [-Wunused-result]
freopen(logname, "w", stderr);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/big.c:221:3: warning: ignoring return value of xe2x80x98dupxe2x80x99, declared with attribute warn_unused_result [-Wunused-result]
dup(pvec[0]);
^~~~~~~~~~~~
src/big.c:225:6: warning: ignoring return value of xe2x80x98freopenxe2x80x99, declared with attribute warn_unused_result [-Wunused-result]
freopen(logname, "w", stderr);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/big.c:318:4: warning: ignoring return value of xe2x80x98writexe2x80x99, declared with attribute warn_unused_result [-Wunused-result]
write(fcopy, cp->line, p - cp->line + 1);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -o pgms/dhry2 -Wall -pedantic -O3 -ffast-math -march=native -mtune=native -I ./src -DTIME -DHZ= ./src/dhry_1.c ./src/dhry_2.c
gcc -o pgms/dhry2reg -Wall -pedantic -O3 -ffast-math -march=native -mtune=native -I ./src -DTIME -DHZ= -DREG=register ./src/dhry_1.c ./src/dhry_2.c
gcc -o pgms/looper -Wall -pedantic -O3 -ffast-math -march=native -mtune=native -I ./src -DTIME src/looper.c
gcc -o pgms/fstime -Wall -pedantic -O3 -ffast-math -march=native -mtune=native -I ./src -DTIME src/fstime.c
gcc -o pgms/whetstone-double -Wall -pedantic -O3 -ffast-math -march=native -mtune=native -I ./src -DTIME -DDP -DUNIX -DUNIXBENCH src/whets.c -lm
make all
make[1]: Entering directory "/root/serverscope-nsRbmR/byte-unixbench/UnixBench"
make distr
make[2]: Entering directory "/root/serverscope-nsRbmR/byte-unixbench/UnixBench"
Checking distribution of files
./pgms exists
./src exists
./testdir exists
make[2]: Leaving directory "/root/serverscope-nsRbmR/byte-unixbench/UnixBench"
make programs
make[2]: Entering directory "/root/serverscope-nsRbmR/byte-unixbench/UnixBench"
make[2]: Nothing to be done for "programs".
make[2]: Leaving directory "/root/serverscope-nsRbmR/byte-unixbench/UnixBench"
make[1]: Leaving directory "/root/serverscope-nsRbmR/byte-unixbench/UnixBench"
sh: 1: 3dinfo: not found
# # # # # # # ##### ###### # # #### # #
# # ## # # # # # # # ## # # # # #
# # # # # # ## ##### ##### # # # # ######
# # # # # # ## # # # # # # # # #
# # # ## # # # # # # # ## # # # #
#### # # # # # ##### ###### # # #### # #
Version 5.1.3 Based on the Byte Magazine Unix Benchmark
Multi-CPU version Version 5 revisions by Ian Smith,
Sunnyvale, CA, USA
January 13, 2011 johantheghost at yahoo period com
1 x Dhrystone 2 using register variables 1 2 3 4 5 6 7 8 9 10
1 x Double-Precision Whetstone 1 2 3 4 5 6 7 8 9 10
1 x Execl Throughput 1 2 3
1 x File Copy 1024 bufsize 2000 maxblocks 1 2 3
1 x File Copy 256 bufsize 500 maxblocks 1 2 3
1 x File Copy 4096 bufsize 8000 maxblocks 1 2 3
1 x Pipe Throughput 1 2 3 4 5 6 7 8 9 10
1 x Pipe-based Context Switching 1 2 3 4 5 6 7 8 9 10
1 x Process Creation 1 2 3
1 x System Call Overhead 1 2 3 4 5 6 7 8 9 10
1 x Shell Scripts (1 concurrent) 1 2 3
1 x Shell Scripts (8 concurrent) 1 2 3
2 x Dhrystone 2 using register variables 1 2 3 4 5 6 7 8 9 10
2 x Double-Precision Whetstone 1 2 3 4 5 6 7 8 9 10
2 x Execl Throughput 1 2 3
2 x File Copy 1024 bufsize 2000 maxblocks 1 2 3
2 x File Copy 256 bufsize 500 maxblocks 1 2 3
2 x File Copy 4096 bufsize 8000 maxblocks 1 2 3
2 x Pipe Throughput 1 2 3 4 5 6 7 8 9 10
2 x Pipe-based Context Switching 1 2 3 4 5 6 7 8 9 10
2 x Process Creation 1 2 3
2 x System Call Overhead 1 2 3 4 5 6 7 8 9 10
2 x Shell Scripts (1 concurrent) 1 2 3
2 x Shell Scripts (8 concurrent) 1 2 3
========================================================================
BYTE UNIX Benchmarks (Version 5.1.3)
System: storj2: GNU/Linux
OS: GNU/Linux -- 4.9.20-std-1 -- #1 SMP Tue Apr 4 12:56:17 UTC 2017
Machine: x86_64 (x86_64)
Language: en_US.utf8 (charmap="UTF-8", collate="UTF-8")
CPU 0: Intel(R) Atom(TM) CPU C2750 @ 2.40GHz (4787.8 bogomips)
x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
CPU 1: Intel(R) Atom(TM) CPU C2750 @ 2.40GHz (4787.8 bogomips)
x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
22:01:01 up 25 days, 4:03, 1 user, load average: 7.58, 4.89, 2.17; runlevel 2017-05-20
------------------------------------------------------------------------
Benchmark Run: Wed Jun 14 2017 22:01:01 - 22:28:54
2 CPUs in system; running 1 parallel copy of tests
Dhrystone 2 using register variables 12323493.8 lps (10.0 s, 7 samples)
Double-Precision Whetstone 2052.6 MWIPS (9.9 s, 7 samples)
Execl Throughput 1117.3 lps (29.7 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks 400011.9 KBps (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks 118674.0 KBps (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks 849655.0 KBps (30.0 s, 2 samples)
Pipe Throughput 1174686.5 lps (10.0 s, 7 samples)
Pipe-based Context Switching 34727.8 lps (10.0 s, 7 samples)
Process Creation 3208.4 lps (30.0 s, 2 samples)
Shell Scripts (1 concurrent) 3338.2 lpm (60.0 s, 2 samples)
Shell Scripts (8 concurrent) 663.1 lpm (60.1 s, 2 samples)
System Call Overhead 1702274.4 lps (10.0 s, 7 samples)
System Benchmarks Index Values BASELINE RESULT INDEX
Dhrystone 2 using register variables 116700.0 12323493.8 1056.0
Double-Precision Whetstone 55.0 2052.6 373.2
Execl Throughput 43.0 1117.3 259.8
File Copy 1024 bufsize 2000 maxblocks 3960.0 400011.9 1010.1
File Copy 256 bufsize 500 maxblocks 1655.0 118674.0 717.1
File Copy 4096 bufsize 8000 maxblocks 5800.0 849655.0 1464.9
Pipe Throughput 12440.0 1174686.5 944.3
Pipe-based Context Switching 4000.0 34727.8 86.8
Process Creation 126.0 3208.4 254.6
Shell Scripts (1 concurrent) 42.4 3338.2 787.3
Shell Scripts (8 concurrent) 6.0 663.1 1105.1
System Call Overhead 15000.0 1702274.4 1134.8
========
System Benchmarks Index Score 601.4
------------------------------------------------------------------------
Benchmark Run: Wed Jun 14 2017 22:28:54 - 22:56:49
2 CPUs in system; running 2 parallel copies of tests
Dhrystone 2 using register variables 24056357.6 lps (10.0 s, 7 samples)
Double-Precision Whetstone 4104.2 MWIPS (9.9 s, 7 samples)
Execl Throughput 2789.0 lps (30.0 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks 469432.9 KBps (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks 134443.8 KBps (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks 1149943.6 KBps (30.0 s, 2 samples)
Pipe Throughput 2281218.9 lps (10.0 s, 7 samples)
Pipe-based Context Switching 109676.3 lps (10.0 s, 7 samples)
Process Creation 7479.1 lps (30.0 s, 2 samples)
Shell Scripts (1 concurrent) 5312.3 lpm (60.0 s, 2 samples)
Shell Scripts (8 concurrent) 688.6 lpm (60.0 s, 2 samples)
System Call Overhead 2595236.8 lps (10.0 s, 7 samples)
System Benchmarks Index Values BASELINE RESULT INDEX
Dhrystone 2 using register variables 116700.0 24056357.6 2061.4
Double-Precision Whetstone 55.0 4104.2 746.2
Execl Throughput 43.0 2789.0 648.6
File Copy 1024 bufsize 2000 maxblocks 3960.0 469432.9 1185.4
File Copy 256 bufsize 500 maxblocks 1655.0 134443.8 812.3
File Copy 4096 bufsize 8000 maxblocks 5800.0 1149943.6 1982.7
Pipe Throughput 12440.0 2281218.9 1833.8
Pipe-based Context Switching 4000.0 109676.3 274.2
Process Creation 126.0 7479.1 593.6
Shell Scripts (1 concurrent) 42.4 5312.3 1252.9
Shell Scripts (8 concurrent) 6.0 688.6 1147.6
System Call Overhead 15000.0 2595236.8 1730.2
========
System Benchmarks Index Score 1029.3
dd if=/dev/zero of=benchmark bs=64K count=32K conv=fdatasync 32768+0 records in 32768+0 records out 2147483648 bytes (2.1 GB, 2.0 GiB) copied, 11.9709 s, 179 MB/s dd if=/dev/zero of=benchmark bs=1M count=2048 conv=fdatasync 2048+0 records in 2048+0 records out 2147483648 bytes (2.1 GB, 2.0 GiB) copied, 11.9401 s, 180 MB/s
./fio --time_based --name=benchmark --size=256M --runtime=60 --randrepeat=1 --iodepth=32 --invalidate=1 --verify=0 --verify_fatal=0 --numjobs=8 --rw=randread --blocksize=4k --group_reporting
benchmark: (g=0): rw=randread, bs=4K-4K/4K-4K/4K-4K, ioengine=sync, iodepth=32
...
fio-2.8
Starting 8 processes
benchmark: Laying out IO file(s) (1 file(s) / 256MB)
benchmark: Laying out IO file(s) (1 file(s) / 256MB)
benchmark: Laying out IO file(s) (1 file(s) / 256MB)
benchmark: Laying out IO file(s) (1 file(s) / 256MB)
benchmark: Laying out IO file(s) (1 file(s) / 256MB)
benchmark: Laying out IO file(s) (1 file(s) / 256MB)
benchmark: Laying out IO file(s) (1 file(s) / 256MB)
benchmark: Laying out IO file(s) (1 file(s) / 256MB)
benchmark: (groupid=0, jobs=8): err= 0: pid=15613: Wed Jun 14 21:57:51 2017
read : io=8212.5MB, bw=140154KB/s, iops=35038, runt= 60002msec
clat (usec): min=2, max=29678, avg=218.89, stdev=339.09
lat (usec): min=2, max=29679, avg=219.66, stdev=339.33
clat percentiles (usec):
| 1.00th=[ 3], 5.00th=[ 4], 10.00th=[ 4], 20.00th=[ 61],
| 30.00th=[ 145], 40.00th=[ 173], 50.00th=[ 197], 60.00th=[ 221],
| 70.00th=[ 255], 80.00th=[ 306], 90.00th=[ 390], 95.00th=[ 474],
| 99.00th=[ 740], 99.50th=[ 1004], 99.90th=[ 5216], 99.95th=[ 7840],
| 99.99th=[12224]
bw (KB /s): min= 8792, max=31504, per=12.49%, avg=17505.47, stdev=3806.50
lat (usec) : 4=3.38%, 10=15.02%, 20=0.91%, 50=0.64%, 100=0.39%
lat (usec) : 250=48.22%, 500=27.40%, 750=3.08%, 1000=0.45%
lat (msec) : 2=0.28%, 4=0.09%, 10=0.10%, 20=0.03%, 50=0.01%
cpu : usr=5.04%, sys=16.89%, ctx=1684202, majf=1, minf=88
IO depths : 1=100.0%, 2=0.0%, 4=0.0%, 8=0.0%, 16=0.0%, 32=0.0%, >=64=0.0%
submit : 0=0.0%, 4=100.0%, 8=0.0%, 16=0.0%, 32=0.0%, 64=0.0%, >=64=0.0%
complete : 0=0.0%, 4=100.0%, 8=0.0%, 16=0.0%, 32=0.0%, 64=0.0%, >=64=0.0%
issued : total=r=2102385/w=0/d=0, short=r=0/w=0/d=0, drop=r=0/w=0/d=0
latency : target=0, window=0, percentile=100.00%, depth=32
Run status group 0 (all jobs):
READ: io=8212.5MB, aggrb=140154KB/s, minb=140154KB/s, maxb=140154KB/s, mint=60002msec, maxt=60002msec
Disk stats (read/write):
vda: ios=1676570/34, merge=0/43, ticks=184070/10, in_queue=183350, util=97.93%
./fio --time_based --name=benchmark --size=256M --runtime=60 --randrepeat=1 --iodepth=32 --direct=1 --invalidate=1 --verify=0 --verify_fatal=0 --numjobs=8 --rw=randread --blocksize=4k --group_reporting
benchmark: (g=0): rw=randread, bs=4K-4K/4K-4K/4K-4K, ioengine=sync, iodepth=32
...
fio-2.8
Starting 8 processes
benchmark: (groupid=0, jobs=8): err= 0: pid=15633: Wed Jun 14 21:58:52 2017
read : io=7603.2MB, bw=129758KB/s, iops=32439, runt= 60001msec
clat (usec): min=64, max=18823, avg=235.79, stdev=252.54
lat (usec): min=64, max=18824, avg=236.60, stdev=252.71
clat percentiles (usec):
| 1.00th=[ 104], 5.00th=[ 126], 10.00th=[ 133], 20.00th=[ 153],
| 30.00th=[ 175], 40.00th=[ 187], 50.00th=[ 205], 60.00th=[ 221],
| 70.00th=[ 239], 80.00th=[ 278], 90.00th=[ 342], 95.00th=[ 418],
| 99.00th=[ 668], 99.50th=[ 940], 99.90th=[ 3344], 99.95th=[ 5600],
| 99.99th=[10048]
bw (KB /s): min= 4360, max=22648, per=12.50%, avg=16215.53, stdev=1929.05
lat (usec) : 100=0.65%, 250=73.16%, 500=23.60%, 750=1.82%, 1000=0.31%
lat (msec) : 2=0.28%, 4=0.09%, 10=0.07%, 20=0.01%
cpu : usr=5.16%, sys=17.05%, ctx=1952215, majf=0, minf=81
IO depths : 1=100.0%, 2=0.0%, 4=0.0%, 8=0.0%, 16=0.0%, 32=0.0%, >=64=0.0%
submit : 0=0.0%, 4=100.0%, 8=0.0%, 16=0.0%, 32=0.0%, 64=0.0%, >=64=0.0%
complete : 0=0.0%, 4=100.0%, 8=0.0%, 16=0.0%, 32=0.0%, 64=0.0%, >=64=0.0%
issued : total=r=1946407/w=0/d=0, short=r=0/w=0/d=0, drop=r=0/w=0/d=0
latency : target=0, window=0, percentile=100.00%, depth=32
Run status group 0 (all jobs):
READ: io=7603.2MB, aggrb=129758KB/s, minb=129758KB/s, maxb=129758KB/s, mint=60001msec, maxt=60001msec
Disk stats (read/write):
vda: ios=1943599/45, merge=0/35, ticks=207120/20, in_queue=206530, util=98.91%
./fio --time_based --name=benchmark --size=256M --runtime=60 --filename=benchmark --randrepeat=1 --iodepth=32 --invalidate=1 --verify=0 --verify_fatal=0 --numjobs=8 --rw=randwrite --blocksize=4k --group_reporting
benchmark: (g=0): rw=randwrite, bs=4K-4K/4K-4K/4K-4K, ioengine=sync, iodepth=32
...
fio-2.8
Starting 8 processes
benchmark: (groupid=0, jobs=8): err= 0: pid=15673: Wed Jun 14 22:00:53 2017
write: io=22068MB, bw=376580KB/s, iops=94145, runt= 60008msec
clat (usec): min=5, max=981122, avg=75.50, stdev=3056.73
lat (usec): min=5, max=981122, avg=76.62, stdev=3061.21
clat percentiles (usec):
| 1.00th=[ 6], 5.00th=[ 7], 10.00th=[ 7], 20.00th=[ 7],
| 30.00th=[ 7], 40.00th=[ 8], 50.00th=[ 8], 60.00th=[ 8],
| 70.00th=[ 8], 80.00th=[ 9], 90.00th=[ 9], 95.00th=[ 10],
| 99.00th=[ 44], 99.50th=[ 122], 99.90th=[21888], 99.95th=[30080],
| 99.99th=[47872]
bw (KB /s): min= 2747, max=100674, per=13.09%, avg=49311.05, stdev=16090.69
lat (usec) : 10=91.44%, 20=6.98%, 50=0.67%, 100=0.35%, 250=0.19%
lat (usec) : 500=0.03%, 750=0.01%, 1000=0.01%
lat (msec) : 2=0.03%, 4=0.03%, 10=0.05%, 20=0.09%, 50=0.12%
lat (msec) : 100=0.01%, 250=0.01%, 500=0.01%, 750=0.01%, 1000=0.01%
cpu : usr=6.20%, sys=10.72%, ctx=41594, majf=0, minf=76
IO depths : 1=100.0%, 2=0.0%, 4=0.0%, 8=0.0%, 16=0.0%, 32=0.0%, >=64=0.0%
submit : 0=0.0%, 4=100.0%, 8=0.0%, 16=0.0%, 32=0.0%, 64=0.0%, >=64=0.0%
complete : 0=0.0%, 4=100.0%, 8=0.0%, 16=0.0%, 32=0.0%, 64=0.0%, >=64=0.0%
issued : total=r=0/w=5649454/d=0, short=r=0/w=0/d=0, drop=r=0/w=0/d=0
latency : target=0, window=0, percentile=100.00%, depth=32
Run status group 0 (all jobs):
WRITE: io=22068MB, aggrb=376580KB/s, minb=376580KB/s, maxb=376580KB/s, mint=60008msec, maxt=60008msec
Disk stats (read/write):
vda: ios=144/647466, merge=0/987, ticks=270/4256950, in_queue=4258360, util=68.07%
./fio --time_based --name=benchmark --size=256M --runtime=60 --filename=benchmark --randrepeat=1 --iodepth=32 --direct=1 --invalidate=1 --verify=0 --verify_fatal=0 --numjobs=8 --rw=randwrite --blocksize=4k --group_reporting
benchmark: (g=0): rw=randwrite, bs=4K-4K/4K-4K/4K-4K, ioengine=sync, iodepth=32
...
fio-2.8
Starting 8 processes
benchmark: Laying out IO file(s) (1 file(s) / 256MB)
benchmark: (groupid=0, jobs=8): err= 0: pid=15653: Wed Jun 14 21:59:52 2017
write: io=1095.4MB, bw=18693KB/s, iops=4673, runt= 60003msec
clat (usec): min=105, max=905216, avg=1704.14, stdev=9046.43
lat (usec): min=106, max=905217, avg=1704.99, stdev=9046.46
clat percentiles (usec):
| 1.00th=[ 114], 5.00th=[ 118], 10.00th=[ 131], 20.00th=[ 147],
| 30.00th=[ 165], 40.00th=[ 195], 50.00th=[ 1240], 60.00th=[ 1512],
| 70.00th=[ 1720], 80.00th=[ 1992], 90.00th=[ 2704], 95.00th=[ 4256],
| 99.00th=[16192], 99.50th=[23168], 99.90th=[48384], 99.95th=[63232],
| 99.99th=[399360]
bw (KB /s): min= 54, max= 6656, per=12.67%, avg=2368.79, stdev=1246.60
lat (usec) : 250=45.37%, 500=2.76%, 750=0.49%, 1000=0.15%
lat (msec) : 2=31.57%, 4=14.23%, 10=3.40%, 20=1.36%, 50=0.58%
lat (msec) : 100=0.06%, 250=0.01%, 500=0.03%, 1000=0.01%
cpu : usr=0.66%, sys=3.79%, ctx=620113, majf=0, minf=75
IO depths : 1=100.0%, 2=0.0%, 4=0.0%, 8=0.0%, 16=0.0%, 32=0.0%, >=64=0.0%
submit : 0=0.0%, 4=100.0%, 8=0.0%, 16=0.0%, 32=0.0%, 64=0.0%, >=64=0.0%
complete : 0=0.0%, 4=100.0%, 8=0.0%, 16=0.0%, 32=0.0%, 64=0.0%, >=64=0.0%
issued : total=r=0/w=280405/d=0, short=r=0/w=0/d=0, drop=r=0/w=0/d=0
latency : target=0, window=0, percentile=100.00%, depth=32
Run status group 0 (all jobs):
WRITE: io=1095.4MB, aggrb=18692KB/s, minb=18692KB/s, maxb=18692KB/s, mint=60003msec, maxt=60003msec
Disk stats (read/write):
vda: ios=11/280035, merge=0/2301, ticks=10/52510, in_queue=52420, util=75.34%
Downloaded 104857600 bytes in 0.993 sec Downloaded 104857600 bytes in 0.994 sec Downloaded 104857600 bytes in 0.996 sec Downloaded 104857600 bytes in 1.017 sec Downloaded 104857600 bytes in 1.053 sec Finished! Average download speed is 791.61 Mbit/s
Retrieving speedtest.net configuration... Retrieving speedtest.net server list... Testing from Scaleway ... Selecting 15 servers that are not too close: 1. iperf.fr (Rouen) [111.21 km]: 8.58 ms 2. Ikoula (Reims) [131.50 km]: 7.811 ms 3. LaFibre.info (Douai) [176.53 km]: 5.861 ms 4. MyTheValentinus (Roubaix) [213.32 km]: 7.273 ms 5. ePlay TV (Roubaix) [213.32 km]: 17.147 ms 6. media-upload.net (Roubaix) [213.32 km]: 15.993 ms 7. AdvancedFight (Roubaix) [213.32 km]: 8.575 ms 8. Louis Mylle (Wijtschate) [217.88 km]: 33.113 ms 9. Matthews Tech (Gravelines) [237.06 km]: 10.253 ms 10. Magic-VPN (Gravelines) [237.06 km]: 28.07 ms 11. CloudConnX (Eastbourne) [258.84 km]: 26.841 ms 12. Universite Catholique de Louvain (Louvain-La-Neuve) [259.09 km]: 27.032 ms 13. Combell (Brussels) [264.26 km]: 37.802 ms 14. Orange Belgium (Brussels) [264.26 km]: 19.476 ms 15. Riffle Media BVBA (Brussels) [264.26 km]: 12.687 ms Testing upload speeds 1. iperf.fr (Rouen): ......................... 459.24 Mbit/s 2. Ikoula (Reims): ......................... 391.05 Mbit/s 3. LaFibre.info (Douai): ......................... 470.56 Mbit/s 4. MyTheValentinus (Roubaix): ......................... 418.68 Mbit/s 5. ePlay TV (Roubaix): ......................... 73.37 Mbit/s 6. media-upload.net (Roubaix): ......................... 290.90 Mbit/s 7. AdvancedFight (Roubaix): ......................... 421.43 Mbit/s 8. Louis Mylle (Wijtschate): ......................... 125.22 Mbit/s 9. Matthews Tech (Gravelines): ......................... 347.69 Mbit/s 10. Magic-VPN (Gravelines): ......................... 191.83 Mbit/s 11. CloudConnX (Eastbourne): ......................... 200.65 Mbit/s 12. Universite Catholique de Louvain (Louvain-La-Neuve):......................... 159.63 Mbit/s 13. Combell (Brussels): ......................... 159.02 Mbit/s 14. Orange Belgium (Brussels): ......................... 88.25 Mbit/s 15. Riffle Media BVBA (Brussels): ......................... 49.71 Mbit/s Average upload speed is 256.48 Mbit/s