Stopwatch
Benchmark report #14559
Oracle Cloud – VM.Standard.E2.1.Micro
Report
Share test result

Test results for VM.Standard.E2.1.Micro at Oracle Cloud


Server specs:


2 × AMD EPYC 7551 32-Core Processor
977 MB RAM / 47 GB disk space
Ubuntu 18.04 Bionic

Benchmark results summary:


UnixBench - 924.2
Disk Read - 12 MB/s
Disk Write - 55 MB/s
Bandwidth - 44.38 MB/s

More: https://serverscope.io/trials/jPe6
Share
Share this page
Cpu chip
Server Specs
CPU
2 × AMD EPYC 7551 32-Core Processor
CPU Cores
1 × 1996 MHz
RAM
977 MB
Disk
47 GB
OS
Ubuntu 18.04 Bionic
Benchmark summary
Benchmark summary
UnixBench
924.2
Disk Read
12 MB/s
Disk Write
55 MB/s
Bandwidth
44.38 Mbit/s
Speedtest
46.4 Mbit/s
Graph analysis
UnixBench Score
UnixBench (all CPUs)
924.2
UnixBench (one CPU)
893.2
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 "main":
src/pipe.c:52:2: warning: ignoring return value of "pipe", 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 "dummy":
src/big.c:109:5: warning: ignoring return value of "freopen", declared with attribute warn_unused_result [-Wunused-result]
     freopen("masterlog.00", "a", stderr);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/big.c:197:6: warning: ignoring return value of "freopen", declared with attribute warn_unused_result [-Wunused-result]
      freopen(logname, "w", stderr);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/big.c:221:3: warning: ignoring return value of "dup", declared with attribute warn_unused_result [-Wunused-result]
   dup(pvec[0]);
   ^~~~~~~~~~~~
src/big.c:225:6: warning: ignoring return value of "freopen", declared with attribute warn_unused_result [-Wunused-result]
      freopen(logname, "w", stderr);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/big.c:318:4: warning: ignoring return value of "write", declared with attribute warn_unused_result [-Wunused-result]
    write(fcopy, cp->line, p - cp->line + 1);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/big.c:196:34: warning: "%02d" 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: "__builtin___sprintf_chk" output between 13 and 21 bytes into a destination of size 15
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -o pgms/dhry2 -Wall -pedantic -O3 -ffast-math -march=native -mtune=native -I ./src -DTIME -DHZ= ./src/dhry_1.c ./src/dhry_2.c
gcc -o pgms/dhry2reg -Wall -pedantic -O3 -ffast-math -march=native -mtune=native -I ./src -DTIME -DHZ= -DREG=register ./src/dhry_1.c ./src/dhry_2.c
gcc -o pgms/looper -Wall -pedantic -O3 -ffast-math -march=native -mtune=native -I ./src -DTIME src/looper.c 
gcc -o pgms/fstime -Wall -pedantic -O3 -ffast-math -march=native -mtune=native -I ./src -DTIME src/fstime.c 
gcc -o pgms/whetstone-double -Wall -pedantic -O3 -ffast-math -march=native -mtune=native -I ./src -DTIME -DDP -DUNIX -DUNIXBENCH src/whets.c -lm
make all
make[1]: Entering directory "/home/ubuntu/serverscope-eOAO9A/byte-unixbench/UnixBench"
make distr
make[2]: Entering directory "/home/ubuntu/serverscope-eOAO9A/byte-unixbench/UnixBench"
Checking distribution of files
./pgms  exists
./src  exists
./testdir  exists
make[2]: Leaving directory "/home/ubuntu/serverscope-eOAO9A/byte-unixbench/UnixBench"
make programs
make[2]: Entering directory "/home/ubuntu/serverscope-eOAO9A/byte-unixbench/UnixBench"
make[2]: Nothing to be done for "programs".
make[2]: Leaving directory "/home/ubuntu/serverscope-eOAO9A/byte-unixbench/UnixBench"
make[1]: Leaving directory "/home/ubuntu/serverscope-eOAO9A/byte-unixbench/UnixBench"
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
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: instance-20201112-1809: GNU/Linux
   OS: GNU/Linux -- 5.4.0-1028-oracle -- #29~18.04.1-Ubuntu SMP Tue Oct 6 13:05:53 UTC 2020
   Machine: x86_64 (x86_64)
   Language: en_US.utf8 (charmap="ANSI_X3.4-1968", collate="ANSI_X3.4-1968")
   CPU 0: AMD EPYC 7551 32-Core Processor (3992.5 bogomips)
          Hyper-Threading, x86-64, MMX, AMD MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
   CPU 1: AMD EPYC 7551 32-Core Processor (3992.5 bogomips)
          Hyper-Threading, x86-64, MMX, AMD MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
   15:48:29 up 33 min,  1 user,  load average: 7.91, 4.88, 2.70; runlevel Nov

------------------------------------------------------------------------
Benchmark Run: Thu Nov 12 2020 15:48:29 - 16:16:32
2 CPUs in system; running 1 parallel copy of tests

Dhrystone 2 using register variables       25233723.5 lps   (10.0 s, 7 samples)
Double-Precision Whetstone                     4221.9 MWIPS (9.7 s, 7 samples)
Execl Throughput                               3288.5 lps   (30.0 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks        625234.3 KBps  (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks          170678.0 KBps  (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks       1644743.5 KBps  (30.0 s, 2 samples)
Pipe Throughput                             1038003.4 lps   (10.0 s, 7 samples)
Pipe-based Context Switching                  30925.1 lps   (10.0 s, 7 samples)
Process Creation                               3791.4 lps   (30.0 s, 2 samples)
Shell Scripts (1 concurrent)                   6313.5 lpm   (60.0 s, 2 samples)
Shell Scripts (8 concurrent)                    778.1 lpm   (60.0 s, 2 samples)
System Call Overhead                        1759680.5 lps   (10.0 s, 7 samples)

System Benchmarks Index Values               BASELINE       RESULT    INDEX
Dhrystone 2 using register variables         116700.0   25233723.5   2162.3
Double-Precision Whetstone                       55.0       4221.9    767.6
Execl Throughput                                 43.0       3288.5    764.8
File Copy 1024 bufsize 2000 maxblocks          3960.0     625234.3   1578.9
File Copy 256 bufsize 500 maxblocks            1655.0     170678.0   1031.3
File Copy 4096 bufsize 8000 maxblocks          5800.0    1644743.5   2835.8
Pipe Throughput                               12440.0    1038003.4    834.4
Pipe-based Context Switching                   4000.0      30925.1     77.3
Process Creation                                126.0       3791.4    300.9
Shell Scripts (1 concurrent)                     42.4       6313.5   1489.0
Shell Scripts (8 concurrent)                      6.0        778.1   1296.9
System Call Overhead                          15000.0    1759680.5   1173.1
                                                                   ========
System Benchmarks Index Score                                         893.2

------------------------------------------------------------------------
Benchmark Run: Thu Nov 12 2020 16:16:32 - 16:44:23
2 CPUs in system; running 2 parallel copies of tests

Dhrystone 2 using register variables       20330536.7 lps   (10.0 s, 7 samples)
Double-Precision Whetstone                     4014.4 MWIPS (9.7 s, 7 samples)
Execl Throughput                               2719.0 lps   (30.0 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks        506172.9 KBps  (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks          136109.4 KBps  (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks       1325608.6 KBps  (30.0 s, 2 samples)
Pipe Throughput                              894391.4 lps   (10.0 s, 7 samples)
Pipe-based Context Switching                 132631.4 lps   (10.0 s, 7 samples)
Process Creation                               6131.7 lps   (30.0 s, 2 samples)
Shell Scripts (1 concurrent)                   5869.5 lpm   (60.0 s, 2 samples)
Shell Scripts (8 concurrent)                    755.8 lpm   (60.1 s, 2 samples)
System Call Overhead                        1490291.0 lps   (10.0 s, 7 samples)

System Benchmarks Index Values               BASELINE       RESULT    INDEX
Dhrystone 2 using register variables         116700.0   20330536.7   1742.1
Double-Precision Whetstone                       55.0       4014.4    729.9
Execl Throughput                                 43.0       2719.0    632.3
File Copy 1024 bufsize 2000 maxblocks          3960.0     506172.9   1278.2
File Copy 256 bufsize 500 maxblocks            1655.0     136109.4    822.4
File Copy 4096 bufsize 8000 maxblocks          5800.0    1325608.6   2285.5
Pipe Throughput                               12440.0     894391.4    719.0
Pipe-based Context Switching                   4000.0     132631.4    331.6
Process Creation                                126.0       6131.7    486.6
Shell Scripts (1 concurrent)                     42.4       5869.5   1384.3
Shell Scripts (8 concurrent)                      6.0        755.8   1259.6
System Call Overhead                          15000.0    1490291.0    993.5
                                                                   ========
System Benchmarks Index Score                                         924.2

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, 40.067 s, 53.6 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, 42.7415 s, 50.2 MB/s


Hard drive
FIO random read
Performance
12.03 MB/s
IOPS
3079
./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=10953: Thu Nov 12 15:45:24 2020
  read : io=739140KB, bw=12318KB/s, iops=3079, runt= 60005msec
    clat (usec): min=353, max=59965, avg=2594.16, stdev=3232.72
     lat (usec): min=353, max=59965, avg=2594.44, stdev=3232.72
    clat percentiles (usec):
     |  1.00th=[  418],  5.00th=[  438], 10.00th=[  450], 20.00th=[  466],
     | 30.00th=[  486], 40.00th=[  506], 50.00th=[  532], 60.00th=[  596],
     | 70.00th=[ 5408], 80.00th=[ 6816], 90.00th=[ 7456], 95.00th=[ 7968],
     | 99.00th=[ 8032], 99.50th=[ 8096], 99.90th=[25472], 99.95th=[36608],
     | 99.99th=[46336]
    bw (KB  /s): min= 1136, max= 4251, per=12.51%, avg=1540.42, stdev=361.91
    lat (usec) : 500=36.85%, 750=28.60%, 1000=1.37%
    lat (msec) : 2=0.93%, 4=0.89%, 10=31.15%, 20=0.07%, 50=0.13%
    lat (msec) : 100=0.01%
  cpu          : usr=0.21%, sys=1.17%, ctx=185090, 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=184785/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=739140KB, aggrb=12317KB/s, minb=12317KB/s, maxb=12317KB/s, mint=60005msec, maxt=60005msec

Disk stats (read/write):
  sda: ios=184321/21, merge=0/13, ticks=472515/63, in_queue=248388, util=98.37%
Hard drive
FIO random direct read
Performance
11.73 MB/s
IOPS
3002
./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=10973: Thu Nov 12 15:46:25 2020
  read : io=720616KB, bw=12009KB/s, iops=3002, runt= 60005msec
    clat (usec): min=357, max=38224, avg=2659.66, stdev=3068.30
     lat (usec): min=357, max=38224, avg=2659.98, stdev=3068.30
    clat percentiles (usec):
     |  1.00th=[  414],  5.00th=[  430], 10.00th=[  442], 20.00th=[  462],
     | 30.00th=[  478], 40.00th=[  498], 50.00th=[  524], 60.00th=[  588],
     | 70.00th=[ 5856], 80.00th=[ 6944], 90.00th=[ 7520], 95.00th=[ 7968],
     | 99.00th=[ 8032], 99.50th=[ 8032], 99.90th=[ 9024], 99.95th=[10176],
     | 99.99th=[18304]
    bw (KB  /s): min= 1099, max= 2624, per=12.51%, avg=1502.46, stdev=148.91
    lat (usec) : 500=41.23%, 750=22.58%, 1000=1.01%
    lat (msec) : 2=1.18%, 4=0.98%, 10=32.96%, 20=0.05%, 50=0.01%
  cpu          : usr=0.24%, sys=1.06%, ctx=180393, majf=0, minf=89
  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=180154/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=720616KB, aggrb=12009KB/s, minb=12009KB/s, maxb=12009KB/s, mint=60005msec, maxt=60005msec

Disk stats (read/write):
  sda: ios=179937/24, merge=0/11, ticks=474303/104, in_queue=247856, util=99.71%
Hard drive
FIO random write
Performance
55.46 MB/s
IOPS
14198
./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=11011: Thu Nov 12 15:48:25 2020
  write: io=3338.5MB, bw=56792KB/s, iops=14198, runt= 60195msec
    clat (usec): min=1, max=837297, avg=536.27, stdev=13789.76
     lat (usec): min=1, max=837297, avg=536.47, stdev=13790.77
    clat percentiles (usec):
     |  1.00th=[    2],  5.00th=[    2], 10.00th=[    2], 20.00th=[    2],
     | 30.00th=[    2], 40.00th=[    3], 50.00th=[    3], 60.00th=[    3],
     | 70.00th=[    3], 80.00th=[    3], 90.00th=[    4], 95.00th=[    4],
     | 99.00th=[    8], 99.50th=[   18], 99.90th=[244736], 99.95th=[399360],
     | 99.99th=[505856]
    bw (KB  /s): min=    1, max=194114, per=13.43%, avg=7629.82, stdev=9396.49
    lat (usec) : 2=0.10%, 4=85.99%, 10=13.04%, 20=0.40%, 50=0.16%
    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.01%, 20=0.05%, 50=0.02%
    lat (msec) : 100=0.02%, 250=0.07%, 500=0.08%, 750=0.01%, 1000=0.01%
  cpu          : usr=0.27%, sys=1.08%, ctx=14493, 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=0/w=854653/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=3338.5MB, aggrb=56792KB/s, minb=56792KB/s, maxb=56792KB/s, mint=60195msec, maxt=60195msec

Disk stats (read/write):
  sda: ios=11/184862, merge=0/10956, ticks=146/3011266, in_queue=2623344, util=96.59%
Hard drive
FIO random direct write
Performance
1.52 MB/s
IOPS
388
./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=10994: Thu Nov 12 15:47:25 2020
  write: io=93340KB, bw=1555.5KB/s, iops=388, runt= 60008msec
    clat (usec): min=406, max=60559, avg=20567.46, stdev=18271.84
     lat (usec): min=406, max=60559, avg=20567.87, stdev=18271.84
    clat percentiles (usec):
     |  1.00th=[  438],  5.00th=[  458], 10.00th=[  474], 20.00th=[  506],
     | 30.00th=[  548], 40.00th=[  628], 50.00th=[27008], 60.00th=[31360],
     | 70.00th=[35584], 80.00th=[39680], 90.00th=[41216], 95.00th=[47360],
     | 99.00th=[49920], 99.50th=[51456], 99.90th=[58112], 99.95th=[59136],
     | 99.99th=[59648]
    bw (KB  /s): min=  152, max=  285, per=12.49%, avg=194.15, stdev=13.00
    lat (usec) : 500=18.44%, 750=23.60%, 1000=0.36%
    lat (msec) : 2=0.16%, 4=0.09%, 10=0.05%, 20=1.36%, 50=54.96%
    lat (msec) : 100=0.99%
  cpu          : usr=0.02%, sys=9.95%, ctx=50195, majf=0, minf=88
  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=23335/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=93340KB, aggrb=1555KB/s, minb=1555KB/s, maxb=1555KB/s, mint=60008msec, maxt=60008msec

Disk stats (read/write):
  sda: ios=5/23365, merge=0/1299, ticks=4/12930, in_queue=128, util=61.54%
Download
Download benchmark results
Download speed
44.38 Mbit/s
Downloaded 104857600 bytes in 17.521384 sec
Downloaded 104857600 bytes in 18.048927 sec
Downloaded 104857600 bytes in 18.149384 sec
Downloaded 104857600 bytes in 18.204760 sec
Downloaded 104857600 bytes in 18.210645 sec
Finished! Average download speed is 44.38 Mbit/s
Upload
Speedtest results
Upload speed
46.4 Mbit/s
Retrieving speedtest.net configuration...
Retrieving speedtest.net server list...
Testing from Oracle Cloud ...
Selecting 15 servers that are not too close:
  1. Art Of Automation B.V. (Hoorn) [33.30 km]: 8.807 ms
  2. Cloudwebservices (Hoorn) [33.30 km]: 11.71 ms
  3. Jonaz B.V. (Amersfoort) [37.69 km]: 2.74 ms
  4. ExtraIP (Amersfoort) [37.69 km]: 3.692 ms
  5. eXtreme Hosting (Houten) [39.14 km]: 24.948 ms
  6. ColoCenter bv (Zoetermeer) [44.38 km]: 3.565 ms
  7. Flexyz (Harderwijk) [46.02 km]: 3.048 ms
  8. Matrix DATA (Harderwijk) [46.02 km]: 6.184 ms
  9. SIT Internetdiensten B.V. (Voorthuizen) [49.77 km]: 9.938 ms
  10. Solcon (Dronten) [56.42 km]: 2.833 ms
  11. SDHD Hosts (Dronten) [56.42 km]: 3.26 ms
  12. Weserve B.V. (Dronten) [56.42 km]: 133.832 ms
  13. CheeseHosting (Dronten) [56.42 km]: 7.55 ms
  14. Damecon B.V. (Rotterdam) [57.03 km]: 7.021 ms
  15. i3D.net (Rotterdam) [57.16 km]: 3.165 ms
Testing upload speeds
  1. Art Of Automation B.V. (Hoorn):              ......................... 48.48 Mbit/s
  2. Cloudwebservices (Hoorn):                    ......................... 39.54 Mbit/s
  3. Jonaz B.V. (Amersfoort):                     ......................... 46.68 Mbit/s
  4. ExtraIP (Amersfoort):                        ......................... 45.69 Mbit/s
  5. eXtreme Hosting (Houten):                    ......................... 45.77 Mbit/s
  6. ColoCenter bv (Zoetermeer):                  ......................... 46.96 Mbit/s
  7. Flexyz (Harderwijk):                         ......................... 46.77 Mbit/s
  8. Matrix DATA (Harderwijk):                    ......................... 46.10 Mbit/s
  9. SIT Internetdiensten B.V. (Voorthuizen):     ......................... 46.34 Mbit/s
  10. Solcon (Dronten):                           ......................... 46.43 Mbit/s
  11. SDHD Hosts (Dronten):                       ......................... 45.73 Mbit/s
  12. Weserve B.V. (Dronten):                     ......................... 45.41 Mbit/s
  13. CheeseHosting (Dronten):                    ......................... 46.66 Mbit/s
  14. Damecon B.V. (Rotterdam):                   ......................... 47.29 Mbit/s
  15. i3D.net (Rotterdam):                        ......................... 45.35 Mbit/s
Average upload speed is 45.95 Mbit/s