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 
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 
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-JcpjHp/byte-unixbench/UnixBench"
make distr
make[2]: Entering directory "/root/serverscope-JcpjHp/byte-unixbench/UnixBench"
Checking distribution of files
./pgms  exists
./src  exists
./testdir  exists
make[2]: Leaving directory "/root/serverscope-JcpjHp/byte-unixbench/UnixBench"
make programs
make[2]: Entering directory "/root/serverscope-JcpjHp/byte-unixbench/UnixBench"
make[2]: Nothing to be done for "programs".
make[2]: Leaving directory "/root/serverscope-JcpjHp/byte-unixbench/UnixBench"
make[1]: Leaving directory "/root/serverscope-JcpjHp/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
Use of uninitialized value in printf at ./Run line 1396.
Use of uninitialized value in printf at ./Run line 1398.
Use of uninitialized value in printf at ./Run line 1396.
Use of uninitialized value in printf at ./Run line 1398.
Use of uninitialized value in printf at ./Run line 1396.
Use of uninitialized value in printf at ./Run line 1398.
Use of uninitialized value in printf at ./Run line 1396.
Use of uninitialized value in printf at ./Run line 1398.
Use of uninitialized value in printf at ./Run line 1606.
Use of uninitialized value in printf at ./Run line 1608.
Use of uninitialized value in printf at ./Run line 1606.
Use of uninitialized value in printf at ./Run line 1608.
Use of uninitialized value in printf at ./Run line 1606.
Use of uninitialized value in printf at ./Run line 1608.
Use of uninitialized value in printf at ./Run line 1606.
Use of uninitialized value in printf at ./Run line 1608.
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
4 x Dhrystone 2 using register variables  1 2 3 4 5 6 7 8 9 10
4 x Double-Precision Whetstone  1 2 3 4 5 6 7 8 9 10
4 x Execl Throughput  1 2 3
4 x File Copy 1024 bufsize 2000 maxblocks  1 2 3
4 x File Copy 256 bufsize 500 maxblocks  1 2 3
4 x File Copy 4096 bufsize 8000 maxblocks  1 2 3
4 x Pipe Throughput  1 2 3 4 5 6 7 8 9 10
4 x Pipe-based Context Switching  1 2 3 4 5 6 7 8 9 10
4 x Process Creation  1 2 3
4 x System Call Overhead  1 2 3 4 5 6 7 8 9 10
4 x Shell Scripts (1 concurrent)  1 2 3
4 x Shell Scripts (8 concurrent)  1 2 3
========================================================================
   BYTE UNIX Benchmarks (Version 5.1.3)
   System: scw-ec42e3: GNU/Linux
   OS: GNU/Linux -- 4.9.20-std-1 -- #1 SMP Wed Apr 5 15:38:34 UTC 2017
   Machine: armv7l (unknown)
   Language: en_US.utf8 (charmap="UTF-8", collate="UTF-8")
   CPU 0: ARMv7 Processor rev 2 (v7l) (0.0 bogomips)
          
   CPU 1: ARMv7 Processor rev 2 (v7l) (0.0 bogomips)
          
   CPU 2: ARMv7 Processor rev 2 (v7l) (0.0 bogomips)
          
   CPU 3: ARMv7 Processor rev 2 (v7l) (0.0 bogomips)
          
   18:25:34 up 56 min,  1 user,  load average: 6.89, 5.31, 2.86; runlevel 2017-08-09
------------------------------------------------------------------------
Benchmark Run: Wed Aug 09 2017 18:25:34 - 18:55:31
4 CPUs in system; running 1 parallel copy of tests
Dhrystone 2 using register variables        3872554.5 lps   (10.0 s, 7 samples)
Double-Precision Whetstone                      572.0 MWIPS (9.9 s, 7 samples)
Execl Throughput                                377.6 lps   (29.9 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks         80090.9 KBps  (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks           23819.9 KBps  (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks        195827.0 KBps  (30.0 s, 2 samples)
Pipe Throughput                              221447.4 lps   (10.0 s, 7 samples)
Pipe-based Context Switching                  37296.1 lps   (10.0 s, 7 samples)
Process Creation                                602.4 lps   (30.0 s, 2 samples)
Shell Scripts (1 concurrent)                   1051.1 lpm   (60.0 s, 2 samples)
Shell Scripts (8 concurrent)                    248.1 lpm   (60.1 s, 2 samples)
System Call Overhead                         664289.0 lps   (10.0 s, 7 samples)
System Benchmarks Index Values               BASELINE       RESULT    INDEX
Dhrystone 2 using register variables         116700.0    3872554.5    331.8
Double-Precision Whetstone                       55.0        572.0    104.0
Execl Throughput                                 43.0        377.6     87.8
File Copy 1024 bufsize 2000 maxblocks          3960.0      80090.9    202.2
File Copy 256 bufsize 500 maxblocks            1655.0      23819.9    143.9
File Copy 4096 bufsize 8000 maxblocks          5800.0     195827.0    337.6
Pipe Throughput                               12440.0     221447.4    178.0
Pipe-based Context Switching                   4000.0      37296.1     93.2
Process Creation                                126.0        602.4     47.8
Shell Scripts (1 concurrent)                     42.4       1051.1    247.9
Shell Scripts (8 concurrent)                      6.0        248.1    413.5
System Call Overhead                          15000.0     664289.0    442.9
                                                                   ========
System Benchmarks Index Score                                         178.9
------------------------------------------------------------------------
Benchmark Run: Wed Aug 09 2017 18:55:31 - 19:23:53
4 CPUs in system; running 4 parallel copies of tests
Dhrystone 2 using register variables       15517770.4 lps   (10.0 s, 7 samples)
Double-Precision Whetstone                     2293.7 MWIPS (9.9 s, 7 samples)
Execl Throughput                                918.3 lps   (29.9 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks         94059.2 KBps  (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks           30151.8 KBps  (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks        229319.9 KBps  (30.0 s, 2 samples)
Pipe Throughput                              742945.7 lps   (10.0 s, 7 samples)
Pipe-based Context Switching                 136467.8 lps   (10.0 s, 7 samples)
Process Creation                               1906.9 lps   (30.0 s, 2 samples)
Shell Scripts (1 concurrent)                   1947.6 lpm   (60.1 s, 2 samples)
Shell Scripts (8 concurrent)                    255.6 lpm   (60.6 s, 2 samples)
System Call Overhead                        1995586.0 lps   (10.0 s, 7 samples)
System Benchmarks Index Values               BASELINE       RESULT    INDEX
Dhrystone 2 using register variables         116700.0   15517770.4   1329.7
Double-Precision Whetstone                       55.0       2293.7    417.0
Execl Throughput                                 43.0        918.3    213.5
File Copy 1024 bufsize 2000 maxblocks          3960.0      94059.2    237.5
File Copy 256 bufsize 500 maxblocks            1655.0      30151.8    182.2
File Copy 4096 bufsize 8000 maxblocks          5800.0     229319.9    395.4
Pipe Throughput                               12440.0     742945.7    597.2
Pipe-based Context Switching                   4000.0     136467.8    341.2
Process Creation                                126.0       1906.9    151.3
Shell Scripts (1 concurrent)                     42.4       1947.6    459.3
Shell Scripts (8 concurrent)                      6.0        255.6    425.9
System Call Overhead                          15000.0    1995586.0   1330.4
                                                                   ========
System Benchmarks Index Score                                         399.0
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) copied, 25.956 s, 82.7 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) copied, 26.7304 s, 80.3 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=17917: Wed Aug  9 18:22:10 2017
  read : io=737700KB, bw=12284KB/s, iops=3071, runt= 60052msec
    clat (usec): min=780, max=63249, avg=2561.87, stdev=973.25
     lat (usec): min=783, max=63251, avg=2564.51, stdev=973.24
    clat percentiles (usec):
     |  1.00th=[ 1304],  5.00th=[ 1608], 10.00th=[ 1800], 20.00th=[ 2040],
     | 30.00th=[ 2224], 40.00th=[ 2384], 50.00th=[ 2512], 60.00th=[ 2672],
     | 70.00th=[ 2800], 80.00th=[ 3024], 90.00th=[ 3280], 95.00th=[ 3536],
     | 99.00th=[ 4048], 99.50th=[ 4320], 99.90th=[18048], 99.95th=[20608],
     | 99.99th=[39168]
    bw (KB  /s): min= 1128, max= 1776, per=12.52%, avg=1538.02, stdev=81.69
    lat (usec) : 1000=0.05%
    lat (msec) : 2=17.81%, 4=80.94%, 10=1.07%, 20=0.07%, 50=0.06%
    lat (msec) : 100=0.01%
  cpu          : usr=1.65%, sys=4.70%, ctx=187461, majf=0, minf=127
  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=184425/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=737700KB, aggrb=12284KB/s, minb=12284KB/s, maxb=12284KB/s, mint=60052msec, maxt=60052msec
Disk stats (read/write):
  nbd0: ios=183884/8, merge=0/5, ticks=375390/0, in_queue=376070, 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=17927: Wed Aug  9 18:23:11 2017
  read : io=749912KB, bw=12492KB/s, iops=3123, runt= 60030msec
    clat (usec): min=759, max=48828, avg=2514.43, stdev=859.89
     lat (usec): min=762, max=48831, avg=2516.87, stdev=859.86
    clat percentiles (usec):
     |  1.00th=[ 1272],  5.00th=[ 1560], 10.00th=[ 1752], 20.00th=[ 1992],
     | 30.00th=[ 2192], 40.00th=[ 2320], 50.00th=[ 2480], 60.00th=[ 2608],
     | 70.00th=[ 2768], 80.00th=[ 2960], 90.00th=[ 3248], 95.00th=[ 3504],
     | 99.00th=[ 4016], 99.50th=[ 4256], 99.90th=[17024], 99.95th=[20096],
     | 99.99th=[22144]
    bw (KB  /s): min= 1048, max= 1832, per=12.51%, avg=1563.08, stdev=90.26
    lat (usec) : 1000=0.07%
    lat (msec) : 2=19.96%, 4=78.91%, 10=0.92%, 20=0.08%, 50=0.05%
  cpu          : usr=1.59%, sys=4.91%, ctx=190787, majf=0, minf=127
  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=187478/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=749912KB, aggrb=12492KB/s, minb=12492KB/s, maxb=12492KB/s, mint=60030msec, maxt=60030msec
Disk stats (read/write):
  nbd0: ios=187467/0, merge=0/0, ticks=375120/0, in_queue=375890, 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=17949: Wed Aug  9 18:25:13 2017
  write: io=195856KB, bw=3257.8KB/s, iops=814, runt= 60121msec
    clat (usec): min=21, max=17077K, avg=9789.96, stdev=221324.79
     lat (usec): min=23, max=17077K, avg=9792.46, stdev=221324.81
    clat percentiles (usec):
     |  1.00th=[   26],  5.00th=[   31], 10.00th=[   39], 20.00th=[   47],
     | 30.00th=[   52], 40.00th=[   58], 50.00th=[   65], 60.00th=[   75],
     | 70.00th=[   85], 80.00th=[   95], 90.00th=[  110], 95.00th=[  126],
     | 99.00th=[41728], 99.50th=[218112], 99.90th=[2146304], 99.95th=[2768896],
     | 99.99th=[16580608]
    bw (KB  /s): min=    0, max=16328, per=27.57%, avg=898.06, stdev=2691.60
    lat (usec) : 50=23.83%, 100=59.77%, 250=15.00%, 500=0.06%, 750=0.01%
    lat (usec) : 1000=0.01%
    lat (msec) : 2=0.01%, 4=0.02%, 10=0.05%, 20=0.05%, 50=0.25%
    lat (msec) : 100=0.07%, 250=0.45%, 500=0.01%, 750=0.04%, 1000=0.02%
    lat (msec) : 2000=0.24%, >=2000=0.11%
  cpu          : usr=0.26%, sys=0.74%, ctx=3970, majf=0, minf=136
  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=48964/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=195856KB, aggrb=3257KB/s, minb=3257KB/s, maxb=3257KB/s, mint=60121msec, maxt=60121msec
Disk stats (read/write):
  nbd0: ios=5/7945, merge=0/1098, ticks=20/288980, in_queue=288820, util=99.12%
./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=17937: Wed Aug  9 18:24:11 2017
  write: io=147112KB, bw=2451.3KB/s, iops=612, runt= 60016msec
    clat (usec): min=833, max=25044K, avg=13017.55, stdev=455336.41
     lat (usec): min=836, max=25044K, avg=13020.50, stdev=455336.43
    clat percentiles (usec):
     |  1.00th=[  956],  5.00th=[ 1192], 10.00th=[ 1208], 20.00th=[ 1256],
     | 30.00th=[ 1272], 40.00th=[ 1272], 50.00th=[ 1304], 60.00th=[ 1560],
     | 70.00th=[ 1608], 80.00th=[ 1832], 90.00th=[ 2160], 95.00th=[ 2352],
     | 99.00th=[ 2800], 99.50th=[ 3056], 99.90th=[60672], 99.95th=[15007744],
     | 99.99th=[16711680]
    bw (KB  /s): min=    0, max= 3056, per=82.44%, avg=2020.54, stdev=1056.91
    lat (usec) : 1000=1.20%
    lat (msec) : 2=83.67%, 4=14.94%, 10=0.02%, 20=0.01%, 50=0.02%
    lat (msec) : 100=0.04%, 250=0.02%, 500=0.01%, >=2000=0.07%
  cpu          : usr=0.29%, sys=1.40%, ctx=73720, majf=0, minf=132
  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=36778/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=147112KB, aggrb=2451KB/s, minb=2451KB/s, maxb=2451KB/s, mint=60016msec, maxt=60016msec
Disk stats (read/write):
  nbd0: ios=0/36983, merge=0/1624, ticks=0/62560, in_queue=62530, util=94.04%
Downloaded 104857600 bytes in 2.451 sec Downloaded 104857600 bytes in 1.263 sec Downloaded 104857600 bytes in 1.257 sec Downloaded 104857600 bytes in 1.266 sec Downloaded 104857600 bytes in 2.019 sec Finished! Average download speed is 484.50 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]: 34.639 ms 2. Ikoula (Reims) [131.50 km]: 12.106 ms 3. LaFibre.info (Douai) [176.53 km]: 7.175 ms 4. MyTheValentinus (Roubaix) [213.32 km]: 16.873 ms 5. ePlay TV (Roubaix) [213.32 km]: 10.834 ms 6. media-upload.net (Roubaix) [213.32 km]: 17.335 ms 7. Lufu (Roubaix) [213.32 km]: 16.341 ms 8. Matthews Tech (Gravelines) [237.06 km]: 25.904 ms 9. CloudConnX (Eastbourne) [258.84 km]: 30.5 ms 10. Universite Catholique de Louvain (Louvain-La-Neuve) [259.09 km]: 16.098 ms 11. Combell (Brussels) [264.26 km]: 21.144 ms 12. Orange Belgium (Brussels) [264.26 km]: 33.639 ms 13. Riffle Media BVBA (Brussels) [264.26 km]: 14.707 ms 14. Proximus (Brussels) [264.26 km]: 14.191 ms 15. Magic-VPN (Zaventem) [264.26 km]: 16.775 ms Testing upload speeds 1. iperf.fr (Rouen): ......................... 74.95 Mbit/s 2. Ikoula (Reims): ......................... 162.28 Mbit/s 3. LaFibre.info (Douai): ......................... 68.88 Mbit/s 4. MyTheValentinus (Roubaix): ......................... 145.36 Mbit/s 5. ePlay TV (Roubaix): ......................... 164.88 Mbit/s 6. media-upload.net (Roubaix): ......................... 70.99 Mbit/s 7. Lufu (Roubaix): ......................... 152.93 Mbit/s 8. Matthews Tech (Gravelines): ......................... 160.08 Mbit/s 9. CloudConnX (Eastbourne): ......................... 124.02 Mbit/s 10. Universite Catholique de Louvain (Louvain-La-Neuve):......................... 148.00 Mbit/s 11. Combell (Brussels): ......................... 126.89 Mbit/s 12. Orange Belgium (Brussels): ......................... 60.78 Mbit/s 13. Riffle Media BVBA (Brussels): ......................... 77.62 Mbit/s 14. Proximus (Brussels): ......................... 164.14 Mbit/s 15. Magic-VPN (Zaventem): ......................... 144.89 Mbit/s Average upload speed is 123.11 Mbit/s