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-qeHt2e/byte-unixbench/UnixBench"
make distr
make[2]: Entering directory `/root/serverscope-qeHt2e/byte-unixbench/UnixBench"
Checking distribution of files
./pgms  exists
./src  exists
./testdir  exists
make[2]: Leaving directory `/root/serverscope-qeHt2e/byte-unixbench/UnixBench"
make programs
make[2]: Entering directory `/root/serverscope-qeHt2e/byte-unixbench/UnixBench"
make[2]: Nothing to be done for `programs".
make[2]: Leaving directory `/root/serverscope-qeHt2e/byte-unixbench/UnixBench"
make[1]: Leaving directory `/root/serverscope-qeHt2e/byte-unixbench/UnixBench"
sh: 3dinfo: command 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
6 x Dhrystone 2 using register variables  1 2 3 4 5 6 7 8 9 10
6 x Double-Precision Whetstone  1 2 3 4 5 6 7 8 9 10
6 x Execl Throughput  1 2 3
6 x File Copy 1024 bufsize 2000 maxblocks  1 2 3
6 x File Copy 256 bufsize 500 maxblocks  1 2 3
6 x File Copy 4096 bufsize 8000 maxblocks  1 2 3
6 x Pipe Throughput  1 2 3 4 5 6 7 8 9 10
6 x Pipe-based Context Switching  1 2 3 4 5 6 7 8 9 10
6 x Process Creation  1 2 3
6 x System Call Overhead  1 2 3 4 5 6 7 8 9 10
6 x Shell Scripts (1 concurrent)  1 2 3
6 x Shell Scripts (8 concurrent)  1 2 3
========================================================================
   BYTE UNIX Benchmarks (Version 5.1.3)
   System: vps7279.ua-hosting.company: GNU/Linux
   OS: GNU/Linux -- 3.10.0-693.11.6.el7.x86_64 -- #1 SMP Thu Jan 4 01:06:37 UTC 2018
   Machine: x86_64 (x86_64)
   Language: en_US.utf8 (charmap="UTF-8", collate="UTF-8")
   CPU 0: Intel Core Processor (Broadwell) (4400.0 bogomips)
          x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
   CPU 1: Intel Core Processor (Broadwell) (4400.0 bogomips)
          x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
   CPU 2: Intel Core Processor (Broadwell) (4400.0 bogomips)
          x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
   CPU 3: Intel Core Processor (Broadwell) (4400.0 bogomips)
          x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
   CPU 4: Intel Core Processor (Broadwell) (4400.0 bogomips)
          x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
   CPU 5: Intel Core Processor (Broadwell) (4400.0 bogomips)
          x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
   23:22:40 up 8 min,  1 user,  load average: 7.76, 4.75, 2.03; runlevel 2018-01-25
------------------------------------------------------------------------
Benchmark Run: Thu Jan 25 2018 23:22:40 - 23:50:46
6 CPUs in system; running 1 parallel copy of tests
Dhrystone 2 using register variables       30037990.7 lps   (10.0 s, 7 samples)
Double-Precision Whetstone                     4455.2 MWIPS (9.9 s, 7 samples)
Execl Throughput                               1643.7 lps   (30.0 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks        669122.9 KBps  (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks          175810.0 KBps  (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks       1885354.4 KBps  (30.0 s, 2 samples)
Pipe Throughput                              935932.6 lps   (10.0 s, 7 samples)
Pipe-based Context Switching                 161498.0 lps   (10.0 s, 7 samples)
Process Creation                               5097.0 lps   (30.0 s, 2 samples)
Shell Scripts (1 concurrent)                   4315.1 lpm   (60.0 s, 2 samples)
Shell Scripts (8 concurrent)                   2437.2 lpm   (60.0 s, 2 samples)
System Call Overhead                         819394.4 lps   (10.0 s, 7 samples)
System Benchmarks Index Values               BASELINE       RESULT    INDEX
Dhrystone 2 using register variables         116700.0   30037990.7   2573.9
Double-Precision Whetstone                       55.0       4455.2    810.0
Execl Throughput                                 43.0       1643.7    382.3
File Copy 1024 bufsize 2000 maxblocks          3960.0     669122.9   1689.7
File Copy 256 bufsize 500 maxblocks            1655.0     175810.0   1062.3
File Copy 4096 bufsize 8000 maxblocks          5800.0    1885354.4   3250.6
Pipe Throughput                               12440.0     935932.6    752.4
Pipe-based Context Switching                   4000.0     161498.0    403.7
Process Creation                                126.0       5097.0    404.5
Shell Scripts (1 concurrent)                     42.4       4315.1   1017.7
Shell Scripts (8 concurrent)                      6.0       2437.2   4062.0
System Call Overhead                          15000.0     819394.4    546.3
                                                                   ========
System Benchmarks Index Score                                        1021.5
------------------------------------------------------------------------
Benchmark Run: Thu Jan 25 2018 23:50:46 - 00:18:54
6 CPUs in system; running 6 parallel copies of tests
Dhrystone 2 using register variables      177563352.8 lps   (10.0 s, 7 samples)
Double-Precision Whetstone                    26605.5 MWIPS (9.8 s, 7 samples)
Execl Throughput                              16270.7 lps   (30.0 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks        735417.0 KBps  (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks          196507.0 KBps  (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks       2100423.0 KBps  (30.0 s, 2 samples)
Pipe Throughput                             5554247.2 lps   (10.0 s, 7 samples)
Pipe-based Context Switching                1013431.8 lps   (10.0 s, 7 samples)
Process Creation                              37500.5 lps   (30.0 s, 2 samples)
Shell Scripts (1 concurrent)                  24838.3 lpm   (60.0 s, 2 samples)
Shell Scripts (8 concurrent)                   3472.2 lpm   (60.1 s, 2 samples)
System Call Overhead                        3387558.6 lps   (10.0 s, 7 samples)
System Benchmarks Index Values               BASELINE       RESULT    INDEX
Dhrystone 2 using register variables         116700.0  177563352.8  15215.4
Double-Precision Whetstone                       55.0      26605.5   4837.4
Execl Throughput                                 43.0      16270.7   3783.9
File Copy 1024 bufsize 2000 maxblocks          3960.0     735417.0   1857.1
File Copy 256 bufsize 500 maxblocks            1655.0     196507.0   1187.4
File Copy 4096 bufsize 8000 maxblocks          5800.0    2100423.0   3621.4
Pipe Throughput                               12440.0    5554247.2   4464.8
Pipe-based Context Switching                   4000.0    1013431.8   2533.6
Process Creation                                126.0      37500.5   2976.2
Shell Scripts (1 concurrent)                     42.4      24838.3   5858.1
Shell Scripts (8 concurrent)                      6.0       3472.2   5787.0
System Call Overhead                          15000.0    3387558.6   2258.4
                                                                   ========
System Benchmarks Index Score                                        3657.6
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, 13.4187 s, 160 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, 14.7199 s, 146 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=25633: Thu Jan 25 23:19:33 2018
  read : io=314040MB, bw=5233.1MB/s, iops=1339.9K, runt= 60001msec
    clat (usec): min=1, max=31018, avg= 3.03, stdev=81.85
     lat (usec): min=1, max=31018, avg= 3.59, stdev=90.07
    clat percentiles (usec):
     |  1.00th=[    1],  5.00th=[    1], 10.00th=[    1], 20.00th=[    1],
     | 30.00th=[    2], 40.00th=[    2], 50.00th=[    2], 60.00th=[    2],
     | 70.00th=[    2], 80.00th=[    2], 90.00th=[    2], 95.00th=[    2],
     | 99.00th=[   10], 99.50th=[   75], 99.90th=[  101], 99.95th=[  109],
     | 99.99th=[  177]
    bw (KB  /s): min=  400, max=1053128, per=12.50%, avg=669882.39, stdev=275521.14
    lat (usec) : 2=25.74%, 4=72.52%, 10=0.74%, 20=0.33%, 50=0.01%
    lat (usec) : 100=0.54%, 250=0.11%, 500=0.01%, 750=0.01%, 1000=0.01%
    lat (msec) : 2=0.01%, 4=0.01%, 10=0.01%, 20=0.01%, 50=0.01%
  cpu          : usr=21.23%, sys=48.04%, ctx=542333, majf=0, minf=312
  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=80394130/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=314040MB, aggrb=5233.1MB/s, minb=5233.1MB/s, maxb=5233.1MB/s, mint=60001msec, maxt=60001msec
Disk stats (read/write):
  vda: ios=524288/48, merge=0/49, ticks=39280/764, in_queue=40434, util=10.25%
./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=25643: Thu Jan 25 23:20:33 2018
  read : io=94228KB, bw=1569.8KB/s, iops=392, runt= 60029msec
    clat (usec): min=97, max=285617, avg=20333.05, stdev=20956.65
     lat (usec): min=98, max=285618, avg=20334.32, stdev=20956.64
    clat percentiles (msec):
     |  1.00th=[    3],  5.00th=[    4], 10.00th=[    5], 20.00th=[    7],
     | 30.00th=[    9], 40.00th=[   11], 50.00th=[   13], 60.00th=[   17],
     | 70.00th=[   22], 80.00th=[   31], 90.00th=[   46], 95.00th=[   63],
     | 99.00th=[  102], 99.50th=[  121], 99.90th=[  165], 99.95th=[  186],
     | 99.99th=[  245]
    bw (KB  /s): min=   71, max=  342, per=12.51%, avg=196.26, stdev=42.66
    lat (usec) : 100=0.01%, 250=0.08%, 500=0.13%, 750=0.06%, 1000=0.02%
    lat (msec) : 2=0.13%, 4=6.10%, 10=31.70%, 20=29.13%, 50=24.04%
    lat (msec) : 100=7.48%, 250=1.10%, 500=0.01%
  cpu          : usr=0.07%, sys=0.34%, ctx=23585, majf=0, minf=305
  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=23557/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=94228KB, aggrb=1569KB/s, minb=1569KB/s, maxb=1569KB/s, mint=60029msec, maxt=60029msec
Disk stats (read/write):
  vda: ios=23531/5, merge=0/1, ticks=477582/4080, in_queue=481771, util=99.80%
./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=25669: Thu Jan 25 23:22:34 2018
  write: io=91587MB, bw=1526.5MB/s, iops=390765, runt= 60001msec
    clat (usec): min=1, max=52866, avg=18.03, stdev=343.70
     lat (usec): min=1, max=52867, avg=18.49, stdev=343.77
    clat percentiles (usec):
     |  1.00th=[    2],  5.00th=[    3], 10.00th=[    4], 20.00th=[    5],
     | 30.00th=[    7], 40.00th=[    8], 50.00th=[    9], 60.00th=[   10],
     | 70.00th=[   11], 80.00th=[   12], 90.00th=[   13], 95.00th=[   15],
     | 99.00th=[   23], 99.50th=[   26], 99.90th=[   67], 99.95th=[ 8384],
     | 99.99th=[16512]
    bw (KB  /s): min=96608, max=376408, per=12.50%, avg=195427.24, stdev=37817.33
    lat (usec) : 2=0.02%, 4=7.99%, 10=49.12%, 20=41.02%, 50=1.75%
    lat (usec) : 100=0.01%, 250=0.01%, 500=0.01%, 750=0.01%, 1000=0.01%
    lat (msec) : 2=0.01%, 4=0.01%, 10=0.04%, 20=0.03%, 50=0.01%
    lat (msec) : 100=0.01%
  cpu          : usr=6.66%, sys=49.10%, ctx=780972, majf=0, minf=290
  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=23446347/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=91587MB, aggrb=1526.5MB/s, minb=1526.5MB/s, maxb=1526.5MB/s, mint=60001msec, maxt=60001msec
Disk stats (read/write):
  vda: ios=0/110964, merge=0/0, ticks=0/57053, in_queue=57028, util=5.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=25654: Thu Jan 25 23:21:34 2018
  write: io=21977MB, bw=375059KB/s, iops=93764, runt= 60003msec
    clat (usec): min=27, max=197580, avg=81.16, stdev=469.93
     lat (usec): min=28, max=197581, avg=81.91, stdev=469.93
    clat percentiles (usec):
     |  1.00th=[   49],  5.00th=[   57], 10.00th=[   62], 20.00th=[   66],
     | 30.00th=[   69], 40.00th=[   72], 50.00th=[   75], 60.00th=[   79],
     | 70.00th=[   82], 80.00th=[   87], 90.00th=[   95], 95.00th=[  103],
     | 99.00th=[  147], 99.50th=[  191], 99.90th=[  334], 99.95th=[  434],
     | 99.99th=[ 1880]
    bw (KB  /s): min=14680, max=59736, per=12.51%, avg=46907.71, stdev=6562.70
    lat (usec) : 50=1.24%, 100=92.03%, 250=6.50%, 500=0.20%, 750=0.02%
    lat (usec) : 1000=0.01%
    lat (msec) : 2=0.01%, 4=0.01%, 10=0.01%, 20=0.01%, 50=0.01%
    lat (msec) : 100=0.01%, 250=0.01%
  cpu          : usr=5.10%, sys=13.03%, ctx=5778364, majf=0, minf=290
  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=5626166/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=21977MB, aggrb=375058KB/s, minb=375058KB/s, maxb=375058KB/s, mint=60003msec, maxt=60003msec
Disk stats (read/write):
  vda: ios=0/5620280, merge=0/4, ticks=0/446046, in_queue=448691, util=99.60%
Downloaded 104857600 bytes in 0.980 sec Downloaded 104857600 bytes in 0.976 sec Downloaded 104857600 bytes in 0.958 sec Downloaded 104857600 bytes in 0.979 sec Downloaded 104857600 bytes in 0.958 sec Finished! Average download speed is 824.57 Mbit/s
Retrieving speedtest.net configuration... Retrieving speedtest.net server list... Testing from LeaseWeb Netherlands B.V. ... Selecting 15 servers that are not too close: 1. Art Of Automation B.V. (Hoorn) [30.88 km]: 4.604 ms 2. Vodafone NL (Utrecht) [35.77 km]: 5.344 ms 3. Jonaz B.V. (Amersfoort) [41.88 km]: 77.561 ms 4. ColoCenter bv (Zoetermeer) [45.19 km]: 4.176 ms 5. Matrix DATA (Harderwijk) [48.83 km]: 10.594 ms 6. KPN B.V. (Den Haag) [53.54 km]: 8.318 ms 7. SIT Internetdiensten B.V. (Voorthuizen) [53.58 km]: 6.535 ms 8. Solcon (Dronten) [57.86 km]: 5.014 ms 9. Qweb | Full-Service Hosting (Alblasserdam) [59.82 km]: 6.516 ms 10. Caiway (Naaldwijk) [64.05 km]: 5.715 ms 11. WorldStream B.V. (Naaldwijk) [64.15 km]: 5.611 ms 12. RoutIT BV (Ede) [64.56 km]: 304.519 ms 13. Solcon Internetdiensten N.V. (Apeldoorn) [74.87 km]: 7.438 ms 14. Breedband Arnhem (Arnhem) [82.33 km]: 3.953 ms 15. DT-IT (Arnhem) [82.33 km]: 6.451 ms Testing upload speeds 1. Art Of Automation B.V. (Hoorn): ......................... 494.39 Mbit/s 2. Vodafone NL (Utrecht): ......................... 317.67 Mbit/s 3. Jonaz B.V. (Amersfoort): ......................... 578.62 Mbit/s 4. ColoCenter bv (Zoetermeer): ......................... 418.08 Mbit/s 5. Matrix DATA (Harderwijk): ......................... 414.93 Mbit/s 6. KPN B.V. (Den Haag): ......................... 528.62 Mbit/s 7. SIT Internetdiensten B.V. (Voorthuizen): ......................... 51.70 Mbit/s 8. Solcon (Dronten): ......................... 281.99 Mbit/s 9. Qweb | Full-Service Hosting (Alblasserdam): ......................... 305.42 Mbit/s 10. Caiway (Naaldwijk): ......................... 455.43 Mbit/s 11. WorldStream B.V. (Naaldwijk): ......................... 562.18 Mbit/s 12. RoutIT BV (Ede): ......................... 582.82 Mbit/s 13. Solcon Internetdiensten N.V. (Apeldoorn): ......................... 470.42 Mbit/s 14. Breedband Arnhem (Arnhem): ......................... 603.42 Mbit/s 15. DT-IT (Arnhem): ......................... 291.77 Mbit/s Average upload speed is 423.83 Mbit/s