Stopwatch
Benchmark report #8488
Contabo – VPS M SSD
Report
Share test result

Test results for VPS M SSD at Contabo


Server specs:


6 × Intel(R) Xeon(R) CPU E5-2630 v4 @ 2.20GHz
16 GB RAM / 412 GB disk space
Ubuntu 18.04 Bionic
Germany

Benchmark results summary:


UnixBench - 2919.6
Disk Read - 3008 MB/s
Disk Write - 1157 MB/s
Bandwidth - 350.74 MB/s

More: https://serverscope.io/trials/lP2v
Share
Share this page
Cpu chip
Server Specs
CPU
6 × Intel(R) Xeon(R) CPU E5-2630 v4 @ 2.20GHz
CPU Cores
6 × 2200 MHz
RAM
16 GB
Disk
412 GB
OS
Ubuntu 18.04 Bionic
Location
Benchmark summary
Benchmark summary
UnixBench
2919.6
Disk Read
3008 MB/s
Disk Write
1157 MB/s
Bandwidth
350.74 Mbit/s
Speedtest
282.96 Mbit/s
Graph analysis
UnixBench Score
UnixBench (all CPUs)
2919.6
UnixBench (one CPU)
864.5
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 "/sk/serverscope-F9W0s_/byte-unixbench/UnixBench"
make distr
make[2]: Entering directory "/sk/serverscope-F9W0s_/byte-unixbench/UnixBench"
Checking distribution of files
./pgms  exists
./src  exists
./testdir  exists
make[2]: Leaving directory "/sk/serverscope-F9W0s_/byte-unixbench/UnixBench"
make programs
make[2]: Entering directory "/sk/serverscope-F9W0s_/byte-unixbench/UnixBench"
make[2]: Nothing to be done for "programs".
make[2]: Leaving directory "/sk/serverscope-F9W0s_/byte-unixbench/UnixBench"
make[1]: Leaving directory "/sk/serverscope-F9W0s_/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

6 x Dhrystone 2 using register variables  1 2 3 4 5 6 7 8 9 10

6 x Double-Precision Whetstone  1 2 3 4 5 6 7 8 9 10

6 x Execl Throughput  1 2 3

6 x File Copy 1024 bufsize 2000 maxblocks  1 2 3

6 x File Copy 256 bufsize 500 maxblocks  1 2 3

6 x File Copy 4096 bufsize 8000 maxblocks  1 2 3

6 x Pipe Throughput  1 2 3 4 5 6 7 8 9 10

6 x Pipe-based Context Switching  1 2 3 4 5 6 7 8 9 10

6 x Process Creation  1 2 3

6 x System Call Overhead  1 2 3 4 5 6 7 8 9 10

6 x Shell Scripts (1 concurrent)  1 2 3

6 x Shell Scripts (8 concurrent)  1 2 3

========================================================================
   BYTE UNIX Benchmarks (Version 5.1.3)

   System: vmi161401.contaboserver.net: GNU/Linux
   OS: GNU/Linux -- 4.15.0-34-generic -- #37-Ubuntu SMP Mon Aug 27 15:21:48 UTC 2018
   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
   CPU 4: 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 5: 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
   11:56:01 up  2:20,  1 user,  load average: 7.28, 4.60, 2.00; runlevel 2018-09-18

------------------------------------------------------------------------
Benchmark Run: Tue Sep 18 2018 11:56:01 - 12:24:03
6 CPUs in system; running 1 parallel copy of tests

Dhrystone 2 using register variables       27109167.5 lps   (10.0 s, 7 samples)
Double-Precision Whetstone                     4566.0 MWIPS (9.6 s, 7 samples)
Execl Throughput                               3007.5 lps   (30.0 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks        481517.1 KBps  (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks          140818.2 KBps  (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks       1203037.7 KBps  (30.0 s, 2 samples)
Pipe Throughput                              787607.0 lps   (10.0 s, 7 samples)
Pipe-based Context Switching                  38947.3 lps   (10.0 s, 7 samples)
Process Creation                               4779.8 lps   (30.0 s, 2 samples)
Shell Scripts (1 concurrent)                   6858.0 lpm   (60.0 s, 2 samples)
Shell Scripts (8 concurrent)                   2293.3 lpm   (60.0 s, 2 samples)
System Call Overhead                         624279.0 lps   (10.0 s, 7 samples)

System Benchmarks Index Values               BASELINE       RESULT    INDEX
Dhrystone 2 using register variables         116700.0   27109167.5   2323.0
Double-Precision Whetstone                       55.0       4566.0    830.2
Execl Throughput                                 43.0       3007.5    699.4
File Copy 1024 bufsize 2000 maxblocks          3960.0     481517.1   1216.0
File Copy 256 bufsize 500 maxblocks            1655.0     140818.2    850.9
File Copy 4096 bufsize 8000 maxblocks          5800.0    1203037.7   2074.2
Pipe Throughput                               12440.0     787607.0    633.1
Pipe-based Context Switching                   4000.0      38947.3     97.4
Process Creation                                126.0       4779.8    379.4
Shell Scripts (1 concurrent)                     42.4       6858.0   1617.5
Shell Scripts (8 concurrent)                      6.0       2293.3   3822.1
System Call Overhead                          15000.0     624279.0    416.2
                                                                   ========
System Benchmarks Index Score                                         864.5

------------------------------------------------------------------------
Benchmark Run: Tue Sep 18 2018 12:24:03 - 12:52:14
6 CPUs in system; running 6 parallel copies of tests

Dhrystone 2 using register variables      137188607.5 lps   (10.0 s, 7 samples)
Double-Precision Whetstone                    26120.1 MWIPS (9.8 s, 7 samples)
Execl Throughput                              14032.1 lps   (30.0 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks        564719.1 KBps  (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks          145238.5 KBps  (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks       1568284.1 KBps  (30.0 s, 2 samples)
Pipe Throughput                             4212316.7 lps   (10.0 s, 7 samples)
Pipe-based Context Switching                 712759.5 lps   (10.0 s, 7 samples)
Process Creation                              23282.1 lps   (30.0 s, 2 samples)
Shell Scripts (1 concurrent)                  20179.3 lpm   (60.0 s, 2 samples)
Shell Scripts (8 concurrent)                   3216.1 lpm   (60.0 s, 2 samples)
System Call Overhead                        3280984.1 lps   (10.0 s, 7 samples)

System Benchmarks Index Values               BASELINE       RESULT    INDEX
Dhrystone 2 using register variables         116700.0  137188607.5  11755.7
Double-Precision Whetstone                       55.0      26120.1   4749.1
Execl Throughput                                 43.0      14032.1   3263.3
File Copy 1024 bufsize 2000 maxblocks          3960.0     564719.1   1426.1
File Copy 256 bufsize 500 maxblocks            1655.0     145238.5    877.6
File Copy 4096 bufsize 8000 maxblocks          5800.0    1568284.1   2703.9
Pipe Throughput                               12440.0    4212316.7   3386.1
Pipe-based Context Switching                   4000.0     712759.5   1781.9
Process Creation                                126.0      23282.1   1847.8
Shell Scripts (1 concurrent)                     42.4      20179.3   4759.3
Shell Scripts (8 concurrent)                      6.0       3216.1   5360.2
System Call Overhead                          15000.0    3280984.1   2187.3
                                                                   ========
System Benchmarks Index Score                                        2919.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, 19.4122 s, 111 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.1524 s, 107 MB/s


Hard drive
FIO random read
Performance
3008.9 MB/s
IOPS
770251
./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=12726: Tue Sep 18 11:52:56 2018
  read : io=180531MB, bw=3008.9MB/s, iops=770251, runt= 60001msec
    clat (usec): min=1, max=104751, avg= 6.40, stdev=167.02
     lat (usec): min=1, max=104751, avg= 7.11, stdev=173.43
    clat percentiles (usec):
     |  1.00th=[    2],  5.00th=[    2], 10.00th=[    2], 20.00th=[    2],
     | 30.00th=[    2], 40.00th=[    2], 50.00th=[    3], 60.00th=[    3],
     | 70.00th=[    3], 80.00th=[    3], 90.00th=[    3], 95.00th=[    4],
     | 99.00th=[  106], 99.50th=[  151], 99.90th=[  374], 99.95th=[  540],
     | 99.99th=[ 8096]
    bw (KB  /s): min=  180, max=829832, per=12.51%, avg=385295.15, stdev=259308.90
    lat (usec) : 2=0.48%, 4=93.36%, 10=4.64%, 20=0.30%, 50=0.07%
    lat (usec) : 100=0.12%, 250=0.89%, 500=0.09%, 750=0.02%, 1000=0.01%
    lat (msec) : 2=0.01%, 4=0.01%, 10=0.01%, 20=0.01%, 50=0.01%
    lat (msec) : 100=0.01%, 250=0.01%
  cpu          : usr=18.28%, sys=41.39%, ctx=544245, majf=0, minf=87
  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=46215857/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=180531MB, aggrb=3008.9MB/s, minb=3008.9MB/s, maxb=3008.9MB/s, mint=60001msec, maxt=60001msec

Disk stats (read/write):
  sda: ios=524288/194, merge=0/145, ticks=105700/156, in_queue=91776, util=27.53%
Hard drive
FIO random direct read
Performance
181.33 MB/s
IOPS
46420
./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=12738: Tue Sep 18 11:53:56 2018
  read : io=10880MB, bw=185681KB/s, iops=46420, runt= 60004msec
    clat (usec): min=29, max=49208, avg=166.23, stdev=281.23
     lat (usec): min=29, max=49209, avg=167.01, stdev=281.27
    clat percentiles (usec):
     |  1.00th=[   64],  5.00th=[   80], 10.00th=[   89], 20.00th=[  102],
     | 30.00th=[  111], 40.00th=[  120], 50.00th=[  129], 60.00th=[  139],
     | 70.00th=[  151], 80.00th=[  173], 90.00th=[  227], 95.00th=[  330],
     | 99.00th=[  892], 99.50th=[ 1176], 99.90th=[ 3344], 99.95th=[ 4384],
     | 99.99th=[10048]
    bw (KB  /s): min= 2608, max=32136, per=12.51%, avg=23231.62, stdev=7519.28
    lat (usec) : 50=0.11%, 100=17.96%, 250=73.96%, 500=5.47%, 750=1.17%
    lat (usec) : 1000=0.61%
    lat (msec) : 2=0.52%, 4=0.13%, 10=0.05%, 20=0.01%, 50=0.01%
  cpu          : usr=4.75%, sys=19.37%, ctx=2794930, majf=0, minf=73
  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=2785394/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=10880MB, aggrb=185680KB/s, minb=185680KB/s, maxb=185680KB/s, mint=60004msec, maxt=60004msec

Disk stats (read/write):
  sda: ios=2783316/93, merge=0/14, ticks=366840/28, in_queue=321276, util=99.38%
Hard drive
FIO random write
Performance
1157.3 MB/s
IOPS
296199
./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=12762: Tue Sep 18 11:55:57 2018
  write: io=69424MB, bw=1157.3MB/s, iops=296199, runt= 60002msec
    clat (usec): min=2, max=64029, avg=23.69, stdev=353.22
     lat (usec): min=2, max=64030, avg=24.31, stdev=353.82
    clat percentiles (usec):
     |  1.00th=[    3],  5.00th=[    4], 10.00th=[    5], 20.00th=[    6],
     | 30.00th=[    8], 40.00th=[    9], 50.00th=[   10], 60.00th=[   11],
     | 70.00th=[   13], 80.00th=[   14], 90.00th=[   16], 95.00th=[   19],
     | 99.00th=[   32], 99.50th=[   53], 99.90th=[ 4704], 99.95th=[ 8256],
     | 99.99th=[15552]
    bw (KB  /s): min=47609, max=223043, per=12.50%, avg=148134.27, stdev=26192.55
    lat (usec) : 4=2.25%, 10=38.82%, 20=54.73%, 50=3.65%, 100=0.19%
    lat (usec) : 250=0.07%, 500=0.03%, 750=0.02%, 1000=0.02%
    lat (msec) : 2=0.05%, 4=0.06%, 10=0.08%, 20=0.03%, 50=0.01%
    lat (msec) : 100=0.01%
  cpu          : usr=7.90%, sys=48.53%, ctx=1647559, 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=17772538/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=69424MB, aggrb=1157.3MB/s, minb=1157.3MB/s, maxb=1157.3MB/s, mint=60002msec, maxt=60002msec

Disk stats (read/write):
  sda: ios=0/15870, merge=0/43, ticks=0/248816, in_queue=231196, util=12.11%
Hard drive
FIO random direct write
Performance
44.22 MB/s
IOPS
11320
./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=12750: Tue Sep 18 11:54:57 2018
  write: io=2653.4MB, bw=45282KB/s, iops=11320, runt= 60001msec
    clat (usec): min=41, max=40952, avg=701.25, stdev=1192.93
     lat (usec): min=41, max=40953, avg=702.03, stdev=1193.02
    clat percentiles (usec):
     |  1.00th=[   48],  5.00th=[   51], 10.00th=[   55], 20.00th=[   63],
     | 30.00th=[   72], 40.00th=[   81], 50.00th=[   97], 60.00th=[  386],
     | 70.00th=[  788], 80.00th=[ 1240], 90.00th=[ 1992], 95.00th=[ 2768],
     | 99.00th=[ 4960], 99.50th=[ 6240], 99.90th=[11072], 99.95th=[15680],
     | 99.99th=[23168]
    bw (KB  /s): min= 1506, max=16176, per=12.50%, avg=5662.47, stdev=1684.73
    lat (usec) : 50=2.70%, 100=48.15%, 250=8.97%, 500=1.21%, 750=7.80%
    lat (usec) : 1000=6.43%
    lat (msec) : 2=14.79%, 4=8.03%, 10=1.81%, 20=0.11%, 50=0.02%
  cpu          : usr=1.10%, sys=8.22%, ctx=1349336, majf=0, minf=74
  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=679244/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=2653.4MB, aggrb=45282KB/s, minb=45282KB/s, maxb=45282KB/s, mint=60001msec, maxt=60001msec

Disk stats (read/write):
  sda: ios=0/678856, merge=0/1377, ticks=0/36920, in_queue=304, util=0.09%
Download
Download benchmark results
Download speed
350.74 Mbit/s
Downloaded 104857600 bytes in 2.300988 sec
Downloaded 104857600 bytes in 2.266103 sec
Downloaded 104857600 bytes in 2.304773 sec
Downloaded 104857600 bytes in 2.275492 sec
Downloaded 104857600 bytes in 2.257041 sec
Finished! Average download speed is 350.74 Mbit/s
Upload
Speedtest results
Upload speed
282.96 Mbit/s
Retrieving speedtest.net configuration...
Retrieving speedtest.net server list...
Testing from Contabo GmbH ...
Selecting 15 servers that are not too close:
  1. Newone (Ilmenau) [120.64 km]: 39.461 ms
  2. Thueringer Netkom GmbH (Weimar) [132.12 km]: 21.209 ms
  3. Vodafone DE (Frankfurt) [143.90 km]: 9.933 ms
  4. LeaseWeb (Frankfurt) [143.90 km]: 11.175 ms
  5. Interoute VDC (Frankfurt) [143.90 km]: 13.213 ms
  6. SoftLayer Technologies, Inc. (Frankfurt) [143.90 km]: 61.092 ms
  7. MBN (Frankfurt) [143.90 km]: 13.753 ms
  8. 23media GmbH (Frankfurt) [143.90 km]: 19.804 ms
  9. IP-Projects GmbH & Co. KG (Frankfurt) [143.90 km]: 13.541 ms
  10. creoline.de (Frankfurt) [143.90 km]: 20.439 ms
  11. CCleaner (Frankfurt) [143.90 km]: 13.228 ms
  12. MK Netzdienste (Frankfurt) [143.90 km]: 13.395 ms
  13. DEAC (Frankfurt) [143.90 km]: 45.506 ms
  14. meerfarbig GmbH & Co. KG (Frankfurt) [143.90 km]: 14.285 ms
  15. Vodafone Kabel Deutschland (Frankfurt) [143.90 km]: 9.187 ms
Testing upload speeds
  1. Newone (Ilmenau):                            ......................... 108.77 Mbit/s
  2. Thueringer Netkom GmbH (Weimar):             ......................... 196.42 Mbit/s
  3. Vodafone DE (Frankfurt):                     ......................... 303.19 Mbit/s
  4. LeaseWeb (Frankfurt):                        ......................... 307.00 Mbit/s
  5. Interoute VDC (Frankfurt):                   ......................... 326.22 Mbit/s
  6. SoftLayer Technologies, Inc. (Frankfurt):    ......................... 47.05 Mbit/s
  7. MBN (Frankfurt):                             ......................... 296.15 Mbit/s
  8. 23media GmbH (Frankfurt):                    ......................... 91.94 Mbit/s
  9. IP-Projects GmbH & Co. KG (Frankfurt):       ......................... 310.59 Mbit/s
  10. creoline.de (Frankfurt):                    ......................... 254.37 Mbit/s
  11. CCleaner (Frankfurt):                       ......................... 350.29 Mbit/s
  12. MK Netzdienste (Frankfurt):                 ......................... 291.17 Mbit/s
  13. DEAC (Frankfurt):                           ......................... 215.70 Mbit/s
  14. meerfarbig GmbH & Co. KG (Frankfurt):       ......................... 342.76 Mbit/s
  15. Vodafone Kabel Deutschland (Frankfurt):     ......................... 201.70 Mbit/s
Average upload speed is 242.89 Mbit/s