Stopwatch
Benchmark report #9215
HostDoc Hosting – Day2.Daily.Winner
Report
Share test result

Test results for Day2.Daily.Winner at HostDoc Hosting


Server specs:


2 × Intel(R) Xeon(R) Gold 6128 CPU @ 3.40GHz
985 MB RAM / 70 GB disk space
Ubuntu 18.04 Bionic

Benchmark results summary:


UnixBench - 2337.5
Disk Read - 0 MB/s
Disk Write - 61 MB/s
Bandwidth - 1468.62 MB/s

More: https://serverscope.io/trials/jOox
Share
Share this page
Cpu chip
Server Specs
CPU
2 × Intel(R) Xeon(R) Gold 6128 CPU @ 3.40GHz
CPU Cores
1 × 3392 MHz
RAM
985 MB
Disk
70 GB
OS
Ubuntu 18.04 Bionic
Benchmark summary
Benchmark summary
UnixBench
2337.5
Disk Read
0 MB/s
Disk Write
61 MB/s
Bandwidth
1468.62 Mbit/s
Speedtest
361.62 Mbit/s
Graph analysis
UnixBench Score
UnixBench (all CPUs)
2337.5
UnixBench (one CPU)
1396.6
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-uwH90U/byte-unixbench/UnixBench"
make distr
make[2]: Entering directory "/root/serverscope-uwH90U/byte-unixbench/UnixBench"
Checking distribution of files
./pgms  exists
./src  exists
./testdir  exists
make[2]: Leaving directory "/root/serverscope-uwH90U/byte-unixbench/UnixBench"
make programs
make[2]: Entering directory "/root/serverscope-uwH90U/byte-unixbench/UnixBench"
make[2]: Nothing to be done for "programs".
make[2]: Leaving directory "/root/serverscope-uwH90U/byte-unixbench/UnixBench"
make[1]: Leaving directory "/root/serverscope-uwH90U/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

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

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

2 x Execl Throughput  1 2 3

2 x File Copy 1024 bufsize 2000 maxblocks  1 2 3

2 x File Copy 256 bufsize 500 maxblocks  1 2 3

2 x File Copy 4096 bufsize 8000 maxblocks  1 2 3

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

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

2 x Process Creation  1 2 3

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

2 x Shell Scripts (1 concurrent)  1 2 3

2 x Shell Scripts (8 concurrent)  1 2 3

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

   System: Day2.Daily.Winner: 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: Intel(R) Xeon(R) Gold 6128 CPU @ 3.40GHz (6784.1 bogomips)
          x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
   CPU 1: Intel(R) Xeon(R) Gold 6128 CPU @ 3.40GHz (6784.1 bogomips)
          x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
   01:02:58 up 7 days,  7:14,  1 user,  load average: 8.63, 5.74, 2.52; runlevel 2018-11-24

------------------------------------------------------------------------
Benchmark Run: Sun Dec 02 2018 01:02:58 - 01:31:49
2 CPUs in system; running 1 parallel copy of tests

Dhrystone 2 using register variables       43135515.0 lps   (10.0 s, 7 samples)
Double-Precision Whetstone                     4357.1 MWIPS (12.0 s, 7 samples)
Execl Throughput                               5007.5 lps   (29.9 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks        833281.0 KBps  (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks          218593.0 KBps  (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks       2208332.6 KBps  (30.0 s, 2 samples)
Pipe Throughput                             1271211.2 lps   (10.0 s, 7 samples)
Pipe-based Context Switching                 170339.6 lps   (10.0 s, 7 samples)
Process Creation                              11872.4 lps   (30.0 s, 2 samples)
Shell Scripts (1 concurrent)                   6514.1 lpm   (60.0 s, 2 samples)
Shell Scripts (8 concurrent)                   2293.1 lpm   (60.0 s, 2 samples)
System Call Overhead                         950352.4 lps   (10.0 s, 7 samples)

System Benchmarks Index Values               BASELINE       RESULT    INDEX
Dhrystone 2 using register variables         116700.0   43135515.0   3696.3
Double-Precision Whetstone                       55.0       4357.1    792.2
Execl Throughput                                 43.0       5007.5   1164.5
File Copy 1024 bufsize 2000 maxblocks          3960.0     833281.0   2104.2
File Copy 256 bufsize 500 maxblocks            1655.0     218593.0   1320.8
File Copy 4096 bufsize 8000 maxblocks          5800.0    2208332.6   3807.5
Pipe Throughput                               12440.0    1271211.2   1021.9
Pipe-based Context Switching                   4000.0     170339.6    425.8
Process Creation                                126.0      11872.4    942.3
Shell Scripts (1 concurrent)                     42.4       6514.1   1536.3
Shell Scripts (8 concurrent)                      6.0       2293.1   3821.8
System Call Overhead                          15000.0     950352.4    633.6
                                                                   ========
System Benchmarks Index Score                                        1396.6

------------------------------------------------------------------------
Benchmark Run: Sun Dec 02 2018 01:31:49 - 02:00:42
2 CPUs in system; running 2 parallel copies of tests

Dhrystone 2 using register variables       86204462.1 lps   (10.0 s, 7 samples)
Double-Precision Whetstone                     8700.1 MWIPS (12.1 s, 7 samples)
Execl Throughput                               8697.4 lps   (29.8 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks        986585.8 KBps  (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks          263763.8 KBps  (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks       2593389.0 KBps  (30.0 s, 2 samples)
Pipe Throughput                             2434885.0 lps   (10.0 s, 7 samples)
Pipe-based Context Switching                 455975.9 lps   (10.0 s, 7 samples)
Process Creation                              24242.1 lps   (30.0 s, 2 samples)
Shell Scripts (1 concurrent)                  14604.1 lpm   (60.0 s, 2 samples)
Shell Scripts (8 concurrent)                   2407.0 lpm   (60.0 s, 2 samples)
System Call Overhead                        1603378.0 lps   (10.0 s, 7 samples)

System Benchmarks Index Values               BASELINE       RESULT    INDEX
Dhrystone 2 using register variables         116700.0   86204462.1   7386.8
Double-Precision Whetstone                       55.0       8700.1   1581.8
Execl Throughput                                 43.0       8697.4   2022.7
File Copy 1024 bufsize 2000 maxblocks          3960.0     986585.8   2491.4
File Copy 256 bufsize 500 maxblocks            1655.0     263763.8   1593.7
File Copy 4096 bufsize 8000 maxblocks          5800.0    2593389.0   4471.4
Pipe Throughput                               12440.0    2434885.0   1957.3
Pipe-based Context Switching                   4000.0     455975.9   1139.9
Process Creation                                126.0      24242.1   1924.0
Shell Scripts (1 concurrent)                     42.4      14604.1   3444.4
Shell Scripts (8 concurrent)                      6.0       2407.0   4011.6
System Call Overhead                          15000.0    1603378.0   1068.9
                                                                   ========
System Benchmarks Index Score                                        2337.5

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.36888 s, 229 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, 9.04438 s, 237 MB/s


Hard drive
FIO random read
Performance
0.83 MB/s
IOPS
212
./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=5736: Sun Dec  2 00:59:54 2018
  read : io=51056KB, bw=870238B/s, iops=212, runt= 60077msec
    clat (usec): min=821, max=46658K, avg=37614.48, stdev=919646.56
     lat (usec): min=823, max=46658K, avg=37616.07, stdev=919646.56
    clat percentiles (usec):
     |  1.00th=[ 1960],  5.00th=[ 5024], 10.00th=[ 6880], 20.00th=[ 9280],
     | 30.00th=[10944], 40.00th=[12480], 50.00th=[14016], 60.00th=[15424],
     | 70.00th=[17024], 80.00th=[18816], 90.00th=[21120], 95.00th=[23168],
     | 99.00th=[26752], 99.50th=[28032], 99.90th=[3293184], 99.95th=[11730944],
     | 99.99th=[16711680]
    bw (KB  /s): min=    0, max=  344, per=31.93%, avg=271.08, stdev=60.71
    lat (usec) : 1000=0.01%
    lat (msec) : 2=1.08%, 4=1.88%, 10=20.86%, 20=61.70%, 50=14.28%
    lat (msec) : 100=0.02%, 250=0.03%, 500=0.02%, 2000=0.01%, >=2000=0.11%
  cpu          : usr=0.14%, sys=0.31%, ctx=12819, majf=0, minf=85
  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=12764/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=51056KB, aggrb=849KB/s, minb=849KB/s, maxb=849KB/s, mint=60077msec, maxt=60077msec

Disk stats (read/write):
  sda: ios=12747/8, merge=0/7, ticks=536108/152964, in_queue=753488, util=99.92%
Hard drive
FIO random direct read
Performance
0.82 MB/s
IOPS
209
./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=5752: Sun Dec  2 01:00:54 2018
  read : io=50408KB, bw=859723B/s, iops=209, runt= 60040msec
    clat (usec): min=755, max=59809K, avg=38086.63, stdev=1163324.21
     lat (usec): min=756, max=59809K, avg=38088.14, stdev=1163324.20
    clat percentiles (msec):
     |  1.00th=[    3],  5.00th=[    6], 10.00th=[    8], 20.00th=[   10],
     | 30.00th=[   12], 40.00th=[   13], 50.00th=[   15], 60.00th=[   16],
     | 70.00th=[   18], 80.00th=[   20], 90.00th=[   22], 95.00th=[   24],
     | 99.00th=[   27], 99.50th=[   28], 99.90th=[  157], 99.95th=[ 2180],
     | 99.99th=[16712]
    bw (KB  /s): min=    0, max=  335, per=32.56%, avg=273.21, stdev=45.32
    lat (usec) : 1000=0.01%
    lat (msec) : 2=0.56%, 4=2.28%, 10=20.21%, 20=61.86%, 50=14.94%
    lat (msec) : 100=0.02%, 250=0.05%, 500=0.01%, >=2000=0.06%
  cpu          : usr=0.12%, sys=0.28%, ctx=12634, 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=12602/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=50408KB, aggrb=839KB/s, minb=839KB/s, maxb=839KB/s, mint=60040msec, maxt=60040msec

Disk stats (read/write):
  sda: ios=12589/0, merge=0/5, ticks=182648/0, in_queue=2462184, util=99.92%
Hard drive
FIO random write
Performance
61.83 MB/s
IOPS
15828
./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=5781: Sun Dec  2 01:02:55 2018
  write: io=3711.7MB, bw=63313KB/s, iops=15828, runt= 60030msec
    clat (usec): min=1, max=455856, avg=464.08, stdev=8556.31
     lat (usec): min=2, max=455857, avg=466.01, stdev=8563.39
    clat percentiles (usec):
     |  1.00th=[    3],  5.00th=[    4], 10.00th=[    5], 20.00th=[    5],
     | 30.00th=[    5], 40.00th=[    6], 50.00th=[    6], 60.00th=[    7],
     | 70.00th=[    8], 80.00th=[    9], 90.00th=[   11], 95.00th=[   14],
     | 99.00th=[  426], 99.50th=[10176], 99.90th=[160768], 99.95th=[211968],
     | 99.99th=[288768]
    bw (KB  /s): min=    0, max=84303, per=13.52%, avg=8558.15, stdev=6538.39
    lat (usec) : 2=0.01%, 4=1.52%, 10=83.53%, 20=11.91%, 50=1.02%
    lat (usec) : 100=0.07%, 250=0.32%, 500=0.88%, 750=0.05%, 1000=0.01%
    lat (msec) : 2=0.04%, 4=0.04%, 10=0.10%, 20=0.09%, 50=0.15%
    lat (msec) : 100=0.09%, 250=0.15%, 500=0.02%
  cpu          : usr=0.54%, sys=3.24%, ctx=17624, 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=950168/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=3711.7MB, aggrb=63312KB/s, minb=63312KB/s, maxb=63312KB/s, mint=60030msec, maxt=60030msec

Disk stats (read/write):
  sda: ios=9/79825, merge=0/16755, ticks=56/8572432, in_queue=8580020, util=99.95%
Hard drive
FIO random direct write
Performance
3.07 MB/s
IOPS
787
./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=5767: Sun Dec  2 01:01:54 2018
  write: io=188960KB, bw=3148.7KB/s, iops=787, runt= 60013msec
    clat (usec): min=390, max=743632, avg=10151.54, stdev=44138.12
     lat (usec): min=391, max=743634, avg=10153.12, stdev=44138.28
    clat percentiles (usec):
     |  1.00th=[  660],  5.00th=[  748], 10.00th=[  780], 20.00th=[  828],
     | 30.00th=[  868], 40.00th=[  932], 50.00th=[ 1032], 60.00th=[ 1160],
     | 70.00th=[ 1288], 80.00th=[ 1416], 90.00th=[ 1752], 95.00th=[70144],
     | 99.00th=[214016], 99.50th=[296960], 99.90th=[544768], 99.95th=[585728],
     | 99.99th=[651264]
    bw (KB  /s): min=    6, max= 4464, per=13.02%, avg=409.91, stdev=397.35
    lat (usec) : 500=0.19%, 750=5.03%, 1000=41.79%
    lat (msec) : 2=44.27%, 4=1.93%, 10=0.34%, 20=0.14%, 50=0.51%
    lat (msec) : 100=2.20%, 250=2.93%, 500=0.51%, 750=0.16%
  cpu          : usr=0.10%, sys=3.67%, ctx=95858, 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=47240/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=188960KB, aggrb=3148KB/s, minb=3148KB/s, maxb=3148KB/s, mint=60013msec, maxt=60013msec

Disk stats (read/write):
  sda: ios=17/47389, merge=0/1714, ticks=200/551716, in_queue=551892, util=92.99%
Download
Download benchmark results
Download speed
1468.62 Mbit/s
Downloaded 104857600 bytes in 0.407525 sec
Downloaded 104857600 bytes in 0.414478 sec
Downloaded 104857600 bytes in 0.496109 sec
Downloaded 104857600 bytes in 0.945881 sec
Downloaded 104857600 bytes in 0.459645 sec
Finished! Average download speed is 1468.62 Mbit/s
Upload
Speedtest results
Upload speed
361.62 Mbit/s
Retrieving speedtest.net configuration...
Retrieving speedtest.net server list...
Testing from Incero LLC ...
Selecting 15 servers that are not too close:
  1. Suddenlink Communications LLC (Georgetown, TX) [38.23 km]: 10.258 ms
  2. Grande Communications (San Marcos, TX) [52.07 km]: 21.746 ms
  3. ZochNet (Lincoln, TX) [71.41 km]: 18.742 ms
  4. Verizon (Schertz, TX) [99.25 km]: 24.995 ms
  5. AT&T (San Antonio, TX) [124.29 km]: 11.711 ms
  6. Sprint (San Antonio, TX) [124.29 km]: 8.034 ms
  7. VTX 1 (San Antonio, TX) [124.29 km]: 21.032 ms
  8. Suddenlink Communications LLC (College Station, TX) [138.98 km]: 11.738 ms
  9. Hill Country Telephone Coop (Ingram, TX) [147.72 km]: 18.13 ms
  10. ScaleMatrix (Katy, TX) [191.90 km]: 25.215 ms
  11. Verizon (Copperfield, TX) [205.75 km]: 21.158 ms
  12. Sam Houston State University (Huntsville, TX) [213.23 km]: 31.217 ms
  13. Suddenlink Communications LLC (Conroe, TX) [217.45 km]: 10.881 ms
  14. Tachus Fiber Broadband (Spring, TX) [226.44 km]: 16.142 ms
  15. AT&T (Houston, TX) [235.25 km]: 10.734 ms
Testing upload speeds
  1. Suddenlink Communications LLC (Georgetown, TX):......................... 493.34 Mbit/s
  2. Grande Communications (San Marcos, TX):      ......................... 154.03 Mbit/s
  3. ZochNet (Lincoln, TX):                       ......................... 338.66 Mbit/s
  4. Verizon (Schertz, TX):                       ......................... 182.65 Mbit/s
  5. AT&T (San Antonio, TX):                      ......................... 331.39 Mbit/s
  6. Sprint (San Antonio, TX):                    ......................... 610.06 Mbit/s
  7. VTX 1 (San Antonio, TX):                     ......................... 162.68 Mbit/s
  8. Suddenlink Communications LLC (College Station, TX):......................... 503.70 Mbit/s
  9. Hill Country Telephone Coop (Ingram, TX):    ......................... 152.15 Mbit/s
  10. ScaleMatrix (Katy, TX):                     ......................... 404.68 Mbit/s
  11. Verizon (Copperfield, TX):                  ......................... 209.98 Mbit/s
  12. Sam Houston State University (Huntsville, TX):......................... 175.37 Mbit/s
  13. Suddenlink Communications LLC (Conroe, TX): ......................... 487.62 Mbit/s
  14. Tachus Fiber Broadband (Spring, TX):        ......................... 280.71 Mbit/s
  15. AT&T (Houston, TX):                         ......................... 321.31 Mbit/s
Average upload speed is 320.55 Mbit/s