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-j9Nunv/byte-unixbench/UnixBench" make distr make[2]: Entering directory "/root/serverscope-j9Nunv/byte-unixbench/UnixBench" Checking distribution of files ./pgms exists ./src exists ./testdir exists make[2]: Leaving directory "/root/serverscope-j9Nunv/byte-unixbench/UnixBench" make programs make[2]: Entering directory "/root/serverscope-j9Nunv/byte-unixbench/UnixBench" make[2]: Nothing to be done for "programs". make[2]: Leaving directory "/root/serverscope-j9Nunv/byte-unixbench/UnixBench" make[1]: Leaving directory "/root/serverscope-j9Nunv/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: vmi272560.contaboserver.net: GNU/Linux OS: GNU/Linux -- 4.15.0-51-generic -- #55-Ubuntu SMP Wed May 15 14:27:21 UTC 2019 Machine: x86_64 (x86_64) Language: en_US.utf8 (charmap="UTF-8", collate="UTF-8") CPU 0: Intel(R) Xeon(R) CPU E5-2630 v4 @ 2.20GHz (4400.0 bogomips) Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET CPU 1: Intel(R) Xeon(R) CPU E5-2630 v4 @ 2.20GHz (4400.0 bogomips) Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET CPU 2: Intel(R) Xeon(R) CPU E5-2630 v4 @ 2.20GHz (4400.0 bogomips) Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET CPU 3: Intel(R) Xeon(R) CPU E5-2630 v4 @ 2.20GHz (4400.0 bogomips) Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET 19:33:51 up 5:24, 2 users, load average: 7.58, 4.68, 2.01; runlevel 2019-06-09 ------------------------------------------------------------------------ Benchmark Run: Sun Jun 09 2019 19:33:51 - 20:01:55 4 CPUs in system; running 1 parallel copy of tests Dhrystone 2 using register variables 21892802.8 lps (10.0 s, 7 samples) Double-Precision Whetstone 4218.8 MWIPS (9.5 s, 7 samples) Execl Throughput 2096.4 lps (30.0 s, 2 samples) File Copy 1024 bufsize 2000 maxblocks 380310.8 KBps (30.0 s, 2 samples) File Copy 256 bufsize 500 maxblocks 104663.5 KBps (30.0 s, 2 samples) File Copy 4096 bufsize 8000 maxblocks 1041110.4 KBps (30.0 s, 2 samples) Pipe Throughput 678783.3 lps (10.0 s, 7 samples) Pipe-based Context Switching 51903.3 lps (10.0 s, 7 samples) Process Creation 3390.2 lps (30.0 s, 2 samples) Shell Scripts (1 concurrent) 5186.2 lpm (60.0 s, 2 samples) Shell Scripts (8 concurrent) 1187.5 lpm (60.0 s, 2 samples) System Call Overhead 541592.9 lps (10.0 s, 7 samples) System Benchmarks Index Values BASELINE RESULT INDEX Dhrystone 2 using register variables 116700.0 21892802.8 1876.0 Double-Precision Whetstone 55.0 4218.8 767.1 Execl Throughput 43.0 2096.4 487.5 File Copy 1024 bufsize 2000 maxblocks 3960.0 380310.8 960.4 File Copy 256 bufsize 500 maxblocks 1655.0 104663.5 632.4 File Copy 4096 bufsize 8000 maxblocks 5800.0 1041110.4 1795.0 Pipe Throughput 12440.0 678783.3 545.6 Pipe-based Context Switching 4000.0 51903.3 129.8 Process Creation 126.0 3390.2 269.1 Shell Scripts (1 concurrent) 42.4 5186.2 1223.2 Shell Scripts (8 concurrent) 6.0 1187.5 1979.1 System Call Overhead 15000.0 541592.9 361.1 ======== System Benchmarks Index Score 695.2 ------------------------------------------------------------------------ Benchmark Run: Sun Jun 09 2019 20:01:55 - 20:30:08 4 CPUs in system; running 4 parallel copies of tests Dhrystone 2 using register variables 83811883.6 lps (10.0 s, 7 samples) Double-Precision Whetstone 16214.6 MWIPS (9.8 s, 7 samples) Execl Throughput 7584.3 lps (29.7 s, 2 samples) File Copy 1024 bufsize 2000 maxblocks 514989.9 KBps (30.0 s, 2 samples) File Copy 256 bufsize 500 maxblocks 161022.6 KBps (30.0 s, 2 samples) File Copy 4096 bufsize 8000 maxblocks 1509132.7 KBps (30.0 s, 2 samples) Pipe Throughput 2501121.2 lps (10.0 s, 7 samples) Pipe-based Context Switching 458018.6 lps (10.0 s, 7 samples) Process Creation 11974.9 lps (30.0 s, 2 samples) Shell Scripts (1 concurrent) 9649.4 lpm (60.0 s, 2 samples) Shell Scripts (8 concurrent) 1714.3 lpm (60.1 s, 2 samples) System Call Overhead 1984387.7 lps (10.0 s, 7 samples) System Benchmarks Index Values BASELINE RESULT INDEX Dhrystone 2 using register variables 116700.0 83811883.6 7181.8 Double-Precision Whetstone 55.0 16214.6 2948.1 Execl Throughput 43.0 7584.3 1763.8 File Copy 1024 bufsize 2000 maxblocks 3960.0 514989.9 1300.5 File Copy 256 bufsize 500 maxblocks 1655.0 161022.6 972.9 File Copy 4096 bufsize 8000 maxblocks 5800.0 1509132.7 2602.0 Pipe Throughput 12440.0 2501121.2 2010.5 Pipe-based Context Switching 4000.0 458018.6 1145.0 Process Creation 126.0 11974.9 950.4 Shell Scripts (1 concurrent) 42.4 9649.4 2275.8 Shell Scripts (8 concurrent) 6.0 1714.3 2857.1 System Call Overhead 15000.0 1984387.7 1322.9 ======== System Benchmarks Index Score 1907.1
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, 17.911 s, 120 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.103 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=14294: Sun Jun 9 19:30:45 2019 read : io=90123MB, bw=1501.1MB/s, iops=384500, runt= 60004msec clat (usec): min=1, max=263978, avg=14.04, stdev=302.54 lat (usec): min=2, max=263979, avg=15.24, stdev=316.69 clat percentiles (usec): | 1.00th=[ 2], 5.00th=[ 2], 10.00th=[ 2], 20.00th=[ 2], | 30.00th=[ 3], 40.00th=[ 3], 50.00th=[ 3], 60.00th=[ 3], | 70.00th=[ 3], 80.00th=[ 3], 90.00th=[ 4], 95.00th=[ 8], | 99.00th=[ 207], 99.50th=[ 346], 99.90th=[ 1020], 99.95th=[ 2608], | 99.99th=[12096] bw (KB /s): min= 2600, max=356360, per=12.49%, avg=192138.00, stdev=145099.72 lat (usec) : 2=0.04%, 4=89.47%, 10=7.16%, 20=0.90%, 50=0.11% lat (usec) : 100=0.03%, 250=1.50%, 500=0.49%, 750=0.14%, 1000=0.05% lat (msec) : 2=0.04%, 4=0.02%, 10=0.02%, 20=0.02%, 50=0.01% lat (msec) : 100=0.01%, 250=0.01%, 500=0.01% cpu : usr=12.03%, sys=26.44%, ctx=544107, 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=23071547/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=90123MB, aggrb=1501.1MB/s, minb=1501.1MB/s, maxb=1501.1MB/s, mint=60004msec, maxt=60004msec Disk stats (read/write): sda: ios=524289/46, merge=0/100, ticks=125664/456, in_queue=109828, util=37.10%
./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=14333: Sun Jun 9 19:31:45 2019 read : io=6478.6MB, bw=110526KB/s, iops=27631, runt= 60018msec clat (usec): min=43, max=345023, avg=281.39, stdev=1229.59 lat (usec): min=43, max=345024, avg=282.35, stdev=1229.83 clat percentiles (usec): | 1.00th=[ 85], 5.00th=[ 102], 10.00th=[ 112], 20.00th=[ 124], | 30.00th=[ 135], 40.00th=[ 147], 50.00th=[ 161], 60.00th=[ 183], | 70.00th=[ 225], 80.00th=[ 298], 90.00th=[ 454], 95.00th=[ 652], | 99.00th=[ 1800], 99.50th=[ 3472], 99.90th=[ 9536], 99.95th=[13120], | 99.99th=[21376] bw (KB /s): min= 3621, max=22856, per=12.54%, avg=13859.90, stdev=3569.41 lat (usec) : 50=0.01%, 100=3.93%, 250=70.14%, 500=17.54%, 750=4.55% lat (usec) : 1000=1.56% lat (msec) : 2=1.41%, 4=0.47%, 10=0.32%, 20=0.08%, 50=0.01% lat (msec) : 100=0.01%, 250=0.01%, 500=0.01% cpu : usr=4.04%, sys=15.18%, ctx=1666828, 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=1658383/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=6478.6MB, aggrb=110525KB/s, minb=110525KB/s, maxb=110525KB/s, mint=60018msec, maxt=60018msec Disk stats (read/write): sda: ios=1658282/42, merge=0/19, ticks=335336/36, in_queue=290700, util=96.23%
./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=14355: Sun Jun 9 19:33:46 2019 write: io=40695MB, bw=694515KB/s, iops=173628, runt= 60001msec clat (usec): min=2, max=583396, avg=40.22, stdev=1094.61 lat (usec): min=2, max=583396, avg=41.19, stdev=1101.92 clat percentiles (usec): | 1.00th=[ 3], 5.00th=[ 4], 10.00th=[ 4], 20.00th=[ 4], | 30.00th=[ 5], 40.00th=[ 5], 50.00th=[ 5], 60.00th=[ 6], | 70.00th=[ 8], 80.00th=[ 9], 90.00th=[ 10], 95.00th=[ 12], | 99.00th=[ 30], 99.50th=[ 53], 99.90th=[11840], 99.95th=[19072], | 99.99th=[40704] bw (KB /s): min= 6671, max=202103, per=12.57%, avg=87328.09, stdev=35220.48 lat (usec) : 4=3.33%, 10=85.76%, 20=8.90%, 50=1.50%, 100=0.13% lat (usec) : 250=0.09%, 500=0.03%, 750=0.01%, 1000=0.01% lat (msec) : 2=0.03%, 4=0.03%, 10=0.07%, 20=0.07%, 50=0.04% lat (msec) : 100=0.01%, 250=0.01%, 500=0.01%, 750=0.01% cpu : usr=7.23%, sys=24.81%, ctx=105998, majf=0, minf=76 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=10417894/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=40695MB, aggrb=694514KB/s, minb=694514KB/s, maxb=694514KB/s, mint=60001msec, maxt=60001msec Disk stats (read/write): sda: ios=0/38133, merge=0/5335, ticks=0/528768, in_queue=447540, util=23.16%
./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=14343: Sun Jun 9 19:32:46 2019 write: io=605268KB, bw=10081KB/s, iops=2520, runt= 60041msec clat (usec): min=49, max=891990, avg=3164.77, stdev=15290.72 lat (usec): min=50, max=891991, avg=3165.98, stdev=15291.11 clat percentiles (usec): | 1.00th=[ 86], 5.00th=[ 112], 10.00th=[ 137], 20.00th=[ 175], | 30.00th=[ 203], 40.00th=[ 233], 50.00th=[ 274], 60.00th=[ 342], | 70.00th=[ 732], 80.00th=[ 2352], 90.00th=[ 6304], 95.00th=[13888], | 99.00th=[44288], 99.50th=[67072], 99.90th=[187392], 99.95th=[272384], | 99.99th=[577536] bw (KB /s): min= 7, max= 4350, per=12.89%, avg=1299.48, stdev=742.08 lat (usec) : 50=0.01%, 100=2.71%, 250=41.91%, 500=22.42%, 750=3.08% lat (usec) : 1000=1.56% lat (msec) : 2=6.90%, 4=7.18%, 10=7.39%, 20=3.49%, 50=2.51% lat (msec) : 100=0.55%, 250=0.23%, 500=0.04%, 750=0.01%, 1000=0.01% cpu : usr=0.58%, sys=3.75%, ctx=295686, 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=0/w=151317/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=605268KB, aggrb=10080KB/s, minb=10080KB/s, maxb=10080KB/s, mint=60041msec, maxt=60041msec Disk stats (read/write): sda: ios=2/151439, merge=0/2650, ticks=52/50364, in_queue=1268, util=1.67%
Downloaded 104857600 bytes in 4.266177 sec Downloaded 104857600 bytes in 4.244083 sec Downloaded 104857600 bytes in 4.244801 sec Downloaded 104857600 bytes in 4.258955 sec Downloaded 104857600 bytes in 4.290054 sec Finished! Average download speed is 187.76 Mbit/s
Retrieving speedtest.net configuration... Retrieving speedtest.net server list... Testing from Contabo GmbH ... Selecting 15 servers that are not too close: 1. iWelt AG (Eibelstadt) [90.92 km]: 16.532 ms 2. SWW Wunsiedel GmbH (Wunsiedel) [91.68 km]: 21.913 ms 3. suec//dacor GmbH (Coburg) [96.83 km]: 27.019 ms 4. RDTx (Falkenstein) [102.03 km]: 21.96 ms 5. Johannes Krxc3xbcger (Falkenstein) [102.03 km]: 34.289 ms 6. Thxc3xbcga SmartService (Hof) [115.50 km]: 17.083 ms 7. Bahnmxc3xbcller IT (Welzheim) [125.96 km]: 22.298 ms 8. Net-D-Sign GmbH (Garching) [133.49 km]: 21.031 ms 9. Stadtwerke Schorndorf GmbH (Schorndorf) [136.45 km]: 18.228 ms 10. SWU TeleNet GmbH (Ulm) [141.09 km]: 15.683 ms 11. Newone (Ilmenau) [143.67 km]: 28.898 ms 12. Contabo GmbH (Munich) [144.49 km]: 12.25 ms 13. MIVITEC GmbH (Munich) [144.49 km]: 9.931 ms 14. DegNet GmbH (Deggendorf) [145.68 km]: 21.548 ms 15. bc-networks (Remseck) [150.17 km]: 20.832 ms Testing upload speeds 1. iWelt AG (Eibelstadt): ......................... 168.95 Mbit/s 2. SWW Wunsiedel GmbH (Wunsiedel): ......................... 173.93 Mbit/s 3. suec//dacor GmbH (Coburg): ......................... 74.46 Mbit/s 4. RDTx (Falkenstein): ......................... 162.00 Mbit/s 5. Johannes Krxc3xbcger (Falkenstein): ......................... 167.85 Mbit/s 6. Thxc3xbcga SmartService (Hof): ......................... 175.09 Mbit/s 7. Bahnmxc3xbcller IT (Welzheim): ......................... 173.07 Mbit/s 8. Net-D-Sign GmbH (Garching): ......................... 162.67 Mbit/s 9. Stadtwerke Schorndorf GmbH (Schorndorf): ......................... 0.93 Mbit/s 10. SWU TeleNet GmbH (Ulm): ......................... 162.67 Mbit/s 11. Newone (Ilmenau): ......................... 148.26 Mbit/s 12. Contabo GmbH (Munich): ......................... 174.51 Mbit/s 13. MIVITEC GmbH (Munich): ......................... 180.27 Mbit/s 14. DegNet GmbH (Deggendorf): ......................... 138.17 Mbit/s 15. bc-networks (Remseck): ......................... 168.46 Mbit/s Average upload speed is 148.75 Mbit/s