Stopwatch
Benchmark report #8552
Virtono – CLOUD XL - MIAMI
Report
Share test result

Test results for CLOUD XL - MIAMI at Virtono


Server specs:


4 × Westmere E56xx/L56xx/X56xx (Nehalem-C)
8 GB RAM / 120 GB disk space
Ubuntu 18.04 Bionic
Miami, United States

Benchmark results summary:


UnixBench - 2761.3
Disk Read - 1825 MB/s
Disk Write - 1555 MB/s
Bandwidth - 845.88 MB/s

More: https://serverscope.io/trials/vVNx
Share
Share this page
Cpu chip
Server Specs
CPU
4 × Westmere E56xx/L56xx/X56xx (Nehalem-C)
CPU Cores
1 × 2667 MHz
RAM
8 GB
Disk
120 GB
OS
Ubuntu 18.04 Bionic
Location
Miami, United States
Benchmark summary
Benchmark summary
UnixBench
2761.3
Disk Read
1825 MB/s
Disk Write
1555 MB/s
Bandwidth
845.88 Mbit/s
Speedtest
282.65 Mbit/s
Graph analysis
UnixBench Score
UnixBench (all CPUs)
2761.3
UnixBench (one CPU)
951.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-heJanT/byte-unixbench/UnixBench"
make distr
make[2]: Entering directory "/root/serverscope-heJanT/byte-unixbench/UnixBench"
Checking distribution of files
./pgms  exists
./src  exists
./testdir  exists
make[2]: Leaving directory "/root/serverscope-heJanT/byte-unixbench/UnixBench"
make programs
make[2]: Entering directory "/root/serverscope-heJanT/byte-unixbench/UnixBench"
make[2]: Nothing to be done for "programs".
make[2]: Leaving directory "/root/serverscope-heJanT/byte-unixbench/UnixBench"
make[1]: Leaving directory "/root/serverscope-heJanT/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: as210285-mia: GNU/Linux
   OS: GNU/Linux -- 4.15.0-22-generic -- #24-Ubuntu SMP Wed May 16 12:15:17 UTC 2018
   Machine: x86_64 (x86_64)
   Language: en_US.utf8 (charmap="UTF-8", collate="UTF-8")
   CPU 0: Westmere E56xx/L56xx/X56xx (Nehalem-C) (5333.5 bogomips)
          x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
   CPU 1: Westmere E56xx/L56xx/X56xx (Nehalem-C) (5333.5 bogomips)
          x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
   CPU 2: Westmere E56xx/L56xx/X56xx (Nehalem-C) (5333.5 bogomips)
          x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
   CPU 3: Westmere E56xx/L56xx/X56xx (Nehalem-C) (5333.5 bogomips)
          x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
   02:35:35 up 1 day, 18:31,  1 user,  load average: 7.38, 4.58, 1.97; runlevel 2018-09-25

------------------------------------------------------------------------
Benchmark Run: Thu Sep 27 2018 02:35:35 - 03:03:40
4 CPUs in system; running 1 parallel copy of tests

Dhrystone 2 using register variables       32380731.6 lps   (10.0 s, 7 samples)
Double-Precision Whetstone                     4025.8 MWIPS (9.9 s, 7 samples)
Execl Throughput                               3652.3 lps   (29.9 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks        517870.6 KBps  (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks          142143.1 KBps  (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks       1305420.5 KBps  (30.0 s, 2 samples)
Pipe Throughput                              841538.9 lps   (10.0 s, 7 samples)
Pipe-based Context Switching                  49753.5 lps   (10.0 s, 7 samples)
Process Creation                               6726.8 lps   (30.0 s, 2 samples)
Shell Scripts (1 concurrent)                   6292.1 lpm   (60.0 s, 2 samples)
Shell Scripts (8 concurrent)                   2628.7 lpm   (60.0 s, 2 samples)
System Call Overhead                         646723.3 lps   (10.0 s, 7 samples)

System Benchmarks Index Values               BASELINE       RESULT    INDEX
Dhrystone 2 using register variables         116700.0   32380731.6   2774.7
Double-Precision Whetstone                       55.0       4025.8    732.0
Execl Throughput                                 43.0       3652.3    849.4
File Copy 1024 bufsize 2000 maxblocks          3960.0     517870.6   1307.8
File Copy 256 bufsize 500 maxblocks            1655.0     142143.1    858.9
File Copy 4096 bufsize 8000 maxblocks          5800.0    1305420.5   2250.7
Pipe Throughput                               12440.0     841538.9    676.5
Pipe-based Context Switching                   4000.0      49753.5    124.4
Process Creation                                126.0       6726.8    533.9
Shell Scripts (1 concurrent)                     42.4       6292.1   1484.0
Shell Scripts (8 concurrent)                      6.0       2628.7   4381.2
System Call Overhead                          15000.0     646723.3    431.1
                                                                   ========
System Benchmarks Index Score                                         951.3

------------------------------------------------------------------------
Benchmark Run: Thu Sep 27 2018 03:03:40 - 03:31:46
4 CPUs in system; running 4 parallel copies of tests

Dhrystone 2 using register variables      127510081.9 lps   (10.0 s, 7 samples)
Double-Precision Whetstone                    15738.3 MWIPS (9.9 s, 7 samples)
Execl Throughput                              12963.8 lps   (30.0 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks        766400.6 KBps  (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks          214682.2 KBps  (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks       2171793.0 KBps  (30.0 s, 2 samples)
Pipe Throughput                             3257212.2 lps   (10.0 s, 7 samples)
Pipe-based Context Switching                 463188.8 lps   (10.0 s, 7 samples)
Process Creation                              19289.5 lps   (30.0 s, 2 samples)
Shell Scripts (1 concurrent)                  23001.1 lpm   (60.0 s, 2 samples)
Shell Scripts (8 concurrent)                   3426.0 lpm   (60.0 s, 2 samples)
System Call Overhead                        2313962.7 lps   (10.0 s, 7 samples)

System Benchmarks Index Values               BASELINE       RESULT    INDEX
Dhrystone 2 using register variables         116700.0  127510081.9  10926.3
Double-Precision Whetstone                       55.0      15738.3   2861.5
Execl Throughput                                 43.0      12963.8   3014.8
File Copy 1024 bufsize 2000 maxblocks          3960.0     766400.6   1935.4
File Copy 256 bufsize 500 maxblocks            1655.0     214682.2   1297.2
File Copy 4096 bufsize 8000 maxblocks          5800.0    2171793.0   3744.5
Pipe Throughput                               12440.0    3257212.2   2618.3
Pipe-based Context Switching                   4000.0     463188.8   1158.0
Process Creation                                126.0      19289.5   1530.9
Shell Scripts (1 concurrent)                     42.4      23001.1   5424.8
Shell Scripts (8 concurrent)                      6.0       3426.0   5710.1
System Call Overhead                          15000.0    2313962.7   1542.6
                                                                   ========
System Benchmarks Index Score                                        2761.3

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.93606 s, 731 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.82485 s, 760 MB/s


Hard drive
FIO random read
Performance
1825.7 MB/s
IOPS
467363
./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=7789: Thu Sep 27 02:32:30 2018
  read : io=109540MB, bw=1825.7MB/s, iops=467363, runt= 60001msec
    clat (usec): min=1, max=27980, avg=11.81, stdev=166.39
     lat (usec): min=1, max=27980, avg=12.77, stdev=181.64
    clat percentiles (usec):
     |  1.00th=[    1],  5.00th=[    2], 10.00th=[    2], 20.00th=[    2],
     | 30.00th=[    2], 40.00th=[    2], 50.00th=[    2], 60.00th=[    2],
     | 70.00th=[    2], 80.00th=[    2], 90.00th=[    3], 95.00th=[    3],
     | 99.00th=[  394], 99.50th=[  454], 99.90th=[  612], 99.95th=[  716],
     | 99.99th=[11968]
    bw (KB  /s): min= 7232, max=717064, per=12.43%, avg=232461.88, stdev=203163.66
    lat (usec) : 2=2.99%, 4=94.50%, 10=0.35%, 20=0.22%, 50=0.05%
    lat (usec) : 100=0.01%, 250=0.15%, 500=1.49%, 750=0.21%, 1000=0.02%
    lat (msec) : 2=0.01%, 4=0.01%, 10=0.01%, 20=0.02%, 50=0.01%
  cpu          : usr=9.00%, sys=22.77%, ctx=541836, majf=0, minf=93
  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=28042261/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=109540MB, aggrb=1825.7MB/s, minb=1825.7MB/s, maxb=1825.7MB/s, mint=60001msec, maxt=60001msec

Disk stats (read/write):
  vda: ios=524288/130, merge=0/153, ticks=184212/220, in_queue=116432, util=40.25%
Hard drive
FIO random direct read
Performance
77.82 MB/s
IOPS
19921
./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=7799: Thu Sep 27 02:33:30 2018
  read : io=4669.2MB, bw=79686KB/s, iops=19921, runt= 60001msec
    clat (usec): min=114, max=16093, avg=392.35, stdev=162.29
     lat (usec): min=115, max=16094, avg=393.45, stdev=162.38
    clat percentiles (usec):
     |  1.00th=[  181],  5.00th=[  225], 10.00th=[  258], 20.00th=[  298],
     | 30.00th=[  334], 40.00th=[  362], 50.00th=[  386], 60.00th=[  406],
     | 70.00th=[  430], 80.00th=[  454], 90.00th=[  510], 95.00th=[  604],
     | 99.00th=[  748], 99.50th=[  836], 99.90th=[ 1608], 99.95th=[ 2480],
     | 99.99th=[ 6368]
    bw (KB  /s): min= 7184, max=14224, per=12.52%, avg=9977.02, stdev=1138.73
    lat (usec) : 250=8.80%, 500=80.24%, 750=9.96%, 1000=0.72%
    lat (msec) : 2=0.20%, 4=0.04%, 10=0.03%, 20=0.01%
  cpu          : usr=2.48%, sys=6.80%, ctx=1197259, 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=1195305/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=4669.2MB, aggrb=79685KB/s, minb=79685KB/s, maxb=79685KB/s, mint=60001msec, maxt=60001msec

Disk stats (read/write):
  vda: ios=1193805/0, merge=0/0, ticks=409296/0, in_queue=281608, util=94.34%
Hard drive
FIO random write
Performance
1555.8 MB/s
IOPS
398276
./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=7819: Thu Sep 27 02:35:31 2018
  write: io=93360MB, bw=1555.8MB/s, iops=398276, runt= 60009msec
    clat (usec): min=2, max=43295, avg=16.70, stdev=398.98
     lat (usec): min=2, max=43296, avg=17.26, stdev=400.33
    clat percentiles (usec):
     |  1.00th=[    2],  5.00th=[    3], 10.00th=[    3], 20.00th=[    3],
     | 30.00th=[    4], 40.00th=[    4], 50.00th=[    5], 60.00th=[    6],
     | 70.00th=[    6], 80.00th=[    7], 90.00th=[    8], 95.00th=[    8],
     | 99.00th=[   17], 99.50th=[   23], 99.90th=[ 1416], 99.95th=[10304],
     | 99.99th=[20096]
    bw (KB  /s): min=    4, max=320252, per=12.54%, avg=199839.56, stdev=33909.98
    lat (usec) : 4=20.63%, 10=76.39%, 20=2.30%, 50=0.49%, 100=0.05%
    lat (usec) : 250=0.02%, 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%
  cpu          : usr=8.58%, sys=33.60%, ctx=191636, majf=0, minf=76
  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=23900151/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=93360MB, aggrb=1555.8MB/s, minb=1555.8MB/s, maxb=1555.8MB/s, mint=60009msec, maxt=60009msec

Disk stats (read/write):
  vda: ios=0/65128, merge=0/3187, ticks=0/225140, in_queue=204292, util=12.49%
Hard drive
FIO random direct write
Performance
10.07 MB/s
IOPS
2576
./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=7809: Thu Sep 27 02:34:31 2018
  write: io=618528KB, bw=10308KB/s, iops=2576, runt= 60005msec
    clat (usec): min=157, max=549624, avg=3095.11, stdev=17189.47
     lat (usec): min=158, max=549625, avg=3096.38, stdev=17189.55
    clat percentiles (usec):
     |  1.00th=[  217],  5.00th=[  266], 10.00th=[  286], 20.00th=[  314],
     | 30.00th=[  334], 40.00th=[  358], 50.00th=[  378], 60.00th=[  398],
     | 70.00th=[  422], 80.00th=[  454], 90.00th=[  502], 95.00th=[  596],
     | 99.00th=[82432], 99.50th=[113152], 99.90th=[211968], 99.95th=[292864],
     | 99.99th=[407552]
    bw (KB  /s): min=    8, max= 7488, per=12.77%, avg=1316.34, stdev=1046.05
    lat (usec) : 250=3.18%, 500=86.54%, 750=5.81%, 1000=0.08%
    lat (msec) : 2=0.05%, 4=0.02%, 10=0.09%, 20=0.47%, 50=1.70%
    lat (msec) : 100=1.39%, 250=0.60%, 500=0.08%, 750=0.01%
  cpu          : usr=0.42%, sys=2.11%, ctx=311126, majf=0, minf=65
  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=154632/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=618528KB, aggrb=10307KB/s, minb=10307KB/s, maxb=10307KB/s, mint=60005msec, maxt=60005msec

Disk stats (read/write):
  vda: ios=0/154614, merge=0/2243, ticks=0/50960, in_queue=20, util=0.03%
Download
Download benchmark results
Download speed
845.88 Mbit/s
Downloaded 104857600 bytes in 0.931290 sec
Downloaded 104857600 bytes in 1.039630 sec
Downloaded 104857600 bytes in 0.930802 sec
Downloaded 104857600 bytes in 0.935987 sec
Downloaded 104857600 bytes in 0.891109 sec
Finished! Average download speed is 845.88 Mbit/s
Upload
Speedtest results
Upload speed
282.65 Mbit/s
Retrieving speedtest.net configuration...
Retrieving speedtest.net server list...
Testing from 07INTERNET.RO ...
Selecting 15 servers that are not too close:
  1. Broadwave (Fort Lauderdale, FL) [39.71 km]: 16.352 ms
  2. Hotwire Fision (Boca Raton, FL) [65.90 km]: 2.754 ms
  3. Comcast (Bonita Springs, FL) [168.03 km]: 10.827 ms
  4. CenturyLink, Inc (Fort Myers, FL) [192.01 km]: 38.583 ms
  5. CenturyLink, Inc (Fort Myers, FL) [192.01 km]: 41.379 ms
  6. T3 Communications (Fort Myers, FL) [192.01 km]: 23.425 ms
  7. Broadwave (Key West, FL) [210.75 km]: 26.779 ms
  8. FL High Speed Internet (Cocoa, FL) [293.18 km]: 57.414 ms
  9. GlobalNexus (Nassau) [296.02 km]: 18.441 ms
  10. BTC (Nassau) [296.02 km]: 22.447 ms
  11. CCI Systems, Inc (Lake Buena Vista, FL) [317.73 km]: 33.082 ms
  12. Smart City Telecom (Lake Buena Vista, FL) [317.73 km]: 23.481 ms
  13. AT&T (Orlando, FL) [328.69 km]: 42.887 ms
  14. T-Mobile (Orlando, FL) [328.69 km]: 23.454 ms
  15. CenturyLink, Inc (Orlando, FL) [328.69 km]: 37.498 ms
Testing upload speeds
  1. Broadwave (Fort Lauderdale, FL):             ......................... 313.42 Mbit/s
  2. Hotwire Fision (Boca Raton, FL):             ......................... 445.25 Mbit/s
  3. Comcast (Bonita Springs, FL):                ......................... 375.14 Mbit/s
  4. CenturyLink, Inc (Fort Myers, FL):           ......................... 205.10 Mbit/s
  5. CenturyLink, Inc (Fort Myers, FL):           ......................... 191.37 Mbit/s
  6. T3 Communications (Fort Myers, FL):          ......................... 229.39 Mbit/s
  7. Broadwave (Key West, FL):                    ......................... 391.97 Mbit/s
  8. FL High Speed Internet (Cocoa, FL):          ......................... 194.95 Mbit/s
  9. GlobalNexus (Nassau):                        ......................... 302.48 Mbit/s
  10. BTC (Nassau):                               ......................... 289.78 Mbit/s
  11. CCI Systems, Inc (Lake Buena Vista, FL):    ......................... 215.69 Mbit/s
  12. Smart City Telecom (Lake Buena Vista, FL):  ......................... 288.82 Mbit/s
  13. AT&T (Orlando, FL):                         ......................... 110.53 Mbit/s
  14. T-Mobile (Orlando, FL):                     ......................... 287.30 Mbit/s
  15. CenturyLink, Inc (Orlando, FL):             ......................... 226.50 Mbit/s
Average upload speed is 271.18 Mbit/s