Stopwatch
Benchmark report #3350
Digital Ocean – 2GB
Report
Share test result

Test results for 2GB at Digital Ocean


Server specs:


2 × Intel(R) Xeon(R) CPU E5-2630L v2 @ 2.40GHz
2 GB RAM / 41 GB disk space
Ubuntu 17.04 Zesty
Amsterdam, Netherlands

Benchmark results summary:


UnixBench - 1913.5
Disk Read - 249 MB/s
Disk Write - 594 MB/s
Bandwidth - 632.46 MB/s

More: https://serverscope.io/trials/3ZKa
Share
Share this page
Cpu chip
Server Specs
CPU
2 × Intel(R) Xeon(R) CPU E5-2630L v2 @ 2.40GHz
CPU Cores
1 × 2400 MHz
RAM
2 GB
Disk
41 GB
OS
Ubuntu 17.04 Zesty
Location
Amsterdam, Netherlands
Benchmark summary
Benchmark summary
UnixBench
1913.5
Disk Read
249 MB/s
Disk Write
594 MB/s
Bandwidth
632.46 Mbit/s
Speedtest
430.54 Mbit/s
Graph analysis
UnixBench Score
UnixBench (all CPUs)
1913.5
UnixBench (one CPU)
1017.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);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-LLq9dH/byte-unixbench/UnixBench"
make distr
make[2]: Entering directory "/root/serverscope-LLq9dH/byte-unixbench/UnixBench"
Checking distribution of files
./pgms  exists
./src  exists
./testdir  exists
make[2]: Leaving directory "/root/serverscope-LLq9dH/byte-unixbench/UnixBench"
make programs
make[2]: Entering directory "/root/serverscope-LLq9dH/byte-unixbench/UnixBench"
make[2]: Nothing to be done for "programs".
make[2]: Leaving directory "/root/serverscope-LLq9dH/byte-unixbench/UnixBench"
make[1]: Leaving directory "/root/serverscope-LLq9dH/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: cache01: GNU/Linux
   OS: GNU/Linux -- 4.10.0-20-generic -- #22-Ubuntu SMP Thu Apr 20 09:22:42 UTC 2017
   Machine: x86_64 (x86_64)
   Language: en_US.utf8 (charmap="UTF-8", collate="UTF-8")
   CPU 0: Intel(R) Xeon(R) CPU E5-2630L v2 @ 2.40GHz (4800.0 bogomips)
          x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
   CPU 1: Intel(R) Xeon(R) CPU E5-2630L v2 @ 2.40GHz (4800.0 bogomips)
          x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
   12:45:37 up 15 min,  1 user,  load average: 7.85, 4.81, 2.10; runlevel 2017-05-18

------------------------------------------------------------------------
Benchmark Run: Thu May 18 2017 12:45:37 - 13:13:47
2 CPUs in system; running 1 parallel copy of tests

Dhrystone 2 using register variables       25756347.3 lps   (10.0 s, 7 samples)
Double-Precision Whetstone                     3562.6 MWIPS (9.9 s, 7 samples)
Execl Throughput                               3123.5 lps   (30.0 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks        706855.9 KBps  (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks          207126.7 KBps  (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks       1420162.9 KBps  (30.0 s, 2 samples)
Pipe Throughput                             1424196.7 lps   (10.0 s, 7 samples)
Pipe-based Context Switching                  27015.1 lps   (10.0 s, 7 samples)
Process Creation                               5095.3 lps   (30.0 s, 2 samples)
Shell Scripts (1 concurrent)                   6445.7 lpm   (60.0 s, 2 samples)
Shell Scripts (8 concurrent)                   1384.7 lpm   (60.0 s, 2 samples)
System Call Overhead                        2972496.3 lps   (10.0 s, 7 samples)

System Benchmarks Index Values               BASELINE       RESULT    INDEX
Dhrystone 2 using register variables         116700.0   25756347.3   2207.1
Double-Precision Whetstone                       55.0       3562.6    647.7
Execl Throughput                                 43.0       3123.5    726.4
File Copy 1024 bufsize 2000 maxblocks          3960.0     706855.9   1785.0
File Copy 256 bufsize 500 maxblocks            1655.0     207126.7   1251.5
File Copy 4096 bufsize 8000 maxblocks          5800.0    1420162.9   2448.6
Pipe Throughput                               12440.0    1424196.7   1144.9
Pipe-based Context Switching                   4000.0      27015.1     67.5
Process Creation                                126.0       5095.3    404.4
Shell Scripts (1 concurrent)                     42.4       6445.7   1520.2
Shell Scripts (8 concurrent)                      6.0       1384.7   2307.8
System Call Overhead                          15000.0    2972496.3   1981.7
                                                                   ========
System Benchmarks Index Score                                        1017.7

------------------------------------------------------------------------
Benchmark Run: Thu May 18 2017 13:13:47 - 13:41:56
2 CPUs in system; running 2 parallel copies of tests

Dhrystone 2 using register variables       50113386.8 lps   (10.0 s, 7 samples)
Double-Precision Whetstone                     7053.2 MWIPS (9.9 s, 7 samples)
Execl Throughput                               5933.6 lps   (29.6 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks        902454.2 KBps  (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks          212613.4 KBps  (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks       2274285.0 KBps  (30.0 s, 2 samples)
Pipe Throughput                             2930615.7 lps   (10.0 s, 7 samples)
Pipe-based Context Switching                 331171.2 lps   (10.0 s, 7 samples)
Process Creation                              11901.0 lps   (30.0 s, 2 samples)
Shell Scripts (1 concurrent)                  10059.2 lpm   (60.0 s, 2 samples)
Shell Scripts (8 concurrent)                   1360.5 lpm   (60.0 s, 2 samples)
System Call Overhead                        4181310.6 lps   (10.0 s, 7 samples)

System Benchmarks Index Values               BASELINE       RESULT    INDEX
Dhrystone 2 using register variables         116700.0   50113386.8   4294.2
Double-Precision Whetstone                       55.0       7053.2   1282.4
Execl Throughput                                 43.0       5933.6   1379.9
File Copy 1024 bufsize 2000 maxblocks          3960.0     902454.2   2278.9
File Copy 256 bufsize 500 maxblocks            1655.0     212613.4   1284.7
File Copy 4096 bufsize 8000 maxblocks          5800.0    2274285.0   3921.2
Pipe Throughput                               12440.0    2930615.7   2355.8
Pipe-based Context Switching                   4000.0     331171.2    827.9
Process Creation                                126.0      11901.0    944.5
Shell Scripts (1 concurrent)                     42.4      10059.2   2372.5
Shell Scripts (8 concurrent)                      6.0       1360.5   2267.6
System Call Overhead                          15000.0    4181310.6   2787.5
                                                                   ========
System Benchmarks Index Score                                        1913.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, 6.21986 s, 345 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.69481 s, 377 MB/s


Hard drive
FIO random read
Performance
249.09 MB/s
IOPS
63767
./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=19861: Thu May 18 12:42:31 2017
  read : io=14946MB, bw=255071KB/s, iops=63767, runt= 60001msec
    clat (usec): min=1, max=54255, avg=120.49, stdev=313.48
     lat (usec): min=1, max=54255, avg=121.03, stdev=314.01
    clat percentiles (usec):
     |  1.00th=[    5],  5.00th=[    6], 10.00th=[    7], 20.00th=[    8],
     | 30.00th=[   12], 40.00th=[   24], 50.00th=[   93], 60.00th=[  119],
     | 70.00th=[  147], 80.00th=[  187], 90.00th=[  258], 95.00th=[  334],
     | 99.00th=[  564], 99.50th=[  740], 99.90th=[ 4640], 99.95th=[ 6944],
     | 99.99th=[10560]
    bw (KB  /s): min=16376, max=63696, per=12.49%, avg=31864.79, stdev=8413.53
    lat (usec) : 2=0.02%, 4=0.81%, 10=22.95%, 20=14.30%, 50=4.49%
    lat (usec) : 100=9.80%, 250=36.83%, 500=9.37%, 750=0.95%, 1000=0.19%
    lat (msec) : 2=0.12%, 4=0.06%, 10=0.10%, 20=0.01%, 50=0.01%
    lat (msec) : 100=0.01%
  cpu          : usr=4.18%, sys=18.96%, ctx=2204464, majf=1, minf=92
  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=3826132/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=14946MB, aggrb=255071KB/s, minb=255071KB/s, maxb=255071KB/s, mint=60001msec, maxt=60001msec

Disk stats (read/write):
  vda: ios=2178120/16, merge=0/7, ticks=142356/0, in_queue=141988, util=94.18%
Hard drive
FIO random direct read
Performance
231.24 MB/s
IOPS
59198
./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=19882: Thu May 18 12:43:32 2017
  read : io=13875MB, bw=236793KB/s, iops=59198, runt= 60003msec
    clat (usec): min=22, max=30342, avg=128.74, stdev=142.59
     lat (usec): min=22, max=30343, avg=129.35, stdev=142.69
    clat percentiles (usec):
     |  1.00th=[   52],  5.00th=[   62], 10.00th=[   70], 20.00th=[   80],
     | 30.00th=[   89], 40.00th=[   99], 50.00th=[  110], 60.00th=[  123],
     | 70.00th=[  139], 80.00th=[  161], 90.00th=[  201], 95.00th=[  241],
     | 99.00th=[  358], 99.50th=[  438], 99.90th=[ 1080], 99.95th=[ 1976],
     | 99.99th=[ 5088]
    bw (KB  /s): min=13456, max=40128, per=12.52%, avg=29642.28, stdev=4706.15
    lat (usec) : 50=0.61%, 100=39.45%, 250=55.57%, 500=4.03%, 750=0.19%
    lat (usec) : 1000=0.05%
    lat (msec) : 2=0.06%, 4=0.03%, 10=0.02%, 20=0.01%, 50=0.01%
  cpu          : usr=5.27%, sys=17.39%, ctx=3561808, 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=3552078/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=13875MB, aggrb=236793KB/s, minb=236793KB/s, maxb=236793KB/s, mint=60003msec, maxt=60003msec

Disk stats (read/write):
  vda: ios=3550207/13, merge=0/3, ticks=216284/0, in_queue=214764, util=98.50%
Hard drive
FIO random write
Performance
594.0 MB/s
IOPS
152063
./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=19902: Thu May 18 12:45:33 2017
  write: io=35643MB, bw=608256KB/s, iops=152063, runt= 60005msec
    clat (usec): min=0, max=196209, avg=47.32, stdev=871.16
     lat (usec): min=0, max=196209, avg=48.01, stdev=877.66
    clat percentiles (usec):
     |  1.00th=[    3],  5.00th=[    3], 10.00th=[    3], 20.00th=[    4],
     | 30.00th=[    5], 40.00th=[    6], 50.00th=[    6], 60.00th=[    7],
     | 70.00th=[    8], 80.00th=[    9], 90.00th=[   12], 95.00th=[   15],
     | 99.00th=[   34], 99.50th=[   92], 99.90th=[15168], 99.95th=[19840],
     | 99.99th=[28544]
    bw (KB  /s): min=    6, max=142408, per=12.52%, avg=76152.16, stdev=17730.54
    lat (usec) : 2=0.01%, 4=12.77%, 10=71.42%, 20=13.64%, 50=1.45%
    lat (usec) : 100=0.23%, 250=0.09%, 500=0.04%, 750=0.02%, 1000=0.01%
    lat (msec) : 2=0.03%, 4=0.03%, 10=0.09%, 20=0.13%, 50=0.05%
    lat (msec) : 100=0.01%, 250=0.01%
  cpu          : usr=4.25%, sys=16.79%, ctx=101698, 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=9124597/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=35643MB, aggrb=608255KB/s, minb=608255KB/s, maxb=608255KB/s, mint=60005msec, maxt=60005msec

Disk stats (read/write):
  vda: ios=0/315962, merge=0/1801, ticks=0/1917416, in_queue=1917676, util=80.05%
Hard drive
FIO random direct write
Performance
10.22 MB/s
IOPS
2615
./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=19892: Thu May 18 12:44:32 2017
  write: io=627896KB, bw=10464KB/s, iops=2615, runt= 60007msec
    clat (usec): min=138, max=136418, avg=3050.14, stdev=9044.70
     lat (usec): min=139, max=136419, avg=3050.92, stdev=9044.79
    clat percentiles (usec):
     |  1.00th=[  161],  5.00th=[  177], 10.00th=[  189], 20.00th=[  209],
     | 30.00th=[  233], 40.00th=[  274], 50.00th=[  354], 60.00th=[  406],
     | 70.00th=[  458], 80.00th=[  580], 90.00th=[10048], 95.00th=[21632],
     | 99.00th=[45824], 99.50th=[55040], 99.90th=[81408], 99.95th=[88576],
     | 99.99th=[115200]
    bw (KB  /s): min=   55, max= 3255, per=12.52%, avg=1309.78, stdev=622.53
    lat (usec) : 250=34.95%, 500=39.89%, 750=10.44%, 1000=1.25%
    lat (msec) : 2=1.49%, 4=0.36%, 10=1.61%, 20=4.40%, 50=4.90%
    lat (msec) : 100=0.69%, 250=0.02%
  cpu          : usr=0.39%, sys=2.19%, ctx=321696, majf=0, minf=74
  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=156974/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=627896KB, aggrb=10463KB/s, minb=10463KB/s, maxb=10463KB/s, mint=60007msec, maxt=60007msec

Disk stats (read/write):
  vda: ios=12/156841, merge=0/2186, ticks=0/50112, in_queue=50012, util=83.36%
Download
Download benchmark results
Download speed
632.46 Mbit/s
Downloaded 104857600 bytes in 1.266587 sec
Downloaded 104857600 bytes in 1.505125 sec
Downloaded 104857600 bytes in 1.275368 sec
Downloaded 104857600 bytes in 1.138672 sec
Downloaded 104857600 bytes in 1.138715 sec
Finished! Average download speed is 632.46 Mbit/s
Upload
Speedtest results
Upload speed
430.54 Mbit/s
Retrieving speedtest.net configuration...
Retrieving speedtest.net server list...
Testing from DigitalOcean ...
Selecting 15 servers that are not too close:
  1. Vodafone NL (Utrecht) [31.60 km]: 5.665 ms
  2. A2B Internet B.V. (Alkmaar) [33.62 km]: 3.349 ms
  3. ColoCenter bv (Zoetermeer) [44.55 km]: 5.26 ms
  4. Matrix DATA (Harderwijk) [45.87 km]: 6.464 ms
  5. SIT Internetdiensten B.V. (Voorthuizen) [49.67 km]: 5.347 ms
  6. Xela Hosting (The Hague) [52.05 km]: 4.213 ms
  7. KPN B.V. (Den Haag) [53.77 km]: 5.338 ms
  8. Solcon (Dronten) [56.25 km]: 4.188 ms
  9. Maximum (Rotterdam) [57.31 km]: 10.361 ms
  10. i3D.net (Rotterdam) [57.31 km]: 2.949 ms
  11. Qweb | Full-Service Hosting (Alblasserdam) [57.60 km]: 5.754 ms
  12. WorldStream B.V. (Naaldwijk) [64.20 km]: 6.955 ms
  13. Solcon Internetdiensten N.V. (Apeldoorn) [71.37 km]: 5.761 ms
  14. Breedband Arnhem (Arnhem) [78.18 km]: 4.232 ms
  15. DT-IT (Arnhem) [78.18 km]: 6.803 ms
Testing upload speeds
  1. Vodafone NL (Utrecht):                       ......................... 311.84 Mbit/s
  2. A2B Internet B.V. (Alkmaar):                 ......................... 511.63 Mbit/s
  3. ColoCenter bv (Zoetermeer):                  ......................... 432.50 Mbit/s
  4. Matrix DATA (Harderwijk):                    ......................... 432.37 Mbit/s
  5. SIT Internetdiensten B.V. (Voorthuizen):     ......................... 62.75 Mbit/s
  6. Xela Hosting (The Hague):                    ......................... 331.38 Mbit/s
  7. KPN B.V. (Den Haag):                         ......................... 487.54 Mbit/s
  8. Solcon (Dronten):                            ......................... 468.81 Mbit/s
  9. Maximum (Rotterdam):                         ......................... 317.05 Mbit/s
  10. i3D.net (Rotterdam):                        ......................... 221.63 Mbit/s
  11. Qweb | Full-Service Hosting (Alblasserdam): ......................... 225.24 Mbit/s
  12. WorldStream B.V. (Naaldwijk):               ......................... 499.53 Mbit/s
  13. Solcon Internetdiensten N.V. (Apeldoorn):   ......................... 405.23 Mbit/s
  14. Breedband Arnhem (Arnhem):                  ......................... 538.03 Mbit/s
  15. DT-IT (Arnhem):                             ......................... 210.31 Mbit/s
Average upload speed is 363.72 Mbit/s