Stopwatch
Benchmark report #14106
NETCUP – RS2000G9
Report
Share test result

Test results for RS2000G9 at NETCUP


Server specs:


4 × AMD EPYC 7702P 64-Core Processor
16 GB RAM / 330 GB disk space
Ubuntu 18.04 Bionic

Benchmark results summary:


UnixBench - 2891.0
Disk Read - 3127 MB/s
Disk Write - 1395 MB/s
Bandwidth - 688.45 MB/s

More: https://serverscope.io/trials/304x
Share
Share this page
Cpu chip
Server Specs
CPU
4 × AMD EPYC 7702P 64-Core Processor
CPU Cores
4 × 1996 MHz
RAM
16 GB
Disk
330 GB
OS
Ubuntu 18.04 Bionic
Benchmark summary
Benchmark summary
UnixBench
2891.0
Disk Read
3127 MB/s
Disk Write
1395 MB/s
Bandwidth
688.45 Mbit/s
Speedtest
676.79 Mbit/s
Graph analysis
UnixBench Score
UnixBench (all CPUs)
2891.0
UnixBench (one CPU)
1502.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 "/root/serverscope-E_P91c/byte-unixbench/UnixBench"
make distr
make[2]: Entering directory "/root/serverscope-E_P91c/byte-unixbench/UnixBench"
Checking distribution of files
./pgms  exists
./src  exists
./testdir  exists
make[2]: Leaving directory "/root/serverscope-E_P91c/byte-unixbench/UnixBench"
make programs
make[2]: Entering directory "/root/serverscope-E_P91c/byte-unixbench/UnixBench"
make[2]: Nothing to be done for "programs".
make[2]: Leaving directory "/root/serverscope-E_P91c/byte-unixbench/UnixBench"
make[1]: Leaving directory "/root/serverscope-E_P91c/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-109-generic -- #110-Ubuntu SMP Tue Jun 23 02:39:32 UTC 2020
   Machine: x86_64 (x86_64)
   Language: en_US.utf8 (charmap="UTF-8", collate="UTF-8")
   CPU 0: AMD EPYC 7702P 64-Core Processor (3992.5 bogomips)
          Hyper-Threading, x86-64, MMX, AMD MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
   CPU 1: AMD EPYC 7702P 64-Core Processor (3992.5 bogomips)
          Hyper-Threading, x86-64, MMX, AMD MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
   CPU 2: AMD EPYC 7702P 64-Core Processor (3992.5 bogomips)
          Hyper-Threading, x86-64, MMX, AMD MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
   CPU 3: AMD EPYC 7702P 64-Core Processor (3992.5 bogomips)
          Hyper-Threading, x86-64, MMX, AMD MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
   16:04:54 up 1 day,  1:58,  2 users,  load average: 8.00, 4.73, 2.12; runlevel 2020-07-04

------------------------------------------------------------------------
Benchmark Run: Sun Jul 05 2020 16:04:54 - 16:32:37
4 CPUs in system; running 1 parallel copy of tests

Dhrystone 2 using register variables       37557967.0 lps   (10.0 s, 7 samples)
Double-Precision Whetstone                     6374.8 MWIPS (6.8 s, 7 samples)
Execl Throughput                               4467.7 lps   (29.8 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks       1155542.2 KBps  (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks          330678.4 KBps  (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks       2769444.3 KBps  (30.0 s, 2 samples)
Pipe Throughput                             2015009.0 lps   (10.0 s, 7 samples)
Pipe-based Context Switching                  53468.9 lps   (10.0 s, 7 samples)
Process Creation                               6910.5 lps   (30.0 s, 2 samples)
Shell Scripts (1 concurrent)                   7156.2 lpm   (60.0 s, 2 samples)
Shell Scripts (8 concurrent)                   2003.3 lpm   (60.0 s, 2 samples)
System Call Overhead                        2757790.8 lps   (10.0 s, 7 samples)

System Benchmarks Index Values               BASELINE       RESULT    INDEX
Dhrystone 2 using register variables         116700.0   37557967.0   3218.3
Double-Precision Whetstone                       55.0       6374.8   1159.0
Execl Throughput                                 43.0       4467.7   1039.0
File Copy 1024 bufsize 2000 maxblocks          3960.0    1155542.2   2918.0
File Copy 256 bufsize 500 maxblocks            1655.0     330678.4   1998.1
File Copy 4096 bufsize 8000 maxblocks          5800.0    2769444.3   4774.9
Pipe Throughput                               12440.0    2015009.0   1619.8
Pipe-based Context Switching                   4000.0      53468.9    133.7
Process Creation                                126.0       6910.5    548.5
Shell Scripts (1 concurrent)                     42.4       7156.2   1687.8
Shell Scripts (8 concurrent)                      6.0       2003.3   3338.9
System Call Overhead                          15000.0    2757790.8   1838.5
                                                                   ========
System Benchmarks Index Score                                        1502.9

------------------------------------------------------------------------
Benchmark Run: Sun Jul 05 2020 16:32:37 - 17:00:42
4 CPUs in system; running 4 parallel copies of tests

Dhrystone 2 using register variables      139172095.4 lps   (10.0 s, 7 samples)
Double-Precision Whetstone                    23532.7 MWIPS (6.7 s, 7 samples)
Execl Throughput                              11943.3 lps   (29.9 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks        541486.6 KBps  (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks          132946.6 KBps  (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks       1669681.3 KBps  (30.0 s, 2 samples)
Pipe Throughput                             7108486.0 lps   (10.0 s, 7 samples)
Pipe-based Context Switching                 766806.9 lps   (10.0 s, 7 samples)
Process Creation                              22736.1 lps   (30.0 s, 2 samples)
Shell Scripts (1 concurrent)                  16037.7 lpm   (60.0 s, 2 samples)
Shell Scripts (8 concurrent)                   2640.4 lpm   (60.0 s, 2 samples)
System Call Overhead                        3467349.4 lps   (10.0 s, 7 samples)

System Benchmarks Index Values               BASELINE       RESULT    INDEX
Dhrystone 2 using register variables         116700.0  139172095.4  11925.6
Double-Precision Whetstone                       55.0      23532.7   4278.7
Execl Throughput                                 43.0      11943.3   2777.5
File Copy 1024 bufsize 2000 maxblocks          3960.0     541486.6   1367.4
File Copy 256 bufsize 500 maxblocks            1655.0     132946.6    803.3
File Copy 4096 bufsize 8000 maxblocks          5800.0    1669681.3   2878.8
Pipe Throughput                               12440.0    7108486.0   5714.2
Pipe-based Context Switching                   4000.0     766806.9   1917.0
Process Creation                                126.0      22736.1   1804.4
Shell Scripts (1 concurrent)                     42.4      16037.7   3782.5
Shell Scripts (8 concurrent)                      6.0       2640.4   4400.6
System Call Overhead                          15000.0    3467349.4   2311.6
                                                                   ========
System Benchmarks Index Score                                        2891.0

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.20518 s, 511 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, 2.39925 s, 895 MB/s


Hard drive
FIO random read
Performance
3127.6 MB/s
IOPS
800639
./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=3710: Sun Jul  5 16:01:51 2020
  read : io=187653MB, bw=3127.6MB/s, iops=800639, runt= 60001msec
    clat (usec): min=0, max=59937, avg= 7.62, stdev=228.16
     lat (usec): min=0, max=59938, avg= 8.03, stdev=232.68
    clat percentiles (usec):
     |  1.00th=[    1],  5.00th=[    1], 10.00th=[    1], 20.00th=[    1],
     | 30.00th=[    1], 40.00th=[    1], 50.00th=[    2], 60.00th=[    2],
     | 70.00th=[    2], 80.00th=[    2], 90.00th=[    2], 95.00th=[    3],
     | 99.00th=[  124], 99.50th=[  223], 99.90th=[  378], 99.95th=[  572],
     | 99.99th=[12096]
    bw (KB  /s): min= 3835, max=1666856, per=12.49%, avg=400149.50, stdev=405298.87
    lat (usec) : 2=43.33%, 4=55.05%, 10=0.33%, 20=0.07%, 50=0.09%
    lat (usec) : 100=0.04%, 250=0.71%, 500=0.32%, 750=0.02%, 1000=0.01%
    lat (msec) : 2=0.01%, 4=0.01%, 10=0.01%, 20=0.02%, 50=0.01%
    lat (msec) : 100=0.01%
  cpu          : usr=8.36%, sys=24.06%, ctx=581983, majf=0, minf=104
  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=48039184/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=187653MB, aggrb=3127.6MB/s, minb=3127.6MB/s, maxb=3127.6MB/s, mint=60001msec, maxt=60001msec

Disk stats (read/write):
  sda: ios=524288/283, merge=0/247, ticks=209004/416, in_queue=174728, util=55.46%
Hard drive
FIO random direct read
Performance
54.77 MB/s
IOPS
14022
./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=3724: Sun Jul  5 16:02:51 2020
  read : io=3286.1MB, bw=56088KB/s, iops=14022, runt= 60009msec
    clat (usec): min=57, max=86124, avg=565.60, stdev=2048.16
     lat (usec): min=57, max=86124, avg=566.12, stdev=2048.17
    clat percentiles (usec):
     |  1.00th=[  157],  5.00th=[  183], 10.00th=[  199], 20.00th=[  221],
     | 30.00th=[  239], 40.00th=[  258], 50.00th=[  274], 60.00th=[  294],
     | 70.00th=[  318], 80.00th=[  358], 90.00th=[  458], 95.00th=[  732],
     | 99.00th=[11712], 99.50th=[14912], 99.90th=[27264], 99.95th=[31360],
     | 99.99th=[44800]
    bw (KB  /s): min= 2848, max= 9864, per=12.51%, avg=7017.24, stdev=1115.91
    lat (usec) : 100=0.11%, 250=35.95%, 500=55.47%, 750=3.63%, 1000=1.22%
    lat (msec) : 2=1.23%, 4=0.49%, 10=0.59%, 20=1.05%, 50=0.24%
    lat (msec) : 100=0.01%
  cpu          : usr=1.27%, sys=4.15%, ctx=841849, majf=0, minf=93
  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=841453/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=3286.1MB, aggrb=56088KB/s, minb=56088KB/s, maxb=56088KB/s, mint=60009msec, maxt=60009msec

Disk stats (read/write):
  sda: ios=840598/148, merge=0/26, ticks=453136/292, in_queue=389116, util=100.00%
Hard drive
FIO random write
Performance
1395.8 MB/s
IOPS
357298
./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=3756: Sun Jul  5 16:04:52 2020
  write: io=83749MB, bw=1395.8MB/s, iops=357298, runt= 60005msec
    clat (usec): min=0, max=39220, avg=20.08, stdev=386.19
     lat (usec): min=1, max=39220, avg=20.45, stdev=386.81
    clat percentiles (usec):
     |  1.00th=[    2],  5.00th=[    3], 10.00th=[    4], 20.00th=[    5],
     | 30.00th=[    7], 40.00th=[    8], 50.00th=[    8], 60.00th=[    9],
     | 70.00th=[    9], 80.00th=[   10], 90.00th=[   12], 95.00th=[   15],
     | 99.00th=[   23], 99.50th=[   35], 99.90th=[ 4016], 99.95th=[10432],
     | 99.99th=[18304]
    bw (KB  /s): min=    2, max=303264, per=12.63%, avg=180440.99, stdev=36788.01
    lat (usec) : 2=0.22%, 4=8.22%, 10=63.07%, 20=27.03%, 50=1.19%
    lat (usec) : 100=0.10%, 250=0.04%, 500=0.01%, 750=0.01%, 1000=0.01%
    lat (msec) : 2=0.01%, 4=0.01%, 10=0.04%, 20=0.05%, 50=0.01%
  cpu          : usr=5.94%, sys=40.74%, ctx=479620, majf=0, minf=83
  IO depths    : 1=100.0%, 2=0.0%, 4=0.0%, 8=0.0%, 16=0.0%, 32=0.0%, >=64=0.0%
     submit    : 0=0.0%, 4=100.0%, 8=0.0%, 16=0.0%, 32=0.0%, 64=0.0%, >=64=0.0%
     complete  : 0=0.0%, 4=100.0%, 8=0.0%, 16=0.0%, 32=0.0%, 64=0.0%, >=64=0.0%
     issued    : total=r=0/w=21439672/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=83749MB, aggrb=1395.8MB/s, minb=1395.8MB/s, maxb=1395.8MB/s, mint=60005msec, maxt=60005msec

Disk stats (read/write):
  sda: ios=0/118508, merge=0/661, ticks=0/189172, in_queue=181144, util=10.69%
Hard drive
FIO random direct write
Performance
18.45 MB/s
IOPS
4723
./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=3744: Sun Jul  5 16:03:51 2020
  write: io=1107.2MB, bw=18895KB/s, iops=4723, runt= 60002msec
    clat (usec): min=73, max=207744, avg=1689.90, stdev=7488.07
     lat (usec): min=73, max=207744, avg=1690.43, stdev=7488.13
    clat percentiles (usec):
     |  1.00th=[   98],  5.00th=[  103], 10.00th=[  106], 20.00th=[  111],
     | 30.00th=[  117], 40.00th=[  124], 50.00th=[  131], 60.00th=[  141],
     | 70.00th=[  153], 80.00th=[  173], 90.00th=[  253], 95.00th=[ 9024],
     | 99.00th=[40192], 99.50th=[52992], 99.90th=[82432], 99.95th=[95744],
     | 99.99th=[123392]
    bw (KB  /s): min=   94, max= 9437, per=12.52%, avg=2365.50, stdev=1477.55
    lat (usec) : 100=1.80%, 250=88.10%, 500=1.74%, 750=0.17%, 1000=0.10%
    lat (msec) : 2=0.25%, 4=0.78%, 10=2.35%, 20=1.96%, 50=2.16%
    lat (msec) : 100=0.56%, 250=0.04%
  cpu          : usr=0.33%, sys=2.76%, ctx=566800, majf=0, minf=84
  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=283431/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=1107.2MB, aggrb=18894KB/s, minb=18894KB/s, maxb=18894KB/s, mint=60002msec, maxt=60002msec

Disk stats (read/write):
  sda: ios=0/283651, merge=0/2142, ticks=0/51312, in_queue=444, util=0.33%
Download
Download benchmark results
Download speed
688.45 Mbit/s
Downloaded 104857600 bytes in 1.080617 sec
Downloaded 104857600 bytes in 1.195294 sec
Downloaded 104857600 bytes in 1.227204 sec
Downloaded 104857600 bytes in 1.303914 sec
Downloaded 104857600 bytes in 1.003137 sec
Finished! Average download speed is 688.45 Mbit/s
Upload
Speedtest results
Upload speed
676.79 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]: 20.893 ms
  2. Heuer & Sack GbR (Wernigerode) [107.53 km]: 13.296 ms
  3. KNT Internet (Riethnordhausen) [107.87 km]: 13.055 ms
  4. Keyweb AG (Erfurt) [112.91 km]: 7.958 ms
  5. Newone (Ilmenau) [120.64 km]: 16.523 ms
  6. Thueringer Netkom GmbH (Weimar) [132.12 km]: 15.09 ms
  7. Spacken.net (Hagen) [141.07 km]: 5.495 ms
  8. Gemeindewerke Nxc3xbcmbrecht GmbH (Nxc3xbcmbrecht) [143.00 km]: 10.425 ms
  9. 31173 Services AB (Frankfurt) [143.90 km]: 10.024 ms
  10. Gemnet LLC (Frankfurt) [143.90 km]: 56.644 ms
  11. Vodafone DE (Frankfurt) [143.90 km]: 5.223 ms
  12. GTT.net (Frankfurt) [143.90 km]: 9.936 ms
  13. fdcservers.net (Frankfurt) [143.90 km]: 6.407 ms
  14. tuxdu.de - Linux // BASH // More (Frankfurt) [143.90 km]: 11.476 ms
  15. LeaseWeb (Frankfurt) [143.90 km]: 6.262 ms
Testing upload speeds
  1. goetel GmbH (Gxc3xb6ttingen):                    ......................... 313.43 Mbit/s
  2. Heuer & Sack GbR (Wernigerode):              ......................... 472.97 Mbit/s
  3. KNT Internet (Riethnordhausen):              ......................... 506.09 Mbit/s
  4. Keyweb AG (Erfurt):                          ......................... 861.61 Mbit/s
  5. Newone (Ilmenau):                            ......................... 289.71 Mbit/s
  6. Thueringer Netkom GmbH (Weimar):             ......................... 506.32 Mbit/s
  7. Spacken.net (Hagen):                         ......................... 144.42 Mbit/s
  8. Gemeindewerke Nxc3xbcmbrecht GmbH (Nxc3xbcmbrecht):  ......................... 449.99 Mbit/s
  9. 31173 Services AB (Frankfurt):               ......................... 910.76 Mbit/s
  10. Gemnet LLC (Frankfurt):                     ......................... 868.91 Mbit/s
  11. Vodafone DE (Frankfurt):                    ......................... 528.87 Mbit/s
  12. GTT.net (Frankfurt):                        ......................... 914.28 Mbit/s
  13. fdcservers.net (Frankfurt):                 ......................... 831.56 Mbit/s
  14. tuxdu.de - Linux // BASH // More (Frankfurt):......................... 603.94 Mbit/s
  15. LeaseWeb (Frankfurt):                       ......................... 666.20 Mbit/s
Average upload speed is 591.27 Mbit/s