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 "/home/espo/serverscope/byte-unixbench/UnixBench"
make distr
make[2]: Entering directory "/home/espo/serverscope/byte-unixbench/UnixBench"
Checking distribution of files
./pgms exists
./src exists
./testdir exists
make[2]: Leaving directory "/home/espo/serverscope/byte-unixbench/UnixBench"
make programs
make[2]: Entering directory "/home/espo/serverscope/byte-unixbench/UnixBench"
make[2]: Nothing to be done for "programs".
make[2]: Leaving directory "/home/espo/serverscope/byte-unixbench/UnixBench"
make[1]: Leaving directory "/home/espo/serverscope/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: KD6827-6579: GNU/Linux
OS: GNU/Linux -- 3.13.0-24-generic -- #47-Ubuntu SMP Fri May 2 23:30:00 UTC 2014
Machine: x86_64 (x86_64)
Language: en_US.utf8 (charmap="UTF-8", collate="UTF-8")
CPU 0: Intel(R) Xeon(R) CPU E5-2630 v3 @ 2.40GHz (4800.1 bogomips)
Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
CPU 1: Intel(R) Xeon(R) CPU E5-2630 v3 @ 2.40GHz (4800.1 bogomips)
Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
CPU 2: Intel(R) Xeon(R) CPU E5-2630 v3 @ 2.40GHz (4800.1 bogomips)
Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
CPU 3: Intel(R) Xeon(R) CPU E5-2630 v3 @ 2.40GHz (4800.1 bogomips)
Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
10:24:38 up 2:02, 0 users, load average: 8.08, 4.48, 2.12; runlevel 2016-09-21
------------------------------------------------------------------------
Benchmark Run: Wed Sep 21 2016 10:24:38 - 10:52:49
4 CPUs in system; running 1 parallel copy of tests
Dhrystone 2 using register variables 31760453.0 lps (10.0 s, 7 samples)
Double-Precision Whetstone 3484.3 MWIPS (9.9 s, 7 samples)
Execl Throughput 663.1 lps (30.0 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks 282615.0 KBps (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks 70856.8 KBps (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks 990915.5 KBps (30.0 s, 2 samples)
Pipe Throughput 357895.8 lps (10.0 s, 7 samples)
Pipe-based Context Switching 33442.9 lps (10.0 s, 7 samples)
Process Creation 1570.8 lps (30.0 s, 2 samples)
Shell Scripts (1 concurrent) 2448.4 lpm (60.0 s, 2 samples)
Shell Scripts (8 concurrent) 1389.3 lpm (60.0 s, 2 samples)
System Call Overhead 238198.8 lps (10.0 s, 7 samples)
System Benchmarks Index Values BASELINE RESULT INDEX
Dhrystone 2 using register variables 116700.0 31760453.0 2721.5
Double-Precision Whetstone 55.0 3484.3 633.5
Execl Throughput 43.0 663.1 154.2
File Copy 1024 bufsize 2000 maxblocks 3960.0 282615.0 713.7
File Copy 256 bufsize 500 maxblocks 1655.0 70856.8 428.1
File Copy 4096 bufsize 8000 maxblocks 5800.0 990915.5 1708.5
Pipe Throughput 12440.0 357895.8 287.7
Pipe-based Context Switching 4000.0 33442.9 83.6
Process Creation 126.0 1570.8 124.7
Shell Scripts (1 concurrent) 42.4 2448.4 577.5
Shell Scripts (8 concurrent) 6.0 1389.3 2315.5
System Call Overhead 15000.0 238198.8 158.8
========
System Benchmarks Index Score 459.4
------------------------------------------------------------------------
Benchmark Run: Wed Sep 21 2016 10:52:49 - 11:21:04
4 CPUs in system; running 4 parallel copies of tests
Dhrystone 2 using register variables 120505275.4 lps (10.0 s, 7 samples)
Double-Precision Whetstone 13165.0 MWIPS (9.9 s, 7 samples)
Execl Throughput 4498.4 lps (30.0 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks 907343.4 KBps (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks 231088.5 KBps (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks 3010346.8 KBps (30.0 s, 2 samples)
Pipe Throughput 1236231.4 lps (10.0 s, 7 samples)
Pipe-based Context Switching 286350.4 lps (10.0 s, 7 samples)
Process Creation 8270.8 lps (30.0 s, 2 samples)
Shell Scripts (1 concurrent) 10994.0 lpm (60.0 s, 2 samples)
Shell Scripts (8 concurrent) 1654.4 lpm (60.1 s, 2 samples)
System Call Overhead 772501.9 lps (10.0 s, 7 samples)
System Benchmarks Index Values BASELINE RESULT INDEX
Dhrystone 2 using register variables 116700.0 120505275.4 10326.1
Double-Precision Whetstone 55.0 13165.0 2393.6
Execl Throughput 43.0 4498.4 1046.1
File Copy 1024 bufsize 2000 maxblocks 3960.0 907343.4 2291.3
File Copy 256 bufsize 500 maxblocks 1655.0 231088.5 1396.3
File Copy 4096 bufsize 8000 maxblocks 5800.0 3010346.8 5190.3
Pipe Throughput 12440.0 1236231.4 993.8
Pipe-based Context Switching 4000.0 286350.4 715.9
Process Creation 126.0 8270.8 656.4
Shell Scripts (1 concurrent) 42.4 10994.0 2592.9
Shell Scripts (8 concurrent) 6.0 1654.4 2757.3
System Call Overhead 15000.0 772501.9 515.0
========
System Benchmarks Index Score 1733.9
dd if=/dev/zero of=benchmark bs=64K count=64K conv=fdatasync 65536+0 records in 65536+0 records out 4294967296 bytes (4.3 GB, 4.0 GiB) copied, 6.55949 s, 655 MB/s dd if=/dev/zero of=benchmark bs=1M count=4096 conv=fdatasync 4096+0 records in 4096+0 records out 4294967296 bytes (4.3 GB, 4.0 GiB) copied, 6.11536 s, 702 MB/s
./fio --time_based --name=benchmark --size=512M --runtime=60 --ioengine=libaio --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=libaio, iodepth=32
...
fio-2.8
Starting 8 processes
benchmark: Laying out IO file(s) (1 file(s) / 512MB)
benchmark: Laying out IO file(s) (1 file(s) / 512MB)
benchmark: Laying out IO file(s) (1 file(s) / 512MB)
benchmark: Laying out IO file(s) (1 file(s) / 512MB)
benchmark: Laying out IO file(s) (1 file(s) / 512MB)
benchmark: Laying out IO file(s) (1 file(s) / 512MB)
benchmark: Laying out IO file(s) (1 file(s) / 512MB)
benchmark: Laying out IO file(s) (1 file(s) / 512MB)
benchmark: (groupid=0, jobs=8): err= 0: pid=25757: Wed Sep 21 10:21:31 2016
read : io=332048KB, bw=5533.5KB/s, iops=1383, runt= 60008msec
slat (usec): min=66, max=54899, avg=5762.40, stdev=4654.29
clat (usec): min=20, max=324818, avg=178960.20, stdev=54388.39
lat (msec): min=3, max=332, avg=184.73, stdev=55.95
clat percentiles (msec):
| 1.00th=[ 51], 5.00th=[ 72], 10.00th=[ 86], 20.00th=[ 119],
| 30.00th=[ 174], 40.00th=[ 188], 50.00th=[ 196], 60.00th=[ 204],
| 70.00th=[ 212], 80.00th=[ 221], 90.00th=[ 233], 95.00th=[ 243],
| 99.00th=[ 265], 99.50th=[ 273], 99.90th=[ 289], 99.95th=[ 293],
| 99.99th=[ 318]
bw (KB /s): min= 292, max= 1936, per=12.47%, avg=690.09, stdev=255.64
lat (usec) : 50=0.01%
lat (msec) : 4=0.01%, 10=0.01%, 20=0.02%, 50=0.88%, 100=14.26%
lat (msec) : 250=81.67%, 500=3.15%
cpu : usr=0.47%, sys=0.70%, ctx=83046, majf=0, minf=553
IO depths : 1=0.1%, 2=0.1%, 4=0.1%, 8=0.1%, 16=0.2%, 32=99.7%, >=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.1%, 64=0.0%, >=64=0.0%
issued : total=r=83012/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=332048KB, aggrb=5533KB/s, minb=5533KB/s, maxb=5533KB/s, mint=60008msec, maxt=60008msec
Disk stats (read/write):
xvda1: ios=82717/86, merge=0/180, ticks=475988/8, in_queue=476012, util=99.89%
./fio --time_based --name=benchmark --size=512M --runtime=60 --ioengine=libaio --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=libaio, iodepth=32
...
fio-2.8
Starting 8 processes
benchmark: (groupid=0, jobs=8): err= 0: pid=25775: Wed Sep 21 10:22:32 2016
read : io=811312KB, bw=13511KB/s, iops=3377, runt= 60049msec
slat (usec): min=4, max=89247, avg=1498.60, stdev=8183.05
clat (usec): min=229, max=554311, avg=74221.40, stdev=30281.58
lat (usec): min=243, max=577685, avg=75722.80, stdev=31295.61
clat percentiles (msec):
| 1.00th=[ 15], 5.00th=[ 42], 10.00th=[ 51], 20.00th=[ 60],
| 30.00th=[ 65], 40.00th=[ 69], 50.00th=[ 72], 60.00th=[ 75],
| 70.00th=[ 79], 80.00th=[ 84], 90.00th=[ 96], 95.00th=[ 112],
| 99.00th=[ 194], 99.50th=[ 253], 99.90th=[ 396], 99.95th=[ 474],
| 99.99th=[ 523]
bw (KB /s): min= 245, max= 2223, per=12.53%, avg=1692.45, stdev=245.20
lat (usec) : 250=0.01%, 500=0.01%, 750=0.01%, 1000=0.01%
lat (msec) : 2=0.02%, 4=0.03%, 10=0.44%, 20=0.93%, 50=7.85%
lat (msec) : 100=82.55%, 250=7.65%, 500=0.47%, 750=0.03%
cpu : usr=0.75%, sys=0.64%, ctx=23657, majf=0, minf=569
IO depths : 1=0.1%, 2=0.1%, 4=0.1%, 8=0.1%, 16=0.1%, 32=99.9%, >=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.1%, 64=0.0%, >=64=0.0%
issued : total=r=202828/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=811312KB, aggrb=13510KB/s, minb=13510KB/s, maxb=13510KB/s, mint=60049msec, maxt=60049msec
Disk stats (read/write):
xvda1: ios=202391/70, merge=67/58, ticks=8809472/960, in_queue=8814064, util=99.88%
./fio --time_based --name=benchmark --size=512M --runtime=60 --filename=benchmark --ioengine=libaio --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=libaio, iodepth=32
...
fio-2.8
Starting 8 processes
benchmark: (groupid=0, jobs=8): err= 0: pid=25827: Wed Sep 21 10:24:34 2016
write: io=10161MB, bw=173363KB/s, iops=43340, runt= 60015msec
slat (usec): min=3, max=754679, avg=166.14, stdev=4056.41
clat (usec): min=21, max=755625, avg=5726.23, stdev=23089.23
lat (usec): min=366, max=755638, avg=5895.29, stdev=23453.35
clat percentiles (usec):
| 1.00th=[ 402], 5.00th=[ 418], 10.00th=[ 430], 20.00th=[ 454],
| 30.00th=[ 692], 40.00th=[ 868], 50.00th=[ 876], 60.00th=[ 892],
| 70.00th=[ 924], 80.00th=[ 1176], 90.00th=[15168], 95.00th=[35584],
| 99.00th=[73216], 99.50th=[113152], 99.90th=[337920], 99.95th=[432128],
| 99.99th=[667648]
bw (KB /s): min= 763, max=65627, per=12.86%, avg=22290.42, stdev=10748.84
lat (usec) : 50=0.01%, 500=23.39%, 750=7.42%, 1000=45.57%
lat (msec) : 2=10.67%, 4=0.70%, 10=1.17%, 20=2.84%, 50=5.64%
lat (msec) : 100=2.00%, 250=0.41%, 500=0.15%, 750=0.03%, 1000=0.01%
cpu : usr=7.89%, sys=5.99%, ctx=25867, majf=0, minf=299
IO depths : 1=0.1%, 2=0.1%, 4=0.1%, 8=0.1%, 16=0.1%, 32=100.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.1%, 64=0.0%, >=64=0.0%
issued : total=r=0/w=2601099/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=10161MB, aggrb=173363KB/s, minb=173363KB/s, maxb=173363KB/s, mint=60015msec, maxt=60015msec
Disk stats (read/write):
xvda1: ios=64/874387, merge=0/118271, ticks=6840/11111572, in_queue=11195992, util=98.30%
./fio --time_based --name=benchmark --size=512M --runtime=60 --filename=benchmark --ioengine=libaio --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=libaio, iodepth=32
...
fio-2.8
Starting 8 processes
benchmark: Laying out IO file(s) (1 file(s) / 512MB)
benchmark: (groupid=0, jobs=8): err= 0: pid=25795: Wed Sep 21 10:23:33 2016
write: io=287176KB, bw=4757.3KB/s, iops=1189, runt= 60366msec
slat (usec): min=4, max=941997, avg=6426.66, stdev=29895.51
clat (usec): min=221, max=2153.6K, avg=208676.38, stdev=185708.91
lat (usec): min=244, max=2153.6K, avg=215106.44, stdev=187723.16
clat percentiles (usec):
| 1.00th=[ 1240], 5.00th=[10688], 10.00th=[34048], 20.00th=[69120],
| 30.00th=[97792], 40.00th=[128512], 50.00th=[162816], 60.00th=[201728],
| 70.00th=[242688], 80.00th=[309248], 90.00th=[444416], 95.00th=[569344],
| 99.00th=[913408], 99.50th=[1036288], 99.90th=[1400832], 99.95th=[1482752],
| 99.99th=[1695744]
bw (KB /s): min= 61, max= 1464, per=12.85%, avg=611.13, stdev=225.94
lat (usec) : 250=0.01%, 500=0.24%, 750=0.32%, 1000=0.21%
lat (msec) : 2=0.62%, 4=0.59%, 10=2.76%, 20=2.19%, 50=7.30%
lat (msec) : 100=16.39%, 250=40.77%, 500=21.41%, 750=5.14%, 1000=1.39%
lat (msec) : 2000=0.66%, >=2000=0.01%
cpu : usr=0.31%, sys=0.38%, ctx=21187, majf=0, minf=282
IO depths : 1=0.1%, 2=0.1%, 4=0.1%, 8=0.1%, 16=0.2%, 32=99.7%, >=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.1%, 64=0.0%, >=64=0.0%
issued : total=r=0/w=71794/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=287176KB, aggrb=4757KB/s, minb=4757KB/s, maxb=4757KB/s, mint=60366msec, maxt=60366msec
Disk stats (read/write):
xvda1: ios=275/71690, merge=62/480, ticks=30580/9247200, in_queue=9297384, util=99.90%
Downloaded 104857600 bytes in 1.861 sec Downloaded 104857600 bytes in 1.767 sec Downloaded 104857600 bytes in 1.697 sec Downloaded 104857600 bytes in 1.814 sec Downloaded 104857600 bytes in 1.887 sec Finished! Average download speed is 443.16 Mbit/s
Retrieving speedtest.net configuration... Retrieving speedtest.net server list... Testing from Vodafone ... Selecting 15 servers that are not too close: 1. HillCom Solutions (Alsfeld) [62.87 km]: 37.735 ms 2. Onlime GmbH (Aerzen) [83.89 km]: 42.728 ms 3. Newone (Ilmenau) [120.64 km]: 30.208 ms 4. Thueringer Netkom GmbH (Weimar) [132.12 km]: 35.021 ms 5. Vodafone DE (Frankfurt) [143.27 km]: 127.774 ms 6. SoftLayer Technologies, Inc. (Frankfurt) [143.27 km]: 22.621 ms 7. Tele2 (Frankfurt) [143.27 km]: 38.114 ms 8. Base-Mail (Frankfurt) [143.27 km]: 28.446 ms 9. 23media GmbH (Frankfurt) [143.27 km]: 24.94 ms 10. IP-Projects GmbH & Co. KG (Frankfurt) [143.27 km]: 22.966 ms 11. DEAC (Frankfurt) [143.27 km]: 38.421 ms 12. Jublo Solutions (Frankfurt) [143.27 km]: 33.758 ms 13. Robin Kipp (Frankfurt) [143.27 km]: 29.534 ms 14. LeaseWeb (Frankfurt) [143.27 km]: 113.541 ms 15. Kroell Systems GbR. (Eitorf) [154.42 km]: 27.993 ms Testing upload speeds 1. HillCom Solutions (Alsfeld): ......................... 64.83 Mbit/s 2. Onlime GmbH (Aerzen): ......................... 55.44 Mbit/s 3. Newone (Ilmenau): ......................... 126.75 Mbit/s 4. Thueringer Netkom GmbH (Weimar): ......................... 158.26 Mbit/s 5. Vodafone DE (Frankfurt): ......................... 168.37 Mbit/s 6. SoftLayer Technologies, Inc. (Frankfurt): ......................... 186.13 Mbit/s 7. Tele2 (Frankfurt): ......................... 70.11 Mbit/s 8. Base-Mail (Frankfurt): ......................... 167.35 Mbit/s 9. 23media GmbH (Frankfurt): ......................... 154.12 Mbit/s 10. IP-Projects GmbH & Co. KG (Frankfurt): ......................... 173.12 Mbit/s 11. DEAC (Frankfurt): ......................... 162.12 Mbit/s 12. Jublo Solutions (Frankfurt): ......................... 45.20 Mbit/s 13. Robin Kipp (Frankfurt): ......................... 150.43 Mbit/s 14. LeaseWeb (Frankfurt): ......................... 1.33 Mbit/s 15. Kroell Systems GbR. (Eitorf): ......................... 146.20 Mbit/s Average upload speed is 121.98 Mbit/s