Stopwatch
Benchmark report #13235
SSDNodes – Standard - 16GB RAM
Report
Share test result

Test results for Standard - 16GB RAM at SSDNodes


Server specs:


4 × Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz
16 GB RAM / 83 GB disk space
Ubuntu 18.04 Bionic

Benchmark results summary:


UnixBench - 2540.0
Disk Read - 2852 MB/s
Disk Write - 1128 MB/s
Bandwidth - 878.37 MB/s

More: https://serverscope.io/trials/WwYk
Share
Share this page
Cpu chip
Server Specs
CPU
4 × Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz
CPU Cores
1 × 2200 MHz
RAM
16 GB
Disk
83 GB
OS
Ubuntu 18.04 Bionic
Benchmark summary
Benchmark summary
UnixBench
2540.0
Disk Read
2852 MB/s
Disk Write
1128 MB/s
Bandwidth
878.37 Mbit/s
Speedtest
495.37 Mbit/s
Graph analysis
UnixBench Score
UnixBench (all CPUs)
2540.0
UnixBench (one CPU)
918.9
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 "/home/minecraft/serverscope-Fle7Bg/byte-unixbench/UnixBench"
make distr
make[2]: Entering directory "/home/minecraft/serverscope-Fle7Bg/byte-unixbench/UnixBench"
Checking distribution of files
./pgms  exists
./src  exists
./testdir  exists
make[2]: Leaving directory "/home/minecraft/serverscope-Fle7Bg/byte-unixbench/UnixBench"
make programs
make[2]: Entering directory "/home/minecraft/serverscope-Fle7Bg/byte-unixbench/UnixBench"
make[2]: Nothing to be done for "programs".
make[2]: Leaving directory "/home/minecraft/serverscope-Fle7Bg/byte-unixbench/UnixBench"
make[1]: Leaving directory "/home/minecraft/serverscope-Fle7Bg/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: ssdnodes-69923: 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-2699 v4 @ 2.20GHz (4400.0 bogomips)
          x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
   CPU 1: Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz (4400.0 bogomips)
          x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
   CPU 2: Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz (4400.0 bogomips)
          x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
   CPU 3: Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz (4400.0 bogomips)
          x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
   18:26:29 up 3 days, 16:59,  1 user,  load average: 7.37, 4.57, 1.97; runlevel 2020-03-30

------------------------------------------------------------------------
Benchmark Run: Thu Apr 02 2020 18:26:29 - 18:55:06
4 CPUs in system; running 1 parallel copy of tests

Dhrystone 2 using register variables       31603859.4 lps   (10.0 s, 7 samples)
Double-Precision Whetstone                     3912.9 MWIPS (13.0 s, 7 samples)
Execl Throughput                               2944.4 lps   (30.0 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks        521319.7 KBps  (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks          149302.9 KBps  (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks       1149672.6 KBps  (30.0 s, 2 samples)
Pipe Throughput                              879260.2 lps   (10.0 s, 7 samples)
Pipe-based Context Switching                  88579.7 lps   (10.0 s, 7 samples)
Process Creation                               4713.4 lps   (30.0 s, 2 samples)
Shell Scripts (1 concurrent)                   6029.2 lpm   (60.0 s, 2 samples)
Shell Scripts (8 concurrent)                   1838.0 lpm   (60.0 s, 2 samples)
System Call Overhead                         686191.1 lps   (10.0 s, 7 samples)

System Benchmarks Index Values               BASELINE       RESULT    INDEX
Dhrystone 2 using register variables         116700.0   31603859.4   2708.1
Double-Precision Whetstone                       55.0       3912.9    711.4
Execl Throughput                                 43.0       2944.4    684.7
File Copy 1024 bufsize 2000 maxblocks          3960.0     521319.7   1316.5
File Copy 256 bufsize 500 maxblocks            1655.0     149302.9    902.1
File Copy 4096 bufsize 8000 maxblocks          5800.0    1149672.6   1982.2
Pipe Throughput                               12440.0     879260.2    706.8
Pipe-based Context Switching                   4000.0      88579.7    221.4
Process Creation                                126.0       4713.4    374.1
Shell Scripts (1 concurrent)                     42.4       6029.2   1422.0
Shell Scripts (8 concurrent)                      6.0       1838.0   3063.3
System Call Overhead                          15000.0     686191.1    457.5
                                                                   ========
System Benchmarks Index Score                                         918.9

------------------------------------------------------------------------
Benchmark Run: Thu Apr 02 2020 18:55:06 - 19:23:54
4 CPUs in system; running 4 parallel copies of tests

Dhrystone 2 using register variables      119974091.9 lps   (10.0 s, 7 samples)
Double-Precision Whetstone                    15999.6 MWIPS (12.7 s, 7 samples)
Execl Throughput                              10068.8 lps   (29.6 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks        709454.3 KBps  (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks          180289.9 KBps  (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks       1921052.6 KBps  (30.0 s, 2 samples)
Pipe Throughput                             3481305.3 lps   (10.0 s, 7 samples)
Pipe-based Context Switching                 747197.1 lps   (10.0 s, 7 samples)
Process Creation                              14111.0 lps   (30.0 s, 2 samples)
Shell Scripts (1 concurrent)                  15830.3 lpm   (60.0 s, 2 samples)
Shell Scripts (8 concurrent)                   2724.0 lpm   (60.0 s, 2 samples)
System Call Overhead                        2408387.1 lps   (10.0 s, 7 samples)

System Benchmarks Index Values               BASELINE       RESULT    INDEX
Dhrystone 2 using register variables         116700.0  119974091.9  10280.6
Double-Precision Whetstone                       55.0      15999.6   2909.0
Execl Throughput                                 43.0      10068.8   2341.6
File Copy 1024 bufsize 2000 maxblocks          3960.0     709454.3   1791.6
File Copy 256 bufsize 500 maxblocks            1655.0     180289.9   1089.4
File Copy 4096 bufsize 8000 maxblocks          5800.0    1921052.6   3312.2
Pipe Throughput                               12440.0    3481305.3   2798.5
Pipe-based Context Switching                   4000.0     747197.1   1868.0
Process Creation                                126.0      14111.0   1119.9
Shell Scripts (1 concurrent)                     42.4      15830.3   3733.6
Shell Scripts (8 concurrent)                      6.0       2724.0   4540.0
System Call Overhead                          15000.0    2408387.1   1605.6
                                                                   ========
System Benchmarks Index Score                                        2540.0

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, 9.59236 s, 224 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, 7.19668 s, 298 MB/s


Hard drive
FIO random read
Performance
2852.5 MB/s
IOPS
730124
./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=13510: Thu Apr  2 18:23:25 2020
  read : io=171126MB, bw=2852.5MB/s, iops=730124, runt= 60001msec
    clat (usec): min=1, max=25356, avg= 6.20, stdev=164.35
     lat (usec): min=1, max=25357, avg= 7.05, stdev=178.00
    clat percentiles (usec):
     |  1.00th=[    2],  5.00th=[    2], 10.00th=[    2], 20.00th=[    2],
     | 30.00th=[    2], 40.00th=[    2], 50.00th=[    2], 60.00th=[    3],
     | 70.00th=[    3], 80.00th=[    3], 90.00th=[    3], 95.00th=[    3],
     | 99.00th=[   78], 99.50th=[  112], 99.90th=[  161], 99.95th=[  221],
     | 99.99th=[11968]
    bw (KB  /s): min=28296, max=590408, per=12.49%, avg=364838.05, stdev=128728.31
    lat (usec) : 2=0.49%, 4=95.61%, 10=2.35%, 20=0.29%, 50=0.03%
    lat (usec) : 100=0.57%, 250=0.61%, 500=0.01%, 750=0.01%, 1000=0.01%
    lat (msec) : 2=0.01%, 4=0.01%, 10=0.01%, 20=0.02%, 50=0.01%
  cpu          : usr=13.99%, sys=32.22%, ctx=553791, majf=0, minf=92
  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=43808185/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=171126MB, aggrb=2852.5MB/s, minb=2852.5MB/s, maxb=2852.5MB/s, mint=60001msec, maxt=60001msec

Disk stats (read/write):
  sda: ios=524288/343, merge=0/259, ticks=47836/56, in_queue=38124, util=13.16%
Hard drive
FIO random direct read
Performance
244.47 MB/s
IOPS
62584
./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=13529: Thu Apr  2 18:24:25 2020
  read : io=14669MB, bw=250340KB/s, iops=62584, runt= 60001msec
    clat (usec): min=37, max=48295, avg=122.79, stdev=212.82
     lat (usec): min=38, max=48295, avg=123.41, stdev=212.94
    clat percentiles (usec):
     |  1.00th=[   60],  5.00th=[   69], 10.00th=[   73], 20.00th=[   79],
     | 30.00th=[   86], 40.00th=[   95], 50.00th=[  106], 60.00th=[  117],
     | 70.00th=[  125], 80.00th=[  135], 90.00th=[  159], 95.00th=[  203],
     | 99.00th=[  426], 99.50th=[  692], 99.90th=[ 1656], 99.95th=[ 2576],
     | 99.99th=[ 8096]
    bw (KB  /s): min=10888, max=43112, per=12.51%, avg=31316.11, stdev=5724.29
    lat (usec) : 50=0.03%, 100=44.16%, 250=52.79%, 500=2.25%, 750=0.31%
    lat (usec) : 1000=0.15%
    lat (msec) : 2=0.23%, 4=0.05%, 10=0.02%, 20=0.01%, 50=0.01%
  cpu          : usr=4.23%, sys=15.09%, ctx=3781104, 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=3755159/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=14669MB, aggrb=250339KB/s, minb=250339KB/s, maxb=250339KB/s, mint=60001msec, maxt=60001msec

Disk stats (read/write):
  sda: ios=3752744/220, merge=0/33, ticks=380064/0, in_queue=286564, util=100.00%
Hard drive
FIO random write
Performance
1128.5 MB/s
IOPS
288892
./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=13570: Thu Apr  2 18:26:26 2020
  write: io=67719MB, bw=1128.5MB/s, iops=288892, runt= 60009msec
    clat (usec): min=1, max=66723, avg=24.14, stdev=466.34
     lat (usec): min=2, max=66724, avg=24.76, stdev=468.52
    clat percentiles (usec):
     |  1.00th=[    3],  5.00th=[    4], 10.00th=[    4], 20.00th=[    5],
     | 30.00th=[    6], 40.00th=[    7], 50.00th=[    8], 60.00th=[    9],
     | 70.00th=[    9], 80.00th=[   10], 90.00th=[   12], 95.00th=[   13],
     | 99.00th=[   23], 99.50th=[   41], 99.90th=[ 8032], 99.95th=[12096],
     | 99.99th=[20096]
    bw (KB  /s): min=17121, max=245617, per=12.50%, avg=144470.83, stdev=24315.98
    lat (usec) : 2=0.01%, 4=4.15%, 10=67.30%, 20=27.03%, 50=1.09%
    lat (usec) : 100=0.13%, 250=0.11%, 500=0.02%, 750=0.01%, 1000=0.01%
    lat (msec) : 2=0.01%, 4=0.02%, 10=0.06%, 20=0.06%, 50=0.01%
    lat (msec) : 100=0.01%
  cpu          : usr=6.52%, sys=35.09%, ctx=284314, majf=0, minf=75
  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=17336154/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=67719MB, aggrb=1128.5MB/s, minb=1128.5MB/s, maxb=1128.5MB/s, mint=60009msec, maxt=60009msec

Disk stats (read/write):
  sda: ios=1/105478, merge=0/358, ticks=0/104892, in_queue=77424, util=6.89%
Hard drive
FIO random direct write
Performance
22.73 MB/s
IOPS
5818
./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=13552: Thu Apr  2 18:25:25 2020
  write: io=1363.7MB, bw=23272KB/s, iops=5818, runt= 60002msec
    clat (usec): min=49, max=804480, avg=1368.93, stdev=5739.74
     lat (usec): min=49, max=804481, avg=1369.80, stdev=5739.89
    clat percentiles (usec):
     |  1.00th=[   72],  5.00th=[   81], 10.00th=[   86], 20.00th=[   97],
     | 30.00th=[  107], 40.00th=[  119], 50.00th=[  137], 60.00th=[  163],
     | 70.00th=[  221], 80.00th=[  996], 90.00th=[ 4704], 95.00th=[ 6880],
     | 99.00th=[13632], 99.50th=[17792], 99.90th=[44288], 99.95th=[61696],
     | 99.99th=[164864]
    bw (KB  /s): min=  166, max= 8144, per=12.64%, avg=2940.43, stdev=1603.50
    lat (usec) : 50=0.01%, 100=22.88%, 250=49.82%, 500=6.40%, 750=0.65%
    lat (usec) : 1000=0.25%
    lat (msec) : 2=0.83%, 4=6.72%, 10=10.27%, 20=1.80%, 50=0.29%
    lat (msec) : 100=0.06%, 250=0.02%, 500=0.01%, 1000=0.01%
  cpu          : usr=0.59%, sys=3.63%, ctx=707302, majf=0, minf=80
  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=349095/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=1363.7MB, aggrb=23272KB/s, minb=23272KB/s, maxb=23272KB/s, mint=60002msec, maxt=60002msec

Disk stats (read/write):
  sda: ios=0/349077, merge=0/2101, ticks=0/49332, in_queue=1468, util=2.45%
Download
Download benchmark results
Download speed
878.37 Mbit/s
Downloaded 104857600 bytes in 1.248390 sec
Downloaded 104857600 bytes in 0.564334 sec
Downloaded 104857600 bytes in 0.328636 sec
Downloaded 104857600 bytes in 1.412893 sec
Downloaded 104857600 bytes in 0.999619 sec
Finished! Average download speed is 878.37 Mbit/s
Upload
Speedtest results
Upload speed
495.37 Mbit/s
Retrieving speedtest.net configuration...
Retrieving speedtest.net server list...
Testing from HIVELOCITY ...
Selecting 15 servers that are not too close:
  1. 1source (Keller, TX) [40.25 km]: 20.944 ms
  2. Spectrum (Fort Worth, TX) [46.12 km]: 8.0 ms
  3. QTS Data Centers (Fort Worth, TX) [46.12 km]: 9.163 ms
  4. Sprint (Fort Worth, TX) [46.12 km]: 6.507 ms
  5. Nortex Communications (Muenster, TX) [108.10 km]: 22.787 ms
  6. Cherokee Communications (Calera, OK) [132.62 km]: 33.644 ms
  7. Suddenlink Communications LLC (Tyler, TX) [151.84 km]: 8.578 ms
  8. Arbuckle Communications (Ardmore, OK) [156.50 km]: 18.301 ms
  9. Digital Passage (Graham, TX) [167.57 km]: 14.512 ms
  10. Community Telephone Co (Windthorst, TX) [172.99 km]: 30.974 ms
  11. ETEX (Gilmer, TX) [176.98 km]: 22.282 ms
  12. Chickasaw Telephone Company (Sulphur, OK) [191.53 km]: 20.222 ms
  13. 360 Broadband (Antlers, OK) [195.72 km]: 52.561 ms
  14. pinnacle network solutions (Wichita Falls, TX) [198.79 km]: 32.36 ms
  15. Fidelity Communications (Marshall, TX) [231.67 km]: 8.51 ms
Testing upload speeds
  1. 1source (Keller, TX):                        ......................... 598.65 Mbit/s
  2. Spectrum (Fort Worth, TX):                   ......................... 699.44 Mbit/s
  3. QTS Data Centers (Fort Worth, TX):           ......................... 527.96 Mbit/s
  4. Sprint (Fort Worth, TX):                     ......................... 631.48 Mbit/s
  5. Nortex Communications (Muenster, TX):        ......................... 292.43 Mbit/s
  6. Cherokee Communications (Calera, OK):        ......................... 407.20 Mbit/s
  7. Suddenlink Communications LLC (Tyler, TX):   ......................... 720.67 Mbit/s
  8. Arbuckle Communications (Ardmore, OK):       ......................... 180.58 Mbit/s
  9. Digital Passage (Graham, TX):                ......................... 67.26 Mbit/s
  10. Community Telephone Co (Windthorst, TX):    ......................... 288.59 Mbit/s
  11. ETEX (Gilmer, TX):                          ......................... 336.59 Mbit/s
  12. Chickasaw Telephone Company (Sulphur, OK):  ......................... 478.60 Mbit/s
  13. 360 Broadband (Antlers, OK):                ......................... 212.54 Mbit/s
  14. pinnacle network solutions (Wichita Falls, TX):......................... 253.95 Mbit/s
  15. Fidelity Communications (Marshall, TX):     ......................... 708.90 Mbit/s
Average upload speed is 426.99 Mbit/s