Stopwatch
Benchmark report #8016
Ikoula – m1.small - Reims
Report
Share test result

Test results for m1.small - Reims at Ikoula


Server specs:


Intel(R) Xeon(R) Gold 6134 CPU @ 3.20GHz
2 GB RAM / 50 GB disk space
Ubuntu 18.04 Bionic
France

Benchmark results summary:


UnixBench - 1021.6
Disk Read - 356 MB/s
Disk Write - 424 MB/s
Bandwidth - 675.50 MB/s

More: https://serverscope.io/trials/YYPE
Share
Share this page
Cpu chip
Server Specs
CPU
Intel(R) Xeon(R) Gold 6134 CPU @ 3.20GHz
CPU Cores
1 × 3200 MHz
RAM
2 GB
Disk
50 GB
OS
Ubuntu 18.04 Bionic
Location
Benchmark summary
Benchmark summary
UnixBench
1021.6
Disk Read
356 MB/s
Disk Write
424 MB/s
Bandwidth
675.50 Mbit/s
Speedtest
95.35 Mbit/s
Graph analysis
UnixBench Score
UnixBench (one CPU)
1021.6
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-C7g4CB/byte-unixbench/UnixBench"
make distr
make[2]: Entering directory "/root/serverscope-C7g4CB/byte-unixbench/UnixBench"
Checking distribution of files
./pgms  exists
./src  exists
./testdir  exists
make[2]: Leaving directory "/root/serverscope-C7g4CB/byte-unixbench/UnixBench"
make programs
make[2]: Entering directory "/root/serverscope-C7g4CB/byte-unixbench/UnixBench"
make[2]: Nothing to be done for "programs".
make[2]: Leaving directory "/root/serverscope-C7g4CB/byte-unixbench/UnixBench"
make[1]: Leaving directory "/root/serverscope-C7g4CB/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-FR5: 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) Gold 6134 CPU @ 3.20GHz (6400.2 bogomips)
          x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
   03:24:21 up 37 min,  1 user,  load average: 8.75, 4.92, 2.17; runlevel 2018-08-02

------------------------------------------------------------------------
Benchmark Run: Thu Aug 02 2018 03:24:21 - 03:52:28
1 CPU in system; running 1 parallel copy of tests

Dhrystone 2 using register variables       28052947.9 lps   (10.0 s, 7 samples)
Double-Precision Whetstone                     4224.5 MWIPS (9.5 s, 7 samples)
Execl Throughput                               3546.1 lps   (30.0 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks        559790.6 KBps  (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks          150588.7 KBps  (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks       1430702.0 KBps  (30.0 s, 2 samples)
Pipe Throughput                              815799.2 lps   (10.0 s, 7 samples)
Pipe-based Context Switching                 181126.0 lps   (10.0 s, 7 samples)
Process Creation                              11199.1 lps   (30.0 s, 2 samples)
Shell Scripts (1 concurrent)                   7063.5 lpm   (60.0 s, 2 samples)
Shell Scripts (8 concurrent)                    913.6 lpm   (60.0 s, 2 samples)
System Call Overhead                         599251.3 lps   (10.0 s, 7 samples)

System Benchmarks Index Values               BASELINE       RESULT    INDEX
Dhrystone 2 using register variables         116700.0   28052947.9   2403.9
Double-Precision Whetstone                       55.0       4224.5    768.1
Execl Throughput                                 43.0       3546.1    824.7
File Copy 1024 bufsize 2000 maxblocks          3960.0     559790.6   1413.6
File Copy 256 bufsize 500 maxblocks            1655.0     150588.7    909.9
File Copy 4096 bufsize 8000 maxblocks          5800.0    1430702.0   2466.7
Pipe Throughput                               12440.0     815799.2    655.8
Pipe-based Context Switching                   4000.0     181126.0    452.8
Process Creation                                126.0      11199.1    888.8
Shell Scripts (1 concurrent)                     42.4       7063.5   1665.9
Shell Scripts (8 concurrent)                      6.0        913.6   1522.7
System Call Overhead                          15000.0     599251.3    399.5
                                                                   ========
System Benchmarks Index Score                                        1021.6

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, 3.87161 s, 555 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, 3.33885 s, 643 MB/s


Hard drive
FIO random read
Performance
356.11 MB/s
IOPS
91163
./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=27720: Thu Aug  2 03:21:17 2018
  read : io=21367MB, bw=364653KB/s, iops=91163, runt= 60001msec
    clat (usec): min=1, max=478143, avg=79.62, stdev=1597.12
     lat (usec): min=1, max=478143, avg=81.04, stdev=1635.20
    clat percentiles (usec):
     |  1.00th=[    1],  5.00th=[    1], 10.00th=[    1], 20.00th=[    1],
     | 30.00th=[    2], 40.00th=[    2], 50.00th=[    2], 60.00th=[    2],
     | 70.00th=[    2], 80.00th=[  165], 90.00th=[  211], 95.00th=[  233],
     | 99.00th=[  282], 99.50th=[  310], 99.90th=[ 2064], 99.95th=[ 9408],
     | 99.99th=[60672]
    bw (KB  /s): min= 3043, max=389592, per=12.26%, avg=44722.91, stdev=78706.21
    lat (usec) : 2=29.20%, 4=42.75%, 10=1.08%, 20=1.42%, 50=1.33%
    lat (usec) : 100=1.13%, 250=20.27%, 500=2.67%, 750=0.02%, 1000=0.01%
    lat (msec) : 2=0.02%, 4=0.02%, 10=0.03%, 20=0.01%, 50=0.01%
    lat (msec) : 100=0.03%, 250=0.01%, 500=0.01%
  cpu          : usr=2.49%, sys=7.26%, ctx=1715316, 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=5469886/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=21367MB, aggrb=364652KB/s, minb=364652KB/s, maxb=364652KB/s, mint=60001msec, maxt=60001msec

Disk stats (read/write):
    dm-0: ios=1268487/15, merge=0/0, ticks=350512/0, in_queue=350716, util=96.40%, aggrios=1270028/171, aggrmerge=0/326, aggrticks=349552/208, aggrin_queue=298404, aggrutil=96.07%
  xvda: ios=1270028/171, merge=0/326, ticks=349552/208, in_queue=298404, util=96.07%
Hard drive
FIO random direct read
Performance
126.83 MB/s
IOPS
32469
./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=27744: Thu Aug  2 03:22:17 2018
  read : io=7610.3MB, bw=129879KB/s, iops=32469, runt= 60001msec
    clat (usec): min=54, max=156552, avg=243.13, stdev=1316.53
     lat (usec): min=54, max=156553, avg=243.52, stdev=1316.53
    clat percentiles (usec):
     |  1.00th=[   89],  5.00th=[  107], 10.00th=[  121], 20.00th=[  151],
     | 30.00th=[  187], 40.00th=[  201], 50.00th=[  211], 60.00th=[  221],
     | 70.00th=[  231], 80.00th=[  243], 90.00th=[  262], 95.00th=[  286],
     | 99.00th=[  346], 99.50th=[  386], 99.90th=[12096], 99.95th=[24192],
     | 99.99th=[60672]
    bw (KB  /s): min= 6688, max=27784, per=12.51%, avg=16245.04, stdev=3242.90
    lat (usec) : 100=2.79%, 250=81.32%, 500=15.62%, 750=0.05%, 1000=0.02%
    lat (msec) : 2=0.02%, 4=0.01%, 10=0.05%, 20=0.04%, 50=0.03%
    lat (msec) : 100=0.03%, 250=0.01%
  cpu          : usr=0.97%, sys=3.76%, ctx=1976724, 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=1948221/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=7610.3MB, aggrb=129879KB/s, minb=129879KB/s, maxb=129879KB/s, mint=60001msec, maxt=60001msec

Disk stats (read/write):
    dm-0: ios=1946007/5, merge=0/0, ticks=444492/0, in_queue=444744, util=99.66%, aggrios=1948699/5, aggrmerge=0/1, aggrticks=444168/0, aggrin_queue=391892, aggrutil=98.98%
  xvda: ios=1948699/5, merge=0/1, ticks=444168/0, in_queue=391892, util=98.98%
Hard drive
FIO random write
Performance
424.65 MB/s
IOPS
108709
./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=27802: Thu Aug  2 03:24:18 2018
  write: io=25480MB, bw=434840KB/s, iops=108709, runt= 60002msec
    clat (usec): min=1, max=698713, avg=44.88, stdev=1459.19
     lat (usec): min=1, max=698713, avg=48.43, stdev=1549.07
    clat percentiles (usec):
     |  1.00th=[    1],  5.00th=[    2], 10.00th=[    2], 20.00th=[    2],
     | 30.00th=[    2], 40.00th=[    2], 50.00th=[    3], 60.00th=[    3],
     | 70.00th=[    3], 80.00th=[    3], 90.00th=[    3], 95.00th=[    7],
     | 99.00th=[   71], 99.50th=[ 1800], 99.90th=[ 4320], 99.95th=[ 7200],
     | 99.99th=[65280]
    bw (KB  /s): min=    0, max=473856, per=14.19%, avg=61700.83, stdev=24370.09
    lat (usec) : 2=1.12%, 4=91.03%, 10=4.83%, 20=1.32%, 50=0.35%
    lat (usec) : 100=0.40%, 250=0.02%, 500=0.07%, 750=0.07%, 1000=0.07%
    lat (msec) : 2=0.27%, 4=0.33%, 10=0.08%, 20=0.01%, 50=0.01%
    lat (msec) : 100=0.03%, 250=0.01%, 500=0.01%, 750=0.01%
  cpu          : usr=2.44%, sys=7.92%, ctx=323001, majf=0, minf=75
  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=6522815/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=25480MB, aggrb=434839KB/s, minb=434839KB/s, maxb=434839KB/s, mint=60002msec, maxt=60002msec

Disk stats (read/write):
    dm-0: ios=43/1328232, merge=0/0, ticks=24/660056, in_queue=660232, util=99.94%, aggrios=140/1384056, aggrmerge=0/107, aggrticks=148/565808, aggrin_queue=475100, aggrutil=85.45%
  xvda: ios=140/1384056, merge=0/107, ticks=148/565808, in_queue=475100, util=85.45%
Hard drive
FIO random direct write
Performance
37.21 MB/s
IOPS
9526
./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=27775: Thu Aug  2 03:23:18 2018
  write: io=2232.8MB, bw=38104KB/s, iops=9526, runt= 60002msec
    clat (usec): min=50, max=200481, avg=837.11, stdev=7026.67
     lat (usec): min=50, max=200482, avg=837.71, stdev=7026.70
    clat percentiles (usec):
     |  1.00th=[   58],  5.00th=[   60], 10.00th=[   61], 20.00th=[   63],
     | 30.00th=[   65], 40.00th=[   71], 50.00th=[   94], 60.00th=[  100],
     | 70.00th=[  105], 80.00th=[  114], 90.00th=[  141], 95.00th=[  159],
     | 99.00th=[47360], 99.50th=[62208], 99.90th=[83456], 99.95th=[105984],
     | 99.99th=[130560]
    bw (KB  /s): min= 1618, max= 9592, per=12.53%, avg=4773.01, stdev=1355.89
    lat (usec) : 100=59.87%, 250=38.57%, 500=0.28%, 750=0.04%, 1000=0.01%
    lat (msec) : 2=0.01%, 4=0.01%, 10=0.02%, 20=0.01%, 50=0.28%
    lat (msec) : 100=0.86%, 250=0.06%
  cpu          : usr=0.34%, sys=1.53%, ctx=1150889, 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=571586/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=2232.8MB, aggrb=38104KB/s, minb=38104KB/s, maxb=38104KB/s, mint=60002msec, maxt=60002msec

Disk stats (read/write):
    dm-0: ios=25/571382, merge=0/0, ticks=0/54840, in_queue=54872, util=88.99%, aggrios=86/571806, aggrmerge=0/1724, aggrticks=16/53312, aggrin_queue=188, aggrutil=0.05%
  xvda: ios=86/571806, merge=0/1724, ticks=16/53312, in_queue=188, util=0.05%
Download
Download benchmark results
Download speed
675.50 Mbit/s
Downloaded 104857600 bytes in 1.168433 sec
Downloaded 104857600 bytes in 1.124249 sec
Downloaded 104857600 bytes in 1.176400 sec
Downloaded 104857600 bytes in 1.209105 sec
Downloaded 104857600 bytes in 1.243364 sec
Finished! Average download speed is 675.50 Mbit/s
Upload
Speedtest results
Upload speed
95.35 Mbit/s
Retrieving speedtest.net configuration...
Retrieving speedtest.net server list...
Testing from Ikoula Net SAS ...
Selecting 15 servers that are not too close:
  1. Wibox (Val de Reuil) [93.81 km]: 6.448 ms
  2. Ikoula (Reims) [131.50 km]: 3.418 ms
  3. Hexanet (Reims) [131.50 km]: 8.188 ms
  4. LaFibre.info (Douai) [176.53 km]: 9.64 ms
  5. Eurafibre (Lille) [203.58 km]: 13.636 ms
  6. ePlay TV (Roubaix) [213.32 km]: 9.734 ms
  7. CloudConnX (Eastbourne) [258.84 km]: 40.644 ms
  8. Universite Catholique de Louvain (Louvain-La-Neuve) [259.09 km]: 22.224 ms
  9. RIV54 (Saulnes) [264.06 km]: 13.309 ms
  10. Proximus (Brussels) [264.26 km]: 12.958 ms
  11. Combell (Brussels) [264.26 km]: 17.256 ms
  12. Riffle Media BVBA (Brussels) [264.26 km]: 14.29 ms
  13. Orange Belgium (Brussels) [264.26 km]: 28.715 ms
  14. SKSGroup (Brussels) [264.26 km]: 28.978 ms
  15. Old-Linux.com (Dijon) [265.95 km]: 23.71 ms
Testing upload speeds
  1. Wibox (Val de Reuil):                        ......................... 99.42 Mbit/s
  2. Ikoula (Reims):                              ......................... 98.92 Mbit/s
  3. Hexanet (Reims):                             ......................... 98.44 Mbit/s
  4. LaFibre.info (Douai):                        ......................... 98.42 Mbit/s
  5. Eurafibre (Lille):                           ......................... 97.21 Mbit/s
  6. ePlay TV (Roubaix):                          ......................... 79.35 Mbit/s
  7. CloudConnX (Eastbourne):                     ......................... 96.82 Mbit/s
  8. Universite Catholique de Louvain (Louvain-La-Neuve):......................... 97.50 Mbit/s
  9. RIV54 (Saulnes):                             ......................... 97.50 Mbit/s
  10. Proximus (Brussels):                        ......................... 97.99 Mbit/s
  11. Combell (Brussels):                         ......................... 97.87 Mbit/s
  12. Riffle Media BVBA (Brussels):               ......................... 98.45 Mbit/s
  13. Orange Belgium (Brussels):                  ......................... 77.56 Mbit/s
  14. SKSGroup (Brussels):                        ......................... 0.00 Mbit/s
  15. Old-Linux.com (Dijon):                      ......................... 99.45 Mbit/s
Average upload speed is 88.99 Mbit/s