Stopwatch
Benchmark report #7957
Ikoula – m1.small - Amsterdam
Report
Share test result

Test results for m1.small - Amsterdam at Ikoula


Server specs:


Intel(R) Xeon(R) CPU E5520 @ 2.27GHz
1 GB RAM / 50 GB disk space
Ubuntu 18.04 Bionic
Amsterdam, Netherlands

Benchmark results summary:


UnixBench - 453.4
Disk Read - 70 MB/s
Disk Write - 158 MB/s
Bandwidth - 377.70 MB/s

More: https://serverscope.io/trials/q44n
Share
Share this page
Cpu chip
Server Specs
CPU
Intel(R) Xeon(R) CPU E5520 @ 2.27GHz
CPU Cores
1 × 2261 MHz
RAM
1 GB
Disk
50 GB
OS
Ubuntu 18.04 Bionic
Location
Amsterdam, Netherlands
Benchmark summary
Benchmark summary
UnixBench
453.4
Disk Read
70 MB/s
Disk Write
158 MB/s
Bandwidth
377.70 Mbit/s
Speedtest
98.14 Mbit/s
Graph analysis
UnixBench Score
UnixBench (one CPU)
453.4
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-ZKaKQb/byte-unixbench/UnixBench"
make distr
make[2]: Entering directory "/root/serverscope-ZKaKQb/byte-unixbench/UnixBench"
Checking distribution of files
./pgms  exists
./src  exists
./testdir  exists
make[2]: Leaving directory "/root/serverscope-ZKaKQb/byte-unixbench/UnixBench"
make programs
make[2]: Entering directory "/root/serverscope-ZKaKQb/byte-unixbench/UnixBench"
make[2]: Nothing to be done for "programs".
make[2]: Leaving directory "/root/serverscope-ZKaKQb/byte-unixbench/UnixBench"
make[1]: Leaving directory "/root/serverscope-ZKaKQb/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

========================================================================
   BYTE UNIX Benchmarks (Version 5.1.3)

   System: klein-NL: GNU/Linux
   OS: GNU/Linux -- 4.15.0-20-generic -- #21-Ubuntu SMP Tue Apr 24 06:16:15 UTC 2018
   Machine: x86_64 (x86_64)
   Language: en_US.utf8 (charmap="UTF-8", collate="UTF-8")
   CPU 0: Intel(R) Xeon(R) CPU E5520 @ 2.27GHz (4522.1 bogomips)
          x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
   17:54:34 up 25 min,  1 user,  load average: 7.75, 4.94, 2.33; runlevel 2018-07-25

------------------------------------------------------------------------
Benchmark Run: Wed Jul 25 2018 17:54:34 - 18:22:50
1 CPU in system; running 1 parallel copy of tests

Dhrystone 2 using register variables       21564563.6 lps   (10.0 s, 7 samples)
Double-Precision Whetstone                     2642.7 MWIPS (9.9 s, 7 samples)
Execl Throughput                               2068.2 lps   (30.0 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks        181295.7 KBps  (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks           46732.8 KBps  (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks        539736.3 KBps  (30.0 s, 2 samples)
Pipe Throughput                              236901.2 lps   (10.0 s, 7 samples)
Pipe-based Context Switching                  64127.6 lps   (10.0 s, 7 samples)
Process Creation                               5750.9 lps   (30.0 s, 2 samples)
Shell Scripts (1 concurrent)                   4342.8 lpm   (60.0 s, 2 samples)
Shell Scripts (8 concurrent)                    568.7 lpm   (60.0 s, 2 samples)
System Call Overhead                         162995.4 lps   (10.0 s, 7 samples)

System Benchmarks Index Values               BASELINE       RESULT    INDEX
Dhrystone 2 using register variables         116700.0   21564563.6   1847.9
Double-Precision Whetstone                       55.0       2642.7    480.5
Execl Throughput                                 43.0       2068.2    481.0
File Copy 1024 bufsize 2000 maxblocks          3960.0     181295.7    457.8
File Copy 256 bufsize 500 maxblocks            1655.0      46732.8    282.4
File Copy 4096 bufsize 8000 maxblocks          5800.0     539736.3    930.6
Pipe Throughput                               12440.0     236901.2    190.4
Pipe-based Context Switching                   4000.0      64127.6    160.3
Process Creation                                126.0       5750.9    456.4
Shell Scripts (1 concurrent)                     42.4       4342.8   1024.2
Shell Scripts (8 concurrent)                      6.0        568.7    947.9
System Call Overhead                          15000.0     162995.4    108.7
                                                                   ========
System Benchmarks Index Score                                         453.4

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.87614 s, 365 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.50905 s, 390 MB/s


Hard drive
FIO random read
Performance
70.11 MB/s
IOPS
17947
./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=52199: Wed Jul 25 17:51:22 2018
  read : io=4206.7MB, bw=71791KB/s, iops=17947, runt= 60002msec
    clat (usec): min=5, max=103536, avg=432.69, stdev=881.37
     lat (usec): min=6, max=103538, avg=434.92, stdev=881.39
    clat percentiles (usec):
     |  1.00th=[    6],  5.00th=[   10], 10.00th=[  334], 20.00th=[  370],
     | 30.00th=[  386], 40.00th=[  398], 50.00th=[  410], 60.00th=[  422],
     | 70.00th=[  438], 80.00th=[  462], 90.00th=[  498], 95.00th=[  548],
     | 99.00th=[  796], 99.50th=[ 1576], 99.90th=[ 8096], 99.95th=[10176],
     | 99.99th=[47872]
    bw (KB  /s): min= 5333, max=14696, per=12.49%, avg=8968.02, stdev=1157.92
    lat (usec) : 10=4.84%, 20=0.41%, 50=0.15%, 100=0.03%, 250=0.08%
    lat (usec) : 500=84.57%, 750=8.76%, 1000=0.46%
    lat (msec) : 2=0.29%, 4=0.20%, 10=0.16%, 20=0.03%, 50=0.01%
    lat (msec) : 100=0.01%, 250=0.01%
  cpu          : usr=2.50%, sys=5.82%, ctx=1031458, majf=1, 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=1076899/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=4206.7MB, aggrb=71790KB/s, minb=71790KB/s, maxb=71790KB/s, mint=60002msec, maxt=60002msec

Disk stats (read/write):
    dm-0: ios=1015782/15, merge=0/0, ticks=381068/0, in_queue=381264, util=96.66%, aggrios=1018428/187, aggrmerge=0/350, aggrticks=380524/376, aggrin_queue=342908, aggrutil=96.06%
  xvda: ios=1018428/187, merge=0/350, ticks=380524/376, in_queue=342908, util=96.06%
Hard drive
FIO random direct read
Performance
72.26 MB/s
IOPS
18498
./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=52223: Wed Jul 25 17:52:22 2018
  read : io=4335.8MB, bw=73996KB/s, iops=18498, runt= 60001msec
    clat (usec): min=157, max=264613, avg=418.17, stdev=817.85
     lat (usec): min=159, max=264615, avg=420.40, stdev=817.86
    clat percentiles (usec):
     |  1.00th=[  282],  5.00th=[  322], 10.00th=[  342], 20.00th=[  370],
     | 30.00th=[  382], 40.00th=[  394], 50.00th=[  402], 60.00th=[  414],
     | 70.00th=[  426], 80.00th=[  442], 90.00th=[  470], 95.00th=[  498],
     | 99.00th=[  580], 99.50th=[  644], 99.90th=[ 2288], 99.95th=[ 8256],
     | 99.99th=[15808]
    bw (KB  /s): min= 3984, max= 9872, per=12.53%, avg=9273.64, stdev=652.46
    lat (usec) : 250=0.13%, 500=95.19%, 750=4.41%, 1000=0.09%
    lat (msec) : 2=0.07%, 4=0.02%, 10=0.07%, 20=0.01%, 50=0.01%
    lat (msec) : 100=0.01%, 500=0.01%
  cpu          : usr=2.72%, sys=5.43%, ctx=1119386, 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=1109951/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=4335.8MB, aggrb=73995KB/s, minb=73995KB/s, maxb=73995KB/s, mint=60001msec, maxt=60001msec

Disk stats (read/write):
    dm-0: ios=1109000/0, merge=0/0, ticks=398392/0, in_queue=398640, util=99.49%, aggrios=1110249/3, aggrmerge=0/4, aggrticks=396724/0, aggrin_queue=357816, aggrutil=98.99%
  xvda: ios=1110249/3, merge=0/4, ticks=396724/0, in_queue=357816, util=98.99%
Hard drive
FIO random write
Performance
158.04 MB/s
IOPS
40458
./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=52271: Wed Jul 25 17:54:23 2018
  write: io=9483.0MB, bw=161832KB/s, iops=40458, runt= 60004msec
    clat (usec): min=5, max=594979, avg=94.91, stdev=1956.62
     lat (usec): min=6, max=716846, avg=111.43, stdev=2273.15
    clat percentiles (usec):
     |  1.00th=[    6],  5.00th=[    6], 10.00th=[    6], 20.00th=[    7],
     | 30.00th=[    7], 40.00th=[    7], 50.00th=[    7], 60.00th=[    7],
     | 70.00th=[    7], 80.00th=[    8], 90.00th=[    9], 95.00th=[   21],
     | 99.00th=[ 2800], 99.50th=[ 3888], 99.90th=[ 7904], 99.95th=[11328],
     | 99.99th=[64768]
    bw (KB  /s): min=    0, max=46400, per=13.61%, avg=22025.35, stdev=6009.22
    lat (usec) : 10=90.87%, 20=3.69%, 50=2.39%, 100=0.19%, 250=0.49%
    lat (usec) : 500=0.04%, 750=0.21%, 1000=0.05%
    lat (msec) : 2=0.57%, 4=1.04%, 10=0.40%, 20=0.04%, 50=0.01%
    lat (msec) : 100=0.02%, 250=0.01%, 500=0.01%, 750=0.01%
  cpu          : usr=4.85%, sys=6.21%, ctx=184417, majf=0, minf=77
  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=2427648/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=9483.0MB, aggrb=161832KB/s, minb=161832KB/s, maxb=161832KB/s, mint=60004msec, maxt=60004msec

Disk stats (read/write):
    dm-0: ios=15/1001434, merge=0/0, ticks=8/725612, in_queue=729260, util=99.95%, aggrios=66/1006246, aggrmerge=0/1929, aggrticks=28/619524, aggrin_queue=547268, aggrutil=90.75%
  xvda: ios=66/1006246, merge=0/1929, ticks=28/619524, in_queue=547268, util=90.75%
Hard drive
FIO random direct write
Performance
12.49 MB/s
IOPS
3197
./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=52247: Wed Jul 25 17:53:23 2018
  write: io=767352KB, bw=12788KB/s, iops=3197, runt= 60004msec
    clat (usec): min=138, max=80105, avg=2489.39, stdev=10494.01
     lat (usec): min=140, max=80107, avg=2491.60, stdev=10494.13
    clat percentiles (usec):
     |  1.00th=[  173],  5.00th=[  177], 10.00th=[  183], 20.00th=[  258],
     | 30.00th=[  266], 40.00th=[  270], 50.00th=[  274], 60.00th=[  282],
     | 70.00th=[  334], 80.00th=[  362], 90.00th=[  390], 95.00th=[  596],
     | 99.00th=[55040], 99.50th=[58624], 99.90th=[64768], 99.95th=[68096],
     | 99.99th=[75264]
    bw (KB  /s): min=  990, max= 2408, per=12.51%, avg=1599.78, stdev=252.19
    lat (usec) : 250=16.38%, 500=77.88%, 750=1.03%, 1000=0.17%
    lat (msec) : 2=0.15%, 4=0.04%, 10=0.11%, 20=0.03%, 50=1.36%
    lat (msec) : 100=2.85%
  cpu          : usr=0.49%, sys=1.69%, ctx=393011, majf=0, minf=72
  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=191838/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=767352KB, aggrb=12788KB/s, minb=12788KB/s, maxb=12788KB/s, mint=60004msec, maxt=60004msec

Disk stats (read/write):
    dm-0: ios=26/193953, merge=0/0, ticks=4/53096, in_queue=53168, util=88.29%, aggrios=78/192110, aggrmerge=0/2051, aggrticks=16/52556, aggrin_queue=40, aggrutil=0.04%
  xvda: ios=78/192110, merge=0/2051, ticks=16/52556, in_queue=40, util=0.04%
Download
Download benchmark results
Download speed
377.70 Mbit/s
Downloaded 104857600 bytes in 6.508003 sec
Downloaded 104857600 bytes in 1.066432 sec
Downloaded 104857600 bytes in 1.009134 sec
Downloaded 104857600 bytes in 1.015588 sec
Downloaded 104857600 bytes in 0.991288 sec
Finished! Average download speed is 377.70 Mbit/s
Upload
Speedtest results
Upload speed
98.14 Mbit/s
Retrieving speedtest.net configuration...
Retrieving speedtest.net server list...
Testing from Cogent Communications ...
Selecting 15 servers that are not too close:
  1. Rodin Connect (Hilversum) [30.03 km]: 7.692 ms
  2. Art Of Automation B.V. (Hoorn) [30.51 km]: 8.209 ms
  3. Vodafone NL (Utrecht) [40.01 km]: 9.631 ms
  4. ColoCenter bv (Zoetermeer) [44.73 km]: 10.344 ms
  5. Jonaz B.V. (Amersfoort) [46.90 km]: 9.786 ms
  6. Virtono.com (The Hague) [50.22 km]: 10.644 ms
  7. KPN B.V. (Den Haag) [51.99 km]: 12.5 ms
  8. Matrix DATA (Harderwijk) [53.44 km]: 10.124 ms
  9. SIT Internetdiensten B.V. (Voorthuizen) [58.62 km]: 8.95 ms
  10. Luna.nl B.V. (Rotterdam) [58.70 km]: 9.192 ms
  11. Luna.nl B.V. (Rotterdam) [58.88 km]: 10.156 ms
  12. i3D.net (Rotterdam) [58.88 km]: 3.526 ms
  13. Qweb | Full-Service Hosting (Alblasserdam) [61.14 km]: 7.772 ms
  14. Solcon (Dronten) [61.44 km]: 6.231 ms
  15. Caiway (Naaldwijk) [62.66 km]: 9.27 ms
Testing upload speeds
  1. Rodin Connect (Hilversum):                   ......................... 98.09 Mbit/s
  2. Art Of Automation B.V. (Hoorn):              ......................... 98.45 Mbit/s
  3. Vodafone NL (Utrecht):                       ......................... 97.01 Mbit/s
  4. ColoCenter bv (Zoetermeer):                  ......................... 98.93 Mbit/s
  5. Jonaz B.V. (Amersfoort):                     ......................... 97.93 Mbit/s
  6. Virtono.com (The Hague):                     ......................... 97.72 Mbit/s
  7. KPN B.V. (Den Haag):                         ......................... 97.97 Mbit/s
  8. Matrix DATA (Harderwijk):                    ......................... 98.24 Mbit/s
  9. SIT Internetdiensten B.V. (Voorthuizen):     ......................... 98.26 Mbit/s
  10. Luna.nl B.V. (Rotterdam):                   ......................... 98.72 Mbit/s
  11. Luna.nl B.V. (Rotterdam):                   ......................... 92.85 Mbit/s
  12. i3D.net (Rotterdam):                        ......................... 98.20 Mbit/s
  13. Qweb | Full-Service Hosting (Alblasserdam): ......................... 98.28 Mbit/s
  14. Solcon (Dronten):                           ......................... 97.99 Mbit/s
  15. Caiway (Naaldwijk):                         ......................... 88.70 Mbit/s
Average upload speed is 97.16 Mbit/s