Stopwatch
Benchmark report #7292
Hyper Expert – 10 Core / 10GB RAM
Report
Share test result

Test results for 10 Core / 10GB RAM at Hyper Expert


Server specs:


10 × Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz
10 GB RAM / 198 GB disk space
Ubuntu 16.04 Xenial
Seattle, United States

Benchmark results summary:


UnixBench - 3523.6
Disk Read - 2877 MB/s
Disk Write - 1347 MB/s
Bandwidth - 732.73 MB/s

More: https://serverscope.io/trials/GV0K
Share
Share this page
Cpu chip
Server Specs
CPU
10 × Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz
CPU Cores
1 × 2600 MHz
RAM
10 GB
Disk
198 GB
OS
Ubuntu 16.04 Xenial
Location
Seattle, United States
Benchmark summary
Benchmark summary
UnixBench
3523.6
Disk Read
2877 MB/s
Disk Write
1347 MB/s
Bandwidth
732.73 Mbit/s
Speedtest
369.19 Mbit/s
Graph analysis
UnixBench Score
UnixBench (all CPUs)
3523.6
UnixBench (one CPU)
990.7
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-GwsKMA/byte-unixbench/UnixBench"
make distr
make[2]: Entering directory "/root/serverscope-GwsKMA/byte-unixbench/UnixBench"
Checking distribution of files
./pgms  exists
./src  exists
./testdir  exists
make[2]: Leaving directory "/root/serverscope-GwsKMA/byte-unixbench/UnixBench"
make programs
make[2]: Entering directory "/root/serverscope-GwsKMA/byte-unixbench/UnixBench"
make[2]: Nothing to be done for "programs".
make[2]: Leaving directory "/root/serverscope-GwsKMA/byte-unixbench/UnixBench"
make[1]: Leaving directory "/root/serverscope-GwsKMA/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

10 x Dhrystone 2 using register variables  1 2 3 4 5 6 7 8 9 10

10 x Double-Precision Whetstone  1 2 3 4 5 6 7 8 9 10

10 x Execl Throughput  1 2 3

10 x File Copy 1024 bufsize 2000 maxblocks  1 2 3

10 x File Copy 256 bufsize 500 maxblocks  1 2 3

10 x File Copy 4096 bufsize 8000 maxblocks  1 2 3

10 x Pipe Throughput  1 2 3 4 5 6 7 8 9 10

10 x Pipe-based Context Switching  1 2 3 4 5 6 7 8 9 10

10 x Process Creation  1 2 3

10 x System Call Overhead  1 2 3 4 5 6 7 8 9 10

10 x Shell Scripts (1 concurrent)  1 2 3

10 x Shell Scripts (8 concurrent)  1 2 3

========================================================================
   BYTE UNIX Benchmarks (Version 5.1.3)

   System: Ezlib-1: GNU/Linux
   OS: GNU/Linux -- 4.4.0-127-generic -- #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018
   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
   CPU 4: Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz (5200.0 bogomips)
          x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
   CPU 5: Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz (5200.0 bogomips)
          x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
   CPU 6: Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz (5200.0 bogomips)
          x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
   CPU 7: Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz (5200.0 bogomips)
          x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
   CPU 8: Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz (5200.0 bogomips)
          x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
   CPU 9: Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz (5200.0 bogomips)
          x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
   09:48:24 up 30 days, 15:59,  1 user,  load average: 7.92, 4.63, 1.95; runlevel 2018-05-26

------------------------------------------------------------------------
Benchmark Run: Tue Jun 26 2018 09:48:24 - 10:16:36
10 CPUs in system; running 1 parallel copy of tests

Dhrystone 2 using register variables       33261196.3 lps   (10.0 s, 7 samples)
Double-Precision Whetstone                     3444.9 MWIPS (9.9 s, 7 samples)
Execl Throughput                               2544.4 lps   (29.9 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks        512893.0 KBps  (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks          150495.3 KBps  (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks       1190082.8 KBps  (30.0 s, 2 samples)
Pipe Throughput                              863631.1 lps   (10.0 s, 7 samples)
Pipe-based Context Switching                  78874.5 lps   (10.0 s, 7 samples)
Process Creation                               7427.9 lps   (30.0 s, 2 samples)
Shell Scripts (1 concurrent)                   7536.8 lpm   (60.0 s, 2 samples)
Shell Scripts (8 concurrent)                   2790.8 lpm   (60.0 s, 2 samples)
System Call Overhead                         787481.2 lps   (10.0 s, 7 samples)

System Benchmarks Index Values               BASELINE       RESULT    INDEX
Dhrystone 2 using register variables         116700.0   33261196.3   2850.1
Double-Precision Whetstone                       55.0       3444.9    626.3
Execl Throughput                                 43.0       2544.4    591.7
File Copy 1024 bufsize 2000 maxblocks          3960.0     512893.0   1295.2
File Copy 256 bufsize 500 maxblocks            1655.0     150495.3    909.3
File Copy 4096 bufsize 8000 maxblocks          5800.0    1190082.8   2051.9
Pipe Throughput                               12440.0     863631.1    694.2
Pipe-based Context Switching                   4000.0      78874.5    197.2
Process Creation                                126.0       7427.9    589.5
Shell Scripts (1 concurrent)                     42.4       7536.8   1777.5
Shell Scripts (8 concurrent)                      6.0       2790.8   4651.4
System Call Overhead                          15000.0     787481.2    525.0
                                                                   ========
System Benchmarks Index Score                                         990.7

------------------------------------------------------------------------
Benchmark Run: Tue Jun 26 2018 10:16:36 - 10:45:00
10 CPUs in system; running 10 parallel copies of tests

Dhrystone 2 using register variables      224171799.6 lps   (10.0 s, 7 samples)
Double-Precision Whetstone                    31447.0 MWIPS (10.0 s, 7 samples)
Execl Throughput                              18663.7 lps   (29.6 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks        464490.2 KBps  (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks          134951.5 KBps  (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks       1396597.0 KBps  (30.0 s, 2 samples)
Pipe Throughput                             6691116.4 lps   (10.0 s, 7 samples)
Pipe-based Context Switching                 444908.6 lps   (10.0 s, 7 samples)
Process Creation                              29703.3 lps   (30.0 s, 2 samples)
Shell Scripts (1 concurrent)                  37353.7 lpm   (60.0 s, 2 samples)
Shell Scripts (8 concurrent)                   5366.1 lpm   (60.1 s, 2 samples)
System Call Overhead                        4504258.6 lps   (10.0 s, 7 samples)

System Benchmarks Index Values               BASELINE       RESULT    INDEX
Dhrystone 2 using register variables         116700.0  224171799.6  19209.2
Double-Precision Whetstone                       55.0      31447.0   5717.6
Execl Throughput                                 43.0      18663.7   4340.4
File Copy 1024 bufsize 2000 maxblocks          3960.0     464490.2   1173.0
File Copy 256 bufsize 500 maxblocks            1655.0     134951.5    815.4
File Copy 4096 bufsize 8000 maxblocks          5800.0    1396597.0   2407.9
Pipe Throughput                               12440.0    6691116.4   5378.7
Pipe-based Context Switching                   4000.0     444908.6   1112.3
Process Creation                                126.0      29703.3   2357.4
Shell Scripts (1 concurrent)                     42.4      37353.7   8809.8
Shell Scripts (8 concurrent)                      6.0       5366.1   8943.6
System Call Overhead                          15000.0    4504258.6   3002.8
                                                                   ========
System Benchmarks Index Score                                        3523.6

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, 15.2501 s, 141 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, 5.14392 s, 417 MB/s


Hard drive
FIO random read
Performance
2877.7 MB/s
IOPS
736685
./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=30223: Tue Jun 26 09:45:19 2018
  read : io=172695MB, bw=2877.7MB/s, iops=736685, runt= 60012msec
    clat (usec): min=1, max=721973, avg= 8.35, stdev=480.65
     lat (usec): min=1, max=721974, avg= 8.79, stdev=480.66
    clat percentiles (usec):
     |  1.00th=[    1],  5.00th=[    1], 10.00th=[    1], 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=[   17], 99.50th=[   77], 99.90th=[  133], 99.95th=[  245],
     | 99.99th=[20096]
    bw (KB  /s): min=  103, max=980240, per=12.72%, avg=374905.16, stdev=424707.20
    lat (usec) : 2=14.48%, 4=81.80%, 10=2.35%, 20=0.44%, 50=0.13%
    lat (usec) : 100=0.58%, 250=0.18%, 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%
    lat (msec) : 100=0.01%, 250=0.01%, 500=0.01%, 750=0.01%
  cpu          : usr=13.26%, sys=31.89%, ctx=372835, 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=44209964/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=172695MB, aggrb=2877.7MB/s, minb=2877.7MB/s, maxb=2877.7MB/s, mint=60012msec, maxt=60012msec

Disk stats (read/write):
  vda: ios=353966/157, merge=0/255, ticks=262628/144, in_queue=263472, util=100.00%
Hard drive
FIO random direct read
Performance
178.24 MB/s
IOPS
45629
./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=30241: Tue Jun 26 09:46:20 2018
  read : io=10700MB, bw=182518KB/s, iops=45629, runt= 60031msec
    clat (usec): min=26, max=1250.1K, avg=170.15, stdev=1978.46
     lat (usec): min=26, max=1250.1K, avg=170.76, stdev=1978.46
    clat percentiles (usec):
     |  1.00th=[   52],  5.00th=[   62], 10.00th=[   69], 20.00th=[   78],
     | 30.00th=[   84], 40.00th=[   89], 50.00th=[   94], 60.00th=[  100],
     | 70.00th=[  108], 80.00th=[  119], 90.00th=[  139], 95.00th=[  165],
     | 99.00th=[  596], 99.50th=[  932], 99.90th=[22144], 99.95th=[31616],
     | 99.99th=[53504]
    bw (KB  /s): min=   15, max=50728, per=12.74%, avg=23253.19, stdev=17266.82
    lat (usec) : 50=0.70%, 100=57.99%, 250=39.31%, 500=0.87%, 750=0.53%
    lat (usec) : 1000=0.12%
    lat (msec) : 2=0.10%, 4=0.07%, 10=0.12%, 20=0.07%, 50=0.11%
    lat (msec) : 100=0.01%, 250=0.01%, 500=0.01%, 750=0.01%, 1000=0.01%
    lat (msec) : 2000=0.01%
  cpu          : usr=3.29%, sys=10.47%, ctx=2745070, 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=2739192/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=10700MB, aggrb=182518KB/s, minb=182518KB/s, maxb=182518KB/s, mint=60031msec, maxt=60031msec

Disk stats (read/write):
  vda: ios=2736309/37, merge=0/28, ticks=422316/0, in_queue=434116, util=100.00%
Hard drive
FIO random write
Performance
1347.8 MB/s
IOPS
345029
./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=30271: Tue Jun 26 09:48:20 2018
  write: io=80868MB, bw=1347.8MB/s, iops=345029, runt= 60001msec
    clat (usec): min=1, max=32929, avg=20.02, stdev=81.02
     lat (usec): min=2, max=32929, avg=20.54, stdev=81.17
    clat percentiles (usec):
     |  1.00th=[    3],  5.00th=[    4], 10.00th=[    9], 20.00th=[   14],
     | 30.00th=[   16], 40.00th=[   17], 50.00th=[   17], 60.00th=[   18],
     | 70.00th=[   19], 80.00th=[   21], 90.00th=[   25], 95.00th=[   31],
     | 99.00th=[   54], 99.50th=[   84], 99.90th=[  516], 99.95th=[  988],
     | 99.99th=[ 3472]
    bw (KB  /s): min=29152, max=226208, per=12.52%, avg=172806.92, stdev=25738.45
    lat (usec) : 2=0.01%, 4=4.24%, 10=6.03%, 20=61.57%, 50=26.92%
    lat (usec) : 100=0.81%, 250=0.24%, 500=0.08%, 750=0.04%, 1000=0.02%
    lat (msec) : 2=0.03%, 4=0.01%, 10=0.01%, 20=0.01%, 50=0.01%
  cpu          : usr=8.87%, sys=88.17%, ctx=484703, 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=20702105/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=80868MB, aggrb=1347.8MB/s, minb=1347.8MB/s, maxb=1347.8MB/s, mint=60001msec, maxt=60001msec

Disk stats (read/write):
  vda: ios=0/28579, merge=0/72, ticks=0/69428, in_queue=69424, util=8.26%
Hard drive
FIO random direct write
Performance
37.86 MB/s
IOPS
9691
./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=30254: Tue Jun 26 09:47:20 2018
  write: io=2271.5MB, bw=38765KB/s, iops=9691, runt= 60001msec
    clat (usec): min=40, max=2004.5K, avg=819.93, stdev=8292.53
     lat (usec): min=40, max=2004.5K, avg=820.65, stdev=8292.54
    clat percentiles (usec):
     |  1.00th=[   52],  5.00th=[   58], 10.00th=[   62], 20.00th=[   67],
     | 30.00th=[   73], 40.00th=[   78], 50.00th=[   84], 60.00th=[   92],
     | 70.00th=[  106], 80.00th=[  564], 90.00th=[ 2928], 95.00th=[ 3760],
     | 99.00th=[ 6368], 99.50th=[ 7968], 99.90th=[17792], 99.95th=[41728],
     | 99.99th=[179200]
    bw (KB  /s): min=    1, max=16657, per=12.96%, avg=5023.48, stdev=2163.44
    lat (usec) : 50=0.32%, 100=66.17%, 250=13.01%, 500=0.46%, 750=0.20%
    lat (usec) : 1000=0.06%
    lat (msec) : 2=2.50%, 4=13.07%, 10=3.94%, 20=0.18%, 50=0.05%
    lat (msec) : 100=0.03%, 250=0.01%, 500=0.01%, 750=0.01%, 2000=0.01%
    lat (msec) : >=2000=0.01%
  cpu          : usr=0.86%, sys=3.52%, ctx=1163502, 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=581484/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=2271.5MB, aggrb=38764KB/s, minb=38764KB/s, maxb=38764KB/s, mint=60001msec, maxt=60001msec

Disk stats (read/write):
  vda: ios=0/580761, merge=0/1526, ticks=0/80916, in_queue=80796, util=89.00%
Download
Download benchmark results
Download speed
732.73 Mbit/s
Downloaded 104857600 bytes in 1.132 sec
Downloaded 104857600 bytes in 1.096 sec
Downloaded 104857600 bytes in 1.114 sec
Downloaded 104857600 bytes in 1.048 sec
Downloaded 104857600 bytes in 1.069 sec
Finished! Average download speed is 732.73 Mbit/s
Upload
Speedtest results
Upload speed
369.19 Mbit/s
Retrieving speedtest.net configuration...
Retrieving speedtest.net server list...
Testing from Wowrack.com ...
Selecting 15 servers that are not too close:
  1. Rainier Connect (Tacoma, WA) [30.33 km]: 10.747 ms
  2. AT&T Wireless (Bothell, WA) [32.08 km]: 1800000.0 ms
  3. Central Kitsap School District (Silverdale, WA) [34.90 km]: 9.956 ms
  4. Whidbey Telecom (Langley, WA) [61.87 km]: 6.294 ms
  5. Shaw Communications (Victoria, BC) [131.04 km]: 9.051 ms
  6. JUCE Communications (Victoria, BC) [131.04 km]: 19.371 ms
  7. Green House Data (Bellingham, WA) [140.89 km]: 600007.639 ms
  8. LocalTel Communications (Wenatchee, WA) [147.95 km]: 13.25 ms
  9. T-Mobile (East Wenatchee, WA) [150.76 km]: 31.724 ms
  10. CresComm WiFi, LLC (Long Beach, WA) [184.23 km]: 17.138 ms
  11. Delta Cable (Delta, BC) [190.11 km]: 9.629 ms
  12. Urban Networks Inc (Burnaby, BC) [202.19 km]: 16.596 ms
  13. Tech Futures Interactive Inc. (Burnaby, BC) [203.86 km]: 100.615 ms
  14. In2net Network Inc. (Burnaby, BC) [203.86 km]: 14.561 ms
  15. Shaw Communications (Vancouver, BC) [205.03 km]: 15.586 ms
Testing upload speeds
  1. Rainier Connect (Tacoma, WA):                ......................... 369.08 Mbit/s
  2. AT&T Wireless (Bothell, WA):                 ......................... 0.00 Mbit/s
  3. Central Kitsap School District (Silverdale, WA):......................... 249.33 Mbit/s
  4. Whidbey Telecom (Langley, WA):               ......................... 219.43 Mbit/s
  5. Shaw Communications (Victoria, BC):          ......................... 459.24 Mbit/s
  6. JUCE Communications (Victoria, BC):          ......................... 260.97 Mbit/s
  7. Green House Data (Bellingham, WA):           ......................... 1.34 Mbit/s
  8. LocalTel Communications (Wenatchee, WA):     ......................... 385.74 Mbit/s
  9. T-Mobile (East Wenatchee, WA):               ......................... 503.47 Mbit/s
  10. CresComm WiFi, LLC (Long Beach, WA):        ......................... 97.69 Mbit/s
  11. Delta Cable (Delta, BC):                    ......................... 511.03 Mbit/s
  12. Urban Networks Inc (Burnaby, BC):           ......................... 539.01 Mbit/s
  13. Tech Futures Interactive Inc. (Burnaby, BC):......................... 262.47 Mbit/s
  14. In2net Network Inc. (Burnaby, BC):          ......................... 188.77 Mbit/s
  15. Shaw Communications (Vancouver, BC):        ......................... 481.78 Mbit/s
Average upload speed is 301.96 Mbit/s