Stopwatch
Benchmark report #8093
NETCUP – Root Server 2000 (24GB RAM)
Report
Share test result

Test results for Root Server 2000 (24GB RAM) at NETCUP


Server specs:


4 × Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz
24 GB RAM / 79 GB disk space
Ubuntu 18.04 Bionic
Germany

Benchmark results summary:


UnixBench - 2713.7
Disk Read - 2020 MB/s
Disk Write - 1425 MB/s
Bandwidth - 858.71 MB/s

More: https://serverscope.io/trials/e19P
Share
Share this page
Cpu chip
Server Specs
CPU
4 × Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz
CPU Cores
4 × 2295 MHz
RAM
24 GB
Disk
79 GB
OS
Ubuntu 18.04 Bionic
Location
Benchmark summary
Benchmark summary
UnixBench
2713.7
Disk Read
2020 MB/s
Disk Write
1425 MB/s
Bandwidth
858.71 Mbit/s
Speedtest
565.47 Mbit/s
Graph analysis
UnixBench Score
UnixBench (all CPUs)
2713.7
UnixBench (one CPU)
965.9
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 "/home/skyrider/tmp/serverscope-IjJAGo/byte-unixbench/UnixBench"
make distr
make[2]: Entering directory "/home/skyrider/tmp/serverscope-IjJAGo/byte-unixbench/UnixBench"
Checking distribution of files
./pgms  exists
./src  exists
./testdir  exists
make[2]: Leaving directory "/home/skyrider/tmp/serverscope-IjJAGo/byte-unixbench/UnixBench"
make programs
make[2]: Entering directory "/home/skyrider/tmp/serverscope-IjJAGo/byte-unixbench/UnixBench"
make[2]: Nothing to be done for "programs".
make[2]: Leaving directory "/home/skyrider/tmp/serverscope-IjJAGo/byte-unixbench/UnixBench"
make[1]: Leaving directory "/home/skyrider/tmp/serverscope-IjJAGo/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: v22018086721571380.luckysrv.de: GNU/Linux
   OS: GNU/Linux -- 4.15.0-30-generic -- #32-Ubuntu SMP Thu Jul 26 17:42:43 UTC 2018
   Machine: x86_64 (x86_64)
   Language: en_US.utf8 (charmap="UTF-8", collate="UTF-8")
   CPU 0: Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz (4589.2 bogomips)
          Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
   CPU 1: Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz (4589.2 bogomips)
          Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
   CPU 2: Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz (4589.2 bogomips)
          Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
   CPU 3: Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz (4589.2 bogomips)
          Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
   14:17:29 up 1 day, 17:14,  2 users,  load average: 7.25, 4.49, 1.91; runlevel 2018-08-09

------------------------------------------------------------------------
Benchmark Run: Sat Aug 11 2018 14:17:29 - 14:45:29
4 CPUs in system; running 1 parallel copy of tests

Dhrystone 2 using register variables       35644775.7 lps   (10.0 s, 7 samples)
Double-Precision Whetstone                     4606.5 MWIPS (9.2 s, 7 samples)
Execl Throughput                               3246.8 lps   (30.0 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks        514787.9 KBps  (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks          157946.8 KBps  (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks       1242585.8 KBps  (30.0 s, 2 samples)
Pipe Throughput                              888178.3 lps   (10.0 s, 7 samples)
Pipe-based Context Switching                  69489.0 lps   (10.0 s, 7 samples)
Process Creation                               4443.5 lps   (30.0 s, 2 samples)
Shell Scripts (1 concurrent)                   6834.0 lpm   (60.0 s, 2 samples)
Shell Scripts (8 concurrent)                   2186.4 lpm   (60.0 s, 2 samples)
System Call Overhead                         749828.6 lps   (10.0 s, 7 samples)

System Benchmarks Index Values               BASELINE       RESULT    INDEX
Dhrystone 2 using register variables         116700.0   35644775.7   3054.4
Double-Precision Whetstone                       55.0       4606.5    837.5
Execl Throughput                                 43.0       3246.8    755.1
File Copy 1024 bufsize 2000 maxblocks          3960.0     514787.9   1300.0
File Copy 256 bufsize 500 maxblocks            1655.0     157946.8    954.4
File Copy 4096 bufsize 8000 maxblocks          5800.0    1242585.8   2142.4
Pipe Throughput                               12440.0     888178.3    714.0
Pipe-based Context Switching                   4000.0      69489.0    173.7
Process Creation                                126.0       4443.5    352.7
Shell Scripts (1 concurrent)                     42.4       6834.0   1611.8
Shell Scripts (8 concurrent)                      6.0       2186.4   3644.0
System Call Overhead                          15000.0     749828.6    499.9
                                                                   ========
System Benchmarks Index Score                                         965.9

------------------------------------------------------------------------
Benchmark Run: Sat Aug 11 2018 14:45:29 - 15:13:31
4 CPUs in system; running 4 parallel copies of tests

Dhrystone 2 using register variables      139191618.0 lps   (10.0 s, 7 samples)
Double-Precision Whetstone                    18131.2 MWIPS (9.2 s, 7 samples)
Execl Throughput                              10855.9 lps   (30.0 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks        706442.4 KBps  (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks          187985.3 KBps  (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks       2008659.4 KBps  (30.0 s, 2 samples)
Pipe Throughput                             3303971.0 lps   (10.0 s, 7 samples)
Pipe-based Context Switching                 621074.5 lps   (10.0 s, 7 samples)
Process Creation                              22126.6 lps   (30.0 s, 2 samples)
Shell Scripts (1 concurrent)                  17623.2 lpm   (60.0 s, 2 samples)
Shell Scripts (8 concurrent)                   2660.9 lpm   (60.0 s, 2 samples)
System Call Overhead                        2572342.5 lps   (10.0 s, 7 samples)

System Benchmarks Index Values               BASELINE       RESULT    INDEX
Dhrystone 2 using register variables         116700.0  139191618.0  11927.3
Double-Precision Whetstone                       55.0      18131.2   3296.6
Execl Throughput                                 43.0      10855.9   2524.6
File Copy 1024 bufsize 2000 maxblocks          3960.0     706442.4   1783.9
File Copy 256 bufsize 500 maxblocks            1655.0     187985.3   1135.9
File Copy 4096 bufsize 8000 maxblocks          5800.0    2008659.4   3463.2
Pipe Throughput                               12440.0    3303971.0   2655.9
Pipe-based Context Switching                   4000.0     621074.5   1552.7
Process Creation                                126.0      22126.6   1756.1
Shell Scripts (1 concurrent)                     42.4      17623.2   4156.4
Shell Scripts (8 concurrent)                      6.0       2660.9   4434.8
System Call Overhead                          15000.0    2572342.5   1714.9
                                                                   ========
System Benchmarks Index Score                                        2713.7

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.7886 s, 448 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.01011 s, 536 MB/s


Hard drive
FIO random read
Performance
2020.5 MB/s
IOPS
517221
./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=1789: Sat Aug 11 14:14:24 2018
  read : io=121226MB, bw=2020.5MB/s, iops=517221, runt= 60001msec
    clat (usec): min=1, max=54858, avg=10.81, stdev=177.61
     lat (usec): min=1, max=54859, avg=11.66, stdev=189.69
    clat percentiles (usec):
     |  1.00th=[    1],  5.00th=[    2], 10.00th=[    2], 20.00th=[    2],
     | 30.00th=[    2], 40.00th=[    2], 50.00th=[    2], 60.00th=[    2],
     | 70.00th=[    3], 80.00th=[    3], 90.00th=[    3], 95.00th=[    4],
     | 99.00th=[  318], 99.50th=[  434], 99.90th=[  564], 99.95th=[  620],
     | 99.99th=[11968]
    bw (KB  /s): min= 7808, max=886592, per=12.45%, avg=257668.85, stdev=216713.39
    lat (usec) : 2=1.83%, 4=92.87%, 10=3.31%, 20=0.21%, 50=0.06%
    lat (usec) : 100=0.03%, 250=0.31%, 500=1.13%, 750=0.23%, 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%
  cpu          : usr=9.90%, sys=25.26%, ctx=564463, 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=31033783/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=121226MB, aggrb=2020.5MB/s, minb=2020.5MB/s, maxb=2020.5MB/s, mint=60001msec, maxt=60001msec

Disk stats (read/write):
  sda: ios=524288/133, merge=0/329, ticks=174896/56, in_queue=154904, util=43.83%
Hard drive
FIO random direct read
Performance
78.13 MB/s
IOPS
20001
./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=1942: Sat Aug 11 14:15:25 2018
  read : io=4687.9MB, bw=80004KB/s, iops=20001, runt= 60001msec
    clat (usec): min=52, max=60579, avg=394.25, stdev=355.75
     lat (usec): min=53, max=60580, avg=394.96, stdev=355.76
    clat percentiles (usec):
     |  1.00th=[  118],  5.00th=[  199], 10.00th=[  241], 20.00th=[  286],
     | 30.00th=[  318], 40.00th=[  350], 50.00th=[  382], 60.00th=[  414],
     | 70.00th=[  454], 80.00th=[  490], 90.00th=[  540], 95.00th=[  580],
     | 99.00th=[  692], 99.50th=[  876], 99.90th=[ 1752], 99.95th=[ 3600],
     | 99.99th=[12736]
    bw (KB  /s): min= 7688, max=13976, per=12.50%, avg=10004.25, stdev=1484.60
    lat (usec) : 100=0.40%, 250=11.15%, 500=70.51%, 750=17.26%, 1000=0.25%
    lat (msec) : 2=0.33%, 4=0.04%, 10=0.03%, 20=0.01%, 50=0.01%
    lat (msec) : 100=0.01%
  cpu          : usr=1.77%, sys=6.88%, ctx=1201230, 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=1200081/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=4687.9MB, aggrb=80004KB/s, minb=80004KB/s, maxb=80004KB/s, mint=60001msec, maxt=60001msec

Disk stats (read/write):
  sda: ios=1198581/115, merge=0/91, ticks=445476/20, in_queue=398656, util=99.62%
Hard drive
FIO random write
Performance
1425.5 MB/s
IOPS
364913
./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=2025: Sat Aug 11 14:17:26 2018
  write: io=85531MB, bw=1425.5MB/s, iops=364913, runt= 60003msec
    clat (usec): min=1, max=36337, avg=18.80, stdev=345.04
     lat (usec): min=2, max=36337, avg=19.37, stdev=347.38
    clat percentiles (usec):
     |  1.00th=[    3],  5.00th=[    4], 10.00th=[    5], 20.00th=[    5],
     | 30.00th=[    7], 40.00th=[    7], 50.00th=[    8], 60.00th=[    8],
     | 70.00th=[    8], 80.00th=[    9], 90.00th=[    9], 95.00th=[   10],
     | 99.00th=[   17], 99.50th=[   25], 99.90th=[ 4704], 99.95th=[ 9536],
     | 99.99th=[15424]
    bw (KB  /s): min=48144, max=234594, per=12.51%, avg=182548.95, stdev=20823.06
    lat (usec) : 2=0.01%, 4=1.89%, 10=91.20%, 20=6.13%, 50=0.59%
    lat (usec) : 100=0.04%, 250=0.01%, 500=0.01%, 750=0.01%, 1000=0.01%
    lat (msec) : 2=0.01%, 4=0.02%, 10=0.07%, 20=0.04%, 50=0.01%
  cpu          : usr=6.99%, sys=38.94%, ctx=226712, majf=0, minf=65
  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=21895890/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=85531MB, aggrb=1425.5MB/s, minb=1425.5MB/s, maxb=1425.5MB/s, mint=60003msec, maxt=60003msec

Disk stats (read/write):
  sda: ios=0/84316, merge=0/216, ticks=0/100932, in_queue=93544, util=7.03%
Hard drive
FIO random direct write
Performance
31.72 MB/s
IOPS
8119
./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=1985: Sat Aug 11 14:16:25 2018
  write: io=1903.2MB, bw=32480KB/s, iops=8119, runt= 60002msec
    clat (usec): min=60, max=64770, avg=980.82, stdev=1519.11
     lat (usec): min=61, max=64771, avg=981.54, stdev=1519.18
    clat percentiles (usec):
     |  1.00th=[   76],  5.00th=[   84], 10.00th=[   90], 20.00th=[  100],
     | 30.00th=[  111], 40.00th=[  125], 50.00th=[  163], 60.00th=[  868],
     | 70.00th=[ 1004], 80.00th=[ 1608], 90.00th=[ 2640], 95.00th=[ 3664],
     | 99.00th=[ 6880], 99.50th=[ 8512], 99.90th=[12736], 99.95th=[15296],
     | 99.99th=[22144]
    bw (KB  /s): min=  814, max=11752, per=12.51%, avg=4062.29, stdev=1529.89
    lat (usec) : 100=19.23%, 250=33.42%, 500=0.47%, 750=0.82%, 1000=15.73%
    lat (msec) : 2=14.46%, 4=11.77%, 10=3.83%, 20=0.26%, 50=0.01%
    lat (msec) : 100=0.01%
  cpu          : usr=0.63%, sys=4.53%, ctx=973332, 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=0/w=487209/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=1903.2MB, aggrb=32479KB/s, minb=32479KB/s, maxb=32479KB/s, mint=60002msec, maxt=60002msec

Disk stats (read/write):
  sda: ios=0/486799, merge=0/1948, ticks=0/47892, in_queue=284, util=0.01%
Download
Download benchmark results
Download speed
858.71 Mbit/s
Downloaded 104857600 bytes in 0.934112 sec
Downloaded 104857600 bytes in 0.941696 sec
Downloaded 104857600 bytes in 0.942470 sec
Downloaded 104857600 bytes in 0.921439 sec
Downloaded 104857600 bytes in 0.918442 sec
Finished! Average download speed is 858.71 Mbit/s
Upload
Speedtest results
Upload speed
565.47 Mbit/s
Retrieving speedtest.net configuration...
Retrieving speedtest.net server list...
Testing from netcup GmbH ...
Selecting 15 servers that are not too close:
  1. IT-Lippstadt (Lippstadt) [89.75 km]: 11.644 ms
  2. IT Ohlendorf (Salzgitter) [111.93 km]: 165.626 ms
  3. Newone (Ilmenau) [120.64 km]: 24.003 ms
  4. Thueringer Netkom GmbH (Weimar) [132.12 km]: 13.441 ms
  5. Spacken.net (Hagen) [141.07 km]: 5.151 ms
  6. Vodafone DE (Frankfurt) [143.90 km]: 6.534 ms
  7. Interoute VDC (Frankfurt) [143.90 km]: 11.202 ms
  8. LeaseWeb (Frankfurt) [143.90 km]: 9.742 ms
  9. 23media GmbH (Frankfurt) [143.90 km]: 5.641 ms
  10. MBN (Frankfurt) [143.90 km]: 179.718 ms
  11. IP-Projects GmbH & Co. KG (Frankfurt) [143.90 km]: 6.75 ms
  12. DEAC (Frankfurt) [143.90 km]: 23.56 ms
  13. meerfarbig GmbH & Co. KG (Frankfurt) [143.90 km]: 7.025 ms
  14. MK Netzdienste (Frankfurt) [143.90 km]: 9.701 ms
  15. creoline.de (Frankfurt) [143.90 km]: 9.52 ms
Testing upload speeds
  1. IT-Lippstadt (Lippstadt):                    ......................... 451.64 Mbit/s
  2. IT Ohlendorf (Salzgitter):                   ......................... 400.67 Mbit/s
  3. Newone (Ilmenau):                            ......................... 227.66 Mbit/s
  4. Thueringer Netkom GmbH (Weimar):             ......................... 453.28 Mbit/s
  5. Spacken.net (Hagen):                         ......................... 516.86 Mbit/s
  6. Vodafone DE (Frankfurt):                     ......................... 581.71 Mbit/s
  7. Interoute VDC (Frankfurt):                   ......................... 543.07 Mbit/s
  8. LeaseWeb (Frankfurt):                        ......................... 211.12 Mbit/s
  9. 23media GmbH (Frankfurt):                    ......................... 696.22 Mbit/s
  10. MBN (Frankfurt):                            ......................... 434.09 Mbit/s
  11. IP-Projects GmbH & Co. KG (Frankfurt):      ......................... 626.36 Mbit/s
  12. DEAC (Frankfurt):                           ......................... 692.31 Mbit/s
  13. meerfarbig GmbH & Co. KG (Frankfurt):       ......................... 696.11 Mbit/s
  14. MK Netzdienste (Frankfurt):                 ......................... 594.42 Mbit/s
  15. creoline.de (Frankfurt):                    ......................... 664.34 Mbit/s
Average upload speed is 519.32 Mbit/s