Stopwatch
Benchmark report #12329
Linode – Linode 4GB
Report
Share test result

Test results for Linode 4GB at Linode


Server specs:


2 × AMD EPYC 7501 32-Core Processor
4 GB RAM / 82 GB disk space
Ubuntu 18.04 Bionic

Benchmark results summary:


UnixBench - 1764.6
Disk Read - 1393 MB/s
Disk Write - 1020 MB/s
Bandwidth - 914.49 MB/s

More: https://serverscope.io/trials/nJDy
Share
Share this page
Cpu chip
Server Specs
CPU
2 × AMD EPYC 7501 32-Core Processor
CPU Cores
1 × 2000 MHz
RAM
4 GB
Disk
82 GB
OS
Ubuntu 18.04 Bionic
Benchmark summary
Benchmark summary
UnixBench
1764.6
Disk Read
1393 MB/s
Disk Write
1020 MB/s
Bandwidth
914.49 Mbit/s
Speedtest
345.96 Mbit/s
Graph analysis
UnixBench Score
UnixBench (all CPUs)
1764.6
UnixBench (one CPU)
1230.5
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-ab96Fd/byte-unixbench/UnixBench"
make distr
make[2]: Entering directory "/root/serverscope-ab96Fd/byte-unixbench/UnixBench"
Checking distribution of files
./pgms  exists
./src  exists
./testdir  exists
make[2]: Leaving directory "/root/serverscope-ab96Fd/byte-unixbench/UnixBench"
make programs
make[2]: Entering directory "/root/serverscope-ab96Fd/byte-unixbench/UnixBench"
make[2]: Nothing to be done for "programs".
make[2]: Leaving directory "/root/serverscope-ab96Fd/byte-unixbench/UnixBench"
make[1]: Leaving directory "/root/serverscope-ab96Fd/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: localhost: 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: AMD EPYC 7501 32-Core Processor (4000.0 bogomips)
          x86-64, MMX, AMD MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
   CPU 1: AMD EPYC 7501 32-Core Processor (4000.0 bogomips)
          x86-64, MMX, AMD MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
   05:40:03 up 8 min,  1 user,  load average: 7.45, 4.63, 2.02; runlevel 2019-11-11

------------------------------------------------------------------------
Benchmark Run: Mon Nov 11 2019 05:40:03 - 06:08:04
2 CPUs in system; running 1 parallel copy of tests

Dhrystone 2 using register variables       30856603.3 lps   (10.0 s, 7 samples)
Double-Precision Whetstone                     4643.6 MWIPS (9.6 s, 7 samples)
Execl Throughput                               3041.7 lps   (30.0 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks        712879.3 KBps  (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks          207680.7 KBps  (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks       1360627.9 KBps  (30.0 s, 2 samples)
Pipe Throughput                             1338707.9 lps   (10.0 s, 7 samples)
Pipe-based Context Switching                 197912.7 lps   (10.0 s, 7 samples)
Process Creation                               6963.7 lps   (30.0 s, 2 samples)
Shell Scripts (1 concurrent)                   6893.1 lpm   (60.0 s, 2 samples)
Shell Scripts (8 concurrent)                   1313.0 lpm   (60.0 s, 2 samples)
System Call Overhead                        2063403.6 lps   (10.0 s, 7 samples)

System Benchmarks Index Values               BASELINE       RESULT    INDEX
Dhrystone 2 using register variables         116700.0   30856603.3   2644.1
Double-Precision Whetstone                       55.0       4643.6    844.3
Execl Throughput                                 43.0       3041.7    707.4
File Copy 1024 bufsize 2000 maxblocks          3960.0     712879.3   1800.2
File Copy 256 bufsize 500 maxblocks            1655.0     207680.7   1254.9
File Copy 4096 bufsize 8000 maxblocks          5800.0    1360627.9   2345.9
Pipe Throughput                               12440.0    1338707.9   1076.1
Pipe-based Context Switching                   4000.0     197912.7    494.8
Process Creation                                126.0       6963.7    552.7
Shell Scripts (1 concurrent)                     42.4       6893.1   1625.7
Shell Scripts (8 concurrent)                      6.0       1313.0   2188.4
System Call Overhead                          15000.0    2063403.6   1375.6
                                                                   ========
System Benchmarks Index Score                                        1230.5

------------------------------------------------------------------------
Benchmark Run: Mon Nov 11 2019 06:08:04 - 06:36:04
2 CPUs in system; running 2 parallel copies of tests

Dhrystone 2 using register variables       61214963.0 lps   (10.0 s, 7 samples)
Double-Precision Whetstone                     9231.3 MWIPS (9.4 s, 7 samples)
Execl Throughput                               4941.0 lps   (30.0 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks        676868.3 KBps  (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks          143735.7 KBps  (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks       1391258.0 KBps  (30.0 s, 2 samples)
Pipe Throughput                             2641546.2 lps   (10.0 s, 7 samples)
Pipe-based Context Switching                 402566.1 lps   (10.0 s, 7 samples)
Process Creation                              13813.0 lps   (30.0 s, 2 samples)
Shell Scripts (1 concurrent)                  10027.1 lpm   (60.0 s, 2 samples)
Shell Scripts (8 concurrent)                   1333.5 lpm   (60.0 s, 2 samples)
System Call Overhead                        3082315.8 lps   (10.0 s, 7 samples)

System Benchmarks Index Values               BASELINE       RESULT    INDEX
Dhrystone 2 using register variables         116700.0   61214963.0   5245.5
Double-Precision Whetstone                       55.0       9231.3   1678.4
Execl Throughput                                 43.0       4941.0   1149.1
File Copy 1024 bufsize 2000 maxblocks          3960.0     676868.3   1709.3
File Copy 256 bufsize 500 maxblocks            1655.0     143735.7    868.5
File Copy 4096 bufsize 8000 maxblocks          5800.0    1391258.0   2398.7
Pipe Throughput                               12440.0    2641546.2   2123.4
Pipe-based Context Switching                   4000.0     402566.1   1006.4
Process Creation                                126.0      13813.0   1096.3
Shell Scripts (1 concurrent)                     42.4      10027.1   2364.9
Shell Scripts (8 concurrent)                      6.0       1333.5   2222.6
System Call Overhead                          15000.0    3082315.8   2054.9
                                                                   ========
System Benchmarks Index Score                                        1764.6

Hard drive
dd
dd if=/dev/zero of=benchmark bs=64K count=32K conv=fdatasync
32768+0 records in
32768+0 records out
2147483648 bytes (2.1 GB, 2.0 GiB) copied, 2.21405 s, 970 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.1024 s, 1.0 GB/s


Hard drive
FIO random read
Performance
1393.5 MB/s
IOPS
356729
./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=11447: Mon Nov 11 05:36:59 2019
  read : io=83611MB, bw=1393.5MB/s, iops=356729, runt= 60002msec
    clat (usec): min=1, max=33623, avg=15.81, stdev=304.16
     lat (usec): min=1, max=33623, avg=16.98, stdev=322.97
    clat percentiles (usec):
     |  1.00th=[    1],  5.00th=[    1], 10.00th=[    1], 20.00th=[    2],
     | 30.00th=[    2], 40.00th=[    2], 50.00th=[    2], 60.00th=[    2],
     | 70.00th=[    2], 80.00th=[    2], 90.00th=[    3], 95.00th=[    3],
     | 99.00th=[  274], 99.50th=[  350], 99.90th=[  748], 99.95th=[ 5984],
     | 99.99th=[12608]
    bw (KB  /s): min= 9544, max=717720, per=12.44%, avg=177462.74, stdev=119759.00
    lat (usec) : 2=17.69%, 4=78.96%, 10=0.49%, 20=0.08%, 50=0.08%
    lat (usec) : 100=0.12%, 250=1.27%, 500=1.12%, 750=0.08%, 1000=0.02%
    lat (msec) : 2=0.02%, 4=0.01%, 10=0.01%, 20=0.03%, 50=0.01%
  cpu          : usr=4.50%, sys=15.02%, ctx=565973, majf=0, minf=98
  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=21404489/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=83611MB, aggrb=1393.5MB/s, minb=1393.5MB/s, maxb=1393.5MB/s, mint=60002msec, maxt=60002msec

Disk stats (read/write):
  sda: ios=524288/143, merge=0/264, ticks=135988/36, in_queue=109984, util=33.20%
Hard drive
FIO random direct read
Performance
98.66 MB/s
IOPS
25257
./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=11458: Mon Nov 11 05:37:59 2019
  read : io=5919.9MB, bw=101030KB/s, iops=25257, runt= 60001msec
    clat (usec): min=124, max=54038, avg=312.69, stdev=365.00
     lat (usec): min=125, max=54039, avg=313.14, stdev=365.10
    clat percentiles (usec):
     |  1.00th=[  157],  5.00th=[  175], 10.00th=[  185], 20.00th=[  205],
     | 30.00th=[  219], 40.00th=[  235], 50.00th=[  253], 60.00th=[  278],
     | 70.00th=[  310], 80.00th=[  350], 90.00th=[  426], 95.00th=[  516],
     | 99.00th=[ 1368], 99.50th=[ 2416], 99.90th=[ 4512], 99.95th=[ 5728],
     | 99.99th=[11712]
    bw (KB  /s): min= 4609, max=15976, per=12.50%, avg=12629.67, stdev=1899.33
    lat (usec) : 250=48.56%, 500=45.90%, 750=3.30%, 1000=0.73%
    lat (msec) : 2=0.89%, 4=0.48%, 10=0.14%, 20=0.02%, 50=0.01%
    lat (msec) : 100=0.01%
  cpu          : usr=1.40%, sys=4.64%, ctx=1518184, majf=0, minf=86
  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=1515469/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=5919.9MB, aggrb=101029KB/s, minb=101029KB/s, maxb=101029KB/s, mint=60001msec, maxt=60001msec

Disk stats (read/write):
  sda: ios=1514224/0, merge=0/0, ticks=419136/0, in_queue=323452, util=98.25%
Hard drive
FIO random write
Performance
1020.4 MB/s
IOPS
261215
./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=11478: Mon Nov 11 05:40:00 2019
  write: io=61229MB, bw=1020.4MB/s, iops=261215, runt= 60007msec
    clat (usec): min=1, max=52080, avg=27.47, stdev=627.24
     lat (usec): min=1, max=56026, avg=28.01, stdev=632.78
    clat percentiles (usec):
     |  1.00th=[    2],  5.00th=[    2], 10.00th=[    3], 20.00th=[    3],
     | 30.00th=[    3], 40.00th=[    4], 50.00th=[    5], 60.00th=[    5],
     | 70.00th=[    5], 80.00th=[    6], 90.00th=[    6], 95.00th=[    7],
     | 99.00th=[   26], 99.50th=[   90], 99.90th=[10048], 99.95th=[17280],
     | 99.99th=[26240]
    bw (KB  /s): min=    6, max=277224, per=12.51%, avg=130727.49, stdev=33065.23
    lat (usec) : 2=0.04%, 4=34.75%, 10=63.45%, 20=0.64%, 50=0.37%
    lat (usec) : 100=0.31%, 250=0.25%, 500=0.02%, 750=0.01%, 1000=0.01%
    lat (msec) : 2=0.01%, 4=0.01%, 10=0.05%, 20=0.06%, 50=0.04%
    lat (msec) : 100=0.01%
  cpu          : usr=3.73%, sys=19.38%, ctx=84856, 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=15674749/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=61229MB, aggrb=1020.4MB/s, minb=1020.4MB/s, maxb=1020.4MB/s, mint=60007msec, maxt=60007msec

Disk stats (read/write):
  sda: ios=0/207259, merge=0/217, ticks=0/145020, in_queue=133124, util=8.89%
Hard drive
FIO random direct write
Performance
25.85 MB/s
IOPS
6617
./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=11468: Mon Nov 11 05:39:00 2019
  write: io=1551.0MB, bw=26470KB/s, iops=6617, runt= 60002msec
    clat (usec): min=63, max=192698, avg=1205.40, stdev=7118.06
     lat (usec): min=64, max=192698, avg=1205.91, stdev=7118.24
    clat percentiles (usec):
     |  1.00th=[   70],  5.00th=[   75], 10.00th=[   80], 20.00th=[   87],
     | 30.00th=[   93], 40.00th=[   99], 50.00th=[  107], 60.00th=[  118],
     | 70.00th=[  139], 80.00th=[  195], 90.00th=[  306], 95.00th=[ 1848],
     | 99.00th=[36608], 99.50th=[55040], 99.90th=[92672], 99.95th=[107008],
     | 99.99th=[140288]
    bw (KB  /s): min=   47, max=13496, per=12.57%, avg=3327.86, stdev=2622.26
    lat (usec) : 100=40.41%, 250=44.40%, 500=8.81%, 750=0.56%, 1000=0.32%
    lat (msec) : 2=0.56%, 4=0.84%, 10=1.49%, 20=0.88%, 50=1.13%
    lat (msec) : 100=0.54%, 250=0.07%
  cpu          : usr=0.35%, sys=2.68%, ctx=800712, 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=397056/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=1551.0MB, aggrb=26469KB/s, minb=26469KB/s, maxb=26469KB/s, mint=60002msec, maxt=60002msec

Disk stats (read/write):
  sda: ios=0/396842, merge=0/1940, ticks=0/51128, in_queue=28, util=0.05%
Download
Download benchmark results
Download speed
914.49 Mbit/s
Downloaded 104857600 bytes in 0.844989 sec
Downloaded 104857600 bytes in 0.922832 sec
Downloaded 104857600 bytes in 0.954874 sec
Downloaded 104857600 bytes in 0.838555 sec
Downloaded 104857600 bytes in 0.812762 sec
Finished! Average download speed is 914.49 Mbit/s
Upload
Speedtest results
Upload speed
345.96 Mbit/s
Retrieving speedtest.net configuration...
Retrieving speedtest.net server list...
Testing from Linode ...
Selecting 15 servers that are not too close:
  1. Grahakomindo (Batam) [30.94 km]: 17.112 ms
  2. PT Mora Telematika Indonesia (Batam) [30.94 km]: 21.903 ms
  3. Telin (Batam) [30.94 km]: 4.133 ms
  4. PT Telekomunikasi Indonesia (Batam) [30.94 km]: 6.68 ms
  5. PT. Mayatama Solusindo (Dumai) [275.98 km]: 595.286 ms
  6. Dashnet (Pekanbaru) [280.38 km]: 479.484 ms
  7. PT. Telekomunikasi Indonesia (Pekanbaru) [280.38 km]: 25.005 ms
  8. PT Telekomunikasi Selular (Pekanbaru) [280.38 km]: 20.862 ms
  9. Hutchison 3 Indonesia - PKU (Pekanbaru) [281.50 km]: 20.578 ms
  10. UNIVERSITI TENAGA NASIONAL (Putrajaya) [300.84 km]: 142.245 ms
  11. Global Forway Sdn Bhd (Cyberjaya) [304.26 km]: 39.558 ms
  12. MYREN (Cyberjaya) [304.26 km]: 53.092 ms
  13. IX Telecom (Cyberjaya) [304.26 km]: 25.654 ms
  14. IP Core Sdn Bhd (Cyberjaya) [304.26 km]: 107.319 ms
  15. REDtone Telecommunications Sdn Bhd (Puchong) [314.06 km]: 118.246 ms
Testing upload speeds
  1. Grahakomindo (Batam):                        ......................... 636.50 Mbit/s
  2. PT Mora Telematika Indonesia (Batam):        ......................... 142.33 Mbit/s
  3. Telin (Batam):                               ......................... 762.28 Mbit/s
  4. PT Telekomunikasi Indonesia (Batam):         ......................... 616.47 Mbit/s
  5. PT. Mayatama Solusindo (Dumai):              ......................... 383.51 Mbit/s
  6. Dashnet (Pekanbaru):                         ......................... 69.25 Mbit/s
  7. PT. Telekomunikasi Indonesia (Pekanbaru):    ......................... 165.26 Mbit/s
  8. PT Telekomunikasi Selular (Pekanbaru):       ......................... 236.24 Mbit/s
  9. Hutchison 3 Indonesia - PKU (Pekanbaru):     ......................... 246.69 Mbit/s
  10. UNIVERSITI TENAGA NASIONAL (Putrajaya):     ......................... 302.19 Mbit/s
  11. Global Forway Sdn Bhd (Cyberjaya):          ......................... 337.63 Mbit/s
  12. MYREN (Cyberjaya):                          ......................... 107.95 Mbit/s
  13. IX Telecom (Cyberjaya):                     ......................... 214.47 Mbit/s
  14. IP Core Sdn Bhd (Cyberjaya):                ......................... 52.07 Mbit/s
  15. REDtone Telecommunications Sdn Bhd (Puchong):......................... 66.84 Mbit/s
Average upload speed is 289.31 Mbit/s