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-_dT4jg/byte-unixbench/UnixBench" make distr make[2]: Entering directory "/root/serverscope-_dT4jg/byte-unixbench/UnixBench" Checking distribution of files ./pgms exists ./src exists ./testdir exists make[2]: Leaving directory "/root/serverscope-_dT4jg/byte-unixbench/UnixBench" make programs make[2]: Entering directory "/root/serverscope-_dT4jg/byte-unixbench/UnixBench" make[2]: Nothing to be done for "programs". make[2]: Leaving directory "/root/serverscope-_dT4jg/byte-unixbench/UnixBench" make[1]: Leaving directory "/root/serverscope-_dT4jg/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: vps2: GNU/Linux OS: GNU/Linux -- 4.4.0-177-generic -- #207-Ubuntu SMP Mon Mar 16 01:16:10 UTC 2020 Machine: x86_64 (x86_64) Language: en_US.utf8 (charmap="UTF-8", collate="UTF-8") CPU 0: Intel Xeon Processor (Skylake, IBRS) (4200.0 bogomips) Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET CPU 1: Intel Xeon Processor (Skylake, IBRS) (4200.0 bogomips) Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET 18:42:15 up 3 days, 19:33, 1 user, load average: 7.63, 4.64, 1.98; runlevel 2020-04-16 ------------------------------------------------------------------------ Benchmark Run: Mon Apr 20 2020 18:42:15 - 19:10:26 2 CPUs in system; running 1 parallel copy of tests Dhrystone 2 using register variables 33336489.8 lps (10.0 s, 7 samples) Double-Precision Whetstone 3339.9 MWIPS (9.8 s, 7 samples) Execl Throughput 1454.3 lps (30.0 s, 2 samples) File Copy 1024 bufsize 2000 maxblocks 636347.4 KBps (30.0 s, 2 samples) File Copy 256 bufsize 500 maxblocks 171812.4 KBps (30.0 s, 2 samples) File Copy 4096 bufsize 8000 maxblocks 1241683.6 KBps (30.0 s, 2 samples) Pipe Throughput 978746.6 lps (10.0 s, 7 samples) Pipe-based Context Switching 63598.8 lps (10.0 s, 7 samples) Process Creation 7689.8 lps (30.0 s, 2 samples) Shell Scripts (1 concurrent) 5850.0 lpm (60.0 s, 2 samples) Shell Scripts (8 concurrent) 1612.5 lpm (60.0 s, 2 samples) System Call Overhead 908509.9 lps (10.0 s, 7 samples) System Benchmarks Index Values BASELINE RESULT INDEX Dhrystone 2 using register variables 116700.0 33336489.8 2856.6 Double-Precision Whetstone 55.0 3339.9 607.3 Execl Throughput 43.0 1454.3 338.2 File Copy 1024 bufsize 2000 maxblocks 3960.0 636347.4 1606.9 File Copy 256 bufsize 500 maxblocks 1655.0 171812.4 1038.1 File Copy 4096 bufsize 8000 maxblocks 5800.0 1241683.6 2140.8 Pipe Throughput 12440.0 978746.6 786.8 Pipe-based Context Switching 4000.0 63598.8 159.0 Process Creation 126.0 7689.8 610.3 Shell Scripts (1 concurrent) 42.4 5850.0 1379.7 Shell Scripts (8 concurrent) 6.0 1612.5 2687.4 System Call Overhead 15000.0 908509.9 605.7 ======== System Benchmarks Index Score 918.2 ------------------------------------------------------------------------ Benchmark Run: Mon Apr 20 2020 19:10:26 - 19:38:40 2 CPUs in system; running 2 parallel copies of tests Dhrystone 2 using register variables 63403007.5 lps (10.0 s, 7 samples) Double-Precision Whetstone 6623.3 MWIPS (9.8 s, 7 samples) Execl Throughput 6506.4 lps (30.0 s, 2 samples) File Copy 1024 bufsize 2000 maxblocks 905862.9 KBps (30.0 s, 2 samples) File Copy 256 bufsize 500 maxblocks 249713.3 KBps (30.0 s, 2 samples) File Copy 4096 bufsize 8000 maxblocks 2104899.9 KBps (30.0 s, 2 samples) Pipe Throughput 1914691.6 lps (10.0 s, 7 samples) Pipe-based Context Switching 219444.0 lps (10.0 s, 7 samples) Process Creation 15773.1 lps (30.0 s, 2 samples) Shell Scripts (1 concurrent) 14046.8 lpm (60.0 s, 2 samples) Shell Scripts (8 concurrent) 1822.3 lpm (60.1 s, 2 samples) System Call Overhead 1616874.4 lps (10.0 s, 7 samples) System Benchmarks Index Values BASELINE RESULT INDEX Dhrystone 2 using register variables 116700.0 63403007.5 5433.0 Double-Precision Whetstone 55.0 6623.3 1204.2 Execl Throughput 43.0 6506.4 1513.1 File Copy 1024 bufsize 2000 maxblocks 3960.0 905862.9 2287.5 File Copy 256 bufsize 500 maxblocks 1655.0 249713.3 1508.8 File Copy 4096 bufsize 8000 maxblocks 5800.0 2104899.9 3629.1 Pipe Throughput 12440.0 1914691.6 1539.1 Pipe-based Context Switching 4000.0 219444.0 548.6 Process Creation 126.0 15773.1 1251.8 Shell Scripts (1 concurrent) 42.4 14046.8 3312.9 Shell Scripts (8 concurrent) 6.0 1822.3 3037.2 System Call Overhead 15000.0 1616874.4 1077.9 ======== System Benchmarks Index Score 1831.2
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, 2.37457 s, 904 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, 1.83741 s, 1.2 GB/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=28951: Mon Apr 20 18:39:10 2020 read : io=39159MB, bw=668305KB/s, iops=167076, runt= 60001msec clat (usec): min=1, max=63255, avg=43.33, stdev=152.18 lat (usec): min=1, max=63255, avg=44.12, stdev=156.58 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=[ 3], 80.00th=[ 32], 90.00th=[ 183], 95.00th=[ 219], | 99.00th=[ 322], 99.50th=[ 390], 99.90th=[ 732], 99.95th=[ 1432], | 99.99th=[ 6688] bw (KB /s): min=11304, max=1024440, per=12.39%, avg=82805.01, stdev=148766.90 lat (usec) : 2=14.11%, 4=59.47%, 10=5.16%, 20=1.01%, 50=0.40% lat (usec) : 100=0.22%, 250=16.88%, 500=2.54%, 750=0.12%, 1000=0.03% lat (msec) : 2=0.03%, 4=0.02%, 10=0.02%, 20=0.01%, 50=0.01% lat (msec) : 100=0.01% cpu : usr=3.60%, sys=13.95%, ctx=2151260, majf=3, minf=107 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=10024737/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=39159MB, aggrb=668304KB/s, minb=668304KB/s, maxb=668304KB/s, mint=60001msec, maxt=60001msec Disk stats (read/write): sda: ios=1930160/764, merge=31/852, ticks=318476/380, in_queue=318716, util=99.08%
./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=29712: Mon Apr 20 18:40:11 2020 read : io=9780.1MB, bw=166908KB/s, iops=41727, runt= 60002msec clat (usec): min=83, max=16535, avg=187.67, stdev=133.56 lat (usec): min=83, max=16537, avg=188.20, stdev=133.60 clat percentiles (usec): | 1.00th=[ 113], 5.00th=[ 129], 10.00th=[ 137], 20.00th=[ 149], | 30.00th=[ 157], 40.00th=[ 165], 50.00th=[ 175], 60.00th=[ 185], | 70.00th=[ 197], 80.00th=[ 211], 90.00th=[ 237], 95.00th=[ 266], | 99.00th=[ 406], 99.50th=[ 510], 99.90th=[ 1176], 99.95th=[ 2448], | 99.99th=[ 6432] bw (KB /s): min=14480, max=23792, per=12.51%, avg=20881.17, stdev=1775.19 lat (usec) : 100=0.10%, 250=92.79%, 500=6.59%, 750=0.32%, 1000=0.08% lat (msec) : 2=0.07%, 4=0.03%, 10=0.03%, 20=0.01% cpu : usr=1.94%, sys=8.60%, ctx=2508298, majf=0, minf=80 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=2503705/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=9780.1MB, aggrb=166908KB/s, minb=166908KB/s, maxb=166908KB/s, mint=60002msec, maxt=60002msec Disk stats (read/write): sda: ios=2504455/112, merge=2/92, ticks=405684/4, in_queue=405788, util=99.75%
./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=29759: Mon Apr 20 18:42:11 2020 write: io=70865MB, bw=1180.9MB/s, iops=302297, runt= 60012msec clat (usec): min=1, max=83113, avg=20.94, stdev=571.26 lat (usec): min=2, max=90549, avg=21.80, stdev=581.95 clat percentiles (usec): | 1.00th=[ 2], 5.00th=[ 2], 10.00th=[ 3], 20.00th=[ 3], | 30.00th=[ 3], 40.00th=[ 3], 50.00th=[ 3], 60.00th=[ 3], | 70.00th=[ 4], 80.00th=[ 4], 90.00th=[ 4], 95.00th=[ 5], | 99.00th=[ 9], 99.50th=[ 12], 99.90th=[ 6048], 99.95th=[15936], | 99.99th=[25728] bw (KB /s): min=84039, max=216048, per=12.51%, avg=151309.55, stdev=21571.38 lat (usec) : 2=0.01%, 4=65.64%, 10=33.59%, 20=0.49%, 50=0.08% lat (usec) : 100=0.04%, 250=0.01%, 500=0.01%, 750=0.01%, 1000=0.01% lat (msec) : 2=0.01%, 4=0.01%, 10=0.03%, 20=0.05%, 50=0.03% lat (msec) : 100=0.01% cpu : usr=4.97%, sys=17.99%, ctx=100396, 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=18141451/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=70865MB, aggrb=1180.9MB/s, minb=1180.9MB/s, maxb=1180.9MB/s, mint=60012msec, maxt=60012msec Disk stats (read/write): sda: ios=70/657847, merge=0/123, ticks=88/3219784, in_queue=3222764, util=39.29%
./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=29748: Mon Apr 20 18:41:11 2020 write: io=2196.1MB, bw=37493KB/s, iops=9373, runt= 60002msec clat (usec): min=53, max=59722, avg=849.52, stdev=1546.26 lat (usec): min=53, max=59723, avg=850.16, stdev=1546.32 clat percentiles (usec): | 1.00th=[ 61], 5.00th=[ 70], 10.00th=[ 77], 20.00th=[ 102], | 30.00th=[ 249], 40.00th=[ 620], 50.00th=[ 668], 60.00th=[ 732], | 70.00th=[ 820], 80.00th=[ 988], 90.00th=[ 1304], 95.00th=[ 2040], | 99.00th=[ 7264], 99.50th=[10432], 99.90th=[20352], 99.95th=[24960], | 99.99th=[37120] bw (KB /s): min= 872, max= 8175, per=12.51%, avg=4689.38, stdev=916.24 lat (usec) : 100=19.27%, 250=10.73%, 500=0.35%, 750=31.65%, 1000=18.43% lat (msec) : 2=14.45%, 4=2.88%, 10=1.67%, 20=0.45%, 50=0.11% lat (msec) : 100=0.01% cpu : usr=0.64%, sys=3.69%, ctx=1125549, 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=0/w=562411/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=2196.1MB, aggrb=37492KB/s, minb=37492KB/s, maxb=37492KB/s, mint=60002msec, maxt=60002msec Disk stats (read/write): sda: ios=98/561721, merge=0/1784, ticks=8/45528, in_queue=45396, util=75.61%
Downloaded 104857600 bytes in 1.148 sec Downloaded 104857600 bytes in 1.242 sec Downloaded 104857600 bytes in 1.163 sec Downloaded 104857600 bytes in 1.123 sec Downloaded 104857600 bytes in 1.387 sec Finished! Average download speed is 659.74 Mbit/s
Retrieving speedtest.net configuration... Retrieving speedtest.net server list... Testing from Hetzner Online GmbH ... Selecting 15 servers that are not too close: 1. goetel GmbH (Gxc3xb6ttingen) [39.90 km]: 20.218 ms 2. GameAddicted (Lauterbach) [74.17 km]: 1.936 ms 3. Heuer & Sack GbR (Wernigerode) [107.53 km]: 33.842 ms 4. Newone (Ilmenau) [120.64 km]: 16.294 ms 5. Thueringer Netkom GmbH (Weimar) [132.12 km]: 13.274 ms 6. Spacken.net (Hagen) [141.07 km]: 1.343 ms 7. Gemeindewerke Nxc3xbcmbrecht GmbH (Nxc3xbcmbrecht) [143.00 km]: 13.688 ms 8. 31173 Services AB (Frankfurt) [143.90 km]: 6.715 ms 9. GTT.net (Frankfurt) [143.90 km]: 6.833 ms 10. Vodafone DE (Frankfurt) [143.90 km]: 8.612 ms 11. creoline GmbH (Frankfurt) [143.90 km]: 6.629 ms 12. MK Netzdienste (Frankfurt) [143.90 km]: 8.755 ms 13. Gemnet LLC (Frankfurt) [143.90 km]: 357.559 ms 14. DEAC (Frankfurt) [143.90 km]: 38.503 ms 15. avrx (Frankfurt) [143.90 km]: 6.541 ms Testing upload speeds 1. goetel GmbH (Gxc3xb6ttingen): ......................... 316.22 Mbit/s 2. GameAddicted (Lauterbach): ......................... 676.60 Mbit/s 3. Heuer & Sack GbR (Wernigerode): ......................... 201.18 Mbit/s 4. Newone (Ilmenau): ......................... 223.77 Mbit/s 5. Thueringer Netkom GmbH (Weimar): ......................... 441.74 Mbit/s 6. Spacken.net (Hagen): ......................... 736.44 Mbit/s 7. Gemeindewerke Nxc3xbcmbrecht GmbH (Nxc3xbcmbrecht): ......................... 304.98 Mbit/s 8. 31173 Services AB (Frankfurt): ......................... 703.51 Mbit/s 9. GTT.net (Frankfurt): ......................... 469.19 Mbit/s 10. Vodafone DE (Frankfurt): ......................... 238.00 Mbit/s 11. creoline GmbH (Frankfurt): ......................... 399.60 Mbit/s 12. MK Netzdienste (Frankfurt): ......................... 412.84 Mbit/s 13. Gemnet LLC (Frankfurt): ......................... 12.45 Mbit/s 14. DEAC (Frankfurt): ......................... 38.52 Mbit/s 15. avrx (Frankfurt): ......................... 600.82 Mbit/s Average upload speed is 385.06 Mbit/s