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-vggK5u/byte-unixbench/UnixBench" make distr make[2]: Entering directory "/root/serverscope-vggK5u/byte-unixbench/UnixBench" Checking distribution of files ./pgms exists ./src exists ./testdir exists make[2]: Leaving directory "/root/serverscope-vggK5u/byte-unixbench/UnixBench" make programs make[2]: Entering directory "/root/serverscope-vggK5u/byte-unixbench/UnixBench" make[2]: Nothing to be done for "programs". make[2]: Leaving directory "/root/serverscope-vggK5u/byte-unixbench/UnixBench" make[1]: Leaving directory "/root/serverscope-vggK5u/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 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: vps7317: GNU/Linux OS: GNU/Linux -- 4.4.0-112-generic -- #135-Ubuntu SMP Fri Jan 19 11:48:36 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 11:22:09 up 17 min, 1 user, load average: 7.64, 4.44, 1.88; runlevel 2018-02-01 ------------------------------------------------------------------------ Benchmark Run: Thu Feb 01 2018 11:22:09 - 11:50:19 6 CPUs in system; running 1 parallel copy of tests Dhrystone 2 using register variables 29168061.3 lps (10.0 s, 7 samples) Double-Precision Whetstone 3580.6 MWIPS (9.9 s, 7 samples) Execl Throughput 2359.9 lps (29.6 s, 2 samples) File Copy 1024 bufsize 2000 maxblocks 633179.7 KBps (30.0 s, 2 samples) File Copy 256 bufsize 500 maxblocks 165551.9 KBps (30.0 s, 2 samples) File Copy 4096 bufsize 8000 maxblocks 1746076.5 KBps (30.0 s, 2 samples) Pipe Throughput 918668.8 lps (10.0 s, 7 samples) Pipe-based Context Switching 53882.4 lps (10.0 s, 7 samples) Process Creation 6358.4 lps (30.0 s, 2 samples) Shell Scripts (1 concurrent) 7650.4 lpm (60.0 s, 2 samples) Shell Scripts (8 concurrent) 2922.3 lpm (60.0 s, 2 samples) System Call Overhead 831114.6 lps (10.0 s, 7 samples) System Benchmarks Index Values BASELINE RESULT INDEX Dhrystone 2 using register variables 116700.0 29168061.3 2499.4 Double-Precision Whetstone 55.0 3580.6 651.0 Execl Throughput 43.0 2359.9 548.8 File Copy 1024 bufsize 2000 maxblocks 3960.0 633179.7 1598.9 File Copy 256 bufsize 500 maxblocks 1655.0 165551.9 1000.3 File Copy 4096 bufsize 8000 maxblocks 5800.0 1746076.5 3010.5 Pipe Throughput 12440.0 918668.8 738.5 Pipe-based Context Switching 4000.0 53882.4 134.7 Process Creation 126.0 6358.4 504.6 Shell Scripts (1 concurrent) 42.4 7650.4 1804.3 Shell Scripts (8 concurrent) 6.0 2922.3 4870.5 System Call Overhead 15000.0 831114.6 554.1 ======== System Benchmarks Index Score 1004.2 ------------------------------------------------------------------------ Benchmark Run: Thu Feb 01 2018 11:50:19 - 12:18:32 6 CPUs in system; running 6 parallel copies of tests Dhrystone 2 using register variables 166935119.7 lps (10.0 s, 7 samples) Double-Precision Whetstone 21121.6 MWIPS (9.8 s, 7 samples) Execl Throughput 16062.4 lps (30.0 s, 2 samples) File Copy 1024 bufsize 2000 maxblocks 755057.7 KBps (30.0 s, 2 samples) File Copy 256 bufsize 500 maxblocks 218413.8 KBps (30.0 s, 2 samples) File Copy 4096 bufsize 8000 maxblocks 2028186.9 KBps (30.0 s, 2 samples) Pipe Throughput 5389149.4 lps (10.0 s, 7 samples) Pipe-based Context Switching 545824.8 lps (10.0 s, 7 samples) Process Creation 26662.0 lps (30.0 s, 2 samples) Shell Scripts (1 concurrent) 33747.8 lpm (60.0 s, 2 samples) Shell Scripts (8 concurrent) 4902.8 lpm (60.0 s, 2 samples) System Call Overhead 4254556.0 lps (10.0 s, 7 samples) System Benchmarks Index Values BASELINE RESULT INDEX Dhrystone 2 using register variables 116700.0 166935119.7 14304.6 Double-Precision Whetstone 55.0 21121.6 3840.3 Execl Throughput 43.0 16062.4 3735.5 File Copy 1024 bufsize 2000 maxblocks 3960.0 755057.7 1906.7 File Copy 256 bufsize 500 maxblocks 1655.0 218413.8 1319.7 File Copy 4096 bufsize 8000 maxblocks 5800.0 2028186.9 3496.9 Pipe Throughput 12440.0 5389149.4 4332.1 Pipe-based Context Switching 4000.0 545824.8 1364.6 Process Creation 126.0 26662.0 2116.0 Shell Scripts (1 concurrent) 42.4 33747.8 7959.4 Shell Scripts (8 concurrent) 6.0 4902.8 8171.3 System Call Overhead 15000.0 4254556.0 2836.4 ======== System Benchmarks Index Score 3561.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, 2.0 GiB) copied, 8.29472 s, 259 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, 7.4055 s, 290 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=4433: Thu Feb 1 11:19:04 2018 read : io=271640MB, bw=4527.3MB/s, iops=1158.1K, runt= 60001msec clat (usec): min=1, max=74089, avg= 3.85, stdev=111.39 lat (usec): min=1, max=74090, avg= 4.40, stdev=118.10 clat percentiles (usec): | 1.00th=[ 1], 5.00th=[ 1], 10.00th=[ 1], 20.00th=[ 2], | 30.00th=[ 2], 40.00th=[ 2], 50.00th=[ 2], 60.00th=[ 2], | 70.00th=[ 2], 80.00th=[ 2], 90.00th=[ 3], 95.00th=[ 5], | 99.00th=[ 14], 99.50th=[ 81], 99.90th=[ 107], 99.95th=[ 117], | 99.99th=[ 318] bw (KB /s): min=36488, max=1012336, per=12.50%, avg=579585.40, stdev=272051.64 lat (usec) : 2=10.15%, 4=82.46%, 10=5.89%, 20=0.66%, 50=0.07% lat (usec) : 100=0.61%, 250=0.16%, 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% lat (msec) : 100=0.01% cpu : usr=21.17%, sys=47.93%, ctx=549423, 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=69539721/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=271640MB, aggrb=4527.3MB/s, minb=4527.3MB/s, maxb=4527.3MB/s, mint=60001msec, maxt=60001msec Disk stats (read/write): vda: ios=524288/64, merge=0/223, ticks=36484/120, in_queue=37012, util=10.52%
./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=4443: Thu Feb 1 11:20:05 2018 read : io=22186MB, bw=378628KB/s, iops=94656, runt= 60001msec clat (usec): min=24, max=21419, avg=80.77, stdev=66.36 lat (usec): min=24, max=21419, avg=81.30, stdev=66.37 clat percentiles (usec): | 1.00th=[ 46], 5.00th=[ 56], 10.00th=[ 62], 20.00th=[ 68], | 30.00th=[ 72], 40.00th=[ 76], 50.00th=[ 79], 60.00th=[ 82], | 70.00th=[ 86], 80.00th=[ 91], 90.00th=[ 98], 95.00th=[ 105], | 99.00th=[ 125], 99.50th=[ 139], 99.90th=[ 306], 99.95th=[ 498], | 99.99th=[ 1752] bw (KB /s): min=33216, max=54928, per=12.50%, avg=47332.40, stdev=2790.00 lat (usec) : 50=1.77%, 100=89.71%, 250=8.37%, 500=0.09%, 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% cpu : usr=4.34%, sys=15.43%, ctx=5681558, 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=5679510/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=22186MB, aggrb=378627KB/s, minb=378627KB/s, maxb=378627KB/s, mint=60001msec, maxt=60001msec Disk stats (read/write): vda: ios=5674487/0, merge=0/0, ticks=370672/0, in_queue=372592, 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=4468: Thu Feb 1 11:22:05 2018 write: io=74668MB, bw=1244.5MB/s, iops=318572, runt= 60002msec clat (usec): min=1, max=50555, avg=22.26, stdev=370.73 lat (usec): min=1, max=50555, avg=22.77, stdev=371.86 clat percentiles (usec): | 1.00th=[ 3], 5.00th=[ 3], 10.00th=[ 4], 20.00th=[ 6], | 30.00th=[ 8], 40.00th=[ 10], 50.00th=[ 12], 60.00th=[ 13], | 70.00th=[ 14], 80.00th=[ 15], 90.00th=[ 18], 95.00th=[ 21], | 99.00th=[ 30], 99.50th=[ 36], 99.90th=[ 2928], 99.95th=[ 9920], | 99.99th=[17536] bw (KB /s): min=61488, max=252023, per=12.51%, avg=159421.47, stdev=24112.92 lat (usec) : 2=0.01%, 4=6.71%, 10=30.72%, 20=55.90%, 50=6.42% lat (usec) : 100=0.08%, 250=0.03%, 500=0.01%, 750=0.01%, 1000=0.01% lat (msec) : 2=0.01%, 4=0.01%, 10=0.04%, 20=0.04%, 50=0.01% lat (msec) : 100=0.01% cpu : usr=6.07%, sys=50.43%, ctx=1061525, majf=0, minf=85 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=19114964/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=74668MB, aggrb=1244.5MB/s, minb=1244.5MB/s, maxb=1244.5MB/s, mint=60002msec, maxt=60002msec Disk stats (read/write): vda: ios=0/101901, merge=0/29, ticks=0/141084, in_queue=141056, util=13.95%
./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=4457: Thu Feb 1 11:21:05 2018 write: io=2850.5MB, bw=48644KB/s, iops=12160, runt= 60004msec clat (usec): min=36, max=230021, avg=653.74, stdev=4311.25 lat (usec): min=37, max=230023, avg=654.45, stdev=4311.33 clat percentiles (usec): | 1.00th=[ 48], 5.00th=[ 53], 10.00th=[ 56], 20.00th=[ 61], | 30.00th=[ 65], 40.00th=[ 68], 50.00th=[ 72], 60.00th=[ 77], | 70.00th=[ 83], 80.00th=[ 92], 90.00th=[ 110], 95.00th=[ 129], | 99.00th=[20352], 99.50th=[31360], 99.90th=[57600], 99.95th=[71168], | 99.99th=[101888] bw (KB /s): min= 86, max=28792, per=12.55%, avg=6107.12, stdev=3797.21 lat (usec) : 50=1.74%, 100=82.93%, 250=12.08%, 500=0.08%, 750=0.03% lat (usec) : 1000=0.01% lat (msec) : 2=0.04%, 4=0.21%, 10=0.89%, 20=0.98%, 50=0.86% lat (msec) : 100=0.15%, 250=0.01% cpu : usr=0.61%, sys=3.08%, ctx=1460530, 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=0/w=729702/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=2850.5MB, aggrb=48643KB/s, minb=48643KB/s, maxb=48643KB/s, mint=60004msec, maxt=60004msec Disk stats (read/write): vda: ios=0/729381, merge=0/1365, ticks=0/51272, in_queue=51100, util=78.06%
Downloaded 104857600 bytes in 0.995 sec Downloaded 104857600 bytes in 0.962 sec Downloaded 104857600 bytes in 0.937 sec Downloaded 104857600 bytes in 0.943 sec Downloaded 104857600 bytes in 0.937 sec Finished! Average download speed is 837.87 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]: 2.713 ms 2. Vodafone NL (Utrecht) [35.77 km]: 6.662 ms 3. Jonaz B.V. (Amersfoort) [41.88 km]: 5.406 ms 4. ColoCenter bv (Zoetermeer) [45.19 km]: 5.205 ms 5. Matrix DATA (Harderwijk) [48.83 km]: 7.232 ms 6. KPN B.V. (Den Haag) [53.54 km]: 10.437 ms 7. SIT Internetdiensten B.V. (Voorthuizen) [53.58 km]: 4.421 ms 8. Solcon (Dronten) [57.86 km]: 5.546 ms 9. Qweb | Full-Service Hosting (Alblasserdam) [59.82 km]: 7.721 ms 10. Caiway (Naaldwijk) [64.05 km]: 3.536 ms 11. WorldStream B.V. (Naaldwijk) [64.15 km]: 3.852 ms 12. RoutIT BV (Ede) [64.56 km]: 3.571 ms 13. Solcon Internetdiensten N.V. (Apeldoorn) [74.87 km]: 3.88 ms 14. Breedband Arnhem (Arnhem) [82.33 km]: 2.976 ms 15. DT-IT (Arnhem) [82.33 km]: 6.252 ms Testing upload speeds 1. Art Of Automation B.V. (Hoorn): ......................... 603.83 Mbit/s 2. Vodafone NL (Utrecht): ......................... 354.38 Mbit/s 3. Jonaz B.V. (Amersfoort): ......................... 619.79 Mbit/s 4. ColoCenter bv (Zoetermeer): ......................... 396.02 Mbit/s 5. Matrix DATA (Harderwijk): ......................... 492.72 Mbit/s 6. KPN B.V. (Den Haag): ......................... 521.71 Mbit/s 7. SIT Internetdiensten B.V. (Voorthuizen): ......................... 90.39 Mbit/s 8. Solcon (Dronten): ......................... 512.62 Mbit/s 9. Qweb | Full-Service Hosting (Alblasserdam): ......................... 360.62 Mbit/s 10. Caiway (Naaldwijk): ......................... 585.88 Mbit/s 11. WorldStream B.V. (Naaldwijk): ......................... 690.56 Mbit/s 12. RoutIT BV (Ede): ......................... 124.47 Mbit/s 13. Solcon Internetdiensten N.V. (Apeldoorn): ......................... 526.62 Mbit/s 14. Breedband Arnhem (Arnhem): ......................... 601.09 Mbit/s 15. DT-IT (Arnhem): ......................... 371.50 Mbit/s Average upload speed is 456.81 Mbit/s