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); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/big.c:196:34: warning: xe2x80x98%02dxe2x80x99 directive writing between 2 and 10 bytes into a region of size 5 [-Wformat-overflow=] sprintf(logname, "masterlog.%02d", firstuser/MAXCHILD); ^~~~ src/big.c:196:23: note: directive argument in the range [-178956970, 178956970] sprintf(logname, "masterlog.%02d", firstuser/MAXCHILD); ^~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:862:0, from src/execl.c:25: /usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: xe2x80x98__builtin___sprintf_chkxe2x80x99 output between 13 and 21 bytes into a destination of size 15 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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-j1OUOx/byte-unixbench/UnixBench" make distr make[2]: Entering directory "/root/serverscope-j1OUOx/byte-unixbench/UnixBench" Checking distribution of files ./pgms exists ./src exists ./testdir exists make[2]: Leaving directory "/root/serverscope-j1OUOx/byte-unixbench/UnixBench" make programs make[2]: Entering directory "/root/serverscope-j1OUOx/byte-unixbench/UnixBench" make[2]: Nothing to be done for "programs". make[2]: Leaving directory "/root/serverscope-j1OUOx/byte-unixbench/UnixBench" make[1]: Leaving directory "/root/serverscope-j1OUOx/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 ======================================================================== BYTE UNIX Benchmarks (Version 5.1.3) System: ubuntu-2gb-fsn1-1: GNU/Linux OS: GNU/Linux -- 4.15.0-91-generic -- #92-Ubuntu SMP Fri Feb 28 11:09:48 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) x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET 21:44:42 up 12 min, 1 user, load average: 8.10, 4.67, 2.00; runlevel 2020-04-03 ------------------------------------------------------------------------ Benchmark Run: Fri Apr 03 2020 21:44:42 - 22:12:44 1 CPU in system; running 1 parallel copy of tests Dhrystone 2 using register variables 32049125.5 lps (10.0 s, 7 samples) Double-Precision Whetstone 4124.1 MWIPS (9.1 s, 7 samples) Execl Throughput 3232.7 lps (30.0 s, 2 samples) File Copy 1024 bufsize 2000 maxblocks 448031.8 KBps (30.0 s, 2 samples) File Copy 256 bufsize 500 maxblocks 127316.2 KBps (30.0 s, 2 samples) File Copy 4096 bufsize 8000 maxblocks 1185076.4 KBps (30.0 s, 2 samples) Pipe Throughput 688746.9 lps (10.0 s, 7 samples) Pipe-based Context Switching 141509.6 lps (10.0 s, 7 samples) Process Creation 8264.8 lps (30.0 s, 2 samples) Shell Scripts (1 concurrent) 6385.7 lpm (60.0 s, 2 samples) Shell Scripts (8 concurrent) 828.0 lpm (60.0 s, 2 samples) System Call Overhead 432717.2 lps (10.0 s, 7 samples) System Benchmarks Index Values BASELINE RESULT INDEX Dhrystone 2 using register variables 116700.0 32049125.5 2746.3 Double-Precision Whetstone 55.0 4124.1 749.8 Execl Throughput 43.0 3232.7 751.8 File Copy 1024 bufsize 2000 maxblocks 3960.0 448031.8 1131.4 File Copy 256 bufsize 500 maxblocks 1655.0 127316.2 769.3 File Copy 4096 bufsize 8000 maxblocks 5800.0 1185076.4 2043.2 Pipe Throughput 12440.0 688746.9 553.7 Pipe-based Context Switching 4000.0 141509.6 353.8 Process Creation 126.0 8264.8 655.9 Shell Scripts (1 concurrent) 42.4 6385.7 1506.1 Shell Scripts (8 concurrent) 6.0 828.0 1380.1 System Call Overhead 15000.0 432717.2 288.5 ======== System Benchmarks Index Score 878.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, 2.46579 s, 871 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, 2.25811 s, 951 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=11965: Fri Apr 3 21:41:37 2020 read : io=11558MB, bw=197258KB/s, iops=49314, runt= 60001msec clat (usec): min=1, max=26492, avg=156.95, stdev=237.55 lat (usec): min=2, max=26492, avg=157.84, stdev=237.74 clat percentiles (usec): | 1.00th=[ 2], 5.00th=[ 2], 10.00th=[ 3], 20.00th=[ 3], | 30.00th=[ 5], 40.00th=[ 12], 50.00th=[ 165], 60.00th=[ 191], | 70.00th=[ 217], 80.00th=[ 253], 90.00th=[ 322], 95.00th=[ 414], | 99.00th=[ 724], 99.50th=[ 996], 99.90th=[ 3152], 99.95th=[ 4320], | 99.99th=[ 6944] bw (KB /s): min=13737, max=42600, per=12.50%, avg=24665.99, stdev=7003.71 lat (usec) : 2=0.01%, 4=24.69%, 10=13.20%, 20=3.84%, 50=0.40% lat (usec) : 100=0.07%, 250=37.22%, 500=17.73%, 750=1.95%, 1000=0.41% lat (msec) : 2=0.32%, 4=0.12%, 10=0.06%, 20=0.01%, 50=0.01% cpu : usr=2.72%, sys=7.21%, ctx=1725897, majf=2, minf=111 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=2958922/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=11558MB, aggrb=197258KB/s, minb=197258KB/s, maxb=197258KB/s, mint=60001msec, maxt=60001msec Disk stats (read/write): sda: ios=1706142/15, merge=0/13, ticks=312524/0, in_queue=276828, util=97.91%
./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=11977: Fri Apr 3 21:42:38 2020 read : io=8538.3MB, bw=145717KB/s, iops=36429, runt= 60001msec clat (usec): min=65, max=20495, avg=213.36, stdev=166.63 lat (usec): min=66, max=20496, avg=214.20, stdev=166.67 clat percentiles (usec): | 1.00th=[ 116], 5.00th=[ 133], 10.00th=[ 145], 20.00th=[ 159], | 30.00th=[ 171], 40.00th=[ 181], 50.00th=[ 193], 60.00th=[ 205], | 70.00th=[ 219], 80.00th=[ 241], 90.00th=[ 278], 95.00th=[ 322], | 99.00th=[ 556], 99.50th=[ 836], 99.90th=[ 2192], 99.95th=[ 3888], | 99.99th=[ 5728] bw (KB /s): min= 8536, max=20904, per=12.51%, avg=18222.24, stdev=1301.87 lat (usec) : 100=0.11%, 250=83.47%, 500=15.13%, 750=0.71%, 1000=0.18% lat (msec) : 2=0.27%, 4=0.08%, 10=0.04%, 20=0.01%, 50=0.01% cpu : usr=2.38%, sys=5.96%, ctx=2190150, majf=0, minf=73 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=2185793/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=8538.3MB, aggrb=145717KB/s, minb=145717KB/s, maxb=145717KB/s, mint=60001msec, maxt=60001msec Disk stats (read/write): sda: ios=2183748/105, merge=0/25, ticks=367112/20, in_queue=332284, util=99.02%
./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=12002: Fri Apr 3 21:44:38 2020 write: io=30909MB, bw=527472KB/s, iops=131867, runt= 60004msec clat (usec): min=1, max=50212, avg=42.50, stdev=797.59 lat (usec): min=2, max=57211, avg=45.89, stdev=847.53 clat percentiles (usec): | 1.00th=[ 2], 5.00th=[ 3], 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=[ 12], 99.50th=[ 34], 99.90th=[15936], 99.95th=[20096], | 99.99th=[28032] bw (KB /s): min=43290, max=80492, per=12.52%, avg=66052.28, stdev=5783.01 lat (usec) : 2=0.01%, 4=63.50%, 10=35.01%, 20=0.80%, 50=0.25% lat (usec) : 100=0.05%, 250=0.02%, 500=0.01%, 750=0.01%, 1000=0.01% lat (msec) : 2=0.01%, 4=0.03%, 10=0.12%, 20=0.12%, 50=0.05% lat (msec) : 100=0.01% cpu : usr=4.48%, sys=7.35%, ctx=57648, majf=0, minf=74 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=7912607/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=30909MB, aggrb=527471KB/s, minb=527471KB/s, maxb=527471KB/s, mint=60004msec, maxt=60004msec Disk stats (read/write): sda: ios=0/491824, merge=0/48, ticks=0/555324, in_queue=526764, util=26.09%
./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=11991: Fri Apr 3 21:43:38 2020 write: io=1990.6MB, bw=33967KB/s, iops=8491, runt= 60008msec clat (usec): min=50, max=91302, avg=936.65, stdev=5602.63 lat (usec): min=51, max=91303, avg=937.60, stdev=5602.71 clat percentiles (usec): | 1.00th=[ 57], 5.00th=[ 63], 10.00th=[ 68], 20.00th=[ 74], | 30.00th=[ 79], 40.00th=[ 85], 50.00th=[ 93], 60.00th=[ 103], | 70.00th=[ 118], 80.00th=[ 139], 90.00th=[ 175], 95.00th=[ 229], | 99.00th=[37632], 99.50th=[42240], 99.90th=[49408], 99.95th=[51968], | 99.99th=[63744] bw (KB /s): min= 1011, max= 6504, per=12.50%, avg=4244.79, stdev=767.84 lat (usec) : 100=56.64%, 250=39.03%, 500=1.70%, 750=0.23%, 1000=0.07% lat (msec) : 2=0.07%, 4=0.03%, 10=0.04%, 20=0.01%, 50=2.11% lat (msec) : 100=0.08% cpu : usr=0.71%, sys=2.51%, ctx=1029979, majf=0, minf=73 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=509576/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=1990.6MB, aggrb=33967KB/s, minb=33967KB/s, maxb=33967KB/s, mint=60008msec, maxt=60008msec Disk stats (read/write): sda: ios=2/508936, merge=0/1879, ticks=0/46284, in_queue=8, util=0.01%
Downloaded 104857600 bytes in 1.093515 sec Downloaded 104857600 bytes in 0.996789 sec Downloaded 104857600 bytes in 0.948967 sec Downloaded 104857600 bytes in 1.081028 sec Downloaded 104857600 bytes in 1.073937 sec Finished! Average download speed is 770.08 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.565 ms 2. GameAddicted (Lauterbach) [74.17 km]: 2.134 ms 3. Heuer & Sack GbR (Wernigerode) [107.53 km]: 34.371 ms 4. KNT Internet (Riethnordhausen) [107.87 km]: 12.343 ms 5. Newone (Ilmenau) [120.64 km]: 15.513 ms 6. Thueringer Netkom GmbH (Weimar) [132.12 km]: 12.882 ms 7. Spacken.net (Hagen) [141.07 km]: 0.955 ms 8. Gemeindewerke Nxc3xbcmbrecht GmbH (Nxc3xbcmbrecht) [143.00 km]: 12.876 ms 9. 31173 Services AB (Frankfurt) [143.90 km]: 6.978 ms 10. GTT.net (Frankfurt) [143.90 km]: 6.983 ms 11. Vodafone DE (Frankfurt) [143.90 km]: 9.625 ms 12. Gemnet LLC (Frankfurt) [143.90 km]: 242.34 ms 13. fdcservers.net (Frankfurt) [143.90 km]: 7.442 ms 14. MK Netzdienste (Frankfurt) [143.90 km]: 7.551 ms 15. DEAC (Frankfurt) [143.90 km]: 36.515 ms Testing upload speeds 1. goetel GmbH (Gxc3xb6ttingen): ......................... 210.32 Mbit/s 2. GameAddicted (Lauterbach): ......................... 385.67 Mbit/s 3. Heuer & Sack GbR (Wernigerode): ......................... 202.55 Mbit/s 4. KNT Internet (Riethnordhausen): ......................... 426.43 Mbit/s 5. Newone (Ilmenau): ......................... 218.75 Mbit/s 6. Thueringer Netkom GmbH (Weimar): ......................... 458.74 Mbit/s 7. Spacken.net (Hagen): ......................... 801.31 Mbit/s 8. Gemeindewerke Nxc3xbcmbrecht GmbH (Nxc3xbcmbrecht): ......................... 265.12 Mbit/s 9. 31173 Services AB (Frankfurt): ......................... 752.27 Mbit/s 10. GTT.net (Frankfurt): ......................... 411.37 Mbit/s 11. Vodafone DE (Frankfurt): ......................... 479.79 Mbit/s 12. Gemnet LLC (Frankfurt): ......................... 13.83 Mbit/s 13. fdcservers.net (Frankfurt): ......................... 333.82 Mbit/s 14. MK Netzdienste (Frankfurt): ......................... 571.35 Mbit/s 15. DEAC (Frankfurt): ......................... 41.58 Mbit/s Average upload speed is 371.53 Mbit/s