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 ‘main’: src/pipe.c:52:2: warning: ignoring return value of ‘pipe’, 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 ‘dummy’: src/big.c:109:5: warning: ignoring return value of ‘freopen’, declared with attribute warn_unused_result [-Wunused-result] freopen("masterlog.00", "a", stderr); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/big.c:197:6: warning: ignoring return value of ‘freopen’, declared with attribute warn_unused_result [-Wunused-result] freopen(logname, "w", stderr); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/big.c:221:3: warning: ignoring return value of ‘dup’, declared with attribute warn_unused_result [-Wunused-result] dup(pvec[0]); ^~~~~~~~~~~~ src/big.c:225:6: warning: ignoring return value of ‘freopen’, declared with attribute warn_unused_result [-Wunused-result] freopen(logname, "w", stderr); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/big.c:318:4: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] write(fcopy, cp->line, p - cp->line + 1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/big.c:196:34: warning: ‘%02d’ 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: ‘__builtin___sprintf_chk’ 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 "/home/fex/serverscope-h4xynscv/byte-unixbench/UnixBench" make distr make[2]: Entering directory "/home/fex/serverscope-h4xynscv/byte-unixbench/UnixBench" Checking distribution of files ./pgms exists ./src exists ./testdir exists make[2]: Leaving directory "/home/fex/serverscope-h4xynscv/byte-unixbench/UnixBench" make programs make[2]: Entering directory "/home/fex/serverscope-h4xynscv/byte-unixbench/UnixBench" make[2]: Nothing to be done for "programs". make[2]: Leaving directory "/home/fex/serverscope-h4xynscv/byte-unixbench/UnixBench" make[1]: Leaving directory "/home/fex/serverscope-h4xynscv/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 4 x Dhrystone 2 using register variables 1 2 3 4 5 6 7 8 9 10 4 x Double-Precision Whetstone 1 2 3 4 5 6 7 8 9 10 4 x Execl Throughput 1 2 3 4 x File Copy 1024 bufsize 2000 maxblocks 1 2 3 4 x File Copy 256 bufsize 500 maxblocks 1 2 3 4 x File Copy 4096 bufsize 8000 maxblocks 1 2 3 4 x Pipe Throughput 1 2 3 4 5 6 7 8 9 10 4 x Pipe-based Context Switching 1 2 3 4 5 6 7 8 9 10 4 x Process Creation 1 2 3 4 x System Call Overhead 1 2 3 4 5 6 7 8 9 10 4 x Shell Scripts (1 concurrent) 1 2 3 4 x Shell Scripts (8 concurrent) 1 2 3 ======================================================================== BYTE UNIX Benchmarks (Version 5.1.3) System: vmi377442.contaboserver.net: GNU/Linux OS: GNU/Linux -- 4.15.0-118-generic -- #119-Ubuntu SMP Tue Sep 8 12:30:01 UTC 2020 Machine: x86_64 (x86_64) Language: en_US.utf8 (charmap="UTF-8", collate="UTF-8") CPU 0: Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz (4400.0 bogomips) Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET CPU 1: Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz (4400.0 bogomips) Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET CPU 2: Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz (4400.0 bogomips) Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET CPU 3: Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz (4400.0 bogomips) Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET 18:06:38 up 12 days, 5:45, 1 user, load average: 7.75, 4.63, 2.02; runlevel 2020-10-11 ------------------------------------------------------------------------ Benchmark Run: Fri Oct 23 2020 18:06:38 - 18:34:45 4 CPUs in system; running 1 parallel copy of tests Dhrystone 2 using register variables 26485919.8 lps (10.0 s, 7 samples) Double-Precision Whetstone 3627.7 MWIPS (9.3 s, 7 samples) Execl Throughput 2286.1 lps (30.0 s, 2 samples) File Copy 1024 bufsize 2000 maxblocks 335130.1 KBps (30.0 s, 2 samples) File Copy 256 bufsize 500 maxblocks 87663.2 KBps (30.0 s, 2 samples) File Copy 4096 bufsize 8000 maxblocks 915210.1 KBps (30.0 s, 2 samples) Pipe Throughput 522928.3 lps (10.0 s, 7 samples) Pipe-based Context Switching 27433.0 lps (10.0 s, 7 samples) Process Creation 3769.2 lps (30.0 s, 2 samples) Shell Scripts (1 concurrent) 5959.4 lpm (60.0 s, 2 samples) Shell Scripts (8 concurrent) 1716.1 lpm (60.0 s, 2 samples) System Call Overhead 341751.5 lps (10.0 s, 7 samples) System Benchmarks Index Values BASELINE RESULT INDEX Dhrystone 2 using register variables 116700.0 26485919.8 2269.6 Double-Precision Whetstone 55.0 3627.7 659.6 Execl Throughput 43.0 2286.1 531.7 File Copy 1024 bufsize 2000 maxblocks 3960.0 335130.1 846.3 File Copy 256 bufsize 500 maxblocks 1655.0 87663.2 529.7 File Copy 4096 bufsize 8000 maxblocks 5800.0 915210.1 1577.9 Pipe Throughput 12440.0 522928.3 420.4 Pipe-based Context Switching 4000.0 27433.0 68.6 Process Creation 126.0 3769.2 299.1 Shell Scripts (1 concurrent) 42.4 5959.4 1405.5 Shell Scripts (8 concurrent) 6.0 1716.1 2860.2 System Call Overhead 15000.0 341751.5 227.8 ======== System Benchmarks Index Score 636.8 ------------------------------------------------------------------------ Benchmark Run: Fri Oct 23 2020 18:34:45 - 19:02:58 4 CPUs in system; running 4 parallel copies of tests Dhrystone 2 using register variables 99106564.6 lps (10.0 s, 7 samples) Double-Precision Whetstone 14026.6 MWIPS (9.1 s, 7 samples) Execl Throughput 7436.6 lps (30.0 s, 2 samples) File Copy 1024 bufsize 2000 maxblocks 549841.3 KBps (30.0 s, 2 samples) File Copy 256 bufsize 500 maxblocks 144307.9 KBps (30.0 s, 2 samples) File Copy 4096 bufsize 8000 maxblocks 1492060.8 KBps (30.0 s, 2 samples) Pipe Throughput 1922610.8 lps (10.0 s, 7 samples) Pipe-based Context Switching 410307.8 lps (10.0 s, 7 samples) Process Creation 14143.0 lps (30.0 s, 2 samples) Shell Scripts (1 concurrent) 13429.9 lpm (60.0 s, 2 samples) Shell Scripts (8 concurrent) 2010.2 lpm (60.0 s, 2 samples) System Call Overhead 1228987.8 lps (10.0 s, 7 samples) System Benchmarks Index Values BASELINE RESULT INDEX Dhrystone 2 using register variables 116700.0 99106564.6 8492.4 Double-Precision Whetstone 55.0 14026.6 2550.3 Execl Throughput 43.0 7436.6 1729.4 File Copy 1024 bufsize 2000 maxblocks 3960.0 549841.3 1388.5 File Copy 256 bufsize 500 maxblocks 1655.0 144307.9 872.0 File Copy 4096 bufsize 8000 maxblocks 5800.0 1492060.8 2572.5 Pipe Throughput 12440.0 1922610.8 1545.5 Pipe-based Context Switching 4000.0 410307.8 1025.8 Process Creation 126.0 14143.0 1122.5 Shell Scripts (1 concurrent) 42.4 13429.9 3167.4 Shell Scripts (8 concurrent) 6.0 2010.2 3350.3 System Call Overhead 15000.0 1228987.8 819.3 ======== System Benchmarks Index Score 1868.0
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, 19.9446 s, 108 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, 20.081 s, 107 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=15714: Fri Oct 23 18:03:33 2020 read : io=89108MB, bw=1485.2MB/s, iops=380187, runt= 60001msec clat (usec): min=1, max=100469, avg=12.39, stdev=226.54 lat (usec): min=2, max=100471, avg=13.96, stdev=245.77 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=[ 8], | 99.00th=[ 199], 99.50th=[ 262], 99.90th=[ 478], 99.95th=[ 940], | 99.99th=[12096] bw (KB /s): min=10176, max=316710, per=12.48%, avg=189845.85, stdev=106815.21 lat (usec) : 2=0.01%, 4=62.67%, 10=33.57%, 20=1.31%, 50=0.10% lat (usec) : 100=0.03%, 250=1.74%, 500=0.48%, 750=0.04%, 1000=0.01% lat (msec) : 2=0.01%, 4=0.01%, 10=0.01%, 20=0.03%, 50=0.01% lat (msec) : 100=0.01%, 250=0.01% cpu : usr=17.70%, sys=24.93%, ctx=544799, 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=22811607/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=89108MB, aggrb=1485.2MB/s, minb=1485.2MB/s, maxb=1485.2MB/s, mint=60001msec, maxt=60001msec Disk stats (read/write): sda: ios=524288/180, merge=0/233, ticks=87924/80, in_queue=75400, util=26.19%
./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=15727: Fri Oct 23 18:04:34 2020 read : io=8391.8MB, bw=143205KB/s, iops=35801, runt= 60001msec clat (usec): min=38, max=104075, avg=215.10, stdev=492.74 lat (usec): min=39, max=104076, avg=216.24, stdev=492.78 clat percentiles (usec): | 1.00th=[ 91], 5.00th=[ 111], 10.00th=[ 122], 20.00th=[ 137], | 30.00th=[ 147], 40.00th=[ 159], 50.00th=[ 169], 60.00th=[ 185], | 70.00th=[ 205], 80.00th=[ 237], 90.00th=[ 298], 95.00th=[ 382], | 99.00th=[ 836], 99.50th=[ 1400], 99.90th=[ 4576], 99.95th=[ 6624], | 99.99th=[13248] bw (KB /s): min= 8968, max=24648, per=12.49%, avg=17886.50, stdev=2945.97 lat (usec) : 50=0.01%, 100=2.16%, 250=80.87%, 500=14.53%, 750=1.27% lat (usec) : 1000=0.38% lat (msec) : 2=0.46%, 4=0.18%, 10=0.11%, 20=0.02%, 50=0.01% lat (msec) : 100=0.01%, 250=0.01% cpu : usr=5.45%, sys=16.23%, ctx=2150328, majf=0, minf=75 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=2148115/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=8391.8MB, aggrb=143205KB/s, minb=143205KB/s, maxb=143205KB/s, mint=60001msec, maxt=60001msec Disk stats (read/write): sda: ios=2148002/146, merge=0/40, ticks=340376/208, in_queue=292760, util=98.35%
./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=15759: Fri Oct 23 18:06:34 2020 write: io=61471MB, bw=1024.5MB/s, iops=262264, runt= 60003msec clat (usec): min=3, max=59712, avg=24.67, stdev=449.85 lat (usec): min=3, max=60061, avg=25.68, stdev=453.21 clat percentiles (usec): | 1.00th=[ 4], 5.00th=[ 5], 10.00th=[ 6], 20.00th=[ 7], | 30.00th=[ 8], 40.00th=[ 8], 50.00th=[ 9], 60.00th=[ 9], | 70.00th=[ 10], 80.00th=[ 10], 90.00th=[ 12], 95.00th=[ 15], | 99.00th=[ 27], 99.50th=[ 41], 99.90th=[ 7840], 99.95th=[11968], | 99.99th=[20096] bw (KB /s): min=46848, max=190472, per=12.51%, avg=131190.61, stdev=20235.02 lat (usec) : 4=0.02%, 10=66.30%, 20=31.68%, 50=1.63%, 100=0.17% lat (usec) : 250=0.03%, 500=0.01%, 750=0.01%, 1000=0.01% lat (msec) : 2=0.01%, 4=0.01%, 10=0.05%, 20=0.07%, 50=0.01% lat (msec) : 100=0.01% cpu : usr=12.61%, sys=33.92%, ctx=99593, majf=0, minf=93 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=15736672/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=61471MB, aggrb=1024.5MB/s, minb=1024.5MB/s, maxb=1024.5MB/s, mint=60003msec, maxt=60003msec Disk stats (read/write): sda: ios=0/35726, merge=0/14702, ticks=0/99752, in_queue=92276, util=7.62%
./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=15743: Fri Oct 23 18:05:34 2020 write: io=279352KB, bw=4655.2KB/s, iops=1163, runt= 60009msec clat (usec): min=64, max=173101, avg=6863.76, stdev=11650.06 lat (usec): min=65, max=173115, avg=6865.13, stdev=11650.23 clat percentiles (usec): | 1.00th=[ 87], 5.00th=[ 112], 10.00th=[ 141], 20.00th=[ 211], | 30.00th=[ 1160], 40.00th=[ 1208], 50.00th=[ 1256], 60.00th=[ 1320], | 70.00th=[ 4640], 80.00th=[12992], 90.00th=[22912], 95.00th=[31360], | 99.00th=[50432], 99.50th=[58112], 99.90th=[82432], 99.95th=[108032], | 99.99th=[144384] bw (KB /s): min= 127, max= 5624, per=12.55%, avg=584.22, stdev=476.71 lat (usec) : 100=2.87%, 250=20.29%, 500=3.21%, 750=0.28%, 1000=0.13% lat (msec) : 2=39.33%, 4=3.25%, 10=6.94%, 20=11.14%, 50=11.51% lat (msec) : 100=0.97%, 250=0.07% cpu : usr=0.29%, sys=1.52%, ctx=139593, 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=69838/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=279352KB, aggrb=4655KB/s, minb=4655KB/s, maxb=4655KB/s, mint=60009msec, maxt=60009msec Disk stats (read/write): sda: ios=0/69942, merge=0/2177, ticks=0/57568, in_queue=3048, util=0.43%
Downloaded 104857600 bytes in 4.275082 sec Downloaded 104857600 bytes in 4.213007 sec Downloaded 104857600 bytes in 4.214741 sec Downloaded 104857600 bytes in 4.215598 sec Downloaded 104857600 bytes in 4.223796 sec Finished! Average download speed is 189.19 Mbit/s
Retrieving speedtest.net configuration... Retrieving speedtest.net server list... Testing from Contabo GmbH ... Selecting 15 servers that are not too close: 1. R-KOM GmbH & Co. KG (Regensburg) [79.66 km]: 29.417 ms 2. iWelt AG (Eibelstadt) [90.92 km]: 19.984 ms 3. SWW Wunsiedel GmbH (Wunsiedel) [91.68 km]: 25.762 ms 4. suec//dacor GmbH (Coburg) [96.83 km]: 24.122 ms 5. iWelt AG (Würzburg) [97.10 km]: 15.424 ms 6. Hunterz IT (Falkenstein) [102.03 km]: 23.938 ms 7. RDTx (Falkenstein) [102.03 km]: 35.419 ms 8. TechnikNews.NET (Falkenstein) [102.03 km]: 23.546 ms 9. 3dsky (Falkenstein) [102.03 km]: 23.394 ms 10. DISTRICTZERO Gaming Community (Falkenstein) [102.03 km]: 32.288 ms 11. Davasto (Falkenstein) [102.03 km]: 27.7 ms 12. Filen.io (Falkenstein) [102.03 km]: 22.779 ms 13. GitCom (Falkenstein) [102.03 km]: 24.949 ms 14. Crafthost24.de (Heidenheim an der Brenz) [107.93 km]: 20.754 ms 15. TaNET West s.r.o. (Tachov) [114.93 km]: 23.718 ms Testing upload speeds 1. R-KOM GmbH & Co. KG (Regensburg): ......................... 166.57 Mbit/s 2. iWelt AG (Eibelstadt): ......................... 180.36 Mbit/s 3. SWW Wunsiedel GmbH (Wunsiedel): ......................... 50.04 Mbit/s 4. suec//dacor GmbH (Coburg): ......................... 80.21 Mbit/s 5. iWelt AG (Würzburg): ......................... 183.55 Mbit/s 6. Hunterz IT (Falkenstein): ......................... 135.71 Mbit/s 7. RDTx (Falkenstein): ......................... 174.73 Mbit/s 8. TechnikNews.NET (Falkenstein): ......................... 164.69 Mbit/s 9. 3dsky (Falkenstein): ......................... 168.41 Mbit/s 10. DISTRICTZERO Gaming Community (Falkenstein):......................... 153.98 Mbit/s 11. Davasto (Falkenstein): ......................... 159.48 Mbit/s 12. Filen.io (Falkenstein): ......................... 167.45 Mbit/s 13. GitCom (Falkenstein): ......................... 171.16 Mbit/s 14. Crafthost24.de (Heidenheim an der Brenz): ......................... 173.39 Mbit/s 15. TaNET West s.r.o. (Tachov): ......................... 154.47 Mbit/s Average upload speed is 152.28 Mbit/s