Stopwatch
Benchmark report #9104
VirMach – Black Friday 2018 KVM4CPU8GB60GB
Report
Share test result

Test results for Black Friday 2018 KVM4CPU8GB60GB at VirMach


Server specs:


4 × QEMU Virtual CPU version (cpu64-rhel6)
8 GB RAM / 62 GB disk space
Ubuntu 18.04 Bionic

Benchmark results summary:


UnixBench - 2527.0
Disk Read - 1127 MB/s
Disk Write - 1139 MB/s
Bandwidth - 1074.38 MB/s

More: https://serverscope.io/trials/Grn9
Share
Share this page
Cpu chip
Server Specs
CPU
4 × QEMU Virtual CPU version (cpu64-rhel6)
CPU Cores
1 × 3000 MHz
RAM
8 GB
Disk
62 GB
OS
Ubuntu 18.04 Bionic
Benchmark summary
Benchmark summary
UnixBench
2527.0
Disk Read
1127 MB/s
Disk Write
1139 MB/s
Bandwidth
1074.38 Mbit/s
Speedtest
245.47 Mbit/s
Graph analysis
UnixBench Score
UnixBench (all CPUs)
2527.0
UnixBench (one CPU)
784.3
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-AjI2Qn/byte-unixbench/UnixBench"
make distr
make[2]: Entering directory "/root/serverscope-AjI2Qn/byte-unixbench/UnixBench"
Checking distribution of files
./pgms  exists
./src  exists
./testdir  exists
make[2]: Leaving directory "/root/serverscope-AjI2Qn/byte-unixbench/UnixBench"
make programs
make[2]: Entering directory "/root/serverscope-AjI2Qn/byte-unixbench/UnixBench"
make[2]: Nothing to be done for "programs".
make[2]: Leaving directory "/root/serverscope-AjI2Qn/byte-unixbench/UnixBench"
make[1]: Leaving directory "/root/serverscope-AjI2Qn/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: vps07: GNU/Linux
   OS: GNU/Linux -- 4.15.0-39-generic -- #42-Ubuntu SMP Tue Oct 23 15:48:01 UTC 2018
   Machine: x86_64 (x86_64)
   Language: en_US.utf8 (charmap="UTF-8", collate="UTF-8")
   CPU 0: QEMU Virtual CPU version (cpu64-rhel6) (6000.0 bogomips)
          x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
   CPU 1: QEMU Virtual CPU version (cpu64-rhel6) (6000.0 bogomips)
          x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
   CPU 2: QEMU Virtual CPU version (cpu64-rhel6) (6000.0 bogomips)
          x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
   CPU 3: QEMU Virtual CPU version (cpu64-rhel6) (6000.0 bogomips)
          x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
   06:00:30 up 10 min,  1 user,  load average: 7.36, 4.55, 1.96; runlevel 2018-11-27

------------------------------------------------------------------------
Benchmark Run: Tue Nov 27 2018 06:00:30 - 06:28:35
4 CPUs in system; running 1 parallel copy of tests

Dhrystone 2 using register variables       37517705.9 lps   (10.0 s, 7 samples)
Double-Precision Whetstone                     4365.2 MWIPS (9.9 s, 7 samples)
Execl Throughput                               3391.6 lps   (29.9 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks        334318.0 KBps  (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks           85525.3 KBps  (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks       1011684.2 KBps  (30.0 s, 2 samples)
Pipe Throughput                              436160.6 lps   (10.0 s, 7 samples)
Pipe-based Context Switching                  36777.2 lps   (10.0 s, 7 samples)
Process Creation                               7629.0 lps   (30.0 s, 2 samples)
Shell Scripts (1 concurrent)                   8456.5 lpm   (60.0 s, 2 samples)
Shell Scripts (8 concurrent)                   2752.5 lpm   (60.0 s, 2 samples)
System Call Overhead                         297231.5 lps   (10.0 s, 7 samples)

System Benchmarks Index Values               BASELINE       RESULT    INDEX
Dhrystone 2 using register variables         116700.0   37517705.9   3214.9
Double-Precision Whetstone                       55.0       4365.2    793.7
Execl Throughput                                 43.0       3391.6    788.7
File Copy 1024 bufsize 2000 maxblocks          3960.0     334318.0    844.2
File Copy 256 bufsize 500 maxblocks            1655.0      85525.3    516.8
File Copy 4096 bufsize 8000 maxblocks          5800.0    1011684.2   1744.3
Pipe Throughput                               12440.0     436160.6    350.6
Pipe-based Context Switching                   4000.0      36777.2     91.9
Process Creation                                126.0       7629.0    605.5
Shell Scripts (1 concurrent)                     42.4       8456.5   1994.4
Shell Scripts (8 concurrent)                      6.0       2752.5   4587.6
System Call Overhead                          15000.0     297231.5    198.2
                                                                   ========
System Benchmarks Index Score                                         784.3

------------------------------------------------------------------------
Benchmark Run: Tue Nov 27 2018 06:28:35 - 06:56:43
4 CPUs in system; running 4 parallel copies of tests

Dhrystone 2 using register variables      150200370.7 lps   (10.0 s, 7 samples)
Double-Precision Whetstone                    17469.0 MWIPS (9.9 s, 7 samples)
Execl Throughput                              11232.7 lps   (29.8 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks       1033125.3 KBps  (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks          276386.2 KBps  (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks       2861300.8 KBps  (30.0 s, 2 samples)
Pipe Throughput                             1354608.2 lps   (10.0 s, 7 samples)
Pipe-based Context Switching                 398315.4 lps   (10.0 s, 7 samples)
Process Creation                              19320.8 lps   (30.0 s, 2 samples)
Shell Scripts (1 concurrent)                  22089.8 lpm   (60.0 s, 2 samples)
Shell Scripts (8 concurrent)                   3187.1 lpm   (60.0 s, 2 samples)
System Call Overhead                         963023.8 lps   (10.0 s, 7 samples)

System Benchmarks Index Values               BASELINE       RESULT    INDEX
Dhrystone 2 using register variables         116700.0  150200370.7  12870.6
Double-Precision Whetstone                       55.0      17469.0   3176.2
Execl Throughput                                 43.0      11232.7   2612.2
File Copy 1024 bufsize 2000 maxblocks          3960.0    1033125.3   2608.9
File Copy 256 bufsize 500 maxblocks            1655.0     276386.2   1670.0
File Copy 4096 bufsize 8000 maxblocks          5800.0    2861300.8   4933.3
Pipe Throughput                               12440.0    1354608.2   1088.9
Pipe-based Context Switching                   4000.0     398315.4    995.8
Process Creation                                126.0      19320.8   1533.4
Shell Scripts (1 concurrent)                     42.4      22089.8   5209.8
Shell Scripts (8 concurrent)                      6.0       3187.1   5311.8
System Call Overhead                          15000.0     963023.8    642.0
                                                                   ========
System Benchmarks Index Score                                        2527.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, 3.50831 s, 612 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, 3.43575 s, 625 MB/s


Hard drive
FIO random read
Performance
1127.7 MB/s
IOPS
288674
./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=14087: Tue Nov 27 05:57:26 2018
  read : io=67659MB, bw=1127.7MB/s, iops=288674, runt= 60001msec
    clat (usec): min=3, max=22863, avg=12.69, stdev=223.77
     lat (usec): min=4, max=22864, avg=15.50, stdev=256.71
    clat percentiles (usec):
     |  1.00th=[    3],  5.00th=[    4], 10.00th=[    4], 20.00th=[    4],
     | 30.00th=[    4], 40.00th=[    4], 50.00th=[    4], 60.00th=[    4],
     | 70.00th=[    5], 80.00th=[    5], 90.00th=[    6], 95.00th=[    7],
     | 99.00th=[  147], 99.50th=[  165], 99.90th=[  223], 99.95th=[  282],
     | 99.99th=[11968]
    bw (KB  /s): min=23328, max=298640, per=12.49%, avg=144226.65, stdev=50953.63
    lat (usec) : 4=3.37%, 10=92.78%, 20=0.69%, 50=0.08%, 100=0.50%
    lat (usec) : 250=2.51%, 500=0.03%, 750=0.01%, 1000=0.01%
    lat (msec) : 2=0.01%, 4=0.01%, 10=0.01%, 20=0.03%, 50=0.01%
  cpu          : usr=20.76%, sys=25.40%, ctx=554357, majf=0, minf=80
  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=17320777/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=67659MB, aggrb=1127.7MB/s, minb=1127.7MB/s, maxb=1127.7MB/s, mint=60001msec, maxt=60001msec

Disk stats (read/write):
  vda: ios=524288/66, merge=0/230, ticks=51032/56, in_queue=35684, util=15.61%
Hard drive
FIO random direct read
Performance
221.83 MB/s
IOPS
56787
./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=14097: Tue Nov 27 05:58:26 2018
  read : io=13310MB, bw=227149KB/s, iops=56787, runt= 60001msec
    clat (usec): min=29, max=7982, avg=130.24, stdev=31.08
     lat (usec): min=30, max=7986, avg=131.98, stdev=31.44
    clat percentiles (usec):
     |  1.00th=[   69],  5.00th=[   84], 10.00th=[   94], 20.00th=[  107],
     | 30.00th=[  115], 40.00th=[  122], 50.00th=[  129], 60.00th=[  137],
     | 70.00th=[  143], 80.00th=[  151], 90.00th=[  165], 95.00th=[  179],
     | 99.00th=[  231], 99.50th=[  251], 99.90th=[  306], 99.95th=[  330],
     | 99.99th=[  422]
    bw (KB  /s): min=20048, max=33856, per=12.50%, avg=28389.17, stdev=2024.03
    lat (usec) : 50=0.02%, 100=13.74%, 250=85.71%, 500=0.53%, 750=0.01%
    lat (usec) : 1000=0.01%
    lat (msec) : 2=0.01%, 4=0.01%, 10=0.01%
  cpu          : usr=6.51%, sys=17.31%, ctx=3426371, majf=0, minf=74
  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=3407296/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=13310MB, aggrb=227149KB/s, minb=227149KB/s, maxb=227149KB/s, mint=60001msec, maxt=60001msec

Disk stats (read/write):
  vda: ios=3403022/0, merge=0/0, ticks=339728/0, in_queue=241900, util=98.95%
Hard drive
FIO random write
Performance
1139.4 MB/s
IOPS
291660
./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=14117: Tue Nov 27 06:00:27 2018
  write: io=68359MB, bw=1139.4MB/s, iops=291660, runt= 60001msec
    clat (usec): min=3, max=55938, avg=17.77, stdev=402.59
     lat (usec): min=4, max=55939, avg=19.70, stdev=415.70
    clat percentiles (usec):
     |  1.00th=[    4],  5.00th=[    4], 10.00th=[    5], 20.00th=[    5],
     | 30.00th=[    5], 40.00th=[    5], 50.00th=[    6], 60.00th=[    6],
     | 70.00th=[    6], 80.00th=[    7], 90.00th=[    8], 95.00th=[   10],
     | 99.00th=[   17], 99.50th=[   19], 99.90th=[ 1960], 99.95th=[11968],
     | 99.99th=[19840]
    bw (KB  /s): min=26150, max=269248, per=12.51%, avg=145915.98, stdev=20338.96
    lat (usec) : 4=0.10%, 10=94.72%, 20=4.72%, 50=0.33%, 100=0.02%
    lat (usec) : 250=0.01%, 500=0.01%, 750=0.01%, 1000=0.01%
    lat (msec) : 2=0.01%, 4=0.01%, 10=0.03%, 20=0.05%, 50=0.01%
    lat (msec) : 100=0.01%
  cpu          : usr=19.38%, sys=28.82%, ctx=49113, 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=17499933/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=68359MB, aggrb=1139.4MB/s, minb=1139.4MB/s, maxb=1139.4MB/s, mint=60001msec, maxt=60001msec

Disk stats (read/write):
  vda: ios=0/49689, merge=0/19, ticks=0/91432, in_queue=82764, util=4.59%
Hard drive
FIO random direct write
Performance
21.14 MB/s
IOPS
5411
./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=14107: Tue Nov 27 05:59:27 2018
  write: io=1268.5MB, bw=21647KB/s, iops=5411, runt= 60004msec
    clat (usec): min=100, max=128185, avg=1468.42, stdev=4706.37
     lat (usec): min=101, max=128186, avg=1470.11, stdev=4706.44
    clat percentiles (usec):
     |  1.00th=[  122],  5.00th=[  133], 10.00th=[  139], 20.00th=[  149],
     | 30.00th=[  157], 40.00th=[  165], 50.00th=[  175], 60.00th=[  185],
     | 70.00th=[  199], 80.00th=[  225], 90.00th=[ 3664], 95.00th=[ 8896],
     | 99.00th=[23680], 99.50th=[30592], 99.90th=[50432], 99.95th=[59648],
     | 99.99th=[76288]
    bw (KB  /s): min=   96, max=12152, per=12.53%, avg=2712.17, stdev=2085.79
    lat (usec) : 250=83.76%, 500=1.63%, 750=0.02%, 1000=0.02%
    lat (msec) : 2=1.23%, 4=3.89%, 10=5.05%, 20=2.93%, 50=1.35%
    lat (msec) : 100=0.10%, 250=0.01%
  cpu          : usr=0.71%, sys=3.91%, ctx=658190, 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=324733/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=1268.5MB, aggrb=21647KB/s, minb=21647KB/s, maxb=21647KB/s, mint=60004msec, maxt=60004msec

Disk stats (read/write):
  vda: ios=0/324466, merge=0/1941, ticks=0/44720, in_queue=4, util=0.01%
Download
Download benchmark results
Download speed
1074.38 Mbit/s
Downloaded 104857600 bytes in 0.836150 sec
Downloaded 104857600 bytes in 0.724988 sec
Downloaded 104857600 bytes in 0.695841 sec
Downloaded 104857600 bytes in 0.737130 sec
Downloaded 104857600 bytes in 0.728979 sec
Finished! Average download speed is 1074.38 Mbit/s
Upload
Speedtest results
Upload speed
245.47 Mbit/s
Retrieving speedtest.net configuration...
Retrieving speedtest.net server list...
Testing from ColoCrossing ...
Selecting 15 servers that are not too close:
  1. HCE Telecom (Hamilton, ON) [90.29 km]: 28.228 ms
  2. Bell Mobility (Toronto, ON) [94.81 km]: 27.058 ms
  3. Bell Canada (Toronto, ON) [94.81 km]: 31.379 ms
  4. TELUS (Toronto, ON) [94.81 km]: 38.413 ms
  5. Speedtest.net (Toronto, ON) [94.81 km]: 47.66 ms
  6. Frontier Networks Inc (Toronto, ON) [94.81 km]: 24.508 ms
  7. VMedia Inc (Toronto, ON) [94.81 km]: 76.034 ms
  8. TekSavvy Solutions Inc (Toronto, ON) [94.81 km]: 23.873 ms
  9. Speedtest.net (Toronto, ON) [94.81 km]: 19.913 ms
  10. Nexicom Inc. (Toronto, ON) [94.81 km]: 29.484 ms
  11. Beanfield Metroconnect (Toronto, ON) [94.81 km]: 28.136 ms
  12. FibreStream (Toronto, ON) [94.81 km]: 26.676 ms
  13. Keewaytinook Okimakanak (Toronto, ON) [94.81 km]: 25.009 ms
  14. fdcservers.net (Toronto, ON) [94.81 km]: 36.174 ms
  15. Start.ca (Toronto, ON) [94.81 km]: 25.822 ms
Testing upload speeds
  1. HCE Telecom (Hamilton, ON):                  ......................... 245.41 Mbit/s
  2. Bell Mobility (Toronto, ON):                 ......................... 269.01 Mbit/s
  3. Bell Canada (Toronto, ON):                   ......................... 249.80 Mbit/s
  4. TELUS (Toronto, ON):                         ......................... 259.06 Mbit/s
  5. Speedtest.net (Toronto, ON):                 ......................... 286.28 Mbit/s
  6. Frontier Networks Inc (Toronto, ON):         ......................... 246.35 Mbit/s
  7. VMedia Inc (Toronto, ON):                    ......................... 224.63 Mbit/s
  8. TekSavvy Solutions Inc (Toronto, ON):        ......................... 300.56 Mbit/s
  9. Speedtest.net (Toronto, ON):                 ......................... 184.34 Mbit/s
  10. Nexicom Inc. (Toronto, ON):                 ......................... 239.29 Mbit/s
  11. Beanfield Metroconnect (Toronto, ON):       ......................... 264.75 Mbit/s
  12. FibreStream (Toronto, ON):                  ......................... 198.35 Mbit/s
  13. Keewaytinook Okimakanak (Toronto, ON):      ......................... 223.34 Mbit/s
  14. fdcservers.net (Toronto, ON):               ......................... 65.79 Mbit/s
  15. Start.ca (Toronto, ON):                     ......................... 161.74 Mbit/s
Average upload speed is 227.91 Mbit/s