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-KdgaJo/byte-unixbench/UnixBench"
make distr
make[2]: Entering directory "/root/serverscope-KdgaJo/byte-unixbench/UnixBench"
Checking distribution of files
./pgms exists
./src exists
./testdir exists
make[2]: Leaving directory "/root/serverscope-KdgaJo/byte-unixbench/UnixBench"
make programs
make[2]: Entering directory "/root/serverscope-KdgaJo/byte-unixbench/UnixBench"
make[2]: Nothing to be done for "programs".
make[2]: Leaving directory "/root/serverscope-KdgaJo/byte-unixbench/UnixBench"
make[1]: Leaving directory "/root/serverscope-KdgaJo/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-c7aadb: 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
07:45:07 up 13 min, 1 user, load average: 8.16, 5.13, 2.50; runlevel 2017-02-10
------------------------------------------------------------------------
Benchmark Run: Fri Feb 10 2017 07:45:07 - 08:13:01
2 CPUs in system; running 1 parallel copy of tests
Dhrystone 2 using register variables 12339579.4 lps (10.0 s, 7 samples)
Double-Precision Whetstone 2023.4 MWIPS (10.1 s, 7 samples)
Execl Throughput 2094.8 lps (30.0 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks 409602.2 KBps (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks 113773.3 KBps (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks 983214.9 KBps (30.0 s, 2 samples)
Pipe Throughput 1114059.2 lps (10.0 s, 7 samples)
Pipe-based Context Switching 44926.2 lps (10.0 s, 7 samples)
Process Creation 4448.1 lps (30.0 s, 2 samples)
Shell Scripts (1 concurrent) 3725.3 lpm (60.0 s, 2 samples)
Shell Scripts (8 concurrent) 781.5 lpm (60.0 s, 2 samples)
System Call Overhead 1731012.1 lps (10.0 s, 7 samples)
System Benchmarks Index Values BASELINE RESULT INDEX
Dhrystone 2 using register variables 116700.0 12339579.4 1057.4
Double-Precision Whetstone 55.0 2023.4 367.9
Execl Throughput 43.0 2094.8 487.2
File Copy 1024 bufsize 2000 maxblocks 3960.0 409602.2 1034.3
File Copy 256 bufsize 500 maxblocks 1655.0 113773.3 687.5
File Copy 4096 bufsize 8000 maxblocks 5800.0 983214.9 1695.2
Pipe Throughput 12440.0 1114059.2 895.5
Pipe-based Context Switching 4000.0 44926.2 112.3
Process Creation 126.0 4448.1 353.0
Shell Scripts (1 concurrent) 42.4 3725.3 878.6
Shell Scripts (8 concurrent) 6.0 781.5 1302.5
System Call Overhead 15000.0 1731012.1 1154.0
========
System Benchmarks Index Score 685.2
------------------------------------------------------------------------
Benchmark Run: Fri Feb 10 2017 08:13:01 - 08:41:01
2 CPUs in system; running 2 parallel copies of tests
Dhrystone 2 using register variables 24451354.5 lps (10.0 s, 7 samples)
Double-Precision Whetstone 4018.0 MWIPS (10.0 s, 7 samples)
Execl Throughput 3257.2 lps (29.6 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks 438760.0 KBps (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks 125656.0 KBps (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks 1253774.3 KBps (30.0 s, 2 samples)
Pipe Throughput 2224027.7 lps (10.0 s, 7 samples)
Pipe-based Context Switching 168887.7 lps (10.0 s, 7 samples)
Process Creation 7658.7 lps (30.0 s, 2 samples)
Shell Scripts (1 concurrent) 4927.6 lpm (60.0 s, 2 samples)
Shell Scripts (8 concurrent) 689.8 lpm (60.1 s, 2 samples)
System Call Overhead 2676674.1 lps (10.0 s, 7 samples)
System Benchmarks Index Values BASELINE RESULT INDEX
Dhrystone 2 using register variables 116700.0 24451354.5 2095.2
Double-Precision Whetstone 55.0 4018.0 730.5
Execl Throughput 43.0 3257.2 757.5
File Copy 1024 bufsize 2000 maxblocks 3960.0 438760.0 1108.0
File Copy 256 bufsize 500 maxblocks 1655.0 125656.0 759.3
File Copy 4096 bufsize 8000 maxblocks 5800.0 1253774.3 2161.7
Pipe Throughput 12440.0 2224027.7 1787.8
Pipe-based Context Switching 4000.0 168887.7 422.2
Process Creation 126.0 7658.7 607.8
Shell Scripts (1 concurrent) 42.4 4927.6 1162.2
Shell Scripts (8 concurrent) 6.0 689.8 1149.6
System Call Overhead 15000.0 2676674.1 1784.4
========
System Benchmarks Index Score 1072.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, 2.0 GiB) copied, 11.9933 s, 179 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, 12.1518 s, 177 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=26723: Fri Feb 10 07:41:59 2017
read : io=16674MB, bw=284570KB/s, iops=71142, runt= 60001msec
clat (usec): min=2, max=17109, avg=105.66, stdev=183.29
lat (usec): min=2, max=17110, avg=106.35, stdev=183.65
clat percentiles (usec):
| 1.00th=[ 2], 5.00th=[ 3], 10.00th=[ 3], 20.00th=[ 3],
| 30.00th=[ 3], 40.00th=[ 4], 50.00th=[ 102], 60.00th=[ 137],
| 70.00th=[ 163], 80.00th=[ 195], 90.00th=[ 247], 95.00th=[ 302],
| 99.00th=[ 454], 99.50th=[ 532], 99.90th=[ 852], 99.95th=[ 1416],
| 99.99th=[ 9664]
bw (KB /s): min=18152, max=80608, per=12.47%, avg=35489.96, stdev=12662.56
lat (usec) : 4=30.75%, 10=14.85%, 20=1.90%, 50=1.68%, 100=0.63%
lat (usec) : 250=40.63%, 500=8.90%, 750=0.52%, 1000=0.06%
lat (msec) : 2=0.03%, 4=0.01%, 10=0.02%, 20=0.01%
cpu : usr=6.57%, sys=17.00%, ctx=2182369, majf=2, minf=94
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=4268626/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=16674MB, aggrb=284570KB/s, minb=284570KB/s, maxb=284570KB/s, mint=60001msec, maxt=60001msec
Disk stats (read/write):
vda: ios=2160806/8, merge=0/4, ticks=202990/10, in_queue=201980, util=99.51%
./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=26733: Fri Feb 10 07:42:59 2017
read : io=11312MB, bw=193060KB/s, iops=48264, runt= 60001msec
clat (usec): min=59, max=21248, avg=156.92, stdev=55.31
lat (usec): min=59, max=21248, avg=157.80, stdev=55.57
clat percentiles (usec):
| 1.00th=[ 99], 5.00th=[ 110], 10.00th=[ 115], 20.00th=[ 126],
| 30.00th=[ 137], 40.00th=[ 143], 50.00th=[ 147], 60.00th=[ 153],
| 70.00th=[ 163], 80.00th=[ 183], 90.00th=[ 205], 95.00th=[ 237],
| 99.00th=[ 322], 99.50th=[ 366], 99.90th=[ 478], 99.95th=[ 548],
| 99.99th=[ 868]
bw (KB /s): min=10720, max=29784, per=12.50%, avg=24140.78, stdev=2150.63
lat (usec) : 100=1.08%, 250=95.00%, 500=3.83%, 750=0.07%, 1000=0.01%
lat (msec) : 2=0.01%, 4=0.01%, 10=0.01%, 20=0.01%, 50=0.01%
cpu : usr=5.34%, sys=15.55%, ctx=2928129, majf=0, minf=83
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=2895943/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=11312MB, aggrb=193059KB/s, minb=193059KB/s, maxb=193059KB/s, mint=60001msec, maxt=60001msec
Disk stats (read/write):
vda: ios=2893324/0, merge=0/0, ticks=292370/0, in_queue=290990, util=99.77%
./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=26753: Fri Feb 10 07:45:00 2017
write: io=32490MB, bw=550008KB/s, iops=137501, runt= 60490msec
clat (usec): min=4, max=950042, avg=49.17, stdev=2570.65
lat (usec): min=4, max=950043, avg=50.38, stdev=2577.01
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=[ 7], 95.00th=[ 8],
| 99.00th=[ 22], 99.50th=[ 51], 99.90th=[17024], 99.95th=[28288],
| 99.99th=[40704]
bw (KB /s): min= 1011, max=161992, per=13.22%, avg=72703.04, stdev=22305.66
lat (usec) : 10=97.77%, 20=1.19%, 50=0.53%, 100=0.21%, 250=0.10%
lat (usec) : 500=0.01%, 750=0.01%, 1000=0.01%
lat (msec) : 2=0.01%, 4=0.01%, 10=0.02%, 20=0.05%, 50=0.09%
lat (msec) : 100=0.01%, 250=0.01%, 500=0.01%, 750=0.01%, 1000=0.01%
cpu : usr=7.16%, sys=11.97%, ctx=37321, 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=8317491/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=32490MB, aggrb=550007KB/s, minb=550007KB/s, maxb=550007KB/s, mint=60490msec, maxt=60490msec
Disk stats (read/write):
vda: ios=3/330288, merge=0/174, ticks=0/2848980, in_queue=2952440, util=52.47%
./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=26743: Fri Feb 10 07:44:00 2017
write: io=1515.2MB, bw=25699KB/s, iops=6424, runt= 60373msec
clat (usec): min=104, max=606520, avg=1238.55, stdev=7308.70
lat (usec): min=105, max=606521, avg=1239.31, stdev=7308.71
clat percentiles (usec):
| 1.00th=[ 109], 5.00th=[ 129], 10.00th=[ 135], 20.00th=[ 151],
| 30.00th=[ 183], 40.00th=[ 1256], 50.00th=[ 1352], 60.00th=[ 1416],
| 70.00th=[ 1480], 80.00th=[ 1560], 90.00th=[ 1704], 95.00th=[ 1976],
| 99.00th=[ 3184], 99.50th=[ 4128], 99.90th=[18816], 99.95th=[38656],
| 99.99th=[468992]
bw (KB /s): min= 131, max= 6224, per=12.79%, avg=3286.90, stdev=1416.39
lat (usec) : 250=31.52%, 500=1.07%, 750=0.07%, 1000=0.04%
lat (msec) : 2=62.56%, 4=4.21%, 10=0.39%, 20=0.04%, 50=0.05%
lat (msec) : 100=0.01%, 250=0.02%, 500=0.02%, 750=0.01%
cpu : usr=0.68%, sys=3.03%, ctx=887275, 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=387882/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=1515.2MB, aggrb=25699KB/s, minb=25699KB/s, maxb=25699KB/s, mint=60373msec, maxt=60373msec
Disk stats (read/write):
vda: ios=4/387985, merge=0/1902, ticks=0/69600, in_queue=70050, util=74.92%
Downloaded 104857600 bytes in 0.470 sec Downloaded 104857600 bytes in 0.644 sec Downloaded 104857600 bytes in 0.716 sec Downloaded 104857600 bytes in 0.618 sec Downloaded 104857600 bytes in 0.736 sec Finished! Average download speed is 1256.28 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]: 8.945 ms 2. ColoCenter bv (Zoetermeer) [34.97 km]: 17.288 ms 3. Xela Hosting (The Hague) [38.22 km]: 13.822 ms 4. Redhosting (Almere) [38.73 km]: 15.936 ms 5. ConnectNL ICT Professionals (Almere) [38.73 km]: 9.065 ms 6. Vodafone NL (Utrecht) [44.19 km]: 10.833 ms 7. Maximum (Rotterdam) [50.17 km]: 29.735 ms 8. IP Visie Networking BV (Rotterdam) [50.17 km]: 39.351 ms 9. i3D.net (Rotterdam) [50.17 km]: 15.24 ms 10. WorldStream B.V. (Naaldwijk) [50.81 km]: 3.959 ms 11. Qweb | Full-Service Hosting (Alblasserdam) [55.00 km]: 18.264 ms 12. Netrouting (Spijkenisse) [63.15 km]: 6.439 ms 13. Matrix DATA (Harderwijk) [65.91 km]: 22.835 ms 14. SIT Internetdiensten B.V. (Voorthuizen) [68.92 km]: 14.855 ms 15. Solcon (Dronten) [75.01 km]: 24.028 ms Testing upload speeds 1. A2B Internet B.V. (Alkmaar): ......................... 479.01 Mbit/s 2. ColoCenter bv (Zoetermeer): ......................... 174.66 Mbit/s 3. Xela Hosting (The Hague): ......................... 409.57 Mbit/s 4. Redhosting (Almere): ......................... 246.21 Mbit/s 5. ConnectNL ICT Professionals (Almere): ......................... 389.39 Mbit/s 6. Vodafone NL (Utrecht): ......................... 333.11 Mbit/s 7. Maximum (Rotterdam): ......................... 141.63 Mbit/s 8. IP Visie Networking BV (Rotterdam): ......................... 100.48 Mbit/s 9. i3D.net (Rotterdam): ......................... 108.56 Mbit/s 10. WorldStream B.V. (Naaldwijk): ......................... 174.43 Mbit/s 11. Qweb | Full-Service Hosting (Alblasserdam): ......................... 155.07 Mbit/s 12. Netrouting (Spijkenisse): ......................... 355.63 Mbit/s 13. Matrix DATA (Harderwijk): ......................... 121.95 Mbit/s 14. SIT Internetdiensten B.V. (Voorthuizen): ......................... 19.82 Mbit/s 15. Solcon (Dronten): ......................... 132.84 Mbit/s Average upload speed is 222.82 Mbit/s