Stopwatch
Benchmark report #14648
0 SG – 5
Report
Share test result

Test results for 5 at 0 SG


Server specs:


2 × Intel(R) Xeon(R) Silver 4214 CPU @ 2.20GHz
2 GB RAM / 41 GB disk space
Ubuntu 18.04 Bionic

Benchmark results summary:


UnixBench - 2221.0
Disk Read - 80 MB/s
Disk Write - 1171 MB/s
Bandwidth - 85.32 MB/s

More: https://serverscope.io/trials/GZO9
Share
Share this page
Cpu chip
Server Specs
CPU
2 × Intel(R) Xeon(R) Silver 4214 CPU @ 2.20GHz
CPU Cores
1 × 2200 MHz
RAM
2 GB
Disk
41 GB
OS
Ubuntu 18.04 Bionic
Benchmark summary
Benchmark summary
UnixBench
2221.0
Disk Read
80 MB/s
Disk Write
1171 MB/s
Bandwidth
85.32 Mbit/s
Speedtest
72.41 Mbit/s
Graph analysis
UnixBench Score
UnixBench (all CPUs)
2221.0
UnixBench (one CPU)
1352.1
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-YLZVwm/byte-unixbench/UnixBench"
make distr
make[2]: Entering directory "/root/serverscope-YLZVwm/byte-unixbench/UnixBench"
Checking distribution of files
./pgms  exists
./src  exists
./testdir  exists
make[2]: Leaving directory "/root/serverscope-YLZVwm/byte-unixbench/UnixBench"
make programs
make[2]: Entering directory "/root/serverscope-YLZVwm/byte-unixbench/UnixBench"
make[2]: Nothing to be done for "programs".
make[2]: Leaving directory "/root/serverscope-YLZVwm/byte-unixbench/UnixBench"
make[1]: Leaving directory "/root/serverscope-YLZVwm/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: ubuntu-2vcpu-2gb-01: GNU/Linux
   OS: GNU/Linux -- 4.15.0-46-generic -- #49-Ubuntu SMP Wed Feb 6 09:33:07 UTC 2019
   Machine: x86_64 (x86_64)
   Language: en_US.utf8 (charmap="UTF-8", collate="UTF-8")
   CPU 0: Intel(R) Xeon(R) Silver 4214 CPU @ 2.20GHz (4400.0 bogomips)
          x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
   CPU 1: Intel(R) Xeon(R) Silver 4214 CPU @ 2.20GHz (4400.0 bogomips)
          x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
   10:17:07 up 23 min,  1 user,  load average: 7.98, 4.73, 2.01; runlevel 2020-12-04

------------------------------------------------------------------------
Benchmark Run: Fri Dec 04 2020 10:17:07 - 10:45:10
2 CPUs in system; running 1 parallel copy of tests

Dhrystone 2 using register variables       32617602.9 lps   (10.0 s, 7 samples)
Double-Precision Whetstone                     4254.3 MWIPS (9.1 s, 7 samples)
Execl Throughput                               4340.4 lps   (30.0 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks        880598.8 KBps  (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks          259148.6 KBps  (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks       1866905.4 KBps  (30.0 s, 2 samples)
Pipe Throughput                             1750803.7 lps   (10.0 s, 7 samples)
Pipe-based Context Switching                 116562.5 lps   (10.0 s, 7 samples)
Process Creation                               7411.4 lps   (30.0 s, 2 samples)
Shell Scripts (1 concurrent)                   6525.8 lpm   (60.0 s, 2 samples)
Shell Scripts (8 concurrent)                   1562.2 lpm   (60.0 s, 2 samples)
System Call Overhead                        2369333.1 lps   (10.0 s, 7 samples)

System Benchmarks Index Values               BASELINE       RESULT    INDEX
Dhrystone 2 using register variables         116700.0   32617602.9   2795.0
Double-Precision Whetstone                       55.0       4254.3    773.5
Execl Throughput                                 43.0       4340.4   1009.4
File Copy 1024 bufsize 2000 maxblocks          3960.0     880598.8   2223.7
File Copy 256 bufsize 500 maxblocks            1655.0     259148.6   1565.9
File Copy 4096 bufsize 8000 maxblocks          5800.0    1866905.4   3218.8
Pipe Throughput                               12440.0    1750803.7   1407.4
Pipe-based Context Switching                   4000.0     116562.5    291.4
Process Creation                                126.0       7411.4    588.2
Shell Scripts (1 concurrent)                     42.4       6525.8   1539.1
Shell Scripts (8 concurrent)                      6.0       1562.2   2603.7
System Call Overhead                          15000.0    2369333.1   1579.6
                                                                   ========
System Benchmarks Index Score                                        1352.1

------------------------------------------------------------------------
Benchmark Run: Fri Dec 04 2020 10:45:10 - 11:13:14
2 CPUs in system; running 2 parallel copies of tests

Dhrystone 2 using register variables       65066361.0 lps   (10.0 s, 7 samples)
Double-Precision Whetstone                     8436.7 MWIPS (9.2 s, 7 samples)
Execl Throughput                               7129.9 lps   (30.0 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks        940033.8 KBps  (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks          242398.7 KBps  (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks       2562243.1 KBps  (30.0 s, 2 samples)
Pipe Throughput                             3452708.2 lps   (10.0 s, 7 samples)
Pipe-based Context Switching                 419079.9 lps   (10.0 s, 7 samples)
Process Creation                              15941.8 lps   (30.0 s, 2 samples)
Shell Scripts (1 concurrent)                  10969.3 lpm   (60.0 s, 2 samples)
Shell Scripts (8 concurrent)                   1866.8 lpm   (60.0 s, 2 samples)
System Call Overhead                        3350425.4 lps   (10.0 s, 7 samples)

System Benchmarks Index Values               BASELINE       RESULT    INDEX
Dhrystone 2 using register variables         116700.0   65066361.0   5575.5
Double-Precision Whetstone                       55.0       8436.7   1533.9
Execl Throughput                                 43.0       7129.9   1658.1
File Copy 1024 bufsize 2000 maxblocks          3960.0     940033.8   2373.8
File Copy 256 bufsize 500 maxblocks            1655.0     242398.7   1464.6
File Copy 4096 bufsize 8000 maxblocks          5800.0    2562243.1   4417.7
Pipe Throughput                               12440.0    3452708.2   2775.5
Pipe-based Context Switching                   4000.0     419079.9   1047.7
Process Creation                                126.0      15941.8   1265.2
Shell Scripts (1 concurrent)                     42.4      10969.3   2587.1
Shell Scripts (8 concurrent)                      6.0       1866.8   3111.4
System Call Overhead                          15000.0    3350425.4   2233.6
                                                                   ========
System Benchmarks Index Score                                        2221.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, 3.81356 s, 563 MB/s


dd if=/dev/zero of=benchmark bs=1M count=2048 conv=fdatasync
2048+0 records in
2048+0 records out
2147483648 bytes (2.1 GB, 2.0 GiB) copied, 2.97393 s, 722 MB/s


Hard drive
FIO random read
Performance
80.81 MB/s
IOPS
20688
./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=11384: Fri Dec  4 10:14:01 2020
  read : io=4848.1MB, bw=82753KB/s, iops=20688, runt= 60001msec
    clat (usec): min=1, max=12664, avg=382.60, stdev=311.21
     lat (usec): min=1, max=12665, avg=383.07, stdev=311.27
    clat percentiles (usec):
     |  1.00th=[    1],  5.00th=[    2], 10.00th=[    2], 20.00th=[    3],
     | 30.00th=[  310], 40.00th=[  382], 50.00th=[  438], 60.00th=[  482],
     | 70.00th=[  524], 80.00th=[  572], 90.00th=[  644], 95.00th=[  716],
     | 99.00th=[ 1032], 99.50th=[ 1480], 99.90th=[ 3216], 99.95th=[ 4448],
     | 99.99th=[ 6368]
    bw (KB  /s): min= 6024, max=51496, per=12.33%, avg=10200.05, stdev=6960.11
    lat (usec) : 2=1.23%, 4=21.39%, 10=3.03%, 20=0.57%, 50=0.18%
    lat (usec) : 100=0.04%, 250=0.16%, 500=38.10%, 750=31.55%, 1000=2.64%
    lat (msec) : 2=0.79%, 4=0.24%, 10=0.06%, 20=0.01%
  cpu          : usr=1.41%, sys=4.15%, ctx=919452, majf=3, minf=77
  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=1241323/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=4848.1MB, aggrb=82753KB/s, minb=82753KB/s, maxb=82753KB/s, mint=60001msec, maxt=60001msec

Disk stats (read/write):
  vda: ios=912738/12, merge=0/6, ticks=442880/8, in_queue=380940, util=99.85%
Hard drive
FIO random direct read
Performance
71.85 MB/s
IOPS
18393
./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=11395: Fri Dec  4 10:15:02 2020
  read : io=4310.1MB, bw=73572KB/s, iops=18393, runt= 60001msec
    clat (usec): min=191, max=14490, avg=429.42, stdev=199.85
     lat (usec): min=191, max=14490, avg=429.91, stdev=199.86
    clat percentiles (usec):
     |  1.00th=[  258],  5.00th=[  286], 10.00th=[  306], 20.00th=[  334],
     | 30.00th=[  358], 40.00th=[  378], 50.00th=[  402], 60.00th=[  426],
     | 70.00th=[  454], 80.00th=[  490], 90.00th=[  548], 95.00th=[  620],
     | 99.00th=[  988], 99.50th=[ 1448], 99.90th=[ 2960], 99.95th=[ 3760],
     | 99.99th=[ 5600]
    bw (KB  /s): min= 6000, max=10360, per=12.51%, avg=9204.80, stdev=480.95
    lat (usec) : 250=0.52%, 500=81.64%, 750=15.78%, 1000=1.08%
    lat (msec) : 2=0.70%, 4=0.23%, 10=0.04%, 20=0.01%
  cpu          : usr=1.43%, sys=4.04%, ctx=1105257, majf=0, minf=87
  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=1103603/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=4310.1MB, aggrb=73572KB/s, minb=73572KB/s, maxb=73572KB/s, mint=60001msec, maxt=60001msec

Disk stats (read/write):
  vda: ios=1102304/1, merge=0/0, ticks=443888/0, in_queue=381128, util=99.56%
Hard drive
FIO random write
Performance
1171.2 MB/s
IOPS
299813
./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=11415: Fri Dec  4 10:17:02 2020
  write: io=70282MB, bw=1171.2MB/s, iops=299813, runt= 60011msec
    clat (usec): min=1, max=104206, avg=23.42, stdev=639.00
     lat (usec): min=1, max=104206, avg=23.87, stdev=643.54
    clat percentiles (usec):
     |  1.00th=[    2],  5.00th=[    2], 10.00th=[    3], 20.00th=[    3],
     | 30.00th=[    3], 40.00th=[    3], 50.00th=[    4], 60.00th=[    4],
     | 70.00th=[    4], 80.00th=[    5], 90.00th=[    5], 95.00th=[    6],
     | 99.00th=[   11], 99.50th=[   30], 99.90th=[ 6944], 99.95th=[16768],
     | 99.99th=[28032]
    bw (KB  /s): min=    1, max=454912, per=12.77%, avg=153130.96, stdev=38120.41
    lat (usec) : 2=0.01%, 4=42.93%, 10=55.94%, 20=0.47%, 50=0.32%
    lat (usec) : 100=0.14%, 250=0.05%, 500=0.01%, 750=0.01%, 1000=0.01%
    lat (msec) : 2=0.01%, 4=0.01%, 10=0.03%, 20=0.04%, 50=0.04%
    lat (msec) : 100=0.01%, 250=0.01%
  cpu          : usr=4.07%, sys=17.33%, ctx=75072, 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=17992132/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=70282MB, aggrb=1171.2MB/s, minb=1171.2MB/s, maxb=1171.2MB/s, mint=60011msec, maxt=60011msec

Disk stats (read/write):
  vda: ios=615/116547, merge=6/15239, ticks=1396/1970072, in_queue=1854764, util=97.54%
Hard drive
FIO random direct write
Performance
3.33 MB/s
IOPS
853
./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=11405: Fri Dec  4 10:16:02 2020
  write: io=204844KB, bw=3413.4KB/s, iops=853, runt= 60012msec
    clat (usec): min=654, max=375090, avg=9366.14, stdev=34814.67
     lat (usec): min=655, max=375091, avg=9366.99, stdev=34814.75
    clat percentiles (usec):
     |  1.00th=[  844],  5.00th=[  916], 10.00th=[  956], 20.00th=[ 1012],
     | 30.00th=[ 1048], 40.00th=[ 1096], 50.00th=[ 1144], 60.00th=[ 1192],
     | 70.00th=[ 1240], 80.00th=[ 1320], 90.00th=[ 1512], 95.00th=[73216],
     | 99.00th=[191488], 99.50th=[222208], 99.90th=[292864], 99.95th=[317440],
     | 99.99th=[354304]
    bw (KB  /s): min=   19, max= 1604, per=12.61%, avg=430.40, stdev=261.88
    lat (usec) : 750=0.11%, 1000=17.49%
    lat (msec) : 2=74.60%, 4=0.90%, 10=0.13%, 20=0.06%, 50=0.68%
    lat (msec) : 100=2.15%, 250=3.58%, 500=0.30%
  cpu          : usr=0.13%, sys=0.73%, ctx=104145, majf=0, minf=72
  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=51211/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=204844KB, aggrb=3413KB/s, minb=3413KB/s, maxb=3413KB/s, mint=60012msec, maxt=60012msec

Disk stats (read/write):
  vda: ios=4/51211, merge=0/1841, ticks=0/56816, in_queue=72, util=0.07%
Download
Download benchmark results
Download speed
85.32 Mbit/s
Downloaded 104857600 bytes in 9.737112 sec
Downloaded 104857600 bytes in 9.503301 sec
Downloaded 104857600 bytes in 9.218695 sec
Downloaded 104857600 bytes in 9.141217 sec
Downloaded 104857600 bytes in 9.284227 sec
Finished! Average download speed is 85.32 Mbit/s
Upload
Speedtest results
Upload speed
72.41 Mbit/s
Retrieving speedtest.net configuration...
Retrieving speedtest.net server list...
Testing from VNPT ...
Selecting 15 servers that are not too close:
  1. 3BB (Ubon Ratchathani) [149.29 km]: 135.125 ms
  2. Viettel Network (Hue) [177.50 km]: 31.779 ms
  3. 3BB (Sakon Nakhon) [236.63 km]: 141.098 ms
  4. VNPT-NET (Da Nang) [238.79 km]: 26.491 ms
  5. Viettel Network (Da Nang) [238.79 km]: 30.163 ms
  6. GIAM PING VIETPN.COM (Da Nang) [238.79 km]: 31.556 ms
  7. Vietnamobile (Da Nang) [238.79 km]: 50.609 ms
  8. PowerNet (Da Nang) [238.79 km]: 28.003 ms
  9. SPT3 (Da Nang) [238.79 km]: 44.299 ms
  10. 3BB (Khon Kaen) [342.53 km]: 135.952 ms
  11. Khon Kaen University (Khon Kaen) [342.53 km]: 275.711 ms
  12. AIS (Khon Kaen) [342.53 km]: 95.785 ms
  13. DTAC (Khon Kaen) [342.53 km]: 141.613 ms
  14. SCM Technologies (Khon Kaen) [342.53 km]: 248.183 ms
  15. TOT (Khon Kaen) [342.53 km]: 119.263 ms
Testing upload speeds
  1. 3BB (Ubon Ratchathani):                      ......................... 24.95 Mbit/s
  2. Viettel Network (Hue):                       ......................... 96.87 Mbit/s
  3. 3BB (Sakon Nakhon):                          ......................... 22.70 Mbit/s
  4. VNPT-NET (Da Nang):                          ......................... 103.28 Mbit/s
  5. Viettel Network (Da Nang):                   ......................... 98.43 Mbit/s
  6. GIAM PING VIETPN.COM (Da Nang):              ......................... 100.97 Mbit/s
  7. Vietnamobile (Da Nang):                      ......................... 93.41 Mbit/s
  8. PowerNet (Da Nang):                          ......................... 101.95 Mbit/s
  9. SPT3 (Da Nang):                              ......................... 97.85 Mbit/s
  10. 3BB (Khon Kaen):                            ......................... 25.43 Mbit/s
  11. Khon Kaen University (Khon Kaen):           ......................... 8.94 Mbit/s
  12. AIS (Khon Kaen):                            ......................... 73.87 Mbit/s
  13. DTAC (Khon Kaen):                           ......................... 29.22 Mbit/s
  14. SCM Technologies (Khon Kaen):               ......................... 17.16 Mbit/s
  15. TOT (Khon Kaen):                            ......................... 13.19 Mbit/s
Average upload speed is 60.55 Mbit/s