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-qlStVP/byte-unixbench/UnixBench"
make distr
make[2]: Entering directory "/root/serverscope-qlStVP/byte-unixbench/UnixBench"
Checking distribution of files
./pgms exists
./src exists
./testdir exists
make[2]: Leaving directory "/root/serverscope-qlStVP/byte-unixbench/UnixBench"
make programs
make[2]: Entering directory "/root/serverscope-qlStVP/byte-unixbench/UnixBench"
make[2]: Nothing to be done for "programs".
make[2]: Leaving directory "/root/serverscope-qlStVP/byte-unixbench/UnixBench"
make[1]: Leaving directory "/root/serverscope-qlStVP/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: scw-c9563f: GNU/Linux
OS: GNU/Linux -- 4.4.38-std-1 -- #1 SMP Mon Dec 12 10:45:29 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, 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
01:51:29 up 10 min, 1 user, load average: 7.41, 4.80, 2.10; runlevel 2017-09-28
------------------------------------------------------------------------
Benchmark Run: Thu Sep 28 2017 01:51:29 - 02:19:22
2 CPUs in system; running 1 parallel copy of tests
Dhrystone 2 using register variables 12161840.3 lps (10.0 s, 7 samples)
Double-Precision Whetstone 2018.2 MWIPS (10.0 s, 7 samples)
Execl Throughput 2012.5 lps (30.0 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks 416230.3 KBps (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks 121688.5 KBps (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks 1003166.5 KBps (30.0 s, 2 samples)
Pipe Throughput 1105810.4 lps (10.0 s, 7 samples)
Pipe-based Context Switching 21697.2 lps (10.0 s, 7 samples)
Process Creation 4139.9 lps (30.0 s, 2 samples)
Shell Scripts (1 concurrent) 3867.8 lpm (60.0 s, 2 samples)
Shell Scripts (8 concurrent) 800.3 lpm (60.1 s, 2 samples)
System Call Overhead 1721334.1 lps (10.0 s, 7 samples)
System Benchmarks Index Values BASELINE RESULT INDEX
Dhrystone 2 using register variables 116700.0 12161840.3 1042.1
Double-Precision Whetstone 55.0 2018.2 366.9
Execl Throughput 43.0 2012.5 468.0
File Copy 1024 bufsize 2000 maxblocks 3960.0 416230.3 1051.1
File Copy 256 bufsize 500 maxblocks 1655.0 121688.5 735.3
File Copy 4096 bufsize 8000 maxblocks 5800.0 1003166.5 1729.6
Pipe Throughput 12440.0 1105810.4 888.9
Pipe-based Context Switching 4000.0 21697.2 54.2
Process Creation 126.0 4139.9 328.6
Shell Scripts (1 concurrent) 42.4 3867.8 912.2
Shell Scripts (8 concurrent) 6.0 800.3 1333.8
System Call Overhead 15000.0 1721334.1 1147.6
========
System Benchmarks Index Score 646.1
------------------------------------------------------------------------
Benchmark Run: Thu Sep 28 2017 02:19:22 - 02:47:19
2 CPUs in system; running 2 parallel copies of tests
Dhrystone 2 using register variables 24156252.3 lps (10.0 s, 7 samples)
Double-Precision Whetstone 4031.8 MWIPS (10.0 s, 7 samples)
Execl Throughput 3405.7 lps (30.0 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks 427700.2 KBps (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks 117093.2 KBps (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks 1274731.0 KBps (30.0 s, 2 samples)
Pipe Throughput 2196939.0 lps (10.0 s, 7 samples)
Pipe-based Context Switching 171037.3 lps (10.0 s, 7 samples)
Process Creation 9910.5 lps (30.0 s, 2 samples)
Shell Scripts (1 concurrent) 6327.5 lpm (60.0 s, 2 samples)
Shell Scripts (8 concurrent) 831.2 lpm (60.0 s, 2 samples)
System Call Overhead 2643988.7 lps (10.0 s, 7 samples)
System Benchmarks Index Values BASELINE RESULT INDEX
Dhrystone 2 using register variables 116700.0 24156252.3 2069.9
Double-Precision Whetstone 55.0 4031.8 733.1
Execl Throughput 43.0 3405.7 792.0
File Copy 1024 bufsize 2000 maxblocks 3960.0 427700.2 1080.1
File Copy 256 bufsize 500 maxblocks 1655.0 117093.2 707.5
File Copy 4096 bufsize 8000 maxblocks 5800.0 1274731.0 2197.8
Pipe Throughput 12440.0 2196939.0 1766.0
Pipe-based Context Switching 4000.0 171037.3 427.6
Process Creation 126.0 9910.5 786.5
Shell Scripts (1 concurrent) 42.4 6327.5 1492.3
Shell Scripts (8 concurrent) 6.0 831.2 1385.3
System Call Overhead 15000.0 2643988.7 1762.7
========
System Benchmarks Index Score 1130.7
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, 12.1908 s, 176 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.6925 s, 201 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=7805: Thu Sep 28 01:48:20 2017
read : io=13251MB, bw=226140KB/s, iops=56535, runt= 60001msec
clat (usec): min=2, max=24978, avg=134.26, stdev=240.64
lat (usec): min=2, max=24978, avg=135.05, stdev=241.12
clat percentiles (usec):
| 1.00th=[ 2], 5.00th=[ 3], 10.00th=[ 3], 20.00th=[ 3],
| 30.00th=[ 4], 40.00th=[ 13], 50.00th=[ 131], 60.00th=[ 161],
| 70.00th=[ 191], 80.00th=[ 223], 90.00th=[ 290], 95.00th=[ 354],
| 99.00th=[ 564], 99.50th=[ 700], 99.90th=[ 2672], 99.95th=[ 5408],
| 99.99th=[ 9792]
bw (KB /s): min=11272, max=59008, per=12.47%, avg=28202.47, stdev=10295.59
lat (usec) : 4=21.73%, 10=18.23%, 20=1.54%, 50=1.39%, 100=0.64%
lat (usec) : 250=41.62%, 500=13.34%, 750=1.10%, 1000=0.17%
lat (msec) : 2=0.12%, 4=0.06%, 10=0.06%, 20=0.01%, 50=0.01%
cpu : usr=5.41%, sys=16.24%, ctx=1948100, majf=2, minf=95
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=3392163/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=13251MB, aggrb=226140KB/s, minb=226140KB/s, maxb=226140KB/s, mint=60001msec, maxt=60001msec
Disk stats (read/write):
vda: ios=1925773/34, merge=0/20, ticks=204490/20, in_queue=204060, util=97.66%
./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=7828: Thu Sep 28 01:49:21 2017
read : io=9414.3MB, bw=160666KB/s, iops=40166, runt= 60001msec
clat (usec): min=58, max=27250, avg=190.63, stdev=191.94
lat (usec): min=59, max=27250, avg=191.44, stdev=192.25
clat percentiles (usec):
| 1.00th=[ 98], 5.00th=[ 111], 10.00th=[ 118], 20.00th=[ 131],
| 30.00th=[ 147], 40.00th=[ 155], 50.00th=[ 165], 60.00th=[ 181],
| 70.00th=[ 197], 80.00th=[ 223], 90.00th=[ 274], 95.00th=[ 322],
| 99.00th=[ 498], 99.50th=[ 636], 99.90th=[ 1896], 99.95th=[ 3504],
| 99.99th=[ 8768]
bw (KB /s): min= 6464, max=26464, per=12.50%, avg=20085.50, stdev=2207.15
lat (usec) : 100=1.21%, 250=85.19%, 500=12.60%, 750=0.64%, 1000=0.13%
lat (msec) : 2=0.13%, 4=0.05%, 10=0.04%, 20=0.01%, 50=0.01%
cpu : usr=5.01%, sys=15.59%, ctx=2423729, 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=2410035/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=9414.3MB, aggrb=160666KB/s, minb=160666KB/s, maxb=160666KB/s, mint=60001msec, maxt=60001msec
Disk stats (read/write):
vda: ios=2407429/28, merge=0/16, ticks=255360/20, in_queue=254210, util=98.76%
./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=7868: Thu Sep 28 01:51:21 2017
write: io=32806MB, bw=559804KB/s, iops=139951, runt= 60009msec
clat (usec): min=3, max=855163, avg=48.13, stdev=2021.16
lat (usec): min=4, max=855164, avg=49.34, stdev=2028.11
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=[ 6], 80.00th=[ 7], 90.00th=[ 7], 95.00th=[ 8],
| 99.00th=[ 18], 99.50th=[ 55], 99.90th=[17536], 99.95th=[24192],
| 99.99th=[38144]
bw (KB /s): min= 6, max=147883, per=12.92%, avg=72336.74, stdev=19443.49
lat (usec) : 4=0.01%, 10=97.41%, 20=1.65%, 50=0.42%, 100=0.16%
lat (usec) : 250=0.10%, 500=0.03%, 750=0.01%, 1000=0.01%
lat (msec) : 2=0.02%, 4=0.02%, 10=0.04%, 20=0.07%, 50=0.08%
lat (msec) : 100=0.01%, 250=0.01%, 500=0.01%, 750=0.01%, 1000=0.01%
cpu : usr=7.28%, sys=12.36%, ctx=51219, 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=8398324/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=32806MB, aggrb=559804KB/s, minb=559804KB/s, maxb=559804KB/s, mint=60009msec, maxt=60009msec
Disk stats (read/write):
vda: ios=1/403146, merge=0/1285, ticks=0/3466960, in_queue=3466880, util=55.53%
./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=7845: Thu Sep 28 01:50:21 2017
write: io=1062.1MB, bw=18140KB/s, iops=4534, runt= 60002msec
clat (usec): min=100, max=496014, avg=1756.07, stdev=7579.20
lat (usec): min=101, max=496016, avg=1756.93, stdev=7579.25
clat percentiles (usec):
| 1.00th=[ 115], 5.00th=[ 127], 10.00th=[ 139], 20.00th=[ 159],
| 30.00th=[ 181], 40.00th=[ 249], 50.00th=[ 1368], 60.00th=[ 1592],
| 70.00th=[ 1816], 80.00th=[ 2128], 90.00th=[ 2864], 95.00th=[ 4048],
| 99.00th=[14528], 99.50th=[24192], 99.90th=[62720], 99.95th=[87552],
| 99.99th=[387072]
bw (KB /s): min= 169, max= 5784, per=12.64%, avg=2292.44, stdev=1130.52
lat (usec) : 250=40.10%, 500=3.49%, 750=0.50%, 1000=0.16%
lat (msec) : 2=32.26%, 4=18.36%, 10=3.60%, 20=0.85%, 50=0.52%
lat (msec) : 100=0.11%, 250=0.01%, 500=0.03%
cpu : usr=0.57%, sys=2.75%, ctx=596251, 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=272106/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=1062.1MB, aggrb=18139KB/s, minb=18139KB/s, maxb=18139KB/s, mint=60002msec, maxt=60002msec
Disk stats (read/write):
vda: ios=91/272026, merge=0/2072, ticks=0/51940, in_queue=51750, util=79.78%
Downloaded 104857600 bytes in 0.839 sec Downloaded 104857600 bytes in 0.608 sec Downloaded 104857600 bytes in 0.545 sec Downloaded 104857600 bytes in 0.713 sec Downloaded 104857600 bytes in 0.551 sec Finished! Average download speed is 1228.50 Mbit/s
Retrieving speedtest.net configuration... Retrieving speedtest.net server list... Testing from ONLINE SAS ... Selecting 15 servers that are not too close: 1. A2B Internet B.V. (Alkmaar) [30.92 km]: 9.449 ms 2. ColoCenter bv (Zoetermeer) [34.97 km]: 4.986 ms 3. Redhosting (Almere) [38.73 km]: 3.088 ms 4. ConnectNL ICT Professionals (Almere) [38.73 km]: 7.245 ms 5. KPN B.V. (Den Haag) [40.00 km]: 30.328 ms 6. Art Of Automation B.V. (Hoorn) [41.96 km]: 3.67 ms 7. Vodafone NL (Utrecht) [44.19 km]: 6.24 ms 8. Ziggo (Utrecht) [44.19 km]: 36.804 ms 9. Ziggo (Utrecht) [44.19 km]: 37.645 ms 10. Maximum (Rotterdam) [50.17 km]: 27.534 ms 11. WorldStream B.V. (Naaldwijk) [50.81 km]: 4.168 ms 12. Qweb | Full-Service Hosting (Alblasserdam) [55.00 km]: 5.085 ms 13. Jonaz B.V. (Amersfoort) [55.49 km]: 4.135 ms 14. Matrix DATA (Harderwijk) [65.91 km]: 9.239 ms 15. SIT Internetdiensten B.V. (Voorthuizen) [68.92 km]: 4.272 ms Testing upload speeds 1. A2B Internet B.V. (Alkmaar): ......................... 466.28 Mbit/s 2. ColoCenter bv (Zoetermeer): ......................... 424.46 Mbit/s 3. Redhosting (Almere): ......................... 105.97 Mbit/s 4. ConnectNL ICT Professionals (Almere): ......................... 383.27 Mbit/s 5. KPN B.V. (Den Haag): ......................... 159.16 Mbit/s 6. Art Of Automation B.V. (Hoorn): ......................... 352.92 Mbit/s 7. Vodafone NL (Utrecht): ......................... 317.58 Mbit/s 8. Ziggo (Utrecht): ......................... 191.76 Mbit/s 9. Ziggo (Utrecht): ......................... 193.59 Mbit/s 10. Maximum (Rotterdam): ......................... 155.94 Mbit/s 11. WorldStream B.V. (Naaldwijk): ......................... 207.94 Mbit/s 12. Qweb | Full-Service Hosting (Alblasserdam): ......................... 178.35 Mbit/s 13. Jonaz B.V. (Amersfoort): ......................... 455.29 Mbit/s 14. Matrix DATA (Harderwijk): ......................... 368.07 Mbit/s 15. SIT Internetdiensten B.V. (Voorthuizen): ......................... 30.47 Mbit/s Average upload speed is 266.07 Mbit/s