Stopwatch
Benchmark report #12164
HostDoc – US3 (LA) 2 vCores (i9-9900k) 20GB NVMe
Report
Share test result

Test results for US3 (LA) 2 vCores (i9-9900k) 20GB NVMe at HostDoc


Server specs:


2 × Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz
4 GB RAM / 20 GB disk space
Ubuntu 18.04 Bionic

Benchmark results summary:


UnixBench - 3130.2
Disk Read - 2445 MB/s
Disk Write - 2515 MB/s
Bandwidth - 338.06 MB/s

More: https://serverscope.io/trials/Q1eo
Share
Share this page
Cpu chip
Server Specs
CPU
2 × Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz
CPU Cores
1 × 3600 MHz
RAM
4 GB
Disk
20 GB
OS
Ubuntu 18.04 Bionic
Benchmark summary
Benchmark summary
UnixBench
3130.2
Disk Read
2445 MB/s
Disk Write
2515 MB/s
Bandwidth
338.06 Mbit/s
Speedtest
27.67 Mbit/s
Graph analysis
UnixBench Score
UnixBench (all CPUs)
3130.2
UnixBench (one CPU)
1760.7
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-v3qx6m/byte-unixbench/UnixBench"
make distr
make[2]: Entering directory "/root/serverscope-v3qx6m/byte-unixbench/UnixBench"
Checking distribution of files
./pgms  exists
./src  exists
./testdir  exists
make[2]: Leaving directory "/root/serverscope-v3qx6m/byte-unixbench/UnixBench"
make programs
make[2]: Entering directory "/root/serverscope-v3qx6m/byte-unixbench/UnixBench"
make[2]: Nothing to be done for "programs".
make[2]: Leaving directory "/root/serverscope-v3qx6m/byte-unixbench/UnixBench"
make[1]: Leaving directory "/root/serverscope-v3qx6m/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

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

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

2 x Execl Throughput  1 2 3

2 x File Copy 1024 bufsize 2000 maxblocks  1 2 3

2 x File Copy 256 bufsize 500 maxblocks  1 2 3

2 x File Copy 4096 bufsize 8000 maxblocks  1 2 3

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

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

2 x Process Creation  1 2 3

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

2 x Shell Scripts (1 concurrent)  1 2 3

2 x Shell Scripts (8 concurrent)  1 2 3

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

   System: la1.us.cybercloud.network: GNU/Linux
   OS: GNU/Linux -- 4.15.0-22-generic -- #24-Ubuntu SMP Wed May 16 12:15:17 UTC 2018
   Machine: x86_64 (x86_64)
   Language: en_US.utf8 (charmap="UTF-8", collate="UTF-8")
   CPU 0: Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz (7200.0 bogomips)
          x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
   CPU 1: Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz (7200.0 bogomips)
          x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
   13:10:00 up 27 min,  1 user,  load average: 7.31, 4.44, 1.88; runlevel 2019-10-13

------------------------------------------------------------------------
Benchmark Run: Sun Oct 13 2019 13:10:00 - 13:40:20
2 CPUs in system; running 1 parallel copy of tests

Dhrystone 2 using register variables       57913346.9 lps   (10.0 s, 7 samples)
Double-Precision Whetstone                     3463.1 MWIPS (24.0 s, 7 samples)
Execl Throughput                               6581.7 lps   (30.0 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks        959969.2 KBps  (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks          266171.3 KBps  (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks       2718588.8 KBps  (30.0 s, 2 samples)
Pipe Throughput                             1577182.7 lps   (10.0 s, 7 samples)
Pipe-based Context Switching                 202630.4 lps   (10.0 s, 7 samples)
Process Creation                              16030.0 lps   (30.0 s, 2 samples)
Shell Scripts (1 concurrent)                  14453.1 lpm   (60.0 s, 2 samples)
Shell Scripts (8 concurrent)                   2761.2 lpm   (60.0 s, 2 samples)
System Call Overhead                        1188296.0 lps   (10.0 s, 7 samples)

System Benchmarks Index Values               BASELINE       RESULT    INDEX
Dhrystone 2 using register variables         116700.0   57913346.9   4962.6
Double-Precision Whetstone                       55.0       3463.1    629.7
Execl Throughput                                 43.0       6581.7   1530.6
File Copy 1024 bufsize 2000 maxblocks          3960.0     959969.2   2424.2
File Copy 256 bufsize 500 maxblocks            1655.0     266171.3   1608.3
File Copy 4096 bufsize 8000 maxblocks          5800.0    2718588.8   4687.2
Pipe Throughput                               12440.0    1577182.7   1267.8
Pipe-based Context Switching                   4000.0     202630.4    506.6
Process Creation                                126.0      16030.0   1272.2
Shell Scripts (1 concurrent)                     42.4      14453.1   3408.7
Shell Scripts (8 concurrent)                      6.0       2761.2   4602.0
System Call Overhead                          15000.0    1188296.0    792.2
                                                                   ========
System Benchmarks Index Score                                        1760.7

------------------------------------------------------------------------
Benchmark Run: Sun Oct 13 2019 13:40:20 - 14:10:48
2 CPUs in system; running 2 parallel copies of tests

Dhrystone 2 using register variables      114794562.0 lps   (10.0 s, 7 samples)
Double-Precision Whetstone                     6812.6 MWIPS (24.2 s, 7 samples)
Execl Throughput                              12442.5 lps   (29.9 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks       1576482.2 KBps  (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks          428255.9 KBps  (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks       4739284.7 KBps  (30.0 s, 2 samples)
Pipe Throughput                             3098612.8 lps   (10.0 s, 7 samples)
Pipe-based Context Switching                 560276.7 lps   (10.0 s, 7 samples)
Process Creation                              32084.9 lps   (30.0 s, 2 samples)
Shell Scripts (1 concurrent)                  18272.0 lpm   (60.0 s, 2 samples)
Shell Scripts (8 concurrent)                   3109.3 lpm   (60.0 s, 2 samples)
System Call Overhead                        2254443.1 lps   (10.0 s, 7 samples)

System Benchmarks Index Values               BASELINE       RESULT    INDEX
Dhrystone 2 using register variables         116700.0  114794562.0   9836.7
Double-Precision Whetstone                       55.0       6812.6   1238.7
Execl Throughput                                 43.0      12442.5   2893.6
File Copy 1024 bufsize 2000 maxblocks          3960.0    1576482.2   3981.0
File Copy 256 bufsize 500 maxblocks            1655.0     428255.9   2587.6
File Copy 4096 bufsize 8000 maxblocks          5800.0    4739284.7   8171.2
Pipe Throughput                               12440.0    3098612.8   2490.8
Pipe-based Context Switching                   4000.0     560276.7   1400.7
Process Creation                                126.0      32084.9   2546.4
Shell Scripts (1 concurrent)                     42.4      18272.0   4309.4
Shell Scripts (8 concurrent)                      6.0       3109.3   5182.1
System Call Overhead                          15000.0    2254443.1   1503.0
                                                                   ========
System Benchmarks Index Score                                        3130.2

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, 1.01383 s, 2.1 GB/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, 1.1463 s, 1.9 GB/s


Hard drive
FIO random read
Performance
2445.2 MB/s
IOPS
626171
./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=11525: Sun Oct 13 13:06:57 2019
  read : io=146761MB, bw=2445.2MB/s, iops=626171, runt= 60001msec
    clat (usec): min=0, max=28106, avg= 7.55, stdev=221.60
     lat (usec): min=0, max=28106, avg= 8.51, stdev=242.49
    clat percentiles (usec):
     |  1.00th=[    0],  5.00th=[    1], 10.00th=[    1], 20.00th=[    1],
     | 30.00th=[    1], 40.00th=[    1], 50.00th=[    1], 60.00th=[    1],
     | 70.00th=[    1], 80.00th=[    1], 90.00th=[    2], 95.00th=[    2],
     | 99.00th=[  163], 99.50th=[  203], 99.90th=[  314], 99.95th=[  378],
     | 99.99th=[11968]
    bw (KB  /s): min=18328, max=424664, per=12.45%, avg=311929.41, stdev=158337.93
    lat (usec) : 2=82.01%, 4=16.30%, 10=0.14%, 20=0.08%, 50=0.03%
    lat (usec) : 100=0.01%, 250=1.17%, 500=0.22%, 750=0.01%, 1000=0.01%
    lat (msec) : 2=0.01%, 4=0.01%, 10=0.01%, 20=0.02%, 50=0.01%
  cpu          : usr=6.38%, sys=14.36%, ctx=554545, 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=37570896/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=146761MB, aggrb=2445.2MB/s, minb=2445.2MB/s, maxb=2445.2MB/s, mint=60001msec, maxt=60001msec

Disk stats (read/write):
  vda: ios=524288/210, merge=0/816, ticks=99104/92, in_queue=85536, util=22.76%
Hard drive
FIO random direct read
Performance
214.39 MB/s
IOPS
54882
./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=11539: Sun Oct 13 13:07:57 2019
  read : io=12863MB, bw=219532KB/s, iops=54882, runt= 60001msec
    clat (usec): min=67, max=11379, avg=143.16, stdev=56.86
     lat (usec): min=67, max=11380, avg=143.50, stdev=56.87
    clat percentiles (usec):
     |  1.00th=[   84],  5.00th=[   93], 10.00th=[   99], 20.00th=[  108],
     | 30.00th=[  118], 40.00th=[  129], 50.00th=[  137], 60.00th=[  143],
     | 70.00th=[  153], 80.00th=[  167], 90.00th=[  195], 95.00th=[  221],
     | 99.00th=[  274], 99.50th=[  306], 99.90th=[  732], 99.95th=[  932],
     | 99.99th=[ 1288]
    bw (KB  /s): min=23064, max=28688, per=12.50%, avg=27448.82, stdev=687.15
    lat (usec) : 100=10.19%, 250=87.89%, 500=1.66%, 750=0.16%, 1000=0.06%
    lat (msec) : 2=0.04%, 4=0.01%, 10=0.01%, 20=0.01%
  cpu          : usr=1.65%, sys=5.84%, ctx=3295544, 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=3293030/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=12863MB, aggrb=219531KB/s, minb=219531KB/s, maxb=219531KB/s, mint=60001msec, maxt=60001msec

Disk stats (read/write):
  vda: ios=3288585/2, merge=0/4, ticks=435472/0, in_queue=375660, util=100.00%
Hard drive
FIO random write
Performance
2515.4 MB/s
IOPS
643938
./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=11574: Sun Oct 13 13:09:57 2019
  write: io=150933MB, bw=2515.4MB/s, iops=643938, runt= 60004msec
    clat (usec): min=1, max=66380, avg= 9.67, stdev=371.95
     lat (usec): min=1, max=66381, avg=10.18, stdev=381.45
    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=[    2],
     | 99.00th=[    3], 99.50th=[    6], 99.90th=[   28], 99.95th=[ 5408],
     | 99.99th=[20096]
    bw (KB  /s): min=169068, max=491256, per=12.51%, avg=322218.68, stdev=42979.42
    lat (usec) : 2=44.33%, 4=54.88%, 10=0.50%, 20=0.14%, 50=0.07%
    lat (usec) : 100=0.01%, 250=0.01%, 500=0.01%, 750=0.01%, 1000=0.01%
    lat (msec) : 2=0.01%, 4=0.01%, 10=0.02%, 20=0.02%, 50=0.01%
    lat (msec) : 100=0.01%
  cpu          : usr=6.55%, sys=17.71%, ctx=76566, 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=0/w=38638915/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=150933MB, aggrb=2515.4MB/s, minb=2515.4MB/s, maxb=2515.4MB/s, mint=60004msec, maxt=60004msec

Disk stats (read/write):
  vda: ios=0/132124, merge=0/43, ticks=0/23484, in_queue=18944, util=2.73%
Hard drive
FIO random direct write
Performance
59.3 MB/s
IOPS
15180
./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=11551: Sun Oct 13 13:08:57 2019
  write: io=3558.1MB, bw=60723KB/s, iops=15180, runt= 60002msec
    clat (usec): min=34, max=67838, avg=524.34, stdev=1128.37
     lat (usec): min=34, max=67839, avg=524.79, stdev=1128.39
    clat percentiles (usec):
     |  1.00th=[   40],  5.00th=[   42], 10.00th=[   44], 20.00th=[   48],
     | 30.00th=[   53], 40.00th=[   62], 50.00th=[   77], 60.00th=[   91],
     | 70.00th=[  506], 80.00th=[ 1012], 90.00th=[ 1528], 95.00th=[ 1992],
     | 99.00th=[ 4192], 99.50th=[ 5600], 99.90th=[11584], 99.95th=[17024],
     | 99.99th=[36608]
    bw (KB  /s): min=  928, max=24384, per=12.51%, avg=7598.52, stdev=5434.64
    lat (usec) : 50=22.29%, 100=39.75%, 250=3.16%, 500=4.51%, 750=6.85%
    lat (usec) : 1000=3.26%
    lat (msec) : 2=15.26%, 4=3.81%, 10=0.98%, 20=0.09%, 50=0.04%
    lat (msec) : 100=0.01%
  cpu          : usr=0.56%, sys=2.93%, ctx=1901283, 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=0/w=910872/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=3558.1MB, aggrb=60722KB/s, minb=60722KB/s, maxb=60722KB/s, mint=60002msec, maxt=60002msec

Disk stats (read/write):
  vda: ios=0/909975, merge=0/843, ticks=0/50020, in_queue=4, util=0.01%
Download
Download benchmark results
Download speed
338.06 Mbit/s
Downloaded 104857600 bytes in 8.785210 sec
Downloaded 104857600 bytes in 0.710406 sec
Downloaded 104857600 bytes in 0.884620 sec
Downloaded 104857600 bytes in 0.711271 sec
Downloaded 104857600 bytes in 0.740857 sec
Finished! Average download speed is 338.06 Mbit/s
Upload
Speedtest results
Upload speed
27.67 Mbit/s
Retrieving speedtest.net configuration...
Retrieving speedtest.net server list...
Testing from HostUS ...
Selecting 15 servers that are not too close:
  1. Neon IT Kevin Wendel (Riedstadt) [34.35 km]: 248.418 ms
  2. TWL-KOM (Ludwigshafen) [73.13 km]: 228.265 ms
  3. PfalzKom (Ludwigshafen) [73.13 km]: 342.58 ms
  4. KEVAG Telekom GmbH (Koblenz) [81.78 km]: 189.559 ms
  5. iWelt AG (Wxc3xbcrzburg) [97.82 km]: 196.936 ms
  6. Mobile Breitbandnetze GmbH (Freisbach) [98.76 km]: 173.547 ms
  7. iWelt AG (Eibelstadt) [103.98 km]: 214.893 ms
  8. Gemeindewerke Nxc3xbcmbrecht GmbH (Nxc3xbcmbrecht) [118.94 km]: 168.64 ms
  9. TelemaxX Telekommunikation GmbH (Karlsruhe) [125.03 km]: 231.427 ms
  10. Bratschnitzel.de (Karlsruhe) [125.03 km]: 1800000.0 ms
  11. Rabe.Systems (Karlsruhe) [125.03 km]: 173.471 ms
  12. STARFACE GmbH (Karlsruhe) [125.29 km]: 1800000.0 ms
  13. bc-networks (Ludwigsburg) [141.09 km]: 231.796 ms
  14. bc-networks (Remseck) [144.27 km]: 232.932 ms
  15. NOREST-TELECOM (Hatten) [144.56 km]: 1999.091 ms
Testing upload speeds
  1. Neon IT Kevin Wendel (Riedstadt):            ......................... 18.10 Mbit/s
  2. TWL-KOM (Ludwigshafen):                      ......................... 30.01 Mbit/s
  3. PfalzKom (Ludwigshafen):                     ......................... 24.74 Mbit/s
  4. KEVAG Telekom GmbH (Koblenz):                ......................... 19.79 Mbit/s
  5. iWelt AG (Wxc3xbcrzburg):                        ......................... 31.85 Mbit/s
  6. Mobile Breitbandnetze GmbH (Freisbach):      ......................... 24.66 Mbit/s
  7. iWelt AG (Eibelstadt):                       ......................... 37.72 Mbit/s
  8. Gemeindewerke Nxc3xbcmbrecht GmbH (Nxc3xbcmbrecht):  ......................... 23.17 Mbit/s
  9. TelemaxX Telekommunikation GmbH (Karlsruhe): ......................... 30.03 Mbit/s
  10. Bratschnitzel.de (Karlsruhe):               ......................... 0.00 Mbit/s
  11. Rabe.Systems (Karlsruhe):                   ......................... 30.26 Mbit/s
  12. STARFACE GmbH (Karlsruhe):                  ......................... 0.00 Mbit/s
  13. bc-networks (Ludwigsburg):                  ......................... 31.02 Mbit/s
  14. bc-networks (Remseck):                      ......................... 30.65 Mbit/s
  15. NOREST-TELECOM (Hatten):                    ......................... 1.59 Mbit/s
Average upload speed is 22.24 Mbit/s