Stopwatch
Benchmark report #14056
NETCUP – RS 2000 SAS G8 a1
Report
Share test result

Test results for RS 2000 SAS G8 a1 at NETCUP


Server specs:


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

Benchmark results summary:


UnixBench - 2535.7
Disk Read - 2057 MB/s
Disk Write - 1251 MB/s
Bandwidth - 752.93 MB/s

More: https://serverscope.io/trials/2zY3
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
16 GB
Disk
62 GB
OS
Ubuntu 18.04 Bionic
Benchmark summary
Benchmark summary
UnixBench
2535.7
Disk Read
2057 MB/s
Disk Write
1251 MB/s
Bandwidth
752.93 Mbit/s
Speedtest
504.71 Mbit/s
Graph analysis
UnixBench Score
UnixBench (all CPUs)
2535.7
UnixBench (one CPU)
853.0
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-7Tl4Ka/byte-unixbench/UnixBench"
make distr
make[2]: Entering directory "/root/serverscope-7Tl4Ka/byte-unixbench/UnixBench"
Checking distribution of files
./pgms  exists
./src  exists
./testdir  exists
make[2]: Leaving directory "/root/serverscope-7Tl4Ka/byte-unixbench/UnixBench"
make programs
make[2]: Entering directory "/root/serverscope-7Tl4Ka/byte-unixbench/UnixBench"
make[2]: Nothing to be done for "programs".
make[2]: Leaving directory "/root/serverscope-7Tl4Ka/byte-unixbench/UnixBench"
make[1]: Leaving directory "/root/serverscope-7Tl4Ka/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: host: GNU/Linux
   OS: GNU/Linux -- 4.15.0-96-generic -- #97-Ubuntu SMP Wed Apr 1 03:25:46 UTC 2020
   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
   07:02:07 up 28 days, 18:26,  1 user,  load average: 8.47, 5.36, 2.33; runlevel 2020-05-26

------------------------------------------------------------------------
Benchmark Run: Mi Jun 24 2020 07:02:07 - 07:30:08
4 CPUs in system; running 1 parallel copy of tests

Dhrystone 2 using register variables       35319970.3 lps   (10.0 s, 7 samples)
Double-Precision Whetstone                     4578.7 MWIPS (9.2 s, 7 samples)
Execl Throughput                               3167.2 lps   (30.0 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks        469287.9 KBps  (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks          137463.7 KBps  (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks       1004881.4 KBps  (30.0 s, 2 samples)
Pipe Throughput                              757404.6 lps   (10.0 s, 7 samples)
Pipe-based Context Switching                  67768.0 lps   (10.0 s, 7 samples)
Process Creation                               3664.9 lps   (30.0 s, 2 samples)
Shell Scripts (1 concurrent)                   6146.1 lpm   (60.0 s, 2 samples)
Shell Scripts (8 concurrent)                   2039.5 lpm   (60.0 s, 2 samples)
System Call Overhead                         475749.0 lps   (10.0 s, 7 samples)

System Benchmarks Index Values               BASELINE       RESULT    INDEX
Dhrystone 2 using register variables         116700.0   35319970.3   3026.6
Double-Precision Whetstone                       55.0       4578.7    832.5
Execl Throughput                                 43.0       3167.2    736.6
File Copy 1024 bufsize 2000 maxblocks          3960.0     469287.9   1185.1
File Copy 256 bufsize 500 maxblocks            1655.0     137463.7    830.6
File Copy 4096 bufsize 8000 maxblocks          5800.0    1004881.4   1732.6
Pipe Throughput                               12440.0     757404.6    608.8
Pipe-based Context Switching                   4000.0      67768.0    169.4
Process Creation                                126.0       3664.9    290.9
Shell Scripts (1 concurrent)                     42.4       6146.1   1449.6
Shell Scripts (8 concurrent)                      6.0       2039.5   3399.1
System Call Overhead                          15000.0     475749.0    317.2
                                                                   ========
System Benchmarks Index Score                                         853.0

------------------------------------------------------------------------
Benchmark Run: Mi Jun 24 2020 07:30:08 - 07:58:13
4 CPUs in system; running 4 parallel copies of tests

Dhrystone 2 using register variables      137983750.9 lps   (10.0 s, 7 samples)
Double-Precision Whetstone                    18169.4 MWIPS (9.2 s, 7 samples)
Execl Throughput                              10966.7 lps   (30.0 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks        689870.8 KBps  (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks          195003.4 KBps  (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks       1727013.8 KBps  (30.0 s, 2 samples)
Pipe Throughput                             2901367.7 lps   (10.0 s, 7 samples)
Pipe-based Context Switching                 639258.8 lps   (10.0 s, 7 samples)
Process Creation                              20157.1 lps   (30.0 s, 2 samples)
Shell Scripts (1 concurrent)                  16696.5 lpm   (60.0 s, 2 samples)
Shell Scripts (8 concurrent)                   2610.9 lpm   (60.0 s, 2 samples)
System Call Overhead                        1703568.0 lps   (10.0 s, 7 samples)

System Benchmarks Index Values               BASELINE       RESULT    INDEX
Dhrystone 2 using register variables         116700.0  137983750.9  11823.8
Double-Precision Whetstone                       55.0      18169.4   3303.5
Execl Throughput                                 43.0      10966.7   2550.4
File Copy 1024 bufsize 2000 maxblocks          3960.0     689870.8   1742.1
File Copy 256 bufsize 500 maxblocks            1655.0     195003.4   1178.3
File Copy 4096 bufsize 8000 maxblocks          5800.0    1727013.8   2977.6
Pipe Throughput                               12440.0    2901367.7   2332.3
Pipe-based Context Switching                   4000.0     639258.8   1598.1
Process Creation                                126.0      20157.1   1599.8
Shell Scripts (1 concurrent)                     42.4      16696.5   3937.8
Shell Scripts (8 concurrent)                      6.0       2610.9   4351.6
System Call Overhead                          15000.0    1703568.0   1135.7
                                                                   ========
System Benchmarks Index Score                                        2535.7

Hard drive
dd
dd if=/dev/zero of=benchmark bs=64K count=32K conv=fdatasync
32768+0 Datensxc3xa4tze ein
32768+0 Datensxc3xa4tze aus
2147483648 Bytes (2,1 GB, 2,0 GiB) kopiert, 3,78911 s, 567 MB/s


dd if=/dev/zero of=benchmark bs=1M count=2048 conv=fdatasync
2048+0 Datensxc3xa4tze ein
2048+0 Datensxc3xa4tze aus
2147483648 Bytes (2,1 GB, 2,0 GiB) kopiert, 2,17969 s, 985 MB/s


Hard drive
FIO random read
Performance
2057.8 MB/s
IOPS
526785
./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=29708: Wed Jun 24 06:59:02 2020
  read : io=123467MB, bw=2057.8MB/s, iops=526785, runt= 60001msec
    clat (usec): min=1, max=79045, avg= 8.98, stdev=203.20
     lat (usec): min=1, max=79045, avg=10.14, stdev=221.87
    clat percentiles (usec):
     |  1.00th=[    2],  5.00th=[    2], 10.00th=[    2], 20.00th=[    2],
     | 30.00th=[    2], 40.00th=[    2], 50.00th=[    2], 60.00th=[    3],
     | 70.00th=[    3], 80.00th=[    3], 90.00th=[    3], 95.00th=[    4],
     | 99.00th=[  191], 99.50th=[  229], 99.90th=[  390], 99.95th=[  524],
     | 99.99th=[11968]
    bw (KB  /s): min=14160, max=768672, per=12.49%, avg=263195.60, stdev=155868.60
    lat (usec) : 2=0.23%, 4=93.99%, 10=3.89%, 20=0.14%, 50=0.05%
    lat (usec) : 100=0.15%, 250=1.24%, 500=0.27%, 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%
  cpu          : usr=15.68%, sys=22.54%, ctx=584425, majf=0, minf=82
  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=31607662/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=123467MB, aggrb=2057.8MB/s, minb=2057.8MB/s, maxb=2057.8MB/s, mint=60001msec, maxt=60001msec

Disk stats (read/write):
  sda: ios=524288/762, merge=0/2101, ticks=96664/424, in_queue=81288, util=27.43%
Hard drive
FIO random direct read
Performance
156.03 MB/s
IOPS
39943
./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=30158: Wed Jun 24 07:00:03 2020
  read : io=9361.1MB, bw=159774KB/s, iops=39943, runt= 60001msec
    clat (usec): min=46, max=24578, avg=194.53, stdev=221.95
     lat (usec): min=47, max=24579, avg=195.32, stdev=222.02
    clat percentiles (usec):
     |  1.00th=[   73],  5.00th=[   87], 10.00th=[   97], 20.00th=[  115],
     | 30.00th=[  137], 40.00th=[  169], 50.00th=[  187], 60.00th=[  201],
     | 70.00th=[  215], 80.00th=[  233], 90.00th=[  266], 95.00th=[  334],
     | 99.00th=[  524], 99.50th=[  636], 99.90th=[ 1736], 99.95th=[ 3600],
     | 99.99th=[ 9408]
    bw (KB  /s): min= 8608, max=31464, per=12.54%, avg=20042.54, stdev=4836.69
    lat (usec) : 50=0.01%, 100=11.17%, 250=74.96%, 500=12.63%, 750=0.92%
    lat (usec) : 1000=0.14%
    lat (msec) : 2=0.10%, 4=0.04%, 10=0.04%, 20=0.01%, 50=0.01%
  cpu          : usr=3.13%, sys=8.45%, ctx=2405743, 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=2396655/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=9361.1MB, aggrb=159774KB/s, minb=159774KB/s, maxb=159774KB/s, mint=60001msec, maxt=60001msec

Disk stats (read/write):
  sda: ios=2395651/524, merge=0/2348, ticks=418700/176, in_queue=355308, util=100.00%
Hard drive
FIO random write
Performance
1251.5 MB/s
IOPS
320372
./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=31188: Wed Jun 24 07:02:04 2020
  write: io=75091MB, bw=1251.5MB/s, iops=320372, runt= 60003msec
    clat (usec): min=2, max=68152, avg=20.39, stdev=443.99
     lat (usec): min=2, max=68154, avg=21.19, stdev=448.26
    clat percentiles (usec):
     |  1.00th=[    3],  5.00th=[    4], 10.00th=[    4], 20.00th=[    4],
     | 30.00th=[    4], 40.00th=[    5], 50.00th=[    5], 60.00th=[    5],
     | 70.00th=[    6], 80.00th=[    7], 90.00th=[    8], 95.00th=[    9],
     | 99.00th=[   15], 99.50th=[   21], 99.90th=[ 6240], 99.95th=[11712],
     | 99.99th=[20096]
    bw (KB  /s): min=    6, max=231528, per=12.51%, avg=160335.66, stdev=23365.71
    lat (usec) : 4=3.79%, 10=92.41%, 20=3.23%, 50=0.26%, 100=0.08%
    lat (usec) : 250=0.04%, 500=0.03%, 750=0.01%, 1000=0.01%
    lat (msec) : 2=0.01%, 4=0.02%, 10=0.06%, 20=0.05%, 50=0.01%
    lat (msec) : 100=0.01%
  cpu          : usr=10.87%, sys=26.27%, ctx=91846, majf=0, minf=68
  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=19223341/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=75091MB, aggrb=1251.5MB/s, minb=1251.5MB/s, maxb=1251.5MB/s, mint=60003msec, maxt=60003msec

Disk stats (read/write):
  sda: ios=0/93825, merge=0/2505, ticks=0/90376, in_queue=87304, util=4.70%
Hard drive
FIO random direct write
Performance
18.94 MB/s
IOPS
4848
./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=30679: Wed Jun 24 07:01:03 2020
  write: io=1136.4MB, bw=19394KB/s, iops=4848, runt= 60001msec
    clat (usec): min=76, max=132758, avg=1642.28, stdev=2314.84
     lat (usec): min=77, max=132759, avg=1643.41, stdev=2314.96
    clat percentiles (usec):
     |  1.00th=[  104],  5.00th=[  119], 10.00th=[  131], 20.00th=[  145],
     | 30.00th=[  159], 40.00th=[  179], 50.00th=[  223], 60.00th=[ 1464],
     | 70.00th=[ 2512], 80.00th=[ 3312], 90.00th=[ 4448], 95.00th=[ 5536],
     | 99.00th=[ 8896], 99.50th=[10944], 99.90th=[16064], 99.95th=[20096],
     | 99.99th=[42240]
    bw (KB  /s): min= 1011, max= 3584, per=12.51%, avg=2425.86, stdev=344.78
    lat (usec) : 100=0.49%, 250=51.61%, 500=5.29%, 750=0.80%, 1000=0.26%
    lat (msec) : 2=5.43%, 4=23.00%, 10=12.46%, 20=0.63%, 50=0.04%
    lat (msec) : 100=0.01%, 250=0.01%
  cpu          : usr=0.80%, sys=4.49%, ctx=576969, 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=290910/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=1136.4MB, aggrb=19393KB/s, minb=19393KB/s, maxb=19393KB/s, mint=60001msec, maxt=60001msec

Disk stats (read/write):
  sda: ios=0/291379, merge=0/11755, ticks=0/48232, in_queue=1084, util=0.29%
Download
Download benchmark results
Download speed
752.93 Mbit/s
Downloaded 104857600 bytes in 1,088226 sec
Downloaded 104857600 bytes in 1,036293 sec
Downloaded 104857600 bytes in 1,037528 sec
Downloaded 104857600 bytes in 1,043587 sec
Downloaded 104857600 bytes in 1,106952 sec
Finished! Average download speed is 752.93 Mbit/s
Upload
Speedtest results
Upload speed
504.71 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]: 23.335 ms
  2. Heuer & Sack GbR (Wernigerode) [107.53 km]: 13.613 ms
  3. KNT Internet (Riethnordhausen) [107.87 km]: 14.282 ms
  4. Keyweb AG (Erfurt) [112.91 km]: 6.804 ms
  5. Newone (Ilmenau) [120.64 km]: 19.987 ms
  6. Thueringer Netkom GmbH (Weimar) [132.12 km]: 13.274 ms
  7. Spacken.net (Hagen) [141.07 km]: 5.801 ms
  8. Gemeindewerke Nxc3xbcmbrecht GmbH (Nxc3xbcmbrecht) [143.00 km]: 11.744 ms
  9. 31173 Services AB (Frankfurt) [143.90 km]: 10.355 ms
  10. Gemnet LLC (Frankfurt) [143.90 km]: 128.453 ms
  11. Vodafone DE (Frankfurt) [143.90 km]: 6.435 ms
  12. GTT.net (Frankfurt) [143.90 km]: 10.2 ms
  13. fdcservers.net (Frankfurt) [143.90 km]: 6.942 ms
  14. MK Netzdienste (Frankfurt) [143.90 km]: 6.858 ms
  15. LeaseWeb (Frankfurt) [143.90 km]: 6.107 ms
Testing upload speeds
  1. goetel GmbH (Gxc3xb6ttingen):                    ......................... 166.71 Mbit/s
  2. Heuer & Sack GbR (Wernigerode):              ......................... 367.58 Mbit/s
  3. KNT Internet (Riethnordhausen):              ......................... 274.31 Mbit/s
  4. Keyweb AG (Erfurt):                          ......................... 570.14 Mbit/s
  5. Newone (Ilmenau):                            ......................... 233.81 Mbit/s
  6. Thueringer Netkom GmbH (Weimar):             ......................... 433.79 Mbit/s
  7. Spacken.net (Hagen):                         ......................... 563.30 Mbit/s
  8. Gemeindewerke Nxc3xbcmbrecht GmbH (Nxc3xbcmbrecht):  ......................... 424.65 Mbit/s
  9. 31173 Services AB (Frankfurt):               ......................... 566.16 Mbit/s
  10. Gemnet LLC (Frankfurt):                     ......................... 475.90 Mbit/s
  11. Vodafone DE (Frankfurt):                    ......................... 209.69 Mbit/s
  12. GTT.net (Frankfurt):                        ......................... 544.32 Mbit/s
  13. fdcservers.net (Frankfurt):                 ......................... 562.10 Mbit/s
  14. MK Netzdienste (Frankfurt):                 ......................... 514.30 Mbit/s
  15. LeaseWeb (Frankfurt):                       ......................... 529.53 Mbit/s
Average upload speed is 429.09 Mbit/s