Stopwatch
Benchmark report #12355
UpCloud – 4GB 2CPU 80GB
Report
Share test result

Test results for 4GB 2CPU 80GB at UpCloud


Server specs:


2 × Intel(R) Xeon(R) Gold 6136 CPU @ 3.00GHz
4 GB RAM / 83 GB disk space
Ubuntu 18.04 Bionic

Benchmark results summary:


UnixBench - 1945.5
Disk Read - 1529 MB/s
Disk Write - 1086 MB/s
Bandwidth - 677.16 MB/s

More: https://serverscope.io/trials/9r7l
Share
Share this page
Cpu chip
Server Specs
CPU
2 × Intel(R) Xeon(R) Gold 6136 CPU @ 3.00GHz
CPU Cores
2 × 2993 MHz
RAM
4 GB
Disk
83 GB
OS
Ubuntu 18.04 Bionic
Benchmark summary
Benchmark summary
UnixBench
1945.5
Disk Read
1529 MB/s
Disk Write
1086 MB/s
Bandwidth
677.16 Mbit/s
Speedtest
301.1 Mbit/s
Graph analysis
UnixBench Score
UnixBench (all CPUs)
1945.5
UnixBench (one CPU)
1067.7
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-vGQG8F/byte-unixbench/UnixBench"
make distr
make[2]: Entering directory "/root/serverscope-vGQG8F/byte-unixbench/UnixBench"
Checking distribution of files
./pgms  exists
./src  exists
./testdir  exists
make[2]: Leaving directory "/root/serverscope-vGQG8F/byte-unixbench/UnixBench"
make programs
make[2]: Entering directory "/root/serverscope-vGQG8F/byte-unixbench/UnixBench"
make[2]: Nothing to be done for "programs".
make[2]: Leaving directory "/root/serverscope-vGQG8F/byte-unixbench/UnixBench"
make[1]: Leaving directory "/root/serverscope-vGQG8F/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-2cpu-4gb-sg-sin1: GNU/Linux
   OS: GNU/Linux -- 4.15.0-62-generic -- #69-Ubuntu SMP Wed Sep 4 20:55:53 UTC 2019
   Machine: x86_64 (x86_64)
   Language: en_US.utf8 (charmap="UTF-8", collate="UTF-8")
   CPU 0: Intel(R) Xeon(R) Gold 6136 CPU @ 3.00GHz (5985.9 bogomips)
          Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
   CPU 1: Intel(R) Xeon(R) Gold 6136 CPU @ 3.00GHz (5985.9 bogomips)
          Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
   15:07:31 up 16 min,  1 user,  load average: 8.19, 4.67, 2.00; runlevel 2019-11-13

------------------------------------------------------------------------
Benchmark Run: Wed Nov 13 2019 15:07:31 - 15:36:32
2 CPUs in system; running 1 parallel copy of tests

Dhrystone 2 using register variables       43695863.9 lps   (10.0 s, 7 samples)
Double-Precision Whetstone                     4108.0 MWIPS (12.9 s, 7 samples)
Execl Throughput                               4726.1 lps   (29.9 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks        602471.1 KBps  (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks          167614.0 KBps  (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks       1401248.7 KBps  (30.0 s, 2 samples)
Pipe Throughput                              925988.0 lps   (10.0 s, 7 samples)
Pipe-based Context Switching                  67315.8 lps   (10.0 s, 7 samples)
Process Creation                               8960.0 lps   (30.0 s, 2 samples)
Shell Scripts (1 concurrent)                   8744.5 lpm   (60.1 s, 2 samples)
Shell Scripts (8 concurrent)                   1611.3 lpm   (60.1 s, 2 samples)
System Call Overhead                         582892.4 lps   (10.0 s, 7 samples)

System Benchmarks Index Values               BASELINE       RESULT    INDEX
Dhrystone 2 using register variables         116700.0   43695863.9   3744.3
Double-Precision Whetstone                       55.0       4108.0    746.9
Execl Throughput                                 43.0       4726.1   1099.1
File Copy 1024 bufsize 2000 maxblocks          3960.0     602471.1   1521.4
File Copy 256 bufsize 500 maxblocks            1655.0     167614.0   1012.8
File Copy 4096 bufsize 8000 maxblocks          5800.0    1401248.7   2415.9
Pipe Throughput                               12440.0     925988.0    744.4
Pipe-based Context Switching                   4000.0      67315.8    168.3
Process Creation                                126.0       8960.0    711.1
Shell Scripts (1 concurrent)                     42.4       8744.5   2062.4
Shell Scripts (8 concurrent)                      6.0       1611.3   2685.6
System Call Overhead                          15000.0     582892.4    388.6
                                                                   ========
System Benchmarks Index Score                                        1067.7

------------------------------------------------------------------------
Benchmark Run: Wed Nov 13 2019 15:36:32 - 16:05:28
2 CPUs in system; running 2 parallel copies of tests

Dhrystone 2 using register variables       86405937.8 lps   (10.0 s, 7 samples)
Double-Precision Whetstone                     8636.4 MWIPS (12.0 s, 7 samples)
Execl Throughput                               7699.7 lps   (29.6 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks        925583.5 KBps  (30.1 s, 2 samples)
File Copy 256 bufsize 500 maxblocks          220906.7 KBps  (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks       2141525.6 KBps  (30.3 s, 2 samples)
Pipe Throughput                             1872519.8 lps   (10.0 s, 7 samples)
Pipe-based Context Switching                 372577.2 lps   (10.0 s, 7 samples)
Process Creation                              17172.5 lps   (30.0 s, 2 samples)
Shell Scripts (1 concurrent)                  12160.4 lpm   (60.1 s, 2 samples)
Shell Scripts (8 concurrent)                   1853.0 lpm   (60.3 s, 2 samples)
System Call Overhead                        1086441.4 lps   (10.0 s, 7 samples)

System Benchmarks Index Values               BASELINE       RESULT    INDEX
Dhrystone 2 using register variables         116700.0   86405937.8   7404.1
Double-Precision Whetstone                       55.0       8636.4   1570.2
Execl Throughput                                 43.0       7699.7   1790.6
File Copy 1024 bufsize 2000 maxblocks          3960.0     925583.5   2337.3
File Copy 256 bufsize 500 maxblocks            1655.0     220906.7   1334.8
File Copy 4096 bufsize 8000 maxblocks          5800.0    2141525.6   3692.3
Pipe Throughput                               12440.0    1872519.8   1505.2
Pipe-based Context Switching                   4000.0     372577.2    931.4
Process Creation                                126.0      17172.5   1362.9
Shell Scripts (1 concurrent)                     42.4      12160.4   2868.0
Shell Scripts (8 concurrent)                      6.0       1853.0   3088.3
System Call Overhead                          15000.0    1086441.4    724.3
                                                                   ========
System Benchmarks Index Score                                        1945.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, 5.56815 s, 386 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, 5.6508 s, 380 MB/s


Hard drive
FIO random read
Performance
1529.6 MB/s
IOPS
391550
./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=21959: Wed Nov 13 15:04:28 2019
  read : io=91771MB, bw=1529.6MB/s, iops=391550, runt= 60001msec
    clat (usec): min=1, max=1075.1K, avg=10.98, stdev=472.22
     lat (usec): min=1, max=1075.1K, avg=12.81, stdev=493.81
    clat percentiles (usec):
     |  1.00th=[    1],  5.00th=[    1], 10.00th=[    2], 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=[  112], 99.50th=[  133], 99.90th=[  219], 99.95th=[ 1736],
     | 99.99th=[12096]
    bw (KB  /s): min=17760, max=732944, per=12.56%, avg=196755.19, stdev=71002.62
    lat (usec) : 2=8.66%, 4=88.27%, 10=0.71%, 20=0.06%, 50=0.01%
    lat (usec) : 100=0.83%, 250=1.38%, 500=0.03%, 750=0.01%, 1000=0.01%
    lat (msec) : 2=0.01%, 4=0.01%, 10=0.01%, 20=0.03%, 50=0.01%
    lat (msec) : 100=0.01%, 250=0.01%, 500=0.01%, 1000=0.01%, 2000=0.01%
  cpu          : usr=9.72%, sys=13.53%, ctx=559295, majf=0, minf=91
  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=23493413/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=91771MB, aggrb=1529.6MB/s, minb=1529.6MB/s, maxb=1529.6MB/s, mint=60001msec, maxt=60001msec

Disk stats (read/write):
  vda: ios=524288/72, merge=0/245, ticks=53424/9560, in_queue=50120, util=15.25%
Hard drive
FIO random direct read
Performance
262.35 MB/s
IOPS
67162
./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=21972: Wed Nov 13 15:05:28 2019
  read : io=15742MB, bw=268651KB/s, iops=67162, runt= 60001msec
    clat (usec): min=47, max=310654, avg=115.29, stdev=949.24
     lat (usec): min=47, max=310655, avg=115.87, stdev=949.24
    clat percentiles (usec):
     |  1.00th=[   67],  5.00th=[   76], 10.00th=[   81], 20.00th=[   88],
     | 30.00th=[   93], 40.00th=[   98], 50.00th=[  104], 60.00th=[  111],
     | 70.00th=[  119], 80.00th=[  131], 90.00th=[  147], 95.00th=[  165],
     | 99.00th=[  247], 99.50th=[  310], 99.90th=[  532], 99.95th=[  684],
     | 99.99th=[ 1464]
    bw (KB  /s): min=15960, max=45704, per=12.53%, avg=33662.95, stdev=5040.41
    lat (usec) : 50=0.01%, 100=42.14%, 250=56.89%, 500=0.85%, 750=0.08%
    lat (usec) : 1000=0.02%
    lat (msec) : 2=0.01%, 4=0.01%, 10=0.01%, 20=0.01%, 250=0.01%
    lat (msec) : 500=0.01%
  cpu          : usr=3.44%, sys=9.04%, ctx=4032269, majf=0, minf=66
  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=4029825/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=15742MB, aggrb=268650KB/s, minb=268650KB/s, maxb=268650KB/s, mint=60001msec, maxt=60001msec

Disk stats (read/write):
  vda: ios=4029715/62, merge=0/14, ticks=389752/2624, in_queue=341316, util=98.91%
Hard drive
FIO random write
Performance
1086.3 MB/s
IOPS
278088
./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=21996: Wed Nov 13 15:07:28 2019
  write: io=65188MB, bw=1086.3MB/s, iops=278088, runt= 60010msec
    clat (usec): min=1, max=339743, avg=23.97, stdev=881.60
     lat (usec): min=2, max=339743, avg=24.83, stdev=889.36
    clat percentiles (usec):
     |  1.00th=[    2],  5.00th=[    2], 10.00th=[    3], 20.00th=[    3],
     | 30.00th=[    3], 40.00th=[    4], 50.00th=[    4], 60.00th=[    4],
     | 70.00th=[    5], 80.00th=[    5], 90.00th=[    6], 95.00th=[    6],
     | 99.00th=[    9], 99.50th=[   12], 99.90th=[ 7712], 99.95th=[16064],
     | 99.99th=[27776]
    bw (KB  /s): min=    4, max=411601, per=12.60%, avg=140163.75, stdev=38040.94
    lat (usec) : 2=0.01%, 4=33.55%, 10=65.67%, 20=0.52%, 50=0.10%
    lat (usec) : 100=0.02%, 250=0.01%, 500=0.01%, 750=0.01%, 1000=0.01%
    lat (msec) : 2=0.01%, 4=0.01%, 10=0.04%, 20=0.05%, 50=0.03%
    lat (msec) : 100=0.01%, 250=0.01%, 500=0.01%
  cpu          : usr=6.93%, sys=16.30%, ctx=62910, 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=16688074/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=65188MB, aggrb=1086.3MB/s, minb=1086.3MB/s, maxb=1086.3MB/s, mint=60010msec, maxt=60010msec

Disk stats (read/write):
  vda: ios=1/58302, merge=0/152, ticks=0/341572, in_queue=287888, util=16.91%
Hard drive
FIO random direct write
Performance
29.66 MB/s
IOPS
7592
./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=21985: Wed Nov 13 15:06:28 2019
  write: io=1779.5MB, bw=30369KB/s, iops=7592, runt= 60001msec
    clat (usec): min=81, max=271131, avg=1049.83, stdev=1823.47
     lat (usec): min=81, max=271131, avg=1050.50, stdev=1823.50
    clat percentiles (usec):
     |  1.00th=[   99],  5.00th=[  110], 10.00th=[  121], 20.00th=[  322],
     | 30.00th=[  868], 40.00th=[  900], 50.00th=[  924], 60.00th=[  956],
     | 70.00th=[ 1004], 80.00th=[ 1080], 90.00th=[ 1416], 95.00th=[ 2256],
     | 99.00th=[ 6304], 99.50th=[ 9152], 99.90th=[18816], 99.95th=[23168],
     | 99.99th=[42240]
    bw (KB  /s): min=  440, max= 9016, per=12.51%, avg=3798.48, stdev=946.01
    lat (usec) : 100=1.01%, 250=18.25%, 500=1.16%, 750=0.09%, 1000=48.91%
    lat (msec) : 2=24.61%, 4=3.88%, 10=1.70%, 20=0.32%, 50=0.07%
    lat (msec) : 100=0.01%, 250=0.01%, 500=0.01%
  cpu          : usr=0.48%, sys=2.91%, ctx=911659, 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=455545/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=1779.5MB, aggrb=30369KB/s, minb=30369KB/s, maxb=30369KB/s, mint=60001msec, maxt=60001msec

Disk stats (read/write):
  vda: ios=0/454087, merge=0/2056, ticks=0/51396, in_queue=4, util=0.01%
Download
Download benchmark results
Download speed
677.16 Mbit/s
Downloaded 104857600 bytes in 1.764779 sec
Downloaded 104857600 bytes in 1.639549 sec
Downloaded 104857600 bytes in 0.875248 sec
Downloaded 104857600 bytes in 0.819570 sec
Downloaded 104857600 bytes in 0.807866 sec
Finished! Average download speed is 677.16 Mbit/s
Upload
Speedtest results
Upload speed
301.1 Mbit/s
Retrieving speedtest.net configuration...
Retrieving speedtest.net server list...
Testing from UpCloud Ltd ...
Selecting 15 servers that are not too close:
  1. Grahakomindo (Batam) [41.15 km]: 174.36 ms
  2. PT Mora Telematika Indonesia (Batam) [41.15 km]: 212.209 ms
  3. Telin (Batam) [41.15 km]: 2.723 ms
  4. PT Telekomunikasi Indonesia (Batam) [41.15 km]: 4.929 ms
  5. PT. Mayatama Solusindo (Dumai) [268.83 km]: 1800000.0 ms
  6. Dashnet (Pekanbaru) [277.22 km]: 13.409 ms
  7. PT. Telekomunikasi Indonesia (Pekanbaru) [277.22 km]: 19.479 ms
  8. PT Telekomunikasi Selular (Pekanbaru) [277.22 km]: 28.6 ms
  9. Hutchison 3 Indonesia - PKU (Pekanbaru) [278.44 km]: 21.048 ms
  10. UNIVERSITI TENAGA NASIONAL (Putrajaya) [291.05 km]: 601.633 ms
  11. Global Forway Sdn Bhd (Cyberjaya) [294.51 km]: 865.566 ms
  12. MYREN (Cyberjaya) [294.51 km]: 94.894 ms
  13. IX Telecom (Cyberjaya) [294.51 km]: 63.185 ms
  14. IP Core Sdn Bhd (Cyberjaya) [294.51 km]: 35.701 ms
  15. REDtone Telecommunications Sdn Bhd (Puchong) [304.25 km]: 51.282 ms
Testing upload speeds
  1. Grahakomindo (Batam):                        ......................... 27.56 Mbit/s
  2. PT Mora Telematika Indonesia (Batam):        ......................... 13.21 Mbit/s
  3. Telin (Batam):                               ......................... 805.92 Mbit/s
  4. PT Telekomunikasi Indonesia (Batam):         ......................... 494.76 Mbit/s
  5. PT. Mayatama Solusindo (Dumai):              ......................... 183.05 Mbit/s
  6. Dashnet (Pekanbaru):                         ......................... 70.26 Mbit/s
  7. PT. Telekomunikasi Indonesia (Pekanbaru):    ......................... 189.65 Mbit/s
  8. PT Telekomunikasi Selular (Pekanbaru):       ......................... 349.53 Mbit/s
  9. Hutchison 3 Indonesia - PKU (Pekanbaru):     ......................... 83.28 Mbit/s
  10. UNIVERSITI TENAGA NASIONAL (Putrajaya):     ......................... 232.12 Mbit/s
  11. Global Forway Sdn Bhd (Cyberjaya):          ......................... 11.86 Mbit/s
  12. MYREN (Cyberjaya):                          ......................... 173.69 Mbit/s
  13. IX Telecom (Cyberjaya):                     ......................... 299.13 Mbit/s
  14. IP Core Sdn Bhd (Cyberjaya):                ......................... 365.41 Mbit/s
  15. REDtone Telecommunications Sdn Bhd (Puchong):......................... 366.39 Mbit/s
Average upload speed is 244.39 Mbit/s