Stopwatch
Benchmark report #16375
Digital Ocean – 4GB
Report
Share test result

Test results for 4GB at Digital Ocean


Server specs:


2 × DO-Premium-AMD
4 GB RAM / 82 GB disk space
Ubuntu 20.04 Focal

Benchmark results summary:


UnixBench - 2497.9
Disk Read - 182 MB/s
Disk Write - 694 MB/s
Bandwidth - 494.92 MB/s

More: https://serverscope.io/trials/M7XJ
Share
Share this page
Cpu chip
Server Specs
CPU
2 × DO-Premium-AMD
CPU Cores
2 × 1996 MHz
RAM
4 GB
Disk
82 GB
OS
Ubuntu 20.04 Focal
Benchmark summary
Benchmark summary
UnixBench
2497.9
Disk Read
182 MB/s
Disk Write
694 MB/s
Bandwidth
494.92 Mbit/s
Speedtest
302.39 Mbit/s
Graph analysis
UnixBench Score
UnixBench (all CPUs)
2497.9
UnixBench (one CPU)
1489.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]
   52 |  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:
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]
  109 |     freopen("masterlog.00", "a", stderr);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/big.c:197:6: warning: ignoring return value of ‘freopen’, declared with attribute warn_unused_result [-Wunused-result]
  197 |      freopen(logname, "w", stderr);
      |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/big.c:221:3: warning: ignoring return value of ‘dup’, declared with attribute warn_unused_result [-Wunused-result]
  221 |   dup(pvec[0]);
      |   ^~~~~~~~~~~~
src/big.c:225:6: warning: ignoring return value of ‘freopen’, declared with attribute warn_unused_result [-Wunused-result]
  225 |      freopen(logname, "w", stderr);
      |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/big.c:318:4: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
  318 |    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=]
  196 |      sprintf(logname, "masterlog.%02d", firstuser/MAXCHILD);
      |                                  ^~~~
src/big.c:196:23: note: directive argument in the range [-178956970, 178956970]
  196 |      sprintf(logname, "masterlog.%02d", firstuser/MAXCHILD);
      |                       ^~~~~~~~~~~~~~~~
In file included from /usr/include/stdio.h:867,
                 from src/execl.c:25:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:36:10: note: ‘__builtin___sprintf_chk’ output between 13 and 21 bytes into a destination of size 15
   36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |       __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-10gnty3s/byte-unixbench/UnixBench"
make distr
make[2]: Entering directory "/root/serverscope-10gnty3s/byte-unixbench/UnixBench"
Checking distribution of files
./pgms  exists
./src  exists
./testdir  exists
make[2]: Leaving directory "/root/serverscope-10gnty3s/byte-unixbench/UnixBench"
make programs
make[2]: Entering directory "/root/serverscope-10gnty3s/byte-unixbench/UnixBench"
make[2]: Nothing to be done for "programs".
make[2]: Leaving directory "/root/serverscope-10gnty3s/byte-unixbench/UnixBench"
make[1]: Leaving directory "/root/serverscope-10gnty3s/byte-unixbench/UnixBench"
sh: 3dinfo: command 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: tm-laravel-dev: GNU/Linux
   OS: GNU/Linux -- 5.4.0-84-generic -- #94-Ubuntu SMP Thu Aug 26 20:27:37 UTC 2021
   Machine: x86_64 (x86_64)
   Language: en_US.utf8 (charmap="UTF-8", collate="UTF-8")
   CPU 0: DO-Premium-AMD (3992.5 bogomips)
          Hyper-Threading, x86-64, MMX, AMD MMX, Physical Address Ext, SYSENTER/SYSEXIT, AMD virtualization, SYSCALL/SYSRET
   CPU 1: DO-Premium-AMD (3992.5 bogomips)
          Hyper-Threading, x86-64, MMX, AMD MMX, Physical Address Ext, SYSENTER/SYSEXIT, AMD virtualization, SYSCALL/SYSRET
   00:59:19 up 97 days,  5:02,  1 user,  load average: 8.19, 4.77, 1.99; runlevel 2021-09-08

------------------------------------------------------------------------
Benchmark Run: Wed Dec 15 2021 00:59:19 - 01:27:18
2 CPUs in system; running 1 parallel copy of tests

Dhrystone 2 using register variables       37010526.0 lps   (10.0 s, 7 samples)
Double-Precision Whetstone                     6699.4 MWIPS (9.8 s, 7 samples)
Execl Throughput                               4775.9 lps   (30.0 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks       1068865.6 KBps  (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks          295736.3 KBps  (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks       2198925.5 KBps  (30.0 s, 2 samples)
Pipe Throughput                             1874815.0 lps   (10.0 s, 7 samples)
Pipe-based Context Switching                  63220.1 lps   (10.0 s, 7 samples)
Process Creation                              10751.1 lps   (30.0 s, 2 samples)
Shell Scripts (1 concurrent)                   7217.9 lpm   (60.0 s, 2 samples)
Shell Scripts (8 concurrent)                   1478.4 lpm   (60.0 s, 2 samples)
System Call Overhead                        2667309.2 lps   (10.0 s, 7 samples)

System Benchmarks Index Values               BASELINE       RESULT    INDEX
Dhrystone 2 using register variables         116700.0   37010526.0   3171.4
Double-Precision Whetstone                       55.0       6699.4   1218.1
Execl Throughput                                 43.0       4775.9   1110.7
File Copy 1024 bufsize 2000 maxblocks          3960.0    1068865.6   2699.2
File Copy 256 bufsize 500 maxblocks            1655.0     295736.3   1786.9
File Copy 4096 bufsize 8000 maxblocks          5800.0    2198925.5   3791.3
Pipe Throughput                               12440.0    1874815.0   1507.1
Pipe-based Context Switching                   4000.0      63220.1    158.1
Process Creation                                126.0      10751.1    853.3
Shell Scripts (1 concurrent)                     42.4       7217.9   1702.3
Shell Scripts (8 concurrent)                      6.0       1478.4   2464.0
System Call Overhead                          15000.0    2667309.2   1778.2
                                                                   ========
System Benchmarks Index Score                                        1489.2

------------------------------------------------------------------------
Benchmark Run: Wed Dec 15 2021 01:27:18 - 01:55:21
2 CPUs in system; running 2 parallel copies of tests

Dhrystone 2 using register variables       73547642.3 lps   (10.0 s, 7 samples)
Double-Precision Whetstone                    13658.4 MWIPS (10.0 s, 7 samples)
Execl Throughput                               8865.4 lps   (29.6 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks        872717.0 KBps  (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks          350156.1 KBps  (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks       2530103.3 KBps  (30.0 s, 2 samples)
Pipe Throughput                             3763347.3 lps   (10.0 s, 7 samples)
Pipe-based Context Switching                 401830.1 lps   (10.0 s, 7 samples)
Process Creation                              20873.1 lps   (30.0 s, 2 samples)
Shell Scripts (1 concurrent)                  10514.3 lpm   (60.0 s, 2 samples)
Shell Scripts (8 concurrent)                   1501.4 lpm   (60.0 s, 2 samples)
System Call Overhead                        4317239.4 lps   (10.0 s, 7 samples)

System Benchmarks Index Values               BASELINE       RESULT    INDEX
Dhrystone 2 using register variables         116700.0   73547642.3   6302.3
Double-Precision Whetstone                       55.0      13658.4   2483.3
Execl Throughput                                 43.0       8865.4   2061.7
File Copy 1024 bufsize 2000 maxblocks          3960.0     872717.0   2203.8
File Copy 256 bufsize 500 maxblocks            1655.0     350156.1   2115.7
File Copy 4096 bufsize 8000 maxblocks          5800.0    2530103.3   4362.2
Pipe Throughput                               12440.0    3763347.3   3025.2
Pipe-based Context Switching                   4000.0     401830.1   1004.6
Process Creation                                126.0      20873.1   1656.6
Shell Scripts (1 concurrent)                     42.4      10514.3   2479.8
Shell Scripts (8 concurrent)                      6.0       1501.4   2502.4
System Call Overhead                          15000.0    4317239.4   2878.2
                                                                   ========
System Benchmarks Index Score                                        2497.9

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, 1.8918 s, 1.1 GB/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, 1.9994 s, 1.1 GB/s


Hard drive
FIO random read
Performance
182.15 MB/s
IOPS
46629
/usr/bin/fio --time_based --name=benchmark --size=256M --runtime=60 --randrepeat=1 --invalidate=1 --verify=0 --verify_fatal=0 --numjobs=8 --rw=randread --blocksize=4k --group_reporting --output-format=json
...
fio-3.16

benchmark: (groupid=0, jobs=8): err= 0: Wed Dec 15 00:56:15 2021
  read : io=11191212KB, bw=186517KB/s, iops=46629, runt= 60001msec
    bw (KB/s): min=124688, max=218712, mean=186503.46, stdev=2153.66
Hard drive
FIO random direct read
Performance
206.81 MB/s
IOPS
52942
/usr/bin/fio --time_based --name=benchmark --size=256M --runtime=60 --randrepeat=1 --direct=1 --invalidate=1 --verify=0 --verify_fatal=0 --numjobs=8 --rw=randread --blocksize=4k --group_reporting --output-format=json
...
fio-3.16

benchmark: (groupid=0, jobs=8): err= 0: Wed Dec 15 00:57:15 2021
  read : io=12706388KB, bw=211769KB/s, iops=52942, runt= 60001msec
    bw (KB/s): min=145488, max=238308, mean=211683.58, stdev=1503.75
Hard drive
FIO random write
Performance
694.78 MB/s
IOPS
177865
/usr/bin/fio --time_based --name=benchmark --size=256M --runtime=60 --filename=benchmark --randrepeat=1 --end_fsync=1 --invalidate=1 --verify=0 --verify_fatal=0 --numjobs=8 --rw=randwrite --blocksize=4k --group_reporting --output-format=json
...
fio-3.16

benchmark: (groupid=0, jobs=8): err= 0: Wed Dec 15 00:59:16 2021
  write : io=42740204KB, bw=711459KB/s, iops=177865, runt= 60074msec
    bw (KB/s): min=69576, max=1969704, mean=719353.89, stdev=35004.6
Hard drive
FIO random direct write
Performance
15.01 MB/s
IOPS
3844
/usr/bin/fio --time_based --name=benchmark --size=256M --runtime=60 --filename=benchmark --randrepeat=1 --direct=1 --invalidate=1 --verify=0 --verify_fatal=0 --numjobs=8 --rw=randwrite --blocksize=4k --group_reporting --output-format=json
...
fio-3.16

benchmark: (groupid=0, jobs=8): err= 0: Wed Dec 15 00:58:16 2021
  write : io=922524KB, bw=15374KB/s, iops=3844, runt= 60003msec
    bw (KB/s): min=6046, max=26448, mean=15368.02, stdev=504.82
Download
Download benchmark results
Download speed
494.92 Mbit/s
Downloaded 104857600 bytes in 1.655007 sec
Downloaded 104857600 bytes in 1.602533 sec
Downloaded 104857600 bytes in 1.607133 sec
Downloaded 104857600 bytes in 1.601472 sec
Downloaded 104857600 bytes in 1.616002 sec
Finished! Average download speed is 494.92 Mbit/s
Upload
Speedtest results
Upload speed
302.39 Mbit/s
Testing egress speeds
1. Daxis-ICT - Enschede, NL                          17.93 ms    16.57 Mbit/s
2. Daxis-ICT - Deventer, NL                          26.22 ms    67.32 Mbit/s
3. Bremen Briteline GmbH - Bremen, DE                21.71 ms   283.01 Mbit/s
4. LWLcom GmbH - Bremen, DE                          18.56 ms   296.12 Mbit/s
5. Solcon Internetdienste... - Dronten, NL           14.95 ms   323.54 Mbit/s
6. SKV - Veendam, NL                                 22.87 ms   299.94 Mbit/s
7. OSSO Network B.V. - Groningen, NL                 32.74 ms   244.05 Mbit/s
8. INIT3 B.V. - Groningen, NL                        24.53 ms    83.45 Mbit/s
9. Stadtwerke Neumünster ... - Neumünster, DE        22.73 ms   262.23 Mbit/s
10. Schleswiger Stadtwerke... - Schleswig, DE        13.72 ms   407.81 Mbit/s