Stopwatch
Benchmark report #5479
VMHaus – VMH-2GB-UK
Report
Share test result

Test results for VMH-2GB-UK at VMHaus


Server specs:


2 × Intel(R) Xeon(R) CPU E3-1270 v6 @ 3.80GHz
2 GB RAM / 30 GB disk space
Ubuntu 17.10 Artful
London, United Kingdom

Benchmark results summary:


UnixBench - 3089.5
Disk Read - 1152 MB/s
Disk Write - 1944 MB/s
Bandwidth - 715.09 MB/s

More: https://serverscope.io/trials/WVYK
Share
Share this page
Cpu chip
Server Specs
CPU
2 × Intel(R) Xeon(R) CPU E3-1270 v6 @ 3.80GHz
CPU Cores
1 × 3792 MHz
RAM
2 GB
Disk
30 GB
OS
Ubuntu 17.10 Artful
Location
London, United Kingdom
Benchmark summary
Benchmark summary
UnixBench
3089.5
Disk Read
1152 MB/s
Disk Write
1944 MB/s
Bandwidth
715.09 Mbit/s
Speedtest
321.47 Mbit/s
Graph analysis
UnixBench Score
UnixBench (all CPUs)
3089.5
UnixBench (one CPU)
1726.6
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-TsRcAR/byte-unixbench/UnixBench"
make distr
make[2]: Entering directory "/root/serverscope-TsRcAR/byte-unixbench/UnixBench"
Checking distribution of files
./pgms  exists
./src  exists
./testdir  exists
make[2]: Leaving directory "/root/serverscope-TsRcAR/byte-unixbench/UnixBench"
make programs
make[2]: Entering directory "/root/serverscope-TsRcAR/byte-unixbench/UnixBench"
make[2]: Nothing to be done for "programs".
make[2]: Leaving directory "/root/serverscope-TsRcAR/byte-unixbench/UnixBench"
make[1]: Leaving directory "/root/serverscope-TsRcAR/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: vmhausLondon: GNU/Linux
   OS: GNU/Linux -- 4.13.0-25-generic -- #29-Ubuntu SMP Mon Jan 8 21:14:41 UTC 2018
   Machine: x86_64 (x86_64)
   Language: en_US.utf8 (charmap="UTF-8", collate="UTF-8")
   CPU 0: Intel(R) Xeon(R) CPU E3-1270 v6 @ 3.80GHz (7584.0 bogomips)
          x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
   CPU 1: Intel(R) Xeon(R) CPU E3-1270 v6 @ 3.80GHz (7584.0 bogomips)
          x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
   19:24:01 up 6 min,  1 user,  load average: 8.38, 4.71, 1.98; runlevel 2018-01-22

------------------------------------------------------------------------
Benchmark Run: Mon Jan 22 2018 19:24:01 - 19:53:21
2 CPUs in system; running 1 parallel copy of tests

Dhrystone 2 using register variables       50857308.4 lps   (10.0 s, 7 samples)
Double-Precision Whetstone                     3642.3 MWIPS (17.4 s, 7 samples)
Execl Throughput                               6447.4 lps   (30.0 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks        961935.4 KBps  (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks          258348.3 KBps  (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks       2734043.8 KBps  (30.0 s, 2 samples)
Pipe Throughput                             1560361.8 lps   (10.0 s, 7 samples)
Pipe-based Context Switching                 198414.6 lps   (10.0 s, 7 samples)
Process Creation                              16404.5 lps   (30.0 s, 2 samples)
Shell Scripts (1 concurrent)                  14448.8 lpm   (60.0 s, 2 samples)
Shell Scripts (8 concurrent)                   2766.0 lpm   (60.0 s, 2 samples)
System Call Overhead                        1069696.1 lps   (10.0 s, 7 samples)

System Benchmarks Index Values               BASELINE       RESULT    INDEX
Dhrystone 2 using register variables         116700.0   50857308.4   4358.0
Double-Precision Whetstone                       55.0       3642.3    662.2
Execl Throughput                                 43.0       6447.4   1499.4
File Copy 1024 bufsize 2000 maxblocks          3960.0     961935.4   2429.1
File Copy 256 bufsize 500 maxblocks            1655.0     258348.3   1561.0
File Copy 4096 bufsize 8000 maxblocks          5800.0    2734043.8   4713.9
Pipe Throughput                               12440.0    1560361.8   1254.3
Pipe-based Context Switching                   4000.0     198414.6    496.0
Process Creation                                126.0      16404.5   1301.9
Shell Scripts (1 concurrent)                     42.4      14448.8   3407.7
Shell Scripts (8 concurrent)                      6.0       2766.0   4610.0
System Call Overhead                          15000.0    1069696.1    713.1
                                                                   ========
System Benchmarks Index Score                                        1726.6

------------------------------------------------------------------------
Benchmark Run: Mon Jan 22 2018 19:53:21 - 20:22:42
2 CPUs in system; running 2 parallel copies of tests

Dhrystone 2 using register variables       99944662.2 lps   (10.0 s, 7 samples)
Double-Precision Whetstone                     7244.4 MWIPS (17.4 s, 7 samples)
Execl Throughput                              12354.5 lps   (30.0 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks       1642919.9 KBps  (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks          443520.2 KBps  (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks       4726337.5 KBps  (30.0 s, 2 samples)
Pipe Throughput                             3081862.3 lps   (10.0 s, 7 samples)
Pipe-based Context Switching                 663483.5 lps   (10.0 s, 7 samples)
Process Creation                              27028.2 lps   (30.0 s, 2 samples)
Shell Scripts (1 concurrent)                  18258.6 lpm   (60.0 s, 2 samples)
Shell Scripts (8 concurrent)                   3049.5 lpm   (60.0 s, 2 samples)
System Call Overhead                        2002025.8 lps   (10.0 s, 7 samples)

System Benchmarks Index Values               BASELINE       RESULT    INDEX
Dhrystone 2 using register variables         116700.0   99944662.2   8564.2
Double-Precision Whetstone                       55.0       7244.4   1317.2
Execl Throughput                                 43.0      12354.5   2873.1
File Copy 1024 bufsize 2000 maxblocks          3960.0    1642919.9   4148.8
File Copy 256 bufsize 500 maxblocks            1655.0     443520.2   2679.9
File Copy 4096 bufsize 8000 maxblocks          5800.0    4726337.5   8148.9
Pipe Throughput                               12440.0    3081862.3   2477.4
Pipe-based Context Switching                   4000.0     663483.5   1658.7
Process Creation                                126.0      27028.2   2145.1
Shell Scripts (1 concurrent)                     42.4      18258.6   4306.3
Shell Scripts (8 concurrent)                      6.0       3049.5   5082.5
System Call Overhead                          15000.0    2002025.8   1334.7
                                                                   ========
System Benchmarks Index Score                                        3089.5

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.22913 s, 963 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.22331 s, 966 MB/s


Hard drive
FIO random read
Performance
1152.3 MB/s
IOPS
294986
./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=12745: Mon Jan 22 19:20:58 2018
  read : io=69139MB, bw=1152.3MB/s, iops=294986, runt= 60001msec
    clat (usec): min=0, max=25765, avg=24.19, stdev=102.62
     lat (usec): min=1, max=25766, avg=24.66, stdev=103.51
    clat percentiles (usec):
     |  1.00th=[    1],  5.00th=[    1], 10.00th=[    1], 20.00th=[    1],
     | 30.00th=[    1], 40.00th=[    2], 50.00th=[    2], 60.00th=[    8],
     | 70.00th=[   33], 80.00th=[   43], 90.00th=[   62], 95.00th=[   82],
     | 99.00th=[  145], 99.50th=[  183], 99.90th=[  426], 99.95th=[  956],
     | 99.99th=[ 5728]
    bw (KB  /s): min=63680, max=939160, per=12.49%, avg=147368.98, stdev=60326.27
    lat (usec) : 2=33.15%, 4=22.82%, 10=4.23%, 20=0.48%, 50=23.74%
    lat (usec) : 100=12.62%, 250=2.72%, 500=0.15%, 750=0.02%, 1000=0.01%
    lat (msec) : 2=0.01%, 4=0.01%, 10=0.03%, 20=0.01%, 50=0.01%
  cpu          : usr=6.58%, sys=16.45%, ctx=7285876, majf=1, minf=87
  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=17699464/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=69139MB, aggrb=1152.3MB/s, minb=1152.3MB/s, maxb=1152.3MB/s, mint=60001msec, maxt=60001msec

Disk stats (read/write):
  vda: ios=6863361/9, merge=0/3, ticks=144696/4, in_queue=144104, util=93.62%
Hard drive
FIO random direct read
Performance
693.26 MB/s
IOPS
177474
./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=12758: Mon Jan 22 19:21:59 2018
  read : io=41596MB, bw=709898KB/s, iops=177474, runt= 60001msec
    clat (usec): min=9, max=9752, avg=42.09, stdev=27.40
     lat (usec): min=9, max=9753, avg=42.49, stdev=27.43
    clat percentiles (usec):
     |  1.00th=[   21],  5.00th=[   25], 10.00th=[   28], 20.00th=[   31],
     | 30.00th=[   34], 40.00th=[   37], 50.00th=[   39], 60.00th=[   42],
     | 70.00th=[   46], 80.00th=[   51], 90.00th=[   59], 95.00th=[   67],
     | 99.00th=[   86], 99.50th=[   96], 99.90th=[  131], 99.95th=[  193],
     | 99.99th=[  996]
    bw (KB  /s): min=63032, max=106256, per=12.50%, avg=88735.94, stdev=6255.56
    lat (usec) : 10=0.01%, 20=0.46%, 50=77.52%, 100=21.62%, 250=0.36%
    lat (usec) : 500=0.02%, 750=0.01%, 1000=0.01%
    lat (msec) : 2=0.01%, 4=0.01%, 10=0.01%
  cpu          : usr=6.58%, sys=16.05%, ctx=10656119, 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=10648645/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=41596MB, aggrb=709897KB/s, minb=709897KB/s, maxb=709897KB/s, mint=60001msec, maxt=60001msec

Disk stats (read/write):
  vda: ios=10632044/0, merge=0/0, ticks=236156/0, in_queue=235384, util=99.52%
Hard drive
FIO random write
Performance
1944.5 MB/s
IOPS
497774
./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=12778: Mon Jan 22 19:23:59 2018
  write: io=116674MB, bw=1944.5MB/s, iops=497774, runt= 60004msec
    clat (usec): min=1, max=153761, avg=13.39, stdev=422.98
     lat (usec): min=1, max=153761, avg=13.86, stdev=428.28
    clat percentiles (usec):
     |  1.00th=[    1],  5.00th=[    1], 10.00th=[    1], 20.00th=[    1],
     | 30.00th=[    1], 40.00th=[    2], 50.00th=[    2], 60.00th=[    2],
     | 70.00th=[    2], 80.00th=[    2], 90.00th=[    2], 95.00th=[    3],
     | 99.00th=[    4], 99.50th=[   11], 99.90th=[ 2800], 99.95th=[ 9536],
     | 99.99th=[20096]
    bw (KB  /s): min=    7, max=518016, per=12.51%, avg=249072.06, stdev=41337.13
    lat (usec) : 2=30.27%, 4=68.63%, 10=0.57%, 20=0.25%, 50=0.07%
    lat (usec) : 100=0.04%, 250=0.02%, 500=0.03%, 750=0.01%, 1000=0.01%
    lat (msec) : 2=0.01%, 4=0.01%, 10=0.05%, 20=0.04%, 50=0.01%
    lat (msec) : 100=0.01%, 250=0.01%
  cpu          : usr=6.48%, sys=15.43%, ctx=103463, 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=29868445/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=116674MB, aggrb=1944.5MB/s, minb=1944.5MB/s, maxb=1944.5MB/s, mint=60004msec, maxt=60004msec

Disk stats (read/write):
  vda: ios=0/1201142, merge=0/96, ticks=0/1015612, in_queue=1015672, util=49.00%
Hard drive
FIO random direct write
Performance
101.37 MB/s
IOPS
25951
./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=12768: Mon Jan 22 19:22:59 2018
  write: io=6082.6MB, bw=103807KB/s, iops=25951, runt= 60001msec
    clat (usec): min=24, max=208532, avg=306.00, stdev=2065.08
     lat (usec): min=25, max=208532, avg=306.36, stdev=2065.09
    clat percentiles (usec):
     |  1.00th=[   29],  5.00th=[   30], 10.00th=[   31], 20.00th=[   32],
     | 30.00th=[   36], 40.00th=[   41], 50.00th=[   47], 60.00th=[  286],
     | 70.00th=[  310], 80.00th=[  338], 90.00th=[  398], 95.00th=[  478],
     | 99.00th=[ 1912], 99.50th=[ 4768], 99.90th=[28544], 99.95th=[57600],
     | 99.99th=[70144]
    bw (KB  /s): min=  113, max=37104, per=12.53%, avg=13004.82, stdev=5962.86
    lat (usec) : 50=51.37%, 100=3.66%, 250=0.49%, 500=39.95%, 750=1.85%
    lat (usec) : 1000=0.69%
    lat (msec) : 2=1.03%, 4=0.40%, 10=0.23%, 20=0.16%, 50=0.09%
    lat (msec) : 100=0.07%, 250=0.01%
  cpu          : usr=0.79%, sys=3.54%, ctx=3442040, 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=1557138/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=6082.6MB, aggrb=103807KB/s, minb=103807KB/s, maxb=103807KB/s, mint=60001msec, maxt=60001msec

Disk stats (read/write):
  vda: ios=152/1554926, merge=0/915, ticks=12/48332, in_queue=48180, util=77.79%
Download
Download benchmark results
Download speed
715.09 Mbit/s
Downloaded 104857600 bytes in 1.494792 sec
Downloaded 104857600 bytes in 0.936173 sec
Downloaded 104857600 bytes in 0.982610 sec
Downloaded 104857600 bytes in 1.164019 sec
Downloaded 104857600 bytes in 1.016098 sec
Finished! Average download speed is 715.09 Mbit/s
Upload
Speedtest results
Upload speed
321.47 Mbit/s
Retrieving speedtest.net configuration...
Retrieving speedtest.net server list...
Testing from VMHaus Limited ...
Selecting 15 servers that are not too close:
  1. Proxar IT Consulting (Sevenoaks) [32.68 km]: 5.495 ms
  2. Interoute VDC (Slough) [34.39 km]: 5.339 ms
  3. O2 UK (Slough) [34.39 km]: 8.292 ms
  4. Ai Networks Ltd (Welwyn Garden City) [38.00 km]: 3.47 ms
  5. International School of London (Woking) [39.12 km]: 4.98 ms
  6. Virgin Media (Basildon) [40.82 km]: 5.442 ms
  7. XILO (Maidenhead) [43.43 km]: 4.055 ms
  8. Iomart (Maidenhead) [43.43 km]: 2.424 ms
  9. Virgin Media (Luton) [46.37 km]: 4.802 ms
  10. Custodian DataCentre (Maidstone) [50.88 km]: 472.858 ms
  11. VooServers Ltd (Maidstone) [50.88 km]: 4.574 ms
  12. CSD Network Services Ltd (Braintree) [60.01 km]: 6.229 ms
  13. Uno (Milton Keynes) [74.40 km]: 5.628 ms
  14. Cloud Space UK (Canterbury) [86.09 km]: 4.106 ms
  15. Vodafone UK (Newbury) [86.17 km]: 3.385 ms
Testing upload speeds
  1. Proxar IT Consulting (Sevenoaks):            ......................... 193.39 Mbit/s
  2. Interoute VDC (Slough):                      ......................... 205.74 Mbit/s
  3. O2 UK (Slough):                              ......................... 372.80 Mbit/s
  4. Ai Networks Ltd (Welwyn Garden City):        ......................... 276.85 Mbit/s
  5. International School of London (Woking):     ......................... 155.64 Mbit/s
  6. Virgin Media (Basildon):                     ......................... 380.33 Mbit/s
  7. XILO (Maidenhead):                           ......................... 415.25 Mbit/s
  8. Iomart (Maidenhead):                         ......................... 215.71 Mbit/s
  9. Virgin Media (Luton):                        ......................... 401.37 Mbit/s
  10. Custodian DataCentre (Maidstone):           ......................... 215.88 Mbit/s
  11. VooServers Ltd (Maidstone):                 ......................... 152.88 Mbit/s
  12. CSD Network Services Ltd (Braintree):       ......................... 355.86 Mbit/s
  13. Uno (Milton Keynes):                        ......................... 380.50 Mbit/s
  14. Cloud Space UK (Canterbury):                ......................... 443.96 Mbit/s
  15. Vodafone UK (Newbury):                      ......................... 95.17 Mbit/s
Average upload speed is 284.09 Mbit/s