Stopwatch
Benchmark report #11150
NetCup – RS 2000 SAS Plus G8
Report
Share test result

Test results for RS 2000 SAS Plus G8 at NetCup


Server specs:


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

Benchmark results summary:


UnixBench - 2799.1
Disk Read - 5 MB/s
Disk Write - 1490 MB/s
Bandwidth - 803.97 MB/s

More: https://serverscope.io/trials/32LP
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
619 GB
OS
Ubuntu 18.04 Bionic
Benchmark summary
Benchmark summary
UnixBench
2799.1
Disk Read
5 MB/s
Disk Write
1490 MB/s
Bandwidth
803.97 Mbit/s
Speedtest
562.67 Mbit/s
Graph analysis
UnixBench Score
UnixBench (all CPUs)
2799.1
UnixBench (one CPU)
883.2
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/Geekbench-4.3.3-Linux/serverscope-1je02I/byte-unixbench/UnixBench"
make distr
make[2]: Entering directory "/root/Geekbench-4.3.3-Linux/serverscope-1je02I/byte-unixbench/UnixBench"
Checking distribution of files
./pgms  exists
./src  exists
./testdir  exists
make[2]: Leaving directory "/root/Geekbench-4.3.3-Linux/serverscope-1je02I/byte-unixbench/UnixBench"
make programs
make[2]: Entering directory "/root/Geekbench-4.3.3-Linux/serverscope-1je02I/byte-unixbench/UnixBench"
make[2]: Nothing to be done for "programs".
make[2]: Leaving directory "/root/Geekbench-4.3.3-Linux/serverscope-1je02I/byte-unixbench/UnixBench"
make[1]: Leaving directory "/root/Geekbench-4.3.3-Linux/serverscope-1je02I/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: v22019057303990165: GNU/Linux
   OS: GNU/Linux -- 4.15.0-50-generic -- #54-Ubuntu SMP Mon May 6 18:46:08 UTC 2019
   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
   17:49:29 up 22 min,  1 user,  load average: 7.33, 4.57, 2.03; runlevel 2019-05-21

------------------------------------------------------------------------
Benchmark Run: Tue May 21 2019 17:49:29 - 18:17:29
4 CPUs in system; running 1 parallel copy of tests

Dhrystone 2 using register variables       36998501.2 lps   (10.0 s, 7 samples)
Double-Precision Whetstone                     4648.4 MWIPS (9.2 s, 7 samples)
Execl Throughput                               3262.6 lps   (30.0 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks        477885.3 KBps  (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks          138307.1 KBps  (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks       1276898.6 KBps  (30.0 s, 2 samples)
Pipe Throughput                              779764.4 lps   (10.0 s, 7 samples)
Pipe-based Context Switching                  58056.4 lps   (10.0 s, 7 samples)
Process Creation                               3840.7 lps   (30.0 s, 2 samples)
Shell Scripts (1 concurrent)                   6182.0 lpm   (60.0 s, 2 samples)
Shell Scripts (8 concurrent)                   2292.5 lpm   (60.0 s, 2 samples)
System Call Overhead                         484273.6 lps   (10.0 s, 7 samples)

System Benchmarks Index Values               BASELINE       RESULT    INDEX
Dhrystone 2 using register variables         116700.0   36998501.2   3170.4
Double-Precision Whetstone                       55.0       4648.4    845.2
Execl Throughput                                 43.0       3262.6    758.7
File Copy 1024 bufsize 2000 maxblocks          3960.0     477885.3   1206.8
File Copy 256 bufsize 500 maxblocks            1655.0     138307.1    835.7
File Copy 4096 bufsize 8000 maxblocks          5800.0    1276898.6   2201.5
Pipe Throughput                               12440.0     779764.4    626.8
Pipe-based Context Switching                   4000.0      58056.4    145.1
Process Creation                                126.0       3840.7    304.8
Shell Scripts (1 concurrent)                     42.4       6182.0   1458.0
Shell Scripts (8 concurrent)                      6.0       2292.5   3820.8
System Call Overhead                          15000.0     484273.6    322.8
                                                                   ========
System Benchmarks Index Score                                         883.2

------------------------------------------------------------------------
Benchmark Run: Tue May 21 2019 18:17:29 - 18:45:30
4 CPUs in system; running 4 parallel copies of tests

Dhrystone 2 using register variables      147174877.1 lps   (10.0 s, 7 samples)
Double-Precision Whetstone                    18479.2 MWIPS (9.2 s, 7 samples)
Execl Throughput                              11162.7 lps   (30.0 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks        770129.5 KBps  (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks          213145.5 KBps  (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks       2318219.4 KBps  (30.0 s, 2 samples)
Pipe Throughput                             3001540.3 lps   (10.0 s, 7 samples)
Pipe-based Context Switching                 693872.0 lps   (10.0 s, 7 samples)
Process Creation                              23633.9 lps   (30.0 s, 2 samples)
Shell Scripts (1 concurrent)                  19310.4 lpm   (60.0 s, 2 samples)
Shell Scripts (8 concurrent)                   2972.5 lpm   (60.0 s, 2 samples)
System Call Overhead                        1778852.1 lps   (10.0 s, 7 samples)

System Benchmarks Index Values               BASELINE       RESULT    INDEX
Dhrystone 2 using register variables         116700.0  147174877.1  12611.4
Double-Precision Whetstone                       55.0      18479.2   3359.9
Execl Throughput                                 43.0      11162.7   2596.0
File Copy 1024 bufsize 2000 maxblocks          3960.0     770129.5   1944.8
File Copy 256 bufsize 500 maxblocks            1655.0     213145.5   1287.9
File Copy 4096 bufsize 8000 maxblocks          5800.0    2318219.4   3996.9
Pipe Throughput                               12440.0    3001540.3   2412.8
Pipe-based Context Switching                   4000.0     693872.0   1734.7
Process Creation                                126.0      23633.9   1875.7
Shell Scripts (1 concurrent)                     42.4      19310.4   4554.3
Shell Scripts (8 concurrent)                      6.0       2972.5   4954.1
System Call Overhead                          15000.0    1778852.1   1185.9
                                                                   ========
System Benchmarks Index Score                                        2799.1

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, 5.81507 s, 369 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.9977 s, 430 MB/s


Hard drive
FIO random read
Performance
5.85 MB/s
IOPS
1497
./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=15208: Tue May 21 17:46:22 2019
  read : io=359584KB, bw=5991.7KB/s, iops=1497, runt= 60014msec
    clat (usec): min=88, max=362031, avg=5332.00, stdev=6400.61
     lat (usec): min=89, max=362031, avg=5332.95, stdev=6400.62
    clat percentiles (usec):
     |  1.00th=[  149],  5.00th=[  185], 10.00th=[  286], 20.00th=[ 1544],
     | 30.00th=[ 2736], 40.00th=[ 3728], 50.00th=[ 4640], 60.00th=[ 5472],
     | 70.00th=[ 6304], 80.00th=[ 7584], 90.00th=[10176], 95.00th=[13248],
     | 99.00th=[21888], 99.50th=[27264], 99.90th=[55040], 99.95th=[86528],
     | 99.99th=[261120]
    bw (KB  /s): min=   89, max= 1261, per=12.53%, avg=750.58, stdev=179.48
    lat (usec) : 100=0.02%, 250=9.03%, 500=3.24%, 750=1.41%, 1000=1.82%
    lat (msec) : 2=8.03%, 4=19.30%, 10=46.83%, 20=8.97%, 50=1.23%
    lat (msec) : 100=0.07%, 250=0.03%, 500=0.01%
  cpu          : usr=0.26%, sys=0.83%, ctx=89951, majf=0, minf=91
  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=89896/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=359584KB, aggrb=5991KB/s, minb=5991KB/s, maxb=5991KB/s, mint=60014msec, maxt=60014msec

Disk stats (read/write):
  sda: ios=89824/244, merge=0/279, ticks=474856/1416, in_queue=419384, util=99.51%
Hard drive
FIO random direct read
Performance
5.92 MB/s
IOPS
1516
./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=15218: Tue May 21 17:47:23 2019
  read : io=364072KB, bw=6066.8KB/s, iops=1516, runt= 60011msec
    clat (usec): min=82, max=378092, avg=5264.27, stdev=6831.15
     lat (usec): min=82, max=378094, avg=5265.26, stdev=6831.18
    clat percentiles (usec):
     |  1.00th=[  141],  5.00th=[  173], 10.00th=[  249], 20.00th=[ 1432],
     | 30.00th=[ 2576], 40.00th=[ 3600], 50.00th=[ 4512], 60.00th=[ 5344],
     | 70.00th=[ 6176], 80.00th=[ 7392], 90.00th=[10048], 95.00th=[13248],
     | 99.00th=[22400], 99.50th=[28288], 99.90th=[81408], 99.95th=[140288],
     | 99.99th=[222208]
    bw (KB  /s): min=  109, max= 1172, per=12.52%, avg=759.54, stdev=180.43
    lat (usec) : 100=0.03%, 250=10.01%, 500=2.95%, 750=1.39%, 1000=1.93%
    lat (msec) : 2=8.42%, 4=19.67%, 10=45.47%, 20=8.72%, 50=1.27%
    lat (msec) : 100=0.07%, 250=0.07%, 500=0.01%
  cpu          : usr=0.28%, sys=0.76%, ctx=91068, majf=0, minf=77
  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=91018/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=364072KB, aggrb=6066KB/s, minb=6066KB/s, maxb=6066KB/s, mint=60011msec, maxt=60011msec

Disk stats (read/write):
  sda: ios=90922/168, merge=0/13, ticks=474924/360, in_queue=416972, util=99.26%
Hard drive
FIO random write
Performance
1490.3 MB/s
IOPS
381511
./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=15240: Tue May 21 17:49:23 2019
  write: io=89418MB, bw=1490.3MB/s, iops=381511, runt= 60001msec
    clat (usec): min=2, max=43264, avg=16.53, stdev=356.25
     lat (usec): min=2, max=43265, avg=17.21, stdev=359.18
    clat percentiles (usec):
     |  1.00th=[    3],  5.00th=[    4], 10.00th=[    4], 20.00th=[    5],
     | 30.00th=[    6], 40.00th=[    6], 50.00th=[    7], 60.00th=[    7],
     | 70.00th=[    7], 80.00th=[    7], 90.00th=[    8], 95.00th=[    9],
     | 99.00th=[   15], 99.50th=[   21], 99.90th=[  298], 99.95th=[ 9792],
     | 99.99th=[16512]
    bw (KB  /s): min=    1, max=355992, per=12.79%, avg=195164.71, stdev=28823.92
    lat (usec) : 4=3.88%, 10=91.85%, 20=3.72%, 50=0.36%, 100=0.04%
    lat (usec) : 250=0.06%, 500=0.01%, 750=0.01%, 1000=0.01%
    lat (msec) : 2=0.01%, 4=0.01%, 10=0.04%, 20=0.04%, 50=0.01%
  cpu          : usr=11.63%, sys=35.25%, ctx=161948, 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=22891063/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=89418MB, aggrb=1490.3MB/s, minb=1490.3MB/s, maxb=1490.3MB/s, mint=60001msec, maxt=60001msec

Disk stats (read/write):
  sda: ios=0/23223, merge=0/8024, ticks=0/242604, in_queue=229384, util=18.61%
Hard drive
FIO random direct write
Performance
7.81 MB/s
IOPS
1999
./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=15230: Tue May 21 17:48:23 2019
  write: io=479924KB, bw=7998.3KB/s, iops=1999, runt= 60004msec
    clat (usec): min=73, max=278938, avg=3994.02, stdev=9211.47
     lat (usec): min=73, max=278939, avg=3995.06, stdev=9211.57
    clat percentiles (usec):
     |  1.00th=[   95],  5.00th=[  110], 10.00th=[  121], 20.00th=[  143],
     | 30.00th=[  203], 40.00th=[  748], 50.00th=[  884], 60.00th=[ 1032],
     | 70.00th=[ 4048], 80.00th=[ 5216], 90.00th=[10176], 95.00th=[16768],
     | 99.00th=[39680], 99.50th=[55040], 99.90th=[114176], 99.95th=[144384],
     | 99.99th=[187392]
    bw (KB  /s): min=   46, max= 3189, per=12.52%, avg=1001.10, stdev=448.26
    lat (usec) : 100=1.79%, 250=30.42%, 500=2.83%, 750=4.98%, 1000=17.99%
    lat (msec) : 2=6.62%, 4=3.90%, 10=21.10%, 20=6.63%, 50=3.10%
    lat (msec) : 100=0.47%, 250=0.16%, 500=0.01%
  cpu          : usr=0.29%, sys=1.85%, ctx=239755, majf=0, minf=76
  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=119981/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=479924KB, aggrb=7998KB/s, minb=7998KB/s, maxb=7998KB/s, mint=60004msec, maxt=60004msec

Disk stats (read/write):
  sda: ios=0/120058, merge=0/1992, ticks=0/55932, in_queue=664, util=1.08%
Download
Download benchmark results
Download speed
803.97 Mbit/s
Downloaded 104857600 bytes in 1.077465 sec
Downloaded 104857600 bytes in 0.990453 sec
Downloaded 104857600 bytes in 0.983769 sec
Downloaded 104857600 bytes in 0.961629 sec
Downloaded 104857600 bytes in 0.962024 sec
Finished! Average download speed is 803.97 Mbit/s
Upload
Speedtest results
Upload speed
562.67 Mbit/s
Retrieving speedtest.net configuration...
Retrieving speedtest.net server list...
Testing from netcup GmbH ...
Selecting 15 servers that are not too close:
  1. goetel GmbH (Gxc3xb6ttingen) [39.90 km]: 8.538 ms
  2. Heuer & Sack GbR (Wernigerode) [107.53 km]: 19.5 ms
  3. Newone (Ilmenau) [120.64 km]: 17.496 ms
  4. Thueringer Netkom GmbH (Weimar) [132.12 km]: 11.552 ms
  5. Spacken.net (Hagen) [141.07 km]: 6.846 ms
  6. Gemeindewerke Nxc3xbcmbrecht GmbH (Nxc3xbcmbrecht) [143.00 km]: 10.243 ms
  7. LeaseWeb (Frankfurt) [143.90 km]: 7.909 ms
  8. fdcservers.net (Frankfurt) [143.90 km]: 7.936 ms
  9. Vodafone Kabel Deutschland (Frankfurt) [143.90 km]: 5.522 ms
  10. 23media GmbH (Frankfurt) [143.90 km]: 5.614 ms
  11. MK Netzdienste (Frankfurt) [143.90 km]: 6.175 ms
  12. synch.cc (Frankfurt) [143.90 km]: 9.939 ms
  13. DEAC (Frankfurt) [143.90 km]: 69.015 ms
  14. Gemnet LLC (Frankfurt) [143.90 km]: 83.534 ms
  15. creoline GmbH (Frankfurt) [143.90 km]: 8.399 ms
Testing upload speeds
  1. goetel GmbH (Gxc3xb6ttingen):                    ......................... 302.80 Mbit/s
  2. Heuer & Sack GbR (Wernigerode):              ......................... 107.66 Mbit/s
  3. Newone (Ilmenau):                            ......................... 266.48 Mbit/s
  4. Thueringer Netkom GmbH (Weimar):             ......................... 523.72 Mbit/s
  5. Spacken.net (Hagen):                         ......................... 348.10 Mbit/s
  6. Gemeindewerke Nxc3xbcmbrecht GmbH (Nxc3xbcmbrecht):  ......................... 238.39 Mbit/s
  7. LeaseWeb (Frankfurt):                        ......................... 652.91 Mbit/s
  8. fdcservers.net (Frankfurt):                  ......................... 732.47 Mbit/s
  9. Vodafone Kabel Deutschland (Frankfurt):      ......................... 778.09 Mbit/s
  10. 23media GmbH (Frankfurt):                   ......................... 608.44 Mbit/s
  11. MK Netzdienste (Frankfurt):                 ......................... 527.62 Mbit/s
  12. synch.cc (Frankfurt):                       ......................... 785.88 Mbit/s
  13. DEAC (Frankfurt):                           ......................... 33.06 Mbit/s
  14. Gemnet LLC (Frankfurt):                     ......................... 534.02 Mbit/s
  15. creoline GmbH (Frankfurt):                  ......................... 691.49 Mbit/s
Average upload speed is 475.41 Mbit/s