Stopwatch
Benchmark report #13253
SSDNodes – 32GB 8vCPU 320GB NVMe
Report
Share test result

Test results for 32GB 8vCPU 320GB NVMe at SSDNodes


Server specs:


8 × Intel(R) Xeon(R) CPU E5-2650 v4 @ 2.20GHz
31 GB RAM / 330 GB disk space
Ubuntu 18.04 Bionic

Benchmark results summary:


UnixBench - 1321.3
Disk Read - 32 MB/s
Disk Write - 251 MB/s
Bandwidth - 763.41 MB/s

More: https://serverscope.io/trials/dJYr
Share
Share this page
Cpu chip
Server Specs
CPU
8 × Intel(R) Xeon(R) CPU E5-2650 v4 @ 2.20GHz
CPU Cores
1 × 2200 MHz
RAM
31 GB
Disk
330 GB
OS
Ubuntu 18.04 Bionic
Benchmark summary
Benchmark summary
UnixBench
1321.3
Disk Read
32 MB/s
Disk Write
251 MB/s
Bandwidth
763.41 Mbit/s
Speedtest
378.25 Mbit/s
Graph analysis
UnixBench Score
UnixBench (all CPUs)
1321.3
UnixBench (one CPU)
431.4
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-9dgORj/byte-unixbench/UnixBench"
make distr
make[2]: Entering directory "/root/serverscope-9dgORj/byte-unixbench/UnixBench"
Checking distribution of files
./pgms  exists
./src  exists
./testdir  exists
make[2]: Leaving directory "/root/serverscope-9dgORj/byte-unixbench/UnixBench"
make programs
make[2]: Entering directory "/root/serverscope-9dgORj/byte-unixbench/UnixBench"
make[2]: Nothing to be done for "programs".
make[2]: Leaving directory "/root/serverscope-9dgORj/byte-unixbench/UnixBench"
make[1]: Leaving directory "/root/serverscope-9dgORj/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

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

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

8 x Execl Throughput  1 2 3

8 x File Copy 1024 bufsize 2000 maxblocks  1 2 3

8 x File Copy 256 bufsize 500 maxblocks  1 2 3

8 x File Copy 4096 bufsize 8000 maxblocks  1 2 3

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

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

8 x Process Creation  1 2 3

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

8 x Shell Scripts (1 concurrent)  1 2 3

8 x Shell Scripts (8 concurrent)  1 2 3

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

   System: ssdnodes-47464: GNU/Linux
   OS: GNU/Linux -- 4.15.0-50-generic -- #54-Ubuntu SMP Mon May 6 18:46:08 UTC 2019
   Machine: x86_64 (x86_64)
   Language: en_US.utf8 (charmap="UTF-8", collate="UTF-8")
   CPU 0: Intel(R) Xeon(R) CPU E5-2650 v4 @ 2.20GHz (4400.0 bogomips)
          x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
   CPU 1: Intel(R) Xeon(R) CPU E5-2650 v4 @ 2.20GHz (4400.0 bogomips)
          x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
   CPU 2: Intel(R) Xeon(R) CPU E5-2650 v4 @ 2.20GHz (4400.0 bogomips)
          x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
   CPU 3: Intel(R) Xeon(R) CPU E5-2650 v4 @ 2.20GHz (4400.0 bogomips)
          x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
   CPU 4: Intel(R) Xeon(R) CPU E5-2650 v4 @ 2.20GHz (4400.0 bogomips)
          x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
   CPU 5: Intel(R) Xeon(R) CPU E5-2650 v4 @ 2.20GHz (4400.0 bogomips)
          x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
   CPU 6: Intel(R) Xeon(R) CPU E5-2650 v4 @ 2.20GHz (4400.0 bogomips)
          x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
   CPU 7: Intel(R) Xeon(R) CPU E5-2650 v4 @ 2.20GHz (4400.0 bogomips)
          x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
   23:47:09 up 2 days, 16:37,  1 user,  load average: 7.38, 4.73, 2.09; runlevel 2020-04-03

------------------------------------------------------------------------
Benchmark Run: Sun Apr 05 2020 23:47:09 - 00:15:19
8 CPUs in system; running 1 parallel copy of tests

Dhrystone 2 using register variables       21599328.0 lps   (10.0 s, 7 samples)
Double-Precision Whetstone                     4146.4 MWIPS (9.4 s, 7 samples)
Execl Throughput                               1879.2 lps   (30.0 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks        248979.0 KBps  (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks           73602.0 KBps  (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks        700937.4 KBps  (30.0 s, 2 samples)
Pipe Throughput                              419730.2 lps   (10.0 s, 7 samples)
Pipe-based Context Switching                  22191.0 lps   (10.0 s, 7 samples)
Process Creation                               1369.7 lps   (30.0 s, 2 samples)
Shell Scripts (1 concurrent)                   2390.8 lpm   (60.0 s, 2 samples)
Shell Scripts (8 concurrent)                    572.8 lpm   (60.1 s, 2 samples)
System Call Overhead                         276295.8 lps   (10.0 s, 7 samples)

System Benchmarks Index Values               BASELINE       RESULT    INDEX
Dhrystone 2 using register variables         116700.0   21599328.0   1850.8
Double-Precision Whetstone                       55.0       4146.4    753.9
Execl Throughput                                 43.0       1879.2    437.0
File Copy 1024 bufsize 2000 maxblocks          3960.0     248979.0    628.7
File Copy 256 bufsize 500 maxblocks            1655.0      73602.0    444.7
File Copy 4096 bufsize 8000 maxblocks          5800.0     700937.4   1208.5
Pipe Throughput                               12440.0     419730.2    337.4
Pipe-based Context Switching                   4000.0      22191.0     55.5
Process Creation                                126.0       1369.7    108.7
Shell Scripts (1 concurrent)                     42.4       2390.8    563.9
Shell Scripts (8 concurrent)                      6.0        572.8    954.7
System Call Overhead                          15000.0     276295.8    184.2
                                                                   ========
System Benchmarks Index Score                                         431.4

------------------------------------------------------------------------
Benchmark Run: Mon Apr 06 2020 00:15:19 - 00:43:40
8 CPUs in system; running 8 parallel copies of tests

Dhrystone 2 using register variables      144894282.9 lps   (10.0 s, 7 samples)
Double-Precision Whetstone                    28788.3 MWIPS (9.7 s, 7 samples)
Execl Throughput                               5542.8 lps   (30.0 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks        179013.4 KBps  (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks           59696.3 KBps  (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks        594485.1 KBps  (30.0 s, 2 samples)
Pipe Throughput                             2891008.9 lps   (10.0 s, 7 samples)
Pipe-based Context Switching                 152888.2 lps   (10.0 s, 7 samples)
Process Creation                               5144.7 lps   (30.0 s, 2 samples)
Shell Scripts (1 concurrent)                   8116.0 lpm   (60.1 s, 2 samples)
Shell Scripts (8 concurrent)                   1467.2 lpm   (60.2 s, 2 samples)
System Call Overhead                        1786244.7 lps   (10.0 s, 7 samples)

System Benchmarks Index Values               BASELINE       RESULT    INDEX
Dhrystone 2 using register variables         116700.0  144894282.9  12416.0
Double-Precision Whetstone                       55.0      28788.3   5234.2
Execl Throughput                                 43.0       5542.8   1289.0
File Copy 1024 bufsize 2000 maxblocks          3960.0     179013.4    452.1
File Copy 256 bufsize 500 maxblocks            1655.0      59696.3    360.7
File Copy 4096 bufsize 8000 maxblocks          5800.0     594485.1   1025.0
Pipe Throughput                               12440.0    2891008.9   2324.0
Pipe-based Context Switching                   4000.0     152888.2    382.2
Process Creation                                126.0       5144.7    408.3
Shell Scripts (1 concurrent)                     42.4       8116.0   1914.2
Shell Scripts (8 concurrent)                      6.0       1467.2   2445.3
System Call Overhead                          15000.0    1786244.7   1190.8
                                                                   ========
System Benchmarks Index Score                                        1321.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, 7.69135 s, 279 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, 4.24411 s, 506 MB/s


Hard drive
FIO random read
Performance
32.6 MB/s
IOPS
8345
./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=2441: Sun Apr  5 23:44:03 2020
  read : io=1956.2MB, bw=33383KB/s, iops=8345, runt= 60002msec
    clat (usec): min=58, max=111507, avg=944.46, stdev=1512.21
     lat (usec): min=59, max=111508, avg=946.32, stdev=1513.01
    clat percentiles (usec):
     |  1.00th=[  137],  5.00th=[  199], 10.00th=[  245], 20.00th=[  326],
     | 30.00th=[  402], 40.00th=[  486], 50.00th=[  588], 60.00th=[  708],
     | 70.00th=[  876], 80.00th=[ 1144], 90.00th=[ 1736], 95.00th=[ 2576],
     | 99.00th=[ 7136], 99.50th=[10560], 99.90th=[18048], 99.95th=[21632],
     | 99.99th=[35584]
    bw (KB  /s): min= 1301, max= 8432, per=12.55%, avg=4188.98, stdev=1147.24
    lat (usec) : 100=0.14%, 250=10.43%, 500=30.91%, 750=21.43%, 1000=12.41%
    lat (msec) : 2=16.87%, 4=5.37%, 10=1.88%, 20=0.49%, 50=0.06%
    lat (msec) : 100=0.01%, 250=0.01%
  cpu          : usr=1.98%, sys=7.00%, ctx=502164, majf=0, minf=103
  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=500764/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=1956.2MB, aggrb=33383KB/s, minb=33383KB/s, maxb=33383KB/s, mint=60002msec, maxt=60002msec

Disk stats (read/write):
  sda: ios=499985/112, merge=0/188, ticks=438488/488, in_queue=311908, util=97.98%
Hard drive
FIO random direct read
Performance
22.29 MB/s
IOPS
5706
./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=2455: Sun Apr  5 23:45:03 2020
  read : io=1337.6MB, bw=22824KB/s, iops=5706, runt= 60009msec
    clat (usec): min=63, max=62049, avg=1373.46, stdev=2072.78
     lat (usec): min=64, max=62050, avg=1375.43, stdev=2074.24
    clat percentiles (usec):
     |  1.00th=[  159],  5.00th=[  239], 10.00th=[  310], 20.00th=[  426],
     | 30.00th=[  556], 40.00th=[  708], 50.00th=[  876], 60.00th=[ 1064],
     | 70.00th=[ 1304], 80.00th=[ 1688], 90.00th=[ 2544], 95.00th=[ 3888],
     | 99.00th=[10688], 99.50th=[14656], 99.90th=[24448], 99.95th=[29312],
     | 99.99th=[41216]
    bw (KB  /s): min=    5, max= 5976, per=12.56%, avg=2866.84, stdev=872.42
    lat (usec) : 100=0.04%, 250=5.74%, 500=20.14%, 750=16.67%, 1000=14.15%
    lat (msec) : 2=28.38%, 4=10.11%, 10=3.63%, 20=0.95%, 50=0.19%
    lat (msec) : 100=0.01%
  cpu          : usr=1.75%, sys=5.68%, ctx=343299, 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=342412/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=1337.6MB, aggrb=22824KB/s, minb=22824KB/s, maxb=22824KB/s, mint=60009msec, maxt=60009msec

Disk stats (read/write):
  sda: ios=342136/64, merge=0/11, ticks=447648/140, in_queue=341088, util=98.70%
Hard drive
FIO random write
Performance
251.41 MB/s
IOPS
64361
./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=2481: Sun Apr  5 23:47:04 2020
  write: io=15085MB, bw=257446KB/s, iops=64361, runt= 60002msec
    clat (usec): min=2, max=116361, avg=110.27, stdev=912.52
     lat (usec): min=3, max=116364, avg=112.22, stdev=916.52
    clat percentiles (usec):
     |  1.00th=[    4],  5.00th=[    4], 10.00th=[    4], 20.00th=[    5],
     | 30.00th=[    5], 40.00th=[    6], 50.00th=[    6], 60.00th=[    7],
     | 70.00th=[    9], 80.00th=[   17], 90.00th=[  111], 95.00th=[  358],
     | 99.00th=[ 1720], 99.50th=[ 3728], 99.90th=[12992], 99.95th=[18304],
     | 99.99th=[33024]
    bw (KB  /s): min=    1, max=87072, per=12.67%, avg=32625.80, stdev=11333.10
    lat (usec) : 4=0.35%, 10=71.50%, 20=9.16%, 50=5.68%, 100=2.88%
    lat (usec) : 250=3.92%, 500=2.76%, 750=1.28%, 1000=0.69%
    lat (msec) : 2=0.91%, 4=0.39%, 10=0.31%, 20=0.12%, 50=0.04%
    lat (msec) : 100=0.01%, 250=0.01%
  cpu          : usr=9.30%, sys=78.94%, ctx=47111, majf=0, minf=60
  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=3861815/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=15085MB, aggrb=257445KB/s, minb=257445KB/s, maxb=257445KB/s, mint=60002msec, maxt=60002msec

Disk stats (read/write):
  sda: ios=0/55375, merge=0/16208, ticks=0/591600, in_queue=390592, util=20.66%
Hard drive
FIO random direct write
Performance
3.02 MB/s
IOPS
773
./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=2467: Sun Apr  5 23:46:04 2020
  write: io=185560KB, bw=3092.3KB/s, iops=773, runt= 60008msec
    clat (usec): min=165, max=463259, avg=10331.61, stdev=29601.75
     lat (usec): min=166, max=463261, avg=10333.79, stdev=29603.18
    clat percentiles (usec):
     |  1.00th=[  239],  5.00th=[  286], 10.00th=[  318], 20.00th=[  382],
     | 30.00th=[  450], 40.00th=[  540], 50.00th=[  684], 60.00th=[  948],
     | 70.00th=[ 1480], 80.00th=[ 2832], 90.00th=[37632], 95.00th=[80384],
     | 99.00th=[140288], 99.50th=[166912], 99.90th=[232448], 99.95th=[252928],
     | 99.99th=[428032]
    bw (KB  /s): min=   19, max= 1283, per=12.65%, avg=391.00, stdev=221.24
    lat (usec) : 250=1.58%, 500=34.60%, 750=16.98%, 1000=8.38%
    lat (msec) : 2=13.72%, 4=8.62%, 10=4.32%, 20=0.75%, 50=2.28%
    lat (msec) : 100=5.90%, 250=2.81%, 500=0.06%
  cpu          : usr=0.24%, sys=1.35%, ctx=91870, 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=46390/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=185560KB, aggrb=3092KB/s, minb=3092KB/s, maxb=3092KB/s, mint=60008msec, maxt=60008msec

Disk stats (read/write):
  sda: ios=0/46365, merge=0/1597, ticks=0/55724, in_queue=964, util=0.09%
Download
Download benchmark results
Download speed
763.41 Mbit/s
Downloaded 104857600 bytes in 0.989349 sec
Downloaded 104857600 bytes in 1.031595 sec
Downloaded 104857600 bytes in 1.224433 sec
Downloaded 104857600 bytes in 1.006351 sec
Downloaded 104857600 bytes in 0.987954 sec
Finished! Average download speed is 763.41 Mbit/s
Upload
Speedtest results
Upload speed
378.25 Mbit/s
Retrieving speedtest.net configuration...
Retrieving speedtest.net server list...
Testing from HIVELOCITY ...
Selecting 15 servers that are not too close:
  1. Frontier (Everett, WA) [41.92 km]: 32.542 ms
  2. Sprint (Tacoma, WA) [42.36 km]: 11.642 ms
  3. Rainier Connect (Tacoma, WA) [42.36 km]: 5.52 ms
  4. Whidbey Telecom (Langley, WA) [47.56 km]: 6.419 ms
  5. Bluespan (Easton, WA) [97.21 km]: 15.771 ms
  6. as26370 (Lopez Island, WA) [109.64 km]: 18.452 ms
  7. Shaw Communications (Victoria, BC) [117.62 km]: 13.333 ms
  8. JUCE Communications (Victoria, BC) [117.62 km]: 24.289 ms
  9. Green House Data (Bellingham, WA) [126.66 km]: 14.114 ms
  10. LocalTel Communications (Wenatchee, WA) [155.92 km]: 28.27 ms
  11. Delta Cable (Delta, BC) [172.52 km]: 11.86 ms
  12. Noel Communications (Yakima, WA) [178.98 km]: 5.968 ms
  13. Washington Broadband (Yakima, WA) [178.98 km]: 8.382 ms
  14. Urbanfibre (Burnaby, BC) [187.69 km]: 9.303 ms
  15. TELUS Mobility (Vancouver, BC) [190.53 km]: 9.479 ms
Testing upload speeds
  1. Frontier (Everett, WA):                      ......................... 265.16 Mbit/s
  2. Sprint (Tacoma, WA):                         ......................... 351.38 Mbit/s
  3. Rainier Connect (Tacoma, WA):                ......................... 429.34 Mbit/s
  4. Whidbey Telecom (Langley, WA):               ......................... 428.28 Mbit/s
  5. Bluespan (Easton, WA):                       ......................... 397.36 Mbit/s
  6. as26370 (Lopez Island, WA):                  ......................... 322.96 Mbit/s
  7. Shaw Communications (Victoria, BC):          ......................... 437.83 Mbit/s
  8. JUCE Communications (Victoria, BC):          ......................... 350.05 Mbit/s
  9. Green House Data (Bellingham, WA):           ......................... 331.95 Mbit/s
  10. LocalTel Communications (Wenatchee, WA):    ......................... 309.81 Mbit/s
  11. Delta Cable (Delta, BC):                    ......................... 134.96 Mbit/s
  12. Noel Communications (Yakima, WA):           ......................... 337.57 Mbit/s
  13. Washington Broadband (Yakima, WA):          ......................... 365.58 Mbit/s
  14. Urbanfibre (Burnaby, BC):                   ......................... 440.51 Mbit/s
  15. TELUS Mobility (Vancouver, BC):             ......................... 414.60 Mbit/s
Average upload speed is 354.49 Mbit/s