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-p8NCaB/byte-unixbench/UnixBench"
make distr
make[2]: Entering directory "/root/serverscope-p8NCaB/byte-unixbench/UnixBench"
Checking distribution of files
./pgms exists
./src exists
./testdir exists
make[2]: Leaving directory "/root/serverscope-p8NCaB/byte-unixbench/UnixBench"
make programs
make[2]: Entering directory "/root/serverscope-p8NCaB/byte-unixbench/UnixBench"
make[2]: Nothing to be done for "programs".
make[2]: Leaving directory "/root/serverscope-p8NCaB/byte-unixbench/UnixBench"
make[1]: Leaving directory "/root/serverscope-p8NCaB/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: revwayne-scwams-vc1s: 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
21:11:50 up 41 min, 1 user, load average: 7.36, 4.85, 2.21; runlevel 2017-03-24
------------------------------------------------------------------------
Benchmark Run: Fri Mar 24 2017 21:11:50 - 21:39:43
2 CPUs in system; running 1 parallel copy of tests
Dhrystone 2 using register variables 12258976.3 lps (10.0 s, 7 samples)
Double-Precision Whetstone 2016.5 MWIPS (10.0 s, 7 samples)
Execl Throughput 1386.8 lps (29.5 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks 410765.2 KBps (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks 122604.4 KBps (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks 990466.9 KBps (30.0 s, 2 samples)
Pipe Throughput 1113542.8 lps (10.0 s, 7 samples)
Pipe-based Context Switching 67377.6 lps (10.0 s, 7 samples)
Process Creation 3671.8 lps (30.0 s, 2 samples)
Shell Scripts (1 concurrent) 2877.4 lpm (60.0 s, 2 samples)
Shell Scripts (8 concurrent) 639.3 lpm (60.0 s, 2 samples)
System Call Overhead 1733258.8 lps (10.0 s, 7 samples)
System Benchmarks Index Values BASELINE RESULT INDEX
Dhrystone 2 using register variables 116700.0 12258976.3 1050.5
Double-Precision Whetstone 55.0 2016.5 366.6
Execl Throughput 43.0 1386.8 322.5
File Copy 1024 bufsize 2000 maxblocks 3960.0 410765.2 1037.3
File Copy 256 bufsize 500 maxblocks 1655.0 122604.4 740.8
File Copy 4096 bufsize 8000 maxblocks 5800.0 990466.9 1707.7
Pipe Throughput 12440.0 1113542.8 895.1
Pipe-based Context Switching 4000.0 67377.6 168.4
Process Creation 126.0 3671.8 291.4
Shell Scripts (1 concurrent) 42.4 2877.4 678.6
Shell Scripts (8 concurrent) 6.0 639.3 1065.5
System Call Overhead 15000.0 1733258.8 1155.5
========
System Benchmarks Index Score 652.8
------------------------------------------------------------------------
Benchmark Run: Fri Mar 24 2017 21:39:43 - 22:07:38
2 CPUs in system; running 2 parallel copies of tests
Dhrystone 2 using register variables 24011996.8 lps (10.0 s, 7 samples)
Double-Precision Whetstone 4017.7 MWIPS (10.1 s, 7 samples)
Execl Throughput 2596.2 lps (30.0 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks 475022.4 KBps (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks 129512.0 KBps (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks 1264318.6 KBps (30.0 s, 2 samples)
Pipe Throughput 2212416.5 lps (10.0 s, 7 samples)
Pipe-based Context Switching 192031.8 lps (10.0 s, 7 samples)
Process Creation 10369.8 lps (30.0 s, 2 samples)
Shell Scripts (1 concurrent) 5066.4 lpm (60.0 s, 2 samples)
Shell Scripts (8 concurrent) 819.3 lpm (60.1 s, 2 samples)
System Call Overhead 2652147.4 lps (10.0 s, 7 samples)
System Benchmarks Index Values BASELINE RESULT INDEX
Dhrystone 2 using register variables 116700.0 24011996.8 2057.6
Double-Precision Whetstone 55.0 4017.7 730.5
Execl Throughput 43.0 2596.2 603.8
File Copy 1024 bufsize 2000 maxblocks 3960.0 475022.4 1199.6
File Copy 256 bufsize 500 maxblocks 1655.0 129512.0 782.5
File Copy 4096 bufsize 8000 maxblocks 5800.0 1264318.6 2179.9
Pipe Throughput 12440.0 2212416.5 1778.5
Pipe-based Context Switching 4000.0 192031.8 480.1
Process Creation 126.0 10369.8 823.0
Shell Scripts (1 concurrent) 42.4 5066.4 1194.9
Shell Scripts (8 concurrent) 6.0 819.3 1365.6
System Call Overhead 15000.0 2652147.4 1768.1
========
System Benchmarks Index Score 1116.8
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.5957 s, 170 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.832 s, 167 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=2949: Fri Mar 24 21:08:40 2017
read : io=12724MB, bw=217144KB/s, iops=54285, runt= 60002msec
clat (usec): min=1, max=27453, avg=139.59, stdev=345.91
lat (usec): min=2, max=27453, avg=140.46, stdev=346.43
clat percentiles (usec):
| 1.00th=[ 2], 5.00th=[ 2], 10.00th=[ 3], 20.00th=[ 3],
| 30.00th=[ 3], 40.00th=[ 4], 50.00th=[ 8], 60.00th=[ 139],
| 70.00th=[ 179], 80.00th=[ 225], 90.00th=[ 326], 95.00th=[ 438],
| 99.00th=[ 924], 99.50th=[ 1480], 99.90th=[ 5024], 99.95th=[ 5984],
| 99.99th=[10304]
bw (KB /s): min= 7233, max=374592, per=12.41%, avg=26958.15, stdev=36444.39
lat (usec) : 2=0.01%, 4=35.53%, 10=14.76%, 20=1.71%, 50=1.07%
lat (usec) : 100=0.75%, 250=29.58%, 500=12.95%, 750=2.14%, 1000=0.63%
lat (msec) : 2=0.48%, 4=0.19%, 10=0.19%, 20=0.01%, 50=0.01%
cpu : usr=5.01%, sys=14.41%, ctx=1549898, 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=3257263/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=12724MB, aggrb=217143KB/s, minb=217143KB/s, maxb=217143KB/s, mint=60002msec, maxt=60002msec
Disk stats (read/write):
vda: ios=1502510/8, merge=0/4, ticks=230180/0, in_queue=231370, util=98.40%
./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=2959: Fri Mar 24 21:09:41 2017
read : io=7059.2MB, bw=120474KB/s, iops=30118, runt= 60001msec
clat (usec): min=56, max=35972, avg=255.83, stdev=352.05
lat (usec): min=57, max=35974, avg=256.66, stdev=352.17
clat percentiles (usec):
| 1.00th=[ 97], 5.00th=[ 114], 10.00th=[ 124], 20.00th=[ 145],
| 30.00th=[ 161], 40.00th=[ 179], 50.00th=[ 199], 60.00th=[ 215],
| 70.00th=[ 251], 80.00th=[ 302], 90.00th=[ 382], 95.00th=[ 486],
| 99.00th=[ 1096], 99.50th=[ 1992], 99.90th=[ 5024], 99.95th=[ 6176],
| 99.99th=[10176]
bw (KB /s): min= 2848, max=23272, per=12.52%, avg=15081.60, stdev=3220.53
lat (usec) : 100=1.32%, 250=68.56%, 500=25.48%, 750=2.70%, 1000=0.81%
lat (msec) : 2=0.64%, 4=0.25%, 10=0.24%, 20=0.01%, 50=0.01%
cpu : usr=4.14%, sys=13.72%, ctx=1817220, 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=1807138/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=7059.2MB, aggrb=120473KB/s, minb=120473KB/s, maxb=120473KB/s, mint=60001msec, maxt=60001msec
Disk stats (read/write):
vda: ios=1805300/0, merge=0/0, ticks=259500/0, in_queue=260480, util=98.32%
./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=3045: Fri Mar 24 21:11:42 2017
write: io=29072MB, bw=496133KB/s, iops=124033, runt= 60004msec
clat (usec): min=3, max=887505, avg=54.68, stdev=2483.18
lat (usec): min=4, max=887506, avg=56.01, stdev=2490.97
clat percentiles (usec):
| 1.00th=[ 5], 5.00th=[ 5], 10.00th=[ 5], 20.00th=[ 6],
| 30.00th=[ 6], 40.00th=[ 6], 50.00th=[ 6], 60.00th=[ 6],
| 70.00th=[ 7], 80.00th=[ 7], 90.00th=[ 8], 95.00th=[ 8],
| 99.00th=[ 35], 99.50th=[ 95], 99.90th=[20096], 99.95th=[30080],
| 99.99th=[41728]
bw (KB /s): min= 105, max=130328, per=12.98%, avg=64414.50, stdev=19963.14
lat (usec) : 4=0.01%, 10=96.64%, 20=2.02%, 50=0.57%, 100=0.29%
lat (usec) : 250=0.20%, 500=0.05%, 750=0.01%, 1000=0.01%
lat (msec) : 2=0.01%, 4=0.01%, 10=0.03%, 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.06%, sys=11.97%, ctx=39561, 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=7442488/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=29072MB, aggrb=496132KB/s, minb=496132KB/s, maxb=496132KB/s, mint=60004msec, maxt=60004msec
Disk stats (read/write):
vda: ios=1/268411, merge=0/1819, ticks=0/3202000, in_queue=3231710, util=59.65%
./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=2969: Fri Mar 24 21:10:41 2017
write: io=851064KB, bw=14130KB/s, iops=3532, runt= 60229msec
clat (usec): min=105, max=940004, avg=2255.52, stdev=10735.74
lat (usec): min=105, max=940005, avg=2256.45, stdev=10735.78
clat percentiles (usec):
| 1.00th=[ 115], 5.00th=[ 129], 10.00th=[ 143], 20.00th=[ 163],
| 30.00th=[ 181], 40.00th=[ 209], 50.00th=[ 290], 60.00th=[ 1464],
| 70.00th=[ 1864], 80.00th=[ 2288], 90.00th=[ 3504], 95.00th=[ 6816],
| 99.00th=[27776], 99.50th=[43264], 99.90th=[91648], 99.95th=[193536],
| 99.99th=[366592]
bw (KB /s): min= 27, max= 6011, per=12.81%, avg=1810.15, stdev=1248.74
lat (usec) : 250=47.27%, 500=6.75%, 750=1.04%, 1000=0.47%
lat (msec) : 2=18.18%, 4=17.49%, 10=5.03%, 20=2.11%, 50=1.27%
lat (msec) : 100=0.29%, 250=0.05%, 500=0.04%, 1000=0.01%
cpu : usr=0.55%, sys=2.45%, ctx=459002, majf=0, minf=91
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=212766/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=851064KB, aggrb=14130KB/s, minb=14130KB/s, maxb=14130KB/s, mint=60229msec, maxt=60229msec
Disk stats (read/write):
vda: ios=475/212813, merge=0/2207, ticks=580/53390, in_queue=54050, util=75.89%
Downloaded 104857600 bytes in 0.659 sec Downloaded 104857600 bytes in 1.231 sec Downloaded 104857600 bytes in 0.590 sec Downloaded 104857600 bytes in 1.057 sec Downloaded 104857600 bytes in 0.594 sec Finished! Average download speed is 968.29 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]: 24.625 ms 2. ColoCenter bv (Zoetermeer) [34.97 km]: 18.836 ms 3. Xela Hosting (The Hague) [38.22 km]: 14.308 ms 4. Redhosting (Almere) [38.73 km]: 17.706 ms 5. ConnectNL ICT Professionals (Almere) [38.73 km]: 357.523 ms 6. Vodafone NL (Utrecht) [44.19 km]: 7.915 ms 7. IP Visie Networking BV (Rotterdam) [50.17 km]: 19.838 ms 8. Maximum (Rotterdam) [50.17 km]: 32.714 ms 9. WorldStream B.V. (Naaldwijk) [50.81 km]: 8.212 ms 10. Qweb | Full-Service Hosting (Alblasserdam) [55.00 km]: 28.83 ms 11. Netrouting (Spijkenisse) [63.15 km]: 150.66 ms 12. Matrix DATA (Harderwijk) [65.91 km]: 21.776 ms 13. SIT Internetdiensten B.V. (Voorthuizen) [68.92 km]: 16.158 ms 14. Solcon (Dronten) [75.01 km]: 17.232 ms 15. Solcon Internetdiensten N.V. (Apeldoorn) [91.23 km]: 19.038 ms Testing upload speeds 1. A2B Internet B.V. (Alkmaar): ......................... 365.08 Mbit/s 2. ColoCenter bv (Zoetermeer): ......................... 136.05 Mbit/s 3. Xela Hosting (The Hague): ......................... 285.08 Mbit/s 4. Redhosting (Almere): ......................... 159.75 Mbit/s 5. ConnectNL ICT Professionals (Almere): ......................... 263.89 Mbit/s 6. Vodafone NL (Utrecht): ......................... 188.26 Mbit/s 7. IP Visie Networking BV (Rotterdam): ......................... 26.51 Mbit/s 8. Maximum (Rotterdam): ......................... 59.18 Mbit/s 9. WorldStream B.V. (Naaldwijk): ......................... 166.63 Mbit/s 10. Qweb | Full-Service Hosting (Alblasserdam): ......................... 55.82 Mbit/s 11. Netrouting (Spijkenisse): ......................... 109.75 Mbit/s 12. Matrix DATA (Harderwijk): ......................... 127.81 Mbit/s 13. SIT Internetdiensten B.V. (Voorthuizen): ......................... 24.47 Mbit/s 14. Solcon (Dronten): ......................... 130.49 Mbit/s 15. Solcon Internetdiensten N.V. (Apeldoorn): ......................... 163.82 Mbit/s Average upload speed is 150.84 Mbit/s