Stopwatch
Benchmark report #7949
Ikoula – m1.small - Frankfurt am Main
Report
Share test result

Test results for m1.small - Frankfurt am Main at Ikoula


Server specs:


Intel(R) Xeon(R) CPU E5520 @ 2.27GHz
2 GB RAM / 50 GB disk space
Ubuntu 18.04 Bionic
Frankfurt am Main, Germany

Benchmark results summary:


UnixBench - 487.6
Disk Read - 86 MB/s
Disk Write - 149 MB/s
Bandwidth - 389.17 MB/s

More: https://serverscope.io/trials/e117
Share
Share this page
Cpu chip
Server Specs
CPU
Intel(R) Xeon(R) CPU E5520 @ 2.27GHz
CPU Cores
1 × 2261 MHz
RAM
2 GB
Disk
50 GB
OS
Ubuntu 18.04 Bionic
Location
Frankfurt am Main, Germany
Benchmark summary
Benchmark summary
UnixBench
487.6
Disk Read
86 MB/s
Disk Write
149 MB/s
Bandwidth
389.17 Mbit/s
Speedtest
95.07 Mbit/s
Graph analysis
UnixBench Score
UnixBench (one CPU)
487.6
Terminal
Raw Output
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-w2BFCR/byte-unixbench/UnixBench"
make distr
make[2]: Entering directory "/root/serverscope-w2BFCR/byte-unixbench/UnixBench"
Checking distribution of files
./pgms  exists
./src  exists
./testdir  exists
make[2]: Leaving directory "/root/serverscope-w2BFCR/byte-unixbench/UnixBench"
make programs
make[2]: Entering directory "/root/serverscope-w2BFCR/byte-unixbench/UnixBench"
make[2]: Nothing to be done for "programs".
make[2]: Leaving directory "/root/serverscope-w2BFCR/byte-unixbench/UnixBench"
make[1]: Leaving directory "/root/serverscope-w2BFCR/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: klein-DE: GNU/Linux
   OS: GNU/Linux -- 4.15.0-29-generic -- #31-Ubuntu SMP Tue Jul 17 15:39:52 UTC 2018
   Machine: x86_64 (x86_64)
   Language: en_US.utf8 (charmap="UTF-8", collate="UTF-8")
   CPU 0: Intel(R) Xeon(R) CPU E5520 @ 2.27GHz (4522.1 bogomips)
          x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
   18:27:33 up 12 min,  1 user,  load average: 7.54, 4.79, 2.12; runlevel 2018-07-24

------------------------------------------------------------------------
Benchmark Run: Tue Jul 24 2018 18:27:33 - 18:55:44
1 CPU in system; running 1 parallel copy of tests

Dhrystone 2 using register variables       21016745.3 lps   (10.0 s, 7 samples)
Double-Precision Whetstone                     2624.1 MWIPS (9.8 s, 7 samples)
Execl Throughput                               2194.4 lps   (30.0 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks        206082.7 KBps  (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks           53705.8 KBps  (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks        602578.5 KBps  (30.0 s, 2 samples)
Pipe Throughput                              269527.1 lps   (10.0 s, 7 samples)
Pipe-based Context Switching                  73898.4 lps   (10.0 s, 7 samples)
Process Creation                               6016.2 lps   (30.0 s, 2 samples)
Shell Scripts (1 concurrent)                   4511.7 lpm   (60.0 s, 2 samples)
Shell Scripts (8 concurrent)                    583.4 lpm   (60.0 s, 2 samples)
System Call Overhead                         177873.0 lps   (10.0 s, 7 samples)

System Benchmarks Index Values               BASELINE       RESULT    INDEX
Dhrystone 2 using register variables         116700.0   21016745.3   1800.9
Double-Precision Whetstone                       55.0       2624.1    477.1
Execl Throughput                                 43.0       2194.4    510.3
File Copy 1024 bufsize 2000 maxblocks          3960.0     206082.7    520.4
File Copy 256 bufsize 500 maxblocks            1655.0      53705.8    324.5
File Copy 4096 bufsize 8000 maxblocks          5800.0     602578.5   1038.9
Pipe Throughput                               12440.0     269527.1    216.7
Pipe-based Context Switching                   4000.0      73898.4    184.7
Process Creation                                126.0       6016.2    477.5
Shell Scripts (1 concurrent)                     42.4       4511.7   1064.1
Shell Scripts (8 concurrent)                      6.0        583.4    972.4
System Call Overhead                          15000.0     177873.0    118.6
                                                                   ========
System Benchmarks Index Score                                         487.6

Hard drive
dd
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, 4.95962 s, 433 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, 4.83379 s, 444 MB/s


Hard drive
FIO random read
Performance
86.3 MB/s
IOPS
22093
./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=13727: Tue Jul 24 18:24:21 2018
  read : io=5178.5MB, bw=88375KB/s, iops=22093, runt= 60002msec
    clat (usec): min=5, max=63932, avg=347.83, stdev=1155.03
     lat (usec): min=6, max=63953, avg=350.33, stdev=1158.82
    clat percentiles (usec):
     |  1.00th=[    5],  5.00th=[    6], 10.00th=[    6], 20.00th=[  278],
     | 30.00th=[  306], 40.00th=[  326], 50.00th=[  338], 60.00th=[  354],
     | 70.00th=[  374], 80.00th=[  398], 90.00th=[  454], 95.00th=[  524],
     | 99.00th=[  804], 99.50th=[ 1064], 99.90th=[ 3920], 99.95th=[ 5984],
     | 99.99th=[60672]
    bw (KB  /s): min= 6624, max=16024, per=12.51%, avg=11058.01, stdev=1669.07
    lat (usec) : 10=12.29%, 20=1.18%, 50=0.28%, 100=0.03%, 250=2.32%
    lat (usec) : 500=77.62%, 750=5.04%, 1000=0.68%
    lat (msec) : 2=0.32%, 4=0.16%, 10=0.05%, 20=0.01%, 100=0.03%
  cpu          : usr=3.23%, sys=7.28%, ctx=1161156, majf=1, minf=105
  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=1325674/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=5178.5MB, aggrb=88375KB/s, minb=88375KB/s, maxb=88375KB/s, mint=60002msec, maxt=60002msec

Disk stats (read/write):
    dm-0: ios=1139674/17, merge=0/0, ticks=339840/0, in_queue=340124, util=97.45%, aggrios=1142359/68, aggrmerge=4/25, aggrticks=338720/8, aggrin_queue=294524, aggrutil=97.09%
  xvda: ios=1142359/68, merge=4/25, ticks=338720/8, in_queue=294524, util=97.09%
Hard drive
FIO random direct read
Performance
84.66 MB/s
IOPS
21673
./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=13765: Tue Jul 24 18:25:21 2018
  read : io=5079.1MB, bw=86696KB/s, iops=21673, runt= 60001msec
    clat (usec): min=97, max=75336, avg=354.18, stdev=629.96
     lat (usec): min=99, max=75338, avg=356.64, stdev=636.76
    clat percentiles (usec):
     |  1.00th=[  215],  5.00th=[  258], 10.00th=[  278], 20.00th=[  298],
     | 30.00th=[  314], 40.00th=[  326], 50.00th=[  338], 60.00th=[  350],
     | 70.00th=[  362], 80.00th=[  382], 90.00th=[  418], 95.00th=[  462],
     | 99.00th=[  580], 99.50th=[  652], 99.90th=[ 1272], 99.95th=[ 3056],
     | 99.99th=[36096]
    bw (KB  /s): min= 5704, max=11864, per=12.52%, avg=10852.75, stdev=757.66
    lat (usec) : 100=0.01%, 250=3.93%, 500=93.28%, 750=2.56%, 1000=0.11%
    lat (msec) : 2=0.06%, 4=0.02%, 10=0.03%, 20=0.01%, 50=0.01%
    lat (msec) : 100=0.01%
  cpu          : usr=3.08%, sys=6.90%, ctx=1314073, majf=0, minf=90
  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=1300457/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=5079.1MB, aggrb=86695KB/s, minb=86695KB/s, maxb=86695KB/s, mint=60001msec, maxt=60001msec

Disk stats (read/write):
    dm-0: ios=1297968/91, merge=0/0, ticks=374000/76, in_queue=374448, util=98.78%, aggrios=1301225/69, aggrmerge=4/26, aggrticks=372740/64, aggrin_queue=329072, aggrutil=98.65%
  xvda: ios=1301225/69, merge=4/26, ticks=372740/64, in_queue=329072, util=98.65%
Hard drive
FIO random write
Performance
149.93 MB/s
IOPS
38381
./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=13846: Tue Jul 24 18:27:22 2018
  write: io=8996.6MB, bw=153526KB/s, iops=38381, runt= 60006msec
    clat (usec): min=4, max=792986, avg=106.93, stdev=2429.16
     lat (usec): min=6, max=792987, avg=126.60, stdev=2817.31
    clat percentiles (usec):
     |  1.00th=[    5],  5.00th=[    6], 10.00th=[    6], 20.00th=[    6],
     | 30.00th=[    6], 40.00th=[    6], 50.00th=[    6], 60.00th=[    7],
     | 70.00th=[    7], 80.00th=[    8], 90.00th=[   14], 95.00th=[   23],
     | 99.00th=[ 2704], 99.50th=[ 3504], 99.90th=[ 6752], 99.95th=[11328],
     | 99.99th=[65280]
    bw (KB  /s): min=  672, max=40119, per=12.93%, avg=19843.64, stdev=4747.74
    lat (usec) : 10=85.83%, 20=8.53%, 50=1.54%, 100=0.31%, 250=0.58%
    lat (usec) : 500=0.22%, 750=0.14%, 1000=0.26%
    lat (msec) : 2=0.94%, 4=1.31%, 10=0.29%, 20=0.02%, 50=0.01%
    lat (msec) : 100=0.02%, 250=0.01%, 500=0.01%, 750=0.01%, 1000=0.01%
  cpu          : usr=5.06%, sys=5.62%, ctx=192057, majf=0, minf=83
  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=2303122/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=8996.6MB, aggrb=153526KB/s, minb=153526KB/s, maxb=153526KB/s, mint=60006msec, maxt=60006msec

Disk stats (read/write):
    dm-0: ios=30/1310006, merge=0/0, ticks=4/656056, in_queue=656272, util=98.93%, aggrios=131/1310685, aggrmerge=0/623, aggrticks=36/578992, aggrin_queue=497644, aggrutil=86.19%
  xvda: ios=131/1310685, merge=0/623, ticks=36/578992, in_queue=497644, util=86.19%
Hard drive
FIO random direct write
Performance
18.74 MB/s
IOPS
4797
./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=13805: Tue Jul 24 18:26:22 2018
  write: io=1124.5MB, bw=19191KB/s, iops=4797, runt= 60001msec
    clat (usec): min=91, max=57822, avg=1655.42, stdev=7137.48
     lat (usec): min=93, max=57824, avg=1657.44, stdev=7137.57
    clat percentiles (usec):
     |  1.00th=[  104],  5.00th=[  111], 10.00th=[  121], 20.00th=[  165],
     | 30.00th=[  175], 40.00th=[  181], 50.00th=[  187], 60.00th=[  199],
     | 70.00th=[  217], 80.00th=[  247], 90.00th=[  286], 95.00th=[  406],
     | 99.00th=[38144], 99.50th=[39680], 99.90th=[43264], 99.95th=[44800],
     | 99.99th=[48896]
    bw (KB  /s): min= 1328, max= 3069, per=12.50%, avg=2399.06, stdev=339.44
    lat (usec) : 100=0.04%, 250=81.28%, 500=14.24%, 750=0.25%, 1000=0.07%
    lat (msec) : 2=0.06%, 4=0.01%, 10=0.01%, 20=0.01%, 50=4.03%
    lat (msec) : 100=0.01%
  cpu          : usr=0.70%, sys=2.40%, ctx=589134, majf=0, minf=81
  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=287867/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=1124.5MB, aggrb=19190KB/s, minb=19190KB/s, maxb=19190KB/s, mint=60001msec, maxt=60001msec

Disk stats (read/write):
    dm-0: ios=30/289855, merge=0/0, ticks=4/50288, in_queue=50336, util=83.90%, aggrios=131/288151, aggrmerge=0/2014, aggrticks=60/49764, aggrin_queue=52, aggrutil=0.05%
  xvda: ios=131/288151, merge=0/2014, ticks=60/49764, in_queue=52, util=0.05%
Download
Download benchmark results
Download speed
389.17 Mbit/s
Downloaded 104857600 bytes in 6.508154 sec
Downloaded 104857600 bytes in 0.938930 sec
Downloaded 104857600 bytes in 0.949599 sec
Downloaded 104857600 bytes in 0.940037 sec
Downloaded 104857600 bytes in 0.941560 sec
Finished! Average download speed is 389.17 Mbit/s
Upload
Speedtest results
Upload speed
95.07 Mbit/s
Retrieving speedtest.net configuration...
Retrieving speedtest.net server list...
Testing from Cogent Communications ...
Selecting 15 servers that are not too close:
  1. TWL-KOM (Ludwigshafen) [68.66 km]: 6.008 ms
  2. PfalzKom (Ludwigshafen) [68.66 km]: 260.028 ms
  3. KEVAG Telekom GmbH (Koblenz) [80.51 km]: 7.795 ms
  4. WIRCON GmbH (Waghaeusel) [93.15 km]: 17.124 ms
  5. Mobile Breitbandnetze GmbH (Freisbach) [94.18 km]: 6.651 ms
  6. iWelt AG (Eibelstadt) [105.09 km]: 7.071 ms
  7. TelemaxX Telekommunikation GmbH (Karlsruhe) [120.73 km]: 5.993 ms
  8. bc-networks (Ludwigsburg) [138.14 km]: 12.249 ms
  9. bc-networks (Remseck) [141.44 km]: 6.885 ms
  10. La Regie (Reichshoffen) [146.04 km]: 21.204 ms
  11. CORSIN.DE (Kassel) [148.79 km]: 7.417 ms
  12. KUES DATA GmbH (Losheim am See) [150.44 km]: 10.79 ms
  13. intersaar GmbH (Saarbrucken) [152.20 km]: 6.78 ms
  14. Highspeed-Check.de (Kxc3xb6ln) [152.27 km]: 10.397 ms
  15. hotspot.koeln (Cologne) [152.61 km]: 7.393 ms
Testing upload speeds
  1. TWL-KOM (Ludwigshafen):                      ......................... 98.20 Mbit/s
  2. PfalzKom (Ludwigshafen):                     ......................... 98.67 Mbit/s
  3. KEVAG Telekom GmbH (Koblenz):                ......................... 98.28 Mbit/s
  4. WIRCON GmbH (Waghaeusel):                    ......................... 78.32 Mbit/s
  5. Mobile Breitbandnetze GmbH (Freisbach):      ......................... 95.06 Mbit/s
  6. iWelt AG (Eibelstadt):                       ......................... 98.93 Mbit/s
  7. TelemaxX Telekommunikation GmbH (Karlsruhe): ......................... 98.65 Mbit/s
  8. bc-networks (Ludwigsburg):                   ......................... 44.89 Mbit/s
  9. bc-networks (Remseck):                       ......................... 54.29 Mbit/s
  10. La Regie (Reichshoffen):                    ......................... 86.09 Mbit/s
  11. CORSIN.DE (Kassel):                         ......................... 93.00 Mbit/s
  12. KUES DATA GmbH (Losheim am See):            ......................... 98.46 Mbit/s
  13. intersaar GmbH (Saarbrucken):               ......................... 98.52 Mbit/s
  14. Highspeed-Check.de (Kxc3xb6ln):                 ......................... 68.57 Mbit/s
  15. hotspot.koeln (Cologne):                    ......................... 98.68 Mbit/s
Average upload speed is 87.24 Mbit/s