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-Q7YSt1/byte-unixbench/UnixBench"
make distr
make[2]: Entering directory "/root/serverscope-Q7YSt1/byte-unixbench/UnixBench"
Checking distribution of files
./pgms  exists
./src  exists
./testdir  exists
make[2]: Leaving directory "/root/serverscope-Q7YSt1/byte-unixbench/UnixBench"
make programs
make[2]: Entering directory "/root/serverscope-Q7YSt1/byte-unixbench/UnixBench"
make[2]: Nothing to be done for "programs".
make[2]: Leaving directory "/root/serverscope-Q7YSt1/byte-unixbench/UnixBench"
make[1]: Leaving directory "/root/serverscope-Q7YSt1/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-0bddd9: 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)
          
   20:45:37 up 34 min,  1 user,  load average: 7.02, 5.29, 2.91; runlevel 2017-08-09
------------------------------------------------------------------------
Benchmark Run: Wed Aug 09 2017 20:45:37 - 21:15:28
4 CPUs in system; running 1 parallel copy of tests
Dhrystone 2 using register variables        3871706.2 lps   (10.0 s, 7 samples)
Double-Precision Whetstone                      571.5 MWIPS (10.0 s, 7 samples)
Execl Throughput                                373.8 lps   (29.9 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks         80142.8 KBps  (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks           24146.5 KBps  (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks        194630.7 KBps  (30.0 s, 2 samples)
Pipe Throughput                              219156.4 lps   (10.0 s, 7 samples)
Pipe-based Context Switching                  32126.9 lps   (10.0 s, 7 samples)
Process Creation                                599.9 lps   (30.0 s, 2 samples)
Shell Scripts (1 concurrent)                   1036.2 lpm   (60.0 s, 2 samples)
Shell Scripts (8 concurrent)                    244.6 lpm   (60.2 s, 2 samples)
System Call Overhead                         665197.3 lps   (10.0 s, 7 samples)
System Benchmarks Index Values               BASELINE       RESULT    INDEX
Dhrystone 2 using register variables         116700.0    3871706.2    331.8
Double-Precision Whetstone                       55.0        571.5    103.9
Execl Throughput                                 43.0        373.8     86.9
File Copy 1024 bufsize 2000 maxblocks          3960.0      80142.8    202.4
File Copy 256 bufsize 500 maxblocks            1655.0      24146.5    145.9
File Copy 4096 bufsize 8000 maxblocks          5800.0     194630.7    335.6
Pipe Throughput                               12440.0     219156.4    176.2
Pipe-based Context Switching                   4000.0      32126.9     80.3
Process Creation                                126.0        599.9     47.6
Shell Scripts (1 concurrent)                     42.4       1036.2    244.4
Shell Scripts (8 concurrent)                      6.0        244.6    407.7
System Call Overhead                          15000.0     665197.3    443.5
                                                                   ========
System Benchmarks Index Score                                         176.0
------------------------------------------------------------------------
Benchmark Run: Wed Aug 09 2017 21:15:28 - 21:43:49
4 CPUs in system; running 4 parallel copies of tests
Dhrystone 2 using register variables       15516022.6 lps   (10.0 s, 7 samples)
Double-Precision Whetstone                     2290.5 MWIPS (9.9 s, 7 samples)
Execl Throughput                                920.8 lps   (29.9 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks         96616.2 KBps  (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks           29802.5 KBps  (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks        229712.6 KBps  (30.0 s, 2 samples)
Pipe Throughput                              730299.2 lps   (10.0 s, 7 samples)
Pipe-based Context Switching                 131692.6 lps   (10.0 s, 7 samples)
Process Creation                               1911.2 lps   (30.0 s, 2 samples)
Shell Scripts (1 concurrent)                   1921.7 lpm   (60.1 s, 2 samples)
Shell Scripts (8 concurrent)                    252.4 lpm   (60.5 s, 2 samples)
System Call Overhead                        1999313.4 lps   (10.0 s, 7 samples)
System Benchmarks Index Values               BASELINE       RESULT    INDEX
Dhrystone 2 using register variables         116700.0   15516022.6   1329.6
Double-Precision Whetstone                       55.0       2290.5    416.5
Execl Throughput                                 43.0        920.8    214.1
File Copy 1024 bufsize 2000 maxblocks          3960.0      96616.2    244.0
File Copy 256 bufsize 500 maxblocks            1655.0      29802.5    180.1
File Copy 4096 bufsize 8000 maxblocks          5800.0     229712.6    396.1
Pipe Throughput                               12440.0     730299.2    587.1
Pipe-based Context Switching                   4000.0     131692.6    329.2
Process Creation                                126.0       1911.2    151.7
Shell Scripts (1 concurrent)                     42.4       1921.7    453.2
Shell Scripts (8 concurrent)                      6.0        252.4    420.7
System Call Overhead                          15000.0    1999313.4   1332.9
                                                                   ========
System Benchmarks Index Score                                         397.1
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, 23.918 s, 89.8 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, 25.4386 s, 84.4 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=11062: Wed Aug  9 20:42:14 2017
  read : io=743844KB, bw=12387KB/s, iops=3096, runt= 60049msec
    clat (usec): min=810, max=62905, avg=2540.07, stdev=922.44
     lat (usec): min=812, max=62907, avg=2542.75, stdev=922.43
    clat percentiles (usec):
     |  1.00th=[ 1288],  5.00th=[ 1592], 10.00th=[ 1784], 20.00th=[ 2024],
     | 30.00th=[ 2224], 40.00th=[ 2352], 50.00th=[ 2512], 60.00th=[ 2640],
     | 70.00th=[ 2800], 80.00th=[ 2992], 90.00th=[ 3280], 95.00th=[ 3504],
     | 99.00th=[ 4048], 99.50th=[ 4256], 99.90th=[17536], 99.95th=[19840],
     | 99.99th=[27776]
    bw (KB  /s): min= 1149, max= 1816, per=12.52%, avg=1550.61, stdev=80.62
    lat (usec) : 1000=0.06%
    lat (msec) : 2=18.59%, 4=80.20%, 10=1.02%, 20=0.08%, 50=0.04%
    lat (msec) : 100=0.01%
  cpu          : usr=1.62%, sys=4.81%, ctx=188987, majf=0, minf=135
  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=185961/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=743844KB, aggrb=12387KB/s, minb=12387KB/s, maxb=12387KB/s, mint=60049msec, maxt=60049msec
Disk stats (read/write):
  nbd0: ios=185369/8, merge=0/5, ticks=372740/60, in_queue=373300, 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=11072: Wed Aug  9 20:43:15 2017
  read : io=751560KB, bw=12516KB/s, iops=3129, runt= 60047msec
    clat (usec): min=784, max=46604, avg=2508.92, stdev=831.22
     lat (usec): min=786, max=46607, avg=2511.43, stdev=831.21
    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=[ 3984], 99.50th=[ 4192], 99.90th=[14912], 99.95th=[19584],
     | 99.99th=[22400]
    bw (KB  /s): min=  968, max= 1792, per=12.52%, avg=1566.61, stdev=79.35
    lat (usec) : 1000=0.08%
    lat (msec) : 2=20.02%, 4=78.91%, 10=0.87%, 20=0.09%, 50=0.03%
  cpu          : usr=1.65%, sys=4.88%, ctx=190957, majf=0, minf=135
  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=187890/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=751560KB, aggrb=12516KB/s, minb=12516KB/s, maxb=12516KB/s, mint=60047msec, maxt=60047msec
Disk stats (read/write):
  nbd0: ios=187868/0, merge=0/0, ticks=374960/0, in_queue=375620, 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=11092: Wed Aug  9 20:45:16 2017
  write: io=203228KB, bw=3382.7KB/s, iops=845, runt= 60090msec
    clat (usec): min=21, max=4560.4K, avg=9427.91, stdev=125872.44
     lat (usec): min=23, max=4560.4K, avg=9430.54, stdev=125872.47
    clat percentiles (usec):
     |  1.00th=[   24],  5.00th=[   30], 10.00th=[   36], 20.00th=[   45],
     | 30.00th=[   51], 40.00th=[   58], 50.00th=[   66], 60.00th=[   75],
     | 70.00th=[   86], 80.00th=[   94], 90.00th=[  109], 95.00th=[  123],
     | 99.00th=[72192], 99.50th=[634880], 99.90th=[2146304], 99.95th=[2572288],
     | 99.99th=[3522560]
    bw (KB  /s): min=    1, max=21000, per=24.59%, avg=831.77, stdev=2771.54
    lat (usec) : 50=26.96%, 100=57.56%, 250=13.96%, 500=0.06%, 750=0.01%
    lat (msec) : 2=0.01%, 4=0.01%, 10=0.07%, 20=0.07%, 50=0.24%
    lat (msec) : 100=0.07%, 250=0.45%, 500=0.02%, 750=0.05%, 1000=0.05%
    lat (msec) : 2000=0.29%, >=2000=0.12%
  cpu          : usr=0.29%, sys=0.75%, ctx=4094, majf=0, minf=140
  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=50807/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=203228KB, aggrb=3382KB/s, minb=3382KB/s, maxb=3382KB/s, mint=60090msec, maxt=60090msec
Disk stats (read/write):
  nbd0: ios=7/8309, merge=0/1253, ticks=210/313510, in_queue=313840, util=99.00%
./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=11082: Wed Aug  9 20:44:15 2017
  write: io=142500KB, bw=2374.4KB/s, iops=593, runt= 60016msec
    clat (usec): min=834, max=18503K, avg=13439.81, stdev=342380.46
     lat (usec): min=837, max=18503K, avg=13442.79, stdev=342380.57
    clat percentiles (usec):
     |  1.00th=[ 1160],  5.00th=[ 1192], 10.00th=[ 1240], 20.00th=[ 1272],
     | 30.00th=[ 1272], 40.00th=[ 1464], 50.00th=[ 1592], 60.00th=[ 1608],
     | 70.00th=[ 1624], 80.00th=[ 1880], 90.00th=[ 2160], 95.00th=[ 2192],
     | 99.00th=[ 2544], 99.50th=[ 2832], 99.90th=[5013504], 99.95th=[8093696],
     | 99.99th=[16711680]
    bw (KB  /s): min=    0, max= 3040, per=62.69%, avg=1488.29, stdev=1178.88
    lat (usec) : 1000=0.72%
    lat (msec) : 2=82.96%, 4=16.02%, 10=0.02%, 20=0.01%, 50=0.04%
    lat (msec) : 100=0.03%, 250=0.01%, 500=0.01%, 1000=0.01%, 2000=0.02%
    lat (msec) : >=2000=0.15%
  cpu          : usr=0.27%, sys=1.37%, ctx=71685, majf=0, minf=138
  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=35625/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=142500KB, aggrb=2374KB/s, minb=2374KB/s, maxb=2374KB/s, mint=60016msec, maxt=60016msec
Disk stats (read/write):
  nbd0: ios=0/35856, merge=0/1616, ticks=0/65320, in_queue=65310, util=97.19%
Downloaded 104857600 bytes in 2.111 sec Downloaded 104857600 bytes in 1.271 sec Downloaded 104857600 bytes in 1.144 sec Downloaded 104857600 bytes in 1.123 sec Downloaded 104857600 bytes in 1.137 sec Finished! Average download speed is 589.45 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.962 ms 2. Ikoula (Reims) [131.50 km]: 9.902 ms 3. LaFibre.info (Douai) [176.53 km]: 10.103 ms 4. MyTheValentinus (Roubaix) [213.32 km]: 10.509 ms 5. ePlay TV (Roubaix) [213.32 km]: 9.193 ms 6. Lufu (Roubaix) [213.32 km]: 9.935 ms 7. Matthews Tech (Gravelines) [237.06 km]: 33.48 ms 8. CloudConnX (Eastbourne) [258.84 km]: 46.499 ms 9. Universite Catholique de Louvain (Louvain-La-Neuve) [259.09 km]: 12.566 ms 10. Combell (Brussels) [264.26 km]: 21.165 ms 11. Orange Belgium (Brussels) [264.26 km]: 33.198 ms 12. Riffle Media BVBA (Brussels) [264.26 km]: 14.301 ms 13. Proximus (Brussels) [264.26 km]: 14.141 ms 14. Magic-VPN (Zaventem) [264.26 km]: 10.294 ms 15. SKSGroup (Brussels) [264.26 km]: 33.156 ms Testing upload speeds 1. iperf.fr (Rouen): ......................... 147.63 Mbit/s 2. Ikoula (Reims): ......................... 161.67 Mbit/s 3. LaFibre.info (Douai): ......................... 151.92 Mbit/s 4. MyTheValentinus (Roubaix): ......................... 163.52 Mbit/s 5. ePlay TV (Roubaix): ......................... 89.94 Mbit/s 6. Lufu (Roubaix): ......................... 155.63 Mbit/s 7. Matthews Tech (Gravelines): ......................... 97.38 Mbit/s 8. CloudConnX (Eastbourne): ......................... 142.67 Mbit/s 9. Universite Catholique de Louvain (Louvain-La-Neuve):......................... 149.30 Mbit/s 10. Combell (Brussels): ......................... 124.75 Mbit/s 11. Orange Belgium (Brussels): ......................... 138.98 Mbit/s 12. Riffle Media BVBA (Brussels): ......................... 76.23 Mbit/s 13. Proximus (Brussels): ......................... 161.21 Mbit/s 14. Magic-VPN (Zaventem): ......................... 152.53 Mbit/s 15. SKSGroup (Brussels): ......................... 125.24 Mbit/s Average upload speed is 135.91 Mbit/s