Stopwatch
Benchmark report #9028
LiteServer – KVM-NVME-1024
Report
Share test result

Test results for KVM-NVME-1024 at LiteServer


Server specs:


4 × QEMU Virtual CPU version 2.5+
985 MB RAM / 30 GB disk space
Ubuntu 18.04 Bionic

Benchmark results summary:


UnixBench - 2951.4
Disk Read - 128 MB/s
Disk Write - 1081 MB/s
Bandwidth - 760.50 MB/s

More: https://serverscope.io/trials/Vkm5
Share
Share this page
Cpu chip
Server Specs
CPU
4 × QEMU Virtual CPU version 2.5+
CPU Cores
1 × 2400 MHz
RAM
985 MB
Disk
30 GB
OS
Ubuntu 18.04 Bionic
Benchmark summary
Benchmark summary
UnixBench
2951.4
Disk Read
128 MB/s
Disk Write
1081 MB/s
Bandwidth
760.50 Mbit/s
Speedtest
394.68 Mbit/s
Graph analysis
UnixBench Score
UnixBench (all CPUs)
2951.4
UnixBench (one CPU)
961.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/serverscope-aoskbC/byte-unixbench/UnixBench"
make distr
make[2]: Entering directory "/root/serverscope-aoskbC/byte-unixbench/UnixBench"
Checking distribution of files
./pgms  exists
./src  exists
./testdir  exists
make[2]: Leaving directory "/root/serverscope-aoskbC/byte-unixbench/UnixBench"
make programs
make[2]: Entering directory "/root/serverscope-aoskbC/byte-unixbench/UnixBench"
make[2]: Nothing to be done for "programs".
make[2]: Leaving directory "/root/serverscope-aoskbC/byte-unixbench/UnixBench"
make[1]: Leaving directory "/root/serverscope-aoskbC/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: google: GNU/Linux
   OS: GNU/Linux -- 4.15.0-34-generic -- #37-Ubuntu SMP Mon Aug 27 15:21:48 UTC 2018
   Machine: x86_64 (x86_64)
   Language: en_US.utf8 (charmap="UTF-8", collate="UTF-8")
   CPU 0: QEMU Virtual CPU version 2.5+ (4800.0 bogomips)
          x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
   CPU 1: QEMU Virtual CPU version 2.5+ (4800.0 bogomips)
          x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
   CPU 2: QEMU Virtual CPU version 2.5+ (4800.0 bogomips)
          x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
   CPU 3: QEMU Virtual CPU version 2.5+ (4800.0 bogomips)
          x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
   11:53:30 up 12 min,  1 user,  load average: 7.82, 4.77, 2.06; runlevel 2018-11-23

------------------------------------------------------------------------
Benchmark Run: Fri Nov 23 2018 11:53:30 - 12:21:30
4 CPUs in system; running 1 parallel copy of tests

Dhrystone 2 using register variables       43009345.7 lps   (10.0 s, 7 samples)
Double-Precision Whetstone                     5002.3 MWIPS (9.0 s, 7 samples)
Execl Throughput                               4738.8 lps   (30.0 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks        450781.4 KBps  (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks          115011.9 KBps  (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks       1499739.9 KBps  (30.0 s, 2 samples)
Pipe Throughput                              558289.9 lps   (10.0 s, 7 samples)
Pipe-based Context Switching                  76893.6 lps   (10.0 s, 7 samples)
Process Creation                              10311.7 lps   (30.0 s, 2 samples)
Shell Scripts (1 concurrent)                   3660.3 lpm   (60.0 s, 2 samples)
Shell Scripts (8 concurrent)                   3090.8 lpm   (60.0 s, 2 samples)
System Call Overhead                         393027.5 lps   (10.0 s, 7 samples)

System Benchmarks Index Values               BASELINE       RESULT    INDEX
Dhrystone 2 using register variables         116700.0   43009345.7   3685.5
Double-Precision Whetstone                       55.0       5002.3    909.5
Execl Throughput                                 43.0       4738.8   1102.0
File Copy 1024 bufsize 2000 maxblocks          3960.0     450781.4   1138.3
File Copy 256 bufsize 500 maxblocks            1655.0     115011.9    694.9
File Copy 4096 bufsize 8000 maxblocks          5800.0    1499739.9   2585.8
Pipe Throughput                               12440.0     558289.9    448.8
Pipe-based Context Switching                   4000.0      76893.6    192.2
Process Creation                                126.0      10311.7    818.4
Shell Scripts (1 concurrent)                     42.4       3660.3    863.3
Shell Scripts (8 concurrent)                      6.0       3090.8   5151.4
System Call Overhead                          15000.0     393027.5    262.0
                                                                   ========
System Benchmarks Index Score                                         961.2

------------------------------------------------------------------------
Benchmark Run: Fri Nov 23 2018 12:21:30 - 12:49:31
4 CPUs in system; running 4 parallel copies of tests

Dhrystone 2 using register variables      170355480.1 lps   (10.0 s, 7 samples)
Double-Precision Whetstone                    19972.1 MWIPS (9.1 s, 7 samples)
Execl Throughput                              15012.8 lps   (30.0 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks        808626.3 KBps  (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks          206675.3 KBps  (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks       2663794.0 KBps  (30.0 s, 2 samples)
Pipe Throughput                             2237985.5 lps   (10.0 s, 7 samples)
Pipe-based Context Switching                 578419.1 lps   (10.0 s, 7 samples)
Process Creation                              25104.2 lps   (30.0 s, 2 samples)
Shell Scripts (1 concurrent)                  24821.5 lpm   (60.0 s, 2 samples)
Shell Scripts (8 concurrent)                   4153.5 lpm   (60.0 s, 2 samples)
System Call Overhead                        1439544.8 lps   (10.0 s, 7 samples)

System Benchmarks Index Values               BASELINE       RESULT    INDEX
Dhrystone 2 using register variables         116700.0  170355480.1  14597.7
Double-Precision Whetstone                       55.0      19972.1   3631.3
Execl Throughput                                 43.0      15012.8   3491.3
File Copy 1024 bufsize 2000 maxblocks          3960.0     808626.3   2042.0
File Copy 256 bufsize 500 maxblocks            1655.0     206675.3   1248.8
File Copy 4096 bufsize 8000 maxblocks          5800.0    2663794.0   4592.7
Pipe Throughput                               12440.0    2237985.5   1799.0
Pipe-based Context Switching                   4000.0     578419.1   1446.0
Process Creation                                126.0      25104.2   1992.4
Shell Scripts (1 concurrent)                     42.4      24821.5   5854.1
Shell Scripts (8 concurrent)                      6.0       4153.5   6922.4
System Call Overhead                          15000.0    1439544.8    959.7
                                                                   ========
System Benchmarks Index Score                                        2951.4

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, 2.63232 s, 816 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.20488 s, 974 MB/s


Hard drive
FIO random read
Performance
128.74 MB/s
IOPS
32957
./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=24999: Fri Nov 23 11:50:25 2018
  read : io=7725.2MB, bw=131832KB/s, iops=32957, runt= 60005msec
    clat (usec): min=2, max=16574, avg=235.44, stdev=133.15
     lat (usec): min=3, max=16577, avg=236.78, stdev=133.28
    clat percentiles (usec):
     |  1.00th=[    3],  5.00th=[  133], 10.00th=[  157], 20.00th=[  185],
     | 30.00th=[  199], 40.00th=[  217], 50.00th=[  241], 60.00th=[  258],
     | 70.00th=[  278], 80.00th=[  290], 90.00th=[  310], 95.00th=[  330],
     | 99.00th=[  378], 99.50th=[  398], 99.90th=[  796], 99.95th=[ 2544],
     | 99.99th=[ 5792]
    bw (KB  /s): min=12488, max=27352, per=12.51%, avg=16497.13, stdev=2051.39
    lat (usec) : 4=1.71%, 10=1.92%, 20=0.09%, 50=0.03%, 100=0.14%
    lat (usec) : 250=51.43%, 500=44.53%, 750=0.04%, 1000=0.04%
    lat (msec) : 2=0.02%, 4=0.04%, 10=0.02%, 20=0.01%
  cpu          : usr=2.43%, sys=6.26%, ctx=1922613, majf=4, 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=1977639/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=7725.2MB, aggrb=131831KB/s, minb=131831KB/s, maxb=131831KB/s, mint=60005msec, maxt=60005msec

Disk stats (read/write):
  vda: ios=1903348/203, merge=0/504, ticks=429664/56, in_queue=387208, util=99.91%
Hard drive
FIO random direct read
Performance
125.87 MB/s
IOPS
32223
./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=25009: Fri Nov 23 11:51:25 2018
  read : io=7552.6MB, bw=128895KB/s, iops=32223, runt= 60001msec
    clat (usec): min=51, max=8826, avg=240.64, stdev=74.22
     lat (usec): min=51, max=8827, avg=242.02, stdev=74.35
    clat percentiles (usec):
     |  1.00th=[  126],  5.00th=[  151], 10.00th=[  167], 20.00th=[  187],
     | 30.00th=[  201], 40.00th=[  221], 50.00th=[  243], 60.00th=[  258],
     | 70.00th=[  278], 80.00th=[  290], 90.00th=[  310], 95.00th=[  330],
     | 99.00th=[  374], 99.50th=[  394], 99.90th=[  458], 99.95th=[  498],
     | 99.99th=[ 1800]
    bw (KB  /s): min=10744, max=20552, per=12.50%, avg=16111.13, stdev=1577.73
    lat (usec) : 100=0.01%, 250=55.05%, 500=44.90%, 750=0.04%, 1000=0.01%
    lat (msec) : 2=0.01%, 4=0.01%, 10=0.01%
  cpu          : usr=2.43%, sys=5.84%, ctx=1953680, 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=1933461/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=7552.6MB, aggrb=128895KB/s, minb=128895KB/s, maxb=128895KB/s, mint=60001msec, maxt=60001msec

Disk stats (read/write):
  vda: ios=1930879/5, merge=25/14, ticks=428272/0, in_queue=385936, util=99.84%
Hard drive
FIO random write
Performance
1081.4 MB/s
IOPS
276835
./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=25031: Fri Nov 23 11:53:26 2018
  write: io=64886MB, bw=1081.4MB/s, iops=276835, runt= 60002msec
    clat (usec): min=2, max=41067, avg=22.55, stdev=358.39
     lat (usec): min=3, max=41068, avg=23.74, stdev=361.06
    clat percentiles (usec):
     |  1.00th=[    3],  5.00th=[    3], 10.00th=[    4], 20.00th=[    4],
     | 30.00th=[    4], 40.00th=[    4], 50.00th=[    5], 60.00th=[    5],
     | 70.00th=[    6], 80.00th=[    7], 90.00th=[    8], 95.00th=[    9],
     | 99.00th=[   28], 99.50th=[  125], 99.90th=[ 6048], 99.95th=[ 8640],
     | 99.99th=[13632]
    bw (KB  /s): min=62457, max=225960, per=12.51%, avg=138481.07, stdev=23798.42
    lat (usec) : 4=7.21%, 10=88.07%, 20=3.47%, 50=0.49%, 100=0.23%
    lat (usec) : 250=0.17%, 500=0.02%, 750=0.01%, 1000=0.02%
    lat (msec) : 2=0.06%, 4=0.10%, 10=0.13%, 20=0.03%, 50=0.01%
  cpu          : usr=12.34%, sys=25.07%, ctx=205179, majf=0, minf=75
  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=16610710/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=64886MB, aggrb=1081.4MB/s, minb=1081.4MB/s, maxb=1081.4MB/s, mint=60002msec, maxt=60002msec

Disk stats (read/write):
  vda: ios=0/3942538, merge=0/1274, ticks=0/2003764, in_queue=1879232, util=90.84%
Hard drive
FIO random direct write
Performance
41.58 MB/s
IOPS
10645
./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=25019: Fri Nov 23 11:52:26 2018
  write: io=2495.2MB, bw=42582KB/s, iops=10645, runt= 60003msec
    clat (usec): min=57, max=175958, avg=745.76, stdev=7485.56
     lat (usec): min=58, max=175958, avg=746.81, stdev=7485.60
    clat percentiles (usec):
     |  1.00th=[   68],  5.00th=[   73], 10.00th=[   75], 20.00th=[   76],
     | 30.00th=[   78], 40.00th=[   80], 50.00th=[   82], 60.00th=[   86],
     | 70.00th=[   92], 80.00th=[   97], 90.00th=[  109], 95.00th=[  131],
     | 99.00th=[10432], 99.50th=[33536], 99.90th=[128512], 99.95th=[132096],
     | 99.99th=[140288]
    bw (KB  /s): min=   57, max=35672, per=12.44%, avg=5297.20, stdev=3320.15
    lat (usec) : 100=83.54%, 250=13.45%, 500=0.03%, 750=0.01%, 1000=0.01%
    lat (msec) : 2=0.23%, 4=1.02%, 10=0.70%, 20=0.35%, 50=0.26%
    lat (msec) : 100=0.10%, 250=0.31%
  cpu          : usr=0.68%, sys=2.68%, ctx=1284327, majf=0, minf=66
  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=638766/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=2495.2MB, aggrb=42582KB/s, minb=42582KB/s, maxb=42582KB/s, mint=60003msec, maxt=60003msec

Disk stats (read/write):
  vda: ios=3/637947, merge=0/1533, ticks=0/48264, in_queue=4, util=0.01%
Download
Download benchmark results
Download speed
760.50 Mbit/s
Downloaded 104857600 bytes in 1.071507 sec
Downloaded 104857600 bytes in 1.069031 sec
Downloaded 104857600 bytes in 1.036429 sec
Downloaded 104857600 bytes in 1.061892 sec
Downloaded 104857600 bytes in 1.020844 sec
Finished! Average download speed is 760.50 Mbit/s
Upload
Speedtest results
Upload speed
394.68 Mbit/s
Retrieving speedtest.net configuration...
Retrieving speedtest.net server list...
Testing from Liteserver Holding B.V. ...
Selecting 15 servers that are not too close:
  1. Art Of Automation B.V. (Hoorn) [30.88 km]: 5.595 ms
  2. Vodafone NL (Utrecht) [35.77 km]: 7.651 ms
  3. Data Comfort B.V. (Nieuwegein) [41.87 km]: 7.351 ms
  4. Jonaz B.V. (Amersfoort) [41.88 km]: 6.401 ms
  5. ColoCenter bv (Zoetermeer) [45.19 km]: 8.639 ms
  6. Matrix DATA (Harderwijk) [48.83 km]: 4.044 ms
  7. KPN B.V. (Den Haag) [53.54 km]: 8.249 ms
  8. SIT Internetdiensten B.V. (Voorthuizen) [53.58 km]: 3.219 ms
  9. Solcon (Dronten) [57.86 km]: 6.503 ms
  10. SDHD Hosts (Dronten) [57.86 km]: 15.736 ms
  11. Luna.nl B.V. (Rotterdam) [58.49 km]: 16.147 ms
  12. Damecon B.V. (Rotterdam) [58.49 km]: 7.187 ms
  13. Luna.nl B.V. (Rotterdam) [58.64 km]: 14.712 ms
  14. i3D.net (Rotterdam) [58.64 km]: 4.885 ms
  15. Qweb | Full-Service Hosting (Alblasserdam) [59.82 km]: 6.924 ms
Testing upload speeds
  1. Art Of Automation B.V. (Hoorn):              ......................... 353.38 Mbit/s
  2. Vodafone NL (Utrecht):                       ......................... 291.29 Mbit/s
  3. Data Comfort B.V. (Nieuwegein):              ......................... 297.81 Mbit/s
  4. Jonaz B.V. (Amersfoort):                     ......................... 434.87 Mbit/s
  5. ColoCenter bv (Zoetermeer):                  ......................... 205.21 Mbit/s
  6. Matrix DATA (Harderwijk):                    ......................... 471.59 Mbit/s
  7. KPN B.V. (Den Haag):                         ......................... 376.26 Mbit/s
  8. SIT Internetdiensten B.V. (Voorthuizen):     ......................... 559.70 Mbit/s
  9. Solcon (Dronten):                            ......................... 426.99 Mbit/s
  10. SDHD Hosts (Dronten):                       ......................... 282.44 Mbit/s
  11. Luna.nl B.V. (Rotterdam):                   ......................... 343.22 Mbit/s
  12. Damecon B.V. (Rotterdam):                   ......................... 563.55 Mbit/s
  13. Luna.nl B.V. (Rotterdam):                   ......................... 355.14 Mbit/s
  14. i3D.net (Rotterdam):                        ......................... 251.78 Mbit/s
  15. Qweb | Full-Service Hosting (Alblasserdam): ......................... 374.60 Mbit/s
Average upload speed is 372.52 Mbit/s