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-QoJkkU/byte-unixbench/UnixBench" make distr make[2]: Entering directory "/root/serverscope-QoJkkU/byte-unixbench/UnixBench" Checking distribution of files ./pgms exists ./src exists ./testdir exists make[2]: Leaving directory "/root/serverscope-QoJkkU/byte-unixbench/UnixBench" make programs make[2]: Entering directory "/root/serverscope-QoJkkU/byte-unixbench/UnixBench" make[2]: Nothing to be done for "programs". make[2]: Leaving directory "/root/serverscope-QoJkkU/byte-unixbench/UnixBench" make[1]: Leaving directory "/root/serverscope-QoJkkU/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: HEL-VPS.thanks.hyonix: GNU/Linux OS: GNU/Linux -- 4.4.0-116-generic -- #140-Ubuntu SMP Mon Feb 12 21:23:04 UTC 2018 Machine: x86_64 (x86_64) Language: en_US.utf8 (charmap="UTF-8", collate="UTF-8") CPU 0: Intel(R) Xeon(R) CPU E3-1246 v3 @ 3.50GHz (6999.9 bogomips) Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization CPU 1: Intel(R) Xeon(R) CPU E3-1246 v3 @ 3.50GHz (6999.9 bogomips) Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization 03:04:16 up 1:18, 1 user, load average: 7.06, 5.08, 2.81; runlevel 2018-04-05 ------------------------------------------------------------------------ Benchmark Run: Thu Apr 05 2018 03:04:16 - 03:32:35 2 CPUs in system; running 1 parallel copy of tests Dhrystone 2 using register variables 20930575.7 lps (10.0 s, 7 samples) Double-Precision Whetstone 2267.7 MWIPS (9.8 s, 7 samples) Execl Throughput 3425.2 lps (29.7 s, 2 samples) File Copy 1024 bufsize 2000 maxblocks 217689.1 KBps (30.1 s, 2 samples) File Copy 256 bufsize 500 maxblocks 56235.5 KBps (30.0 s, 2 samples) File Copy 4096 bufsize 8000 maxblocks 679347.4 KBps (30.0 s, 2 samples) Pipe Throughput 304263.5 lps (10.0 s, 7 samples) Pipe-based Context Switching 26122.4 lps (10.0 s, 7 samples) Process Creation 5906.5 lps (30.0 s, 2 samples) Shell Scripts (1 concurrent) 5754.0 lpm (60.0 s, 2 samples) Shell Scripts (8 concurrent) 992.0 lpm (60.0 s, 2 samples) System Call Overhead 259476.9 lps (10.0 s, 7 samples) System Benchmarks Index Values BASELINE RESULT INDEX Dhrystone 2 using register variables 116700.0 20930575.7 1793.5 Double-Precision Whetstone 55.0 2267.7 412.3 Execl Throughput 43.0 3425.2 796.6 File Copy 1024 bufsize 2000 maxblocks 3960.0 217689.1 549.7 File Copy 256 bufsize 500 maxblocks 1655.0 56235.5 339.8 File Copy 4096 bufsize 8000 maxblocks 5800.0 679347.4 1171.3 Pipe Throughput 12440.0 304263.5 244.6 Pipe-based Context Switching 4000.0 26122.4 65.3 Process Creation 126.0 5906.5 468.8 Shell Scripts (1 concurrent) 42.4 5754.0 1357.1 Shell Scripts (8 concurrent) 6.0 992.0 1653.3 System Call Overhead 15000.0 259476.9 173.0 ======== System Benchmarks Index Score 518.2 ------------------------------------------------------------------------ Benchmark Run: Thu Apr 05 2018 03:32:35 - 04:00:58 2 CPUs in system; running 2 parallel copies of tests Dhrystone 2 using register variables 40399576.0 lps (10.0 s, 7 samples) Double-Precision Whetstone 4528.3 MWIPS (9.9 s, 7 samples) Execl Throughput 4625.8 lps (29.8 s, 2 samples) File Copy 1024 bufsize 2000 maxblocks 362243.5 KBps (30.0 s, 2 samples) File Copy 256 bufsize 500 maxblocks 94154.3 KBps (30.0 s, 2 samples) File Copy 4096 bufsize 8000 maxblocks 1125409.5 KBps (30.0 s, 2 samples) Pipe Throughput 596365.3 lps (10.0 s, 7 samples) Pipe-based Context Switching 161645.0 lps (10.0 s, 7 samples) Process Creation 11700.2 lps (30.0 s, 2 samples) Shell Scripts (1 concurrent) 8031.7 lpm (60.0 s, 2 samples) Shell Scripts (8 concurrent) 1040.4 lpm (60.1 s, 2 samples) System Call Overhead 506329.9 lps (10.0 s, 7 samples) System Benchmarks Index Values BASELINE RESULT INDEX Dhrystone 2 using register variables 116700.0 40399576.0 3461.8 Double-Precision Whetstone 55.0 4528.3 823.3 Execl Throughput 43.0 4625.8 1075.8 File Copy 1024 bufsize 2000 maxblocks 3960.0 362243.5 914.8 File Copy 256 bufsize 500 maxblocks 1655.0 94154.3 568.9 File Copy 4096 bufsize 8000 maxblocks 5800.0 1125409.5 1940.4 Pipe Throughput 12440.0 596365.3 479.4 Pipe-based Context Switching 4000.0 161645.0 404.1 Process Creation 126.0 11700.2 928.6 Shell Scripts (1 concurrent) 42.4 8031.7 1894.3 Shell Scripts (8 concurrent) 6.0 1040.4 1734.0 System Call Overhead 15000.0 506329.9 337.6 ======== System Benchmarks Index Score 960.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, 2.82802 s, 759 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.14426 s, 1.0 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=60324: Thu Apr 5 03:00:57 2018 read : io=68724KB, bw=1144.3KB/s, iops=286, runt= 60058msec clat (usec): min=114, max=523645, avg=27946.38, stdev=38367.83 lat (usec): min=115, max=523646, avg=27947.57, stdev=38367.86 clat percentiles (usec): | 1.00th=[ 812], 5.00th=[ 3632], 10.00th=[ 5216], 20.00th=[ 7392], | 30.00th=[ 9280], 40.00th=[11200], 50.00th=[13376], 60.00th=[16512], | 70.00th=[21120], 80.00th=[37632], 90.00th=[73216], 95.00th=[108032], | 99.00th=[183296], 99.50th=[218112], 99.90th=[296960], 99.95th=[362496], | 99.99th=[477184] bw (KB /s): min= 10, max= 461, per=12.74%, avg=145.79, stdev=89.36 lat (usec) : 250=0.46%, 500=0.23%, 750=0.27%, 1000=0.11% lat (msec) : 2=0.67%, 4=4.06%, 10=27.86%, 20=34.55%, 50=15.67% lat (msec) : 100=10.30%, 250=5.52%, 500=0.28%, 750=0.01% cpu : usr=0.05%, sys=0.12%, ctx=17216, majf=0, minf=98 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=17181/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=68724KB, aggrb=1144KB/s, minb=1144KB/s, maxb=1144KB/s, mint=60058msec, maxt=60058msec Disk stats (read/write): dm-0: ios=17194/14, merge=0/0, ticks=479788/888, in_queue=480844, util=99.91%, aggrios=17194/11, aggrmerge=0/5, aggrticks=479932/928, aggrin_queue=480856, aggrutil=99.88% sda: ios=17194/11, merge=0/5, ticks=479932/928, in_queue=480856, util=99.88%
./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=60485: Thu Apr 5 03:01:58 2018 read : io=59892KB, bw=997.31KB/s, iops=249, runt= 60054msec clat (usec): min=145, max=429111, avg=32055.06, stdev=38817.68 lat (usec): min=146, max=429113, avg=32056.49, stdev=38817.68 clat percentiles (usec): | 1.00th=[ 1880], 5.00th=[ 4960], 10.00th=[ 6496], 20.00th=[ 8640], | 30.00th=[10816], 40.00th=[12608], 50.00th=[15040], 60.00th=[18560], | 70.00th=[28288], 80.00th=[51968], 90.00th=[86528], 95.00th=[115200], | 99.00th=[179200], 99.50th=[209920], 99.90th=[261120], 99.95th=[280576], | 99.99th=[325632] bw (KB /s): min= 21, max= 407, per=12.60%, avg=125.66, stdev=59.43 lat (usec) : 250=0.09%, 500=0.25%, 750=0.31%, 1000=0.11% lat (msec) : 2=0.31%, 4=1.80%, 10=23.24%, 20=36.75%, 50=16.42% lat (msec) : 100=13.41%, 250=7.17%, 500=0.13% cpu : usr=0.06%, sys=0.15%, ctx=14994, 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=14973/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=59892KB, aggrb=997KB/s, minb=997KB/s, maxb=997KB/s, mint=60054msec, maxt=60054msec Disk stats (read/write): dm-0: ios=14951/0, merge=0/0, ticks=478264/0, in_queue=478712, util=99.90%, aggrios=14973/0, aggrmerge=0/0, aggrticks=479264/0, aggrin_queue=479272, aggrutil=99.89% sda: ios=14973/0, merge=0/0, ticks=479264/0, in_queue=479272, util=99.89%
./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=60865: Thu Apr 5 03:04:11 2018 write: io=14892MB, bw=211240KB/s, iops=52809, runt= 72191msec clat (usec): min=2, max=3001.5K, avg=86.39, stdev=6295.63 lat (usec): min=3, max=3001.5K, avg=90.88, stdev=6312.31 clat percentiles (usec): | 1.00th=[ 2], 5.00th=[ 2], 10.00th=[ 2], 20.00th=[ 3], | 30.00th=[ 3], 40.00th=[ 3], 50.00th=[ 3], 60.00th=[ 3], | 70.00th=[ 3], 80.00th=[ 4], 90.00th=[ 4], 95.00th=[ 5], | 99.00th=[ 13], 99.50th=[ 19], 99.90th=[14784], 99.95th=[26240], | 99.99th=[160768] bw (KB /s): min= 0, max=117194, per=19.48%, avg=41157.46, stdev=22127.01 lat (usec) : 4=72.71%, 10=25.91%, 20=0.89%, 50=0.17%, 100=0.07% lat (usec) : 250=0.02%, 500=0.01%, 750=0.01%, 1000=0.01% lat (msec) : 2=0.01%, 4=0.01%, 10=0.07%, 20=0.06%, 50=0.05% lat (msec) : 100=0.01%, 250=0.01%, 500=0.01%, 750=0.01%, 1000=0.01% lat (msec) : 2000=0.01%, >=2000=0.01% cpu : usr=4.60%, sys=7.66%, ctx=30414, 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=3812406/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=14892MB, aggrb=211239KB/s, minb=211239KB/s, maxb=211239KB/s, mint=72191msec, maxt=72191msec Disk stats (read/write): dm-0: ios=0/214797, merge=0/0, ticks=0/124351460, in_queue=124353100, util=99.22%, aggrios=0/53555, aggrmerge=0/161285, aggrticks=0/7581784, aggrin_queue=7581704, aggrutil=98.99% sda: ios=0/53555, merge=0/161285, ticks=0/7581784, in_queue=7581704, util=98.99%
./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=60675: Thu Apr 5 03:02:58 2018 write: io=40520KB, bw=689702B/s, iops=168, runt= 60160msec clat (usec): min=103, max=2673.2K, avg=47497.05, stdev=196356.12 lat (usec): min=104, max=2673.2K, avg=47498.31, stdev=196356.17 clat percentiles (usec): | 1.00th=[ 122], 5.00th=[ 147], 10.00th=[ 167], 20.00th=[ 211], | 30.00th=[ 282], 40.00th=[ 326], 50.00th=[ 394], 60.00th=[ 548], | 70.00th=[ 1032], 80.00th=[ 3088], 90.00th=[62720], 95.00th=[254976], | 99.00th=[1089536], 99.50th=[1400832], 99.90th=[1908736], 99.95th=[2179072], | 99.99th=[2605056] bw (KB /s): min= 1, max= 783, per=15.84%, avg=106.61, stdev=158.48 lat (usec) : 250=25.53%, 500=32.35%, 750=8.80%, 1000=2.96% lat (msec) : 2=4.97%, 4=6.35%, 10=2.08%, 20=1.80%, 50=4.27% lat (msec) : 100=3.23%, 250=2.59%, 500=1.88%, 750=1.09%, 1000=0.82% lat (msec) : 2000=1.22%, >=2000=0.08% cpu : usr=0.03%, sys=0.09%, ctx=20804, 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=10130/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=40520KB, aggrb=673KB/s, minb=673KB/s, maxb=673KB/s, mint=60160msec, maxt=60160msec Disk stats (read/write): dm-0: ios=0/10781, merge=0/0, ticks=0/83872, in_queue=83888, util=99.00%, aggrios=0/10189, aggrmerge=0/621, aggrticks=0/64224, aggrin_queue=64220, aggrutil=98.93% sda: ios=0/10189, merge=0/621, ticks=0/64224, in_queue=64220, util=98.93%
Downloaded 104857600 bytes in 1.318 sec Downloaded 104857600 bytes in 1.315 sec Downloaded 104857600 bytes in 1.289 sec Downloaded 104857600 bytes in 1.297 sec Downloaded 104857600 bytes in 1.273 sec Finished! Average download speed is 616.14 Mbit/s
Retrieving speedtest.net configuration... Retrieving speedtest.net server list... Testing from Hetzner ... Selecting 15 servers that are not too close: 1. VHosting (Lohja) [48.88 km]: 83.516 ms 2. Telia Eesti AS (Tallinn) [82.57 km]: 65.035 ms 3. Starman AS (Tallinn) [82.57 km]: 92.818 ms 4. Elisa (Tallinn) [82.57 km]: 67.032 ms 5. Compic OU (Tallinn) [82.57 km]: 51.129 ms 6. Telset AS (Tallinn) [82.57 km]: 69.933 ms 7. Tele2 Eesti (Tallinn) [82.57 km]: 111.086 ms 8. AinaCom Oy (Hameenlinna) [95.72 km]: 82.8 ms 9. Haminan Energia Oy (Hamina) [131.94 km]: 33.369 ms 10. Turun Datatekniikka Oy (Turku) [150.32 km]: 38.955 ms 11. Tampereen Puhelin Oy (Tampere) [160.83 km]: 65.928 ms 12. Tamico Oy (Tampere) [160.83 km]: 42.755 ms 13. Laitilan Puhelin Osk (Laitila) [194.18 km]: 45.667 ms 14. FairyHosting.com (Narva) [201.62 km]: 66.048 ms 15. MPY Palvelut Oyj (Mikkeli) [210.68 km]: 38.672 ms Testing upload speeds 1. VHosting (Lohja): ......................... 197.97 Mbit/s 2. Telia Eesti AS (Tallinn): ......................... 161.99 Mbit/s 3. Starman AS (Tallinn): ......................... 142.69 Mbit/s 4. Elisa (Tallinn): ......................... 149.19 Mbit/s 5. Compic OU (Tallinn): ......................... 162.07 Mbit/s 6. Telset AS (Tallinn): ......................... 321.26 Mbit/s 7. Tele2 Eesti (Tallinn): ......................... 163.34 Mbit/s 8. AinaCom Oy (Hameenlinna): ......................... 186.42 Mbit/s 9. Haminan Energia Oy (Hamina): ......................... 458.40 Mbit/s 10. Turun Datatekniikka Oy (Turku): ......................... 387.39 Mbit/s 11. Tampereen Puhelin Oy (Tampere): ......................... 363.48 Mbit/s 12. Tamico Oy (Tampere): ......................... 249.49 Mbit/s 13. Laitilan Puhelin Osk (Laitila): ......................... 372.53 Mbit/s 14. FairyHosting.com (Narva): ......................... 180.56 Mbit/s 15. MPY Palvelut Oyj (Mikkeli): ......................... 404.89 Mbit/s Average upload speed is 260.11 Mbit/s