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 "/home/v4ticini/serverscope-GZoRzq/byte-unixbench/UnixBench"
make distr
make[2]: Entering directory "/home/v4ticini/serverscope-GZoRzq/byte-unixbench/UnixBench"
Checking distribution of files
./pgms exists
./src exists
./testdir exists
make[2]: Leaving directory "/home/v4ticini/serverscope-GZoRzq/byte-unixbench/UnixBench"
make programs
make[2]: Entering directory "/home/v4ticini/serverscope-GZoRzq/byte-unixbench/UnixBench"
make[2]: Nothing to be done for "programs".
make[2]: Leaving directory "/home/v4ticini/serverscope-GZoRzq/byte-unixbench/UnixBench"
make[1]: Leaving directory "/home/v4ticini/serverscope-GZoRzq/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: v4t-1: GNU/Linux
OS: GNU/Linux -- 4.5.7-std-3 -- #1 SMP Tue Jul 12 09:56:30 UTC 2016
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
CPU 1: Intel(R) Atom(TM) CPU C2750 @ 2.40GHz (4787.8 bogomips)
x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
14:46:47 up 337 days, 5:54, 2 users, load average: 7.99, 4.86, 2.15; runlevel 2016-08-31
------------------------------------------------------------------------
Benchmark Run: Thu Aug 03 2017 14:46:47 - 15:14:44
2 CPUs in system; running 1 parallel copy of tests
Dhrystone 2 using register variables 12236290.6 lps (10.0 s, 7 samples)
Double-Precision Whetstone 2019.4 MWIPS (10.0 s, 7 samples)
Execl Throughput 1980.3 lps (29.9 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks 389841.4 KBps (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks 112411.2 KBps (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks 891964.4 KBps (30.0 s, 2 samples)
Pipe Throughput 1145477.8 lps (10.0 s, 7 samples)
Pipe-based Context Switching 20700.7 lps (10.0 s, 7 samples)
Process Creation 4357.7 lps (30.0 s, 2 samples)
Shell Scripts (1 concurrent) 3875.5 lpm (60.0 s, 2 samples)
Shell Scripts (8 concurrent) 776.3 lpm (60.1 s, 2 samples)
System Call Overhead 1735113.1 lps (10.0 s, 7 samples)
System Benchmarks Index Values BASELINE RESULT INDEX
Dhrystone 2 using register variables 116700.0 12236290.6 1048.5
Double-Precision Whetstone 55.0 2019.4 367.2
Execl Throughput 43.0 1980.3 460.5
File Copy 1024 bufsize 2000 maxblocks 3960.0 389841.4 984.4
File Copy 256 bufsize 500 maxblocks 1655.0 112411.2 679.2
File Copy 4096 bufsize 8000 maxblocks 5800.0 891964.4 1537.9
Pipe Throughput 12440.0 1145477.8 920.8
Pipe-based Context Switching 4000.0 20700.7 51.8
Process Creation 126.0 4357.7 345.8
Shell Scripts (1 concurrent) 42.4 3875.5 914.0
Shell Scripts (8 concurrent) 6.0 776.3 1293.9
System Call Overhead 15000.0 1735113.1 1156.7
========
System Benchmarks Index Score 632.6
------------------------------------------------------------------------
Benchmark Run: Thu Aug 03 2017 15:14:44 - 15:42:43
2 CPUs in system; running 2 parallel copies of tests
Dhrystone 2 using register variables 24372702.6 lps (10.0 s, 7 samples)
Double-Precision Whetstone 4026.1 MWIPS (10.0 s, 7 samples)
Execl Throughput 3302.2 lps (29.8 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks 440998.3 KBps (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks 116105.8 KBps (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks 1146441.4 KBps (30.0 s, 2 samples)
Pipe Throughput 2279418.7 lps (10.0 s, 7 samples)
Pipe-based Context Switching 216012.9 lps (10.0 s, 7 samples)
Process Creation 9023.8 lps (30.0 s, 2 samples)
Shell Scripts (1 concurrent) 5743.6 lpm (60.0 s, 2 samples)
Shell Scripts (8 concurrent) 816.8 lpm (60.0 s, 2 samples)
System Call Overhead 2570309.1 lps (10.0 s, 7 samples)
System Benchmarks Index Values BASELINE RESULT INDEX
Dhrystone 2 using register variables 116700.0 24372702.6 2088.5
Double-Precision Whetstone 55.0 4026.1 732.0
Execl Throughput 43.0 3302.2 768.0
File Copy 1024 bufsize 2000 maxblocks 3960.0 440998.3 1113.6
File Copy 256 bufsize 500 maxblocks 1655.0 116105.8 701.5
File Copy 4096 bufsize 8000 maxblocks 5800.0 1146441.4 1976.6
Pipe Throughput 12440.0 2279418.7 1832.3
Pipe-based Context Switching 4000.0 216012.9 540.0
Process Creation 126.0 9023.8 716.2
Shell Scripts (1 concurrent) 42.4 5743.6 1354.6
Shell Scripts (8 concurrent) 6.0 816.8 1361.4
System Call Overhead 15000.0 2570309.1 1713.5
========
System Benchmarks Index Score 1123.9
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, 9.16257 s, 234 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, 10.3662 s, 207 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=2574: Thu Aug 3 14:43:39 2017
read : io=2730.6MB, bw=46601KB/s, iops=11650, runt= 60001msec
clat (usec): min=2, max=40993, avg=674.98, stdev=1263.35
lat (usec): min=2, max=40993, avg=675.97, stdev=1263.84
clat percentiles (usec):
| 1.00th=[ 3], 5.00th=[ 4], 10.00th=[ 151], 20.00th=[ 294],
| 30.00th=[ 346], 40.00th=[ 390], 50.00th=[ 438], 60.00th=[ 494],
| 70.00th=[ 564], 80.00th=[ 676], 90.00th=[ 916], 95.00th=[ 1640],
| 99.00th=[ 6752], 99.50th=[ 9152], 99.90th=[15424], 99.95th=[17536],
| 99.99th=[25472]
bw (KB /s): min= 1448, max=17304, per=12.48%, avg=5815.33, stdev=2138.54
lat (usec) : 4=2.24%, 10=4.96%, 20=0.20%, 50=0.14%, 100=0.27%
lat (usec) : 250=7.47%, 500=45.78%, 750=23.37%, 1000=7.15%
lat (msec) : 2=3.96%, 4=2.29%, 10=1.80%, 20=0.35%, 50=0.03%
cpu : usr=2.14%, sys=7.15%, ctx=652643, 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=699024/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=2730.6MB, aggrb=46600KB/s, minb=46600KB/s, maxb=46600KB/s, mint=60001msec, maxt=60001msec
Disk stats (read/write):
vda: ios=643445/11, merge=0/7, ticks=376100/40, in_queue=383940, util=100.00%
./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=2584: Thu Aug 3 14:44:39 2017
read : io=2855.5MB, bw=48732KB/s, iops=12182, runt= 60002msec
clat (usec): min=57, max=42011, avg=644.53, stdev=1142.99
lat (usec): min=58, max=42011, avg=645.40, stdev=1143.21
clat percentiles (usec):
| 1.00th=[ 111], 5.00th=[ 167], 10.00th=[ 241], 20.00th=[ 310],
| 30.00th=[ 346], 40.00th=[ 382], 50.00th=[ 426], 60.00th=[ 474],
| 70.00th=[ 532], 80.00th=[ 628], 90.00th=[ 844], 95.00th=[ 1336],
| 99.00th=[ 6176], 99.50th=[ 8384], 99.90th=[14656], 99.95th=[17280],
| 99.99th=[24192]
bw (KB /s): min= 2192, max=11552, per=12.49%, avg=6086.79, stdev=1744.65
lat (usec) : 100=0.46%, 250=10.22%, 500=54.12%, 750=22.18%, 1000=5.91%
lat (msec) : 2=3.26%, 4=2.03%, 10=1.54%, 20=0.27%, 50=0.03%
cpu : usr=1.92%, sys=7.09%, ctx=738240, 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=731000/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=2855.5MB, aggrb=48731KB/s, minb=48731KB/s, maxb=48731KB/s, mint=60002msec, maxt=60002msec
Disk stats (read/write):
vda: ios=728031/17, merge=0/18, ticks=382870/170, in_queue=387750, util=100.00%
./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=2608: Thu Aug 3 14:46:40 2017
write: io=32846MB, bw=560559KB/s, iops=140139, runt= 60002msec
clat (usec): min=3, max=529997, avg=48.03, stdev=1320.48
lat (usec): min=4, max=529998, avg=49.26, stdev=1331.18
clat percentiles (usec):
| 1.00th=[ 5], 5.00th=[ 5], 10.00th=[ 5], 20.00th=[ 5],
| 30.00th=[ 6], 40.00th=[ 6], 50.00th=[ 6], 60.00th=[ 6],
| 70.00th=[ 7], 80.00th=[ 7], 90.00th=[ 8], 95.00th=[ 8],
| 99.00th=[ 28], 99.50th=[ 76], 99.90th=[18304], 99.95th=[27520],
| 99.99th=[40704]
bw (KB /s): min= 6, max=145064, per=12.56%, avg=70388.88, stdev=17539.60
lat (usec) : 4=0.01%, 10=96.47%, 20=2.33%, 50=0.56%, 100=0.23%
lat (usec) : 250=0.16%, 500=0.03%, 750=0.01%, 1000=0.01%
lat (msec) : 2=0.01%, 4=0.01%, 10=0.03%, 20=0.06%, 50=0.09%
lat (msec) : 100=0.01%, 250=0.01%, 500=0.01%, 750=0.01%
cpu : usr=7.52%, sys=13.11%, ctx=46870, majf=0, minf=84
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=8408662/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=32846MB, aggrb=560558KB/s, minb=560558KB/s, maxb=560558KB/s, mint=60002msec, maxt=60002msec
Disk stats (read/write):
vda: ios=0/277295, merge=0/1659, ticks=0/5850240, in_queue=5854710, util=89.76%
./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=2595: Thu Aug 3 14:45:40 2017
write: io=961524KB, bw=16025KB/s, iops=4006, runt= 60003msec
clat (usec): min=105, max=483486, avg=1988.34, stdev=7351.50
lat (usec): min=105, max=483488, avg=1989.22, stdev=7351.60
clat percentiles (usec):
| 1.00th=[ 117], 5.00th=[ 133], 10.00th=[ 149], 20.00th=[ 173],
| 30.00th=[ 211], 40.00th=[ 318], 50.00th=[ 1464], 60.00th=[ 1672],
| 70.00th=[ 1896], 80.00th=[ 2192], 90.00th=[ 2864], 95.00th=[ 4320],
| 99.00th=[20096], 99.50th=[35584], 99.90th=[91648], 99.95th=[138240],
| 99.99th=[248832]
bw (KB /s): min= 44, max= 6360, per=12.62%, avg=2022.59, stdev=1087.77
lat (usec) : 250=35.75%, 500=6.74%, 750=0.53%, 1000=0.20%
lat (msec) : 2=30.75%, 4=20.52%, 10=3.55%, 20=0.95%, 50=0.66%
lat (msec) : 100=0.26%, 250=0.08%, 500=0.01%
cpu : usr=0.60%, sys=2.55%, ctx=531134, majf=0, minf=82
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=240381/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=961524KB, aggrb=16024KB/s, minb=16024KB/s, maxb=16024KB/s, mint=60003msec, maxt=60003msec
Disk stats (read/write):
vda: ios=23/240219, merge=0/2230, ticks=240/50240, in_queue=50330, util=78.96%
Downloaded 104857600 bytes in 0.998 sec Downloaded 104857600 bytes in 0.951 sec Downloaded 104857600 bytes in 0.944 sec Downloaded 104857600 bytes in 0.955 sec Downloaded 104857600 bytes in 0.934 sec Finished! Average download speed is 836.47 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]: 21.36 ms 2. Ikoula (Reims) [131.50 km]: 7.949 ms 3. LaFibre.info (Douai) [176.53 km]: 27.945 ms 4. MyTheValentinus (Roubaix) [213.32 km]: 10.043 ms 5. ePlay TV (Roubaix) [213.32 km]: 12.611 ms 6. media-upload.net (Roubaix) [213.32 km]: 344.742 ms 7. Lufu (Roubaix) [213.32 km]: 45.591 ms 8. Matthews Tech (Gravelines) [237.06 km]: 30.459 ms 9. CloudConnX (Eastbourne) [258.84 km]: 29.691 ms 10. Universite Catholique de Louvain (Louvain-La-Neuve) [259.09 km]: 11.751 ms 11. Combell (Brussels) [264.26 km]: 19.028 ms 12. Orange Belgium (Brussels) [264.26 km]: 30.564 ms 13. Riffle Media BVBA (Brussels) [264.26 km]: 14.868 ms 14. Proximus (Brussels) [264.26 km]: 10.428 ms 15. Magic-VPN (Zaventem) [264.26 km]: 9.072 ms Testing upload speeds 1. iperf.fr (Rouen): ......................... 180.34 Mbit/s 2. Ikoula (Reims): ......................... 326.65 Mbit/s 3. LaFibre.info (Douai): ......................... 160.81 Mbit/s 4. MyTheValentinus (Roubaix): ......................... 280.17 Mbit/s 5. ePlay TV (Roubaix): ......................... 199.79 Mbit/s 6. media-upload.net (Roubaix): ......................... 206.42 Mbit/s 7. Lufu (Roubaix): ......................... 127.35 Mbit/s 8. Matthews Tech (Gravelines): ......................... 243.32 Mbit/s 9. CloudConnX (Eastbourne): ......................... 147.61 Mbit/s 10. Universite Catholique de Louvain (Louvain-La-Neuve):......................... 241.93 Mbit/s 11. Combell (Brussels): ......................... 150.15 Mbit/s 12. Orange Belgium (Brussels): ......................... 187.20 Mbit/s 13. Riffle Media BVBA (Brussels): ......................... 142.11 Mbit/s 14. Proximus (Brussels): ......................... 401.69 Mbit/s 15. Magic-VPN (Zaventem): ......................... 236.18 Mbit/s Average upload speed is 215.45 Mbit/s