Stopwatch
Benchmark report #5105
VMHaus – VMH-4GB-LAX
Report
Share test result

Test results for VMH-4GB-LAX at VMHaus


Server specs:


4 × Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz
4 GB RAM / 51 GB disk space
Ubuntu 16.04 Xenial
Los Angeles, United States

Benchmark results summary:


UnixBench - 4211.2
Disk Read - 7811 MB/s
Disk Write - 2058 MB/s
Bandwidth - 637.25 MB/s

More: https://serverscope.io/trials/e5v3
Share
Share this page
Cpu chip
Server Specs
CPU
4 × Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz
CPU Cores
1 × 2600 MHz
RAM
4 GB
Disk
51 GB
OS
Ubuntu 16.04 Xenial
Location
Los Angeles, United States
Benchmark summary
Benchmark summary
UnixBench
4211.2
Disk Read
7811 MB/s
Disk Write
2058 MB/s
Bandwidth
637.25 Mbit/s
Speedtest
99.5 Mbit/s
Graph analysis
UnixBench Score
UnixBench (all CPUs)
4211.2
UnixBench (one CPU)
1824.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);
    ^
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-xZiq_O/byte-unixbench/UnixBench"
make distr
make[2]: Entering directory "/root/serverscope-xZiq_O/byte-unixbench/UnixBench"
Checking distribution of files
./pgms  exists
./src  exists
./testdir  exists
make[2]: Leaving directory "/root/serverscope-xZiq_O/byte-unixbench/UnixBench"
make programs
make[2]: Entering directory "/root/serverscope-xZiq_O/byte-unixbench/UnixBench"
make[2]: Nothing to be done for "programs".
make[2]: Leaving directory "/root/serverscope-xZiq_O/byte-unixbench/UnixBench"
make[1]: Leaving directory "/root/serverscope-xZiq_O/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: PeachBlossom: GNU/Linux
   OS: GNU/Linux -- 4.4.0-87-generic -- #110-Ubuntu SMP Tue Jul 18 12:55:35 UTC 2017
   Machine: x86_64 (x86_64)
   Language: en_US.utf8 (charmap="UTF-8", collate="UTF-8")
   CPU 0: Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz (5200.0 bogomips)
          x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
   CPU 1: Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz (5200.0 bogomips)
          x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
   CPU 2: Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz (5200.0 bogomips)
          x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
   CPU 3: Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz (5200.0 bogomips)
          x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
   13:06:31 up 10 min,  1 user,  load average: 7.85, 4.49, 1.90; runlevel 2018-01-07

------------------------------------------------------------------------
Benchmark Run: Sun Jan 07 2018 13:06:31 - 13:34:37
4 CPUs in system; running 1 parallel copy of tests

Dhrystone 2 using register variables       35673969.0 lps   (10.0 s, 7 samples)
Double-Precision Whetstone                     3752.2 MWIPS (9.9 s, 7 samples)
Execl Throughput                               4062.1 lps   (30.0 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks       1120644.3 KBps  (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks          315799.0 KBps  (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks       2107088.2 KBps  (30.0 s, 2 samples)
Pipe Throughput                             2106535.6 lps   (10.0 s, 7 samples)
Pipe-based Context Switching                 266370.3 lps   (10.0 s, 7 samples)
Process Creation                              10702.9 lps   (30.0 s, 2 samples)
Shell Scripts (1 concurrent)                  11152.7 lpm   (60.0 s, 2 samples)
Shell Scripts (8 concurrent)                   3333.7 lpm   (60.0 s, 2 samples)
System Call Overhead                        3764762.4 lps   (10.0 s, 7 samples)

System Benchmarks Index Values               BASELINE       RESULT    INDEX
Dhrystone 2 using register variables         116700.0   35673969.0   3056.9
Double-Precision Whetstone                       55.0       3752.2    682.2
Execl Throughput                                 43.0       4062.1    944.7
File Copy 1024 bufsize 2000 maxblocks          3960.0    1120644.3   2829.9
File Copy 256 bufsize 500 maxblocks            1655.0     315799.0   1908.2
File Copy 4096 bufsize 8000 maxblocks          5800.0    2107088.2   3632.9
Pipe Throughput                               12440.0    2106535.6   1693.4
Pipe-based Context Switching                   4000.0     266370.3    665.9
Process Creation                                126.0      10702.9    849.4
Shell Scripts (1 concurrent)                     42.4      11152.7   2630.4
Shell Scripts (8 concurrent)                      6.0       3333.7   5556.1
System Call Overhead                          15000.0    3764762.4   2509.8
                                                                   ========
System Benchmarks Index Score                                        1824.2

------------------------------------------------------------------------
Benchmark Run: Sun Jan 07 2018 13:34:37 - 14:02:45
4 CPUs in system; running 4 parallel copies of tests

Dhrystone 2 using register variables      139814319.6 lps   (10.0 s, 7 samples)
Double-Precision Whetstone                    14120.9 MWIPS (9.9 s, 7 samples)
Execl Throughput                              15762.7 lps   (29.6 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks        911915.5 KBps  (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks          293351.1 KBps  (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks       2657442.0 KBps  (30.0 s, 2 samples)
Pipe Throughput                             8188076.4 lps   (10.0 s, 7 samples)
Pipe-based Context Switching                1038163.1 lps   (10.0 s, 7 samples)
Process Creation                              41363.5 lps   (30.0 s, 2 samples)
Shell Scripts (1 concurrent)                  32489.3 lpm   (60.0 s, 2 samples)
Shell Scripts (8 concurrent)                   4156.7 lpm   (60.0 s, 2 samples)
System Call Overhead                        7432510.9 lps   (10.0 s, 7 samples)

System Benchmarks Index Values               BASELINE       RESULT    INDEX
Dhrystone 2 using register variables         116700.0  139814319.6  11980.7
Double-Precision Whetstone                       55.0      14120.9   2567.4
Execl Throughput                                 43.0      15762.7   3665.8
File Copy 1024 bufsize 2000 maxblocks          3960.0     911915.5   2302.8
File Copy 256 bufsize 500 maxblocks            1655.0     293351.1   1772.5
File Copy 4096 bufsize 8000 maxblocks          5800.0    2657442.0   4581.8
Pipe Throughput                               12440.0    8188076.4   6582.1
Pipe-based Context Switching                   4000.0    1038163.1   2595.4
Process Creation                                126.0      41363.5   3282.8
Shell Scripts (1 concurrent)                     42.4      32489.3   7662.6
Shell Scripts (8 concurrent)                      6.0       4156.7   6927.8
System Call Overhead                          15000.0    7432510.9   4955.0
                                                                   ========
System Benchmarks Index Score                                        4211.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, 3.34453 s, 642 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.77765 s, 773 MB/s


Hard drive
FIO random read
Performance
7811.5 MB/s
IOPS
2047795
./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=18356: Sun Jan  7 13:03:28 2018
  read : io=468693MB, bw=7811.5MB/s, iops=1999.8K, runt= 60001msec
    clat (usec): min=0, max=24043, avg= 2.46, stdev=111.13
     lat (usec): min=0, max=24043, avg= 2.69, stdev=116.85
    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=[    2], 99.50th=[   13], 99.90th=[   73], 99.95th=[   79],
     | 99.99th=[ 4016]
    bw (KB  /s): min=53336, max=1436671, per=12.50%, avg=999876.93, stdev=266320.95
    lat (usec) : 2=89.91%, 4=9.34%, 10=0.11%, 20=0.16%, 50=0.07%
    lat (usec) : 100=0.39%, 250=0.01%, 500=0.01%, 750=0.01%, 1000=0.01%
    lat (msec) : 2=0.01%, 4=0.01%, 10=0.01%, 20=0.01%, 50=0.01%
  cpu          : usr=14.50%, sys=33.14%, ctx=550222, 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=119985462/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=468693MB, aggrb=7811.5MB/s, minb=7811.5MB/s, maxb=7811.5MB/s, mint=60001msec, maxt=60001msec

Disk stats (read/write):
  vda: ios=524288/140, merge=0/798, ticks=25536/256, in_queue=25992, util=7.39%
Hard drive
FIO random direct read
Performance
423.18 MB/s
IOPS
108335
./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=18366: Sun Jan  7 13:04:28 2018
  read : io=25391MB, bw=433341KB/s, iops=108335, runt= 60001msec
    clat (usec): min=19, max=7976, avg=70.84, stdev=16.05
     lat (usec): min=20, max=7976, avg=71.12, stdev=16.10
    clat percentiles (usec):
     |  1.00th=[   47],  5.00th=[   54], 10.00th=[   57], 20.00th=[   61],
     | 30.00th=[   65], 40.00th=[   67], 50.00th=[   69], 60.00th=[   72],
     | 70.00th=[   75], 80.00th=[   79], 90.00th=[   88], 95.00th=[   95],
     | 99.00th=[  109], 99.50th=[  113], 99.90th=[  125], 99.95th=[  135],
     | 99.99th=[  221]
    bw (KB  /s): min=30472, max=62280, per=12.52%, avg=54246.83, stdev=5666.04
    lat (usec) : 20=0.01%, 50=1.64%, 100=95.13%, 250=3.23%, 500=0.01%
    lat (usec) : 750=0.01%, 1000=0.01%
    lat (msec) : 2=0.01%, 4=0.01%, 10=0.01%
  cpu          : usr=3.80%, sys=10.61%, ctx=7172778, majf=0, minf=79
  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=6500222/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=25391MB, aggrb=433340KB/s, minb=433340KB/s, maxb=433340KB/s, mint=60001msec, maxt=60001msec

Disk stats (read/write):
  vda: ios=6489554/0, merge=0/0, ticks=371376/0, in_queue=373660, util=93.97%
Hard drive
FIO random write
Performance
2058.2 MB/s
IOPS
526886
./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=18386: Sun Jan  7 13:06:29 2018
  write: io=123493MB, bw=2058.2MB/s, iops=526886, runt= 60002msec
    clat (usec): min=1, max=68075, avg=13.75, stdev=399.30
     lat (usec): min=1, max=68075, avg=13.93, stdev=400.37
    clat percentiles (usec):
     |  1.00th=[    1],  5.00th=[    2], 10.00th=[    2], 20.00th=[    2],
     | 30.00th=[    3], 40.00th=[    4], 50.00th=[    4], 60.00th=[    5],
     | 70.00th=[    6], 80.00th=[    6], 90.00th=[    7], 95.00th=[    8],
     | 99.00th=[   12], 99.50th=[   16], 99.90th=[   43], 99.95th=[ 8768],
     | 99.99th=[20608]
    bw (KB  /s): min=88560, max=410581, per=12.51%, avg=263553.18, stdev=38374.69
    lat (usec) : 2=1.59%, 4=34.70%, 10=61.78%, 20=1.64%, 50=0.20%
    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.03%, 50=0.01%
    lat (msec) : 100=0.01%
  cpu          : usr=6.38%, sys=31.52%, ctx=934111, majf=0, minf=84
  IO depths    : 1=100.0%, 2=0.0%, 4=0.0%, 8=0.0%, 16=0.0%, 32=0.0%, >=64=0.0%
     submit    : 0=0.0%, 4=100.0%, 8=0.0%, 16=0.0%, 32=0.0%, 64=0.0%, >=64=0.0%
     complete  : 0=0.0%, 4=100.0%, 8=0.0%, 16=0.0%, 32=0.0%, 64=0.0%, >=64=0.0%
     issued    : total=r=0/w=31614221/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=123493MB, aggrb=2058.2MB/s, minb=2058.2MB/s, maxb=2058.2MB/s, mint=60002msec, maxt=60002msec

Disk stats (read/write):
  vda: ios=0/78187, merge=0/23, ticks=0/231308, in_queue=231292, util=4.44%
Hard drive
FIO random direct write
Performance
65.67 MB/s
IOPS
16811
./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=18376: Sun Jan  7 13:05:29 2018
  write: io=3940.4MB, bw=67247KB/s, iops=16811, runt= 60001msec
    clat (usec): min=42, max=201081, avg=473.55, stdev=3391.80
     lat (usec): min=42, max=201082, avg=473.82, stdev=3391.81
    clat percentiles (usec):
     |  1.00th=[   47],  5.00th=[   48], 10.00th=[   49], 20.00th=[   50],
     | 30.00th=[   52], 40.00th=[   54], 50.00th=[   57], 60.00th=[   59],
     | 70.00th=[   62], 80.00th=[   65], 90.00th=[  478], 95.00th=[ 1432],
     | 99.00th=[ 8896], 99.50th=[19072], 99.90th=[51968], 99.95th=[64768],
     | 99.99th=[105984]
    bw (KB  /s): min=   47, max=63224, per=12.62%, avg=8487.43, stdev=9909.63
    lat (usec) : 50=11.50%, 100=76.58%, 250=0.68%, 500=1.71%, 750=0.62%
    lat (usec) : 1000=0.70%
    lat (msec) : 2=5.64%, 4=0.95%, 10=0.72%, 20=0.43%, 50=0.36%
    lat (msec) : 100=0.10%, 250=0.01%
  cpu          : usr=0.68%, sys=2.91%, ctx=2031298, 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=1008722/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=3940.4MB, aggrb=67247KB/s, minb=67247KB/s, maxb=67247KB/s, mint=60001msec, maxt=60001msec

Disk stats (read/write):
  vda: ios=0/1007661, merge=0/808, ticks=0/48088, in_queue=47916, util=78.20%
Download
Download benchmark results
Download speed
637.25 Mbit/s
Downloaded 104857600 bytes in 1.362 sec
Downloaded 104857600 bytes in 1.390 sec
Downloaded 104857600 bytes in 1.091 sec
Downloaded 104857600 bytes in 1.329 sec
Downloaded 104857600 bytes in 1.105 sec
Finished! Average download speed is 637.25 Mbit/s
Upload
Speedtest results
Upload speed
99.5 Mbit/s
Retrieving speedtest.net configuration...
Retrieving speedtest.net server list...
Testing from VMHaus Limited ...
Selecting 15 servers that are not too close:
  1. Verizon (Azusa, CA) [32.20 km]: 11.524 ms
  2. Server ISP (Anaheim, CA) [38.88 km]: 3.391 ms
  3. Sprint (Anaheim, CA) [38.88 km]: 24.554 ms
  4. C3Network.Inc (Diamond Bar, CA) [39.44 km]: 12.743 ms
  5. Siteserver, Inc. (Simi Valley, CA) [51.56 km]: 11.395 ms
  6. Ultimate Internet Access (Ontario, CA) [54.65 km]: 10.394 ms
  7. T-Mobile (Simi Valley, CA) [54.93 km]: 17.258 ms
  8. T-Mobile (Irvine, CA) [58.58 km]: 15.455 ms
  9. Google Fiber (Irvine, CA) [58.58 km]: 1800000.0 ms
  10. T-Mobile (Riverside, CA) [79.05 km]: 56.91 ms
  11. Verizon (Vista, CA) [131.87 km]: 19.609 ms
  12. T-Mobile (Escondido, CA) [149.37 km]: 18.013 ms
  13. I2B Networks Inc (San Diego, CA) [179.91 km]: 18.092 ms
  14. AT&T (San Diego, CA) [179.91 km]: 22.668 ms
  15. CCI - San Diego (San Diego, CA) [179.91 km]: 10.622 ms
Testing upload speeds
  1. Verizon (Azusa, CA):                         ......................... 116.84 Mbit/s
  2. Server ISP (Anaheim, CA):                    ......................... 110.81 Mbit/s
  3. Sprint (Anaheim, CA):                        ......................... 6.19 Mbit/s
  4. C3Network.Inc (Diamond Bar, CA):             ......................... 5.51 Mbit/s
  5. Siteserver, Inc. (Simi Valley, CA):          ......................... 88.83 Mbit/s
  6. Ultimate Internet Access (Ontario, CA):      ......................... 575.02 Mbit/s
  7. T-Mobile (Simi Valley, CA):                  ......................... 8.07 Mbit/s
  8. T-Mobile (Irvine, CA):                       ......................... 114.93 Mbit/s
  9. Google Fiber (Irvine, CA):                   ......................... 0.00 Mbit/s
  10. T-Mobile (Riverside, CA):                   ......................... 148.59 Mbit/s
  11. Verizon (Vista, CA):                        ......................... 32.57 Mbit/s
  12. T-Mobile (Escondido, CA):                   ......................... 39.30 Mbit/s
  13. I2B Networks Inc (San Diego, CA):           ......................... 115.62 Mbit/s
  14. AT&T (San Diego, CA):                       ......................... 13.50 Mbit/s
  15. CCI - San Diego (San Diego, CA):            ......................... 116.72 Mbit/s
Average upload speed is 99.50 Mbit/s