Stopwatch
Benchmark report #12745
GACHI.bar – СТАРТ - 1core i7-4790K 4.0GHz / 2 DDR3 / 10 SSD
Report
Share test result

Test results for СТАРТ - 1core i7-4790K 4.0GHz / 2 DDR3 / 10 SSD at GACHI.bar


Server specs:


Intel(R) Core(TM) i7-4790K CPU @ 4.00GHz
2 GB RAM / 10 GB disk space
Ubuntu 18.04 Bionic

Benchmark results summary:


UnixBench - 1466.6
Disk Read - 400 MB/s
Disk Write - 833 MB/s
Bandwidth - 714.52 MB/s

More: https://serverscope.io/trials/RBxK
Share
Share this page
Cpu chip
Server Specs
CPU
Intel(R) Core(TM) i7-4790K CPU @ 4.00GHz
CPU Cores
1 × 3991 MHz
RAM
2 GB
Disk
10 GB
OS
Ubuntu 18.04 Bionic
Benchmark summary
Benchmark summary
UnixBench
1466.6
Disk Read
400 MB/s
Disk Write
833 MB/s
Bandwidth
714.52 Mbit/s
Speedtest
191.35 Mbit/s
Graph analysis
UnixBench Score
UnixBench (one CPU)
1466.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-RR2Mat/byte-unixbench/UnixBench"
make distr
make[2]: Entering directory "/root/serverscope-RR2Mat/byte-unixbench/UnixBench"
Checking distribution of files
./pgms  exists
./src  exists
./testdir  exists
make[2]: Leaving directory "/root/serverscope-RR2Mat/byte-unixbench/UnixBench"
make programs
make[2]: Entering directory "/root/serverscope-RR2Mat/byte-unixbench/UnixBench"
make[2]: Nothing to be done for "programs".
make[2]: Leaving directory "/root/serverscope-RR2Mat/byte-unixbench/UnixBench"
make[1]: Leaving directory "/root/serverscope-RR2Mat/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: test: GNU/Linux
   OS: GNU/Linux -- 4.15.0-74-generic -- #84-Ubuntu SMP Thu Dec 19 08:06:28 UTC 2019
   Machine: x86_64 (x86_64)
   Language: en_US.utf8 (charmap="UTF-8", collate="UTF-8")
   CPU 0: Intel(R) Core(TM) i7-4790K CPU @ 4.00GHz (7981.6 bogomips)
          x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
   17:27:56 up 7 min,  1 user,  load average: 8.33, 4.85, 2.04; runlevel 2020-01-07

------------------------------------------------------------------------
Benchmark Run: Tue Jan 07 2020 17:27:56 - 17:57:50
1 CPU in system; running 1 parallel copy of tests

Dhrystone 2 using register variables       55948940.5 lps   (10.0 s, 7 samples)
Double-Precision Whetstone                     3416.6 MWIPS (21.2 s, 7 samples)
Execl Throughput                               5828.9 lps   (30.0 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks        878973.2 KBps  (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks          225603.5 KBps  (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks       2472256.9 KBps  (30.0 s, 2 samples)
Pipe Throughput                             1092802.5 lps   (10.0 s, 7 samples)
Pipe-based Context Switching                 241273.1 lps   (10.0 s, 7 samples)
Process Creation                              14838.6 lps   (30.0 s, 2 samples)
Shell Scripts (1 concurrent)                  11837.1 lpm   (60.0 s, 2 samples)
Shell Scripts (8 concurrent)                   1551.8 lpm   (60.0 s, 2 samples)
System Call Overhead                         633249.8 lps   (10.0 s, 7 samples)

System Benchmarks Index Values               BASELINE       RESULT    INDEX
Dhrystone 2 using register variables         116700.0   55948940.5   4794.3
Double-Precision Whetstone                       55.0       3416.6    621.2
Execl Throughput                                 43.0       5828.9   1355.6
File Copy 1024 bufsize 2000 maxblocks          3960.0     878973.2   2219.6
File Copy 256 bufsize 500 maxblocks            1655.0     225603.5   1363.2
File Copy 4096 bufsize 8000 maxblocks          5800.0    2472256.9   4262.5
Pipe Throughput                               12440.0    1092802.5    878.5
Pipe-based Context Switching                   4000.0     241273.1    603.2
Process Creation                                126.0      14838.6   1177.7
Shell Scripts (1 concurrent)                     42.4      11837.1   2791.8
Shell Scripts (8 concurrent)                      6.0       1551.8   2586.3
System Call Overhead                          15000.0     633249.8    422.2
                                                                   ========
System Benchmarks Index Score                                        1466.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, 8.49911 s, 253 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, 8.23059 s, 261 MB/s


Hard drive
FIO random read
Performance
400.27 MB/s
IOPS
102469
./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=4426: Tue Jan  7 17:24:52 2020
  read : io=24017MB, bw=409880KB/s, iops=102469, runt= 60001msec
    clat (usec): min=1, max=62352, avg=74.48, stdev=148.87
     lat (usec): min=1, max=62352, avg=75.05, stdev=149.00
    clat percentiles (usec):
     |  1.00th=[    1],  5.00th=[    1], 10.00th=[    1], 20.00th=[    2],
     | 30.00th=[    2], 40.00th=[    2], 50.00th=[    2], 60.00th=[   81],
     | 70.00th=[  116], 80.00th=[  141], 90.00th=[  203], 95.00th=[  262],
     | 99.00th=[  410], 99.50th=[  494], 99.90th=[  860], 99.95th=[ 2288],
     | 99.99th=[ 3504]
    bw (KB  /s): min=30104, max=79248, per=12.50%, avg=51228.02, stdev=12992.02
    lat (usec) : 2=16.67%, 4=34.88%, 10=3.68%, 20=0.38%, 50=0.77%
    lat (usec) : 100=7.60%, 250=30.13%, 500=5.41%, 750=0.35%, 1000=0.05%
    lat (msec) : 2=0.03%, 4=0.05%, 10=0.01%, 50=0.01%, 100=0.01%
  cpu          : usr=4.42%, sys=7.70%, ctx=2739914, majf=2, minf=95
  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=6148295/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=24017MB, aggrb=409879KB/s, minb=409879KB/s, maxb=409879KB/s, mint=60001msec, maxt=60001msec

Disk stats (read/write):
  vda: ios=2725454/701, merge=109/37532, ticks=68508/568, in_queue=19096, util=29.45%
Hard drive
FIO random direct read
Performance
285.24 MB/s
IOPS
73020
./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=4451: Tue Jan  7 17:25:53 2020
  read : io=17114MB, bw=292082KB/s, iops=73020, runt= 60001msec
    clat (usec): min=22, max=482461, avg=105.50, stdev=652.28
     lat (usec): min=22, max=482461, avg=106.08, stdev=652.29
    clat percentiles (usec):
     |  1.00th=[   51],  5.00th=[   68], 10.00th=[   78], 20.00th=[   87],
     | 30.00th=[   96], 40.00th=[   97], 50.00th=[  102], 60.00th=[  108],
     | 70.00th=[  113], 80.00th=[  120], 90.00th=[  133], 95.00th=[  145],
     | 99.00th=[  175], 99.50th=[  191], 99.90th=[  243], 99.95th=[  270],
     | 99.99th=[  474]
    bw (KB  /s): min= 3342, max=38392, per=12.51%, avg=36528.88, stdev=3159.81
    lat (usec) : 50=0.77%, 100=43.59%, 250=55.56%, 500=0.07%, 750=0.01%
    lat (usec) : 1000=0.01%
    lat (msec) : 2=0.01%, 4=0.01%, 10=0.01%, 20=0.01%, 500=0.01%
  cpu          : usr=3.69%, sys=8.67%, ctx=4391352, 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=4381302/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=17114MB, aggrb=292081KB/s, minb=292081KB/s, maxb=292081KB/s, mint=60001msec, maxt=60001msec

Disk stats (read/write):
  vda: ios=4370655/186, merge=50/29, ticks=119776/480, in_queue=56984, util=83.41%
Hard drive
FIO random write
Performance
833.8 MB/s
IOPS
213453
./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=4490: Tue Jan  7 17:27:54 2020
  write: io=50031MB, bw=853813KB/s, iops=213453, runt= 60003msec
    clat (usec): min=1, max=1011.7K, avg=25.68, stdev=2152.04
     lat (usec): min=1, max=1011.7K, avg=27.89, stdev=2167.96
    clat percentiles (usec):
     |  1.00th=[    1],  5.00th=[    1], 10.00th=[    1], 20.00th=[    1],
     | 30.00th=[    1], 40.00th=[    1], 50.00th=[    2], 60.00th=[    2],
     | 70.00th=[    2], 80.00th=[    2], 90.00th=[    2], 95.00th=[    2],
     | 99.00th=[    3], 99.50th=[   11], 99.90th=[ 4576], 99.95th=[16064],
     | 99.99th=[28032]
    bw (KB  /s): min=    4, max=138481, per=13.38%, avg=114282.28, stdev=28183.24
    lat (usec) : 2=40.97%, 4=58.20%, 10=0.27%, 20=0.31%, 50=0.06%
    lat (usec) : 100=0.01%, 250=0.01%, 500=0.01%, 750=0.01%, 1000=0.01%
    lat (msec) : 2=0.01%, 4=0.03%, 10=0.03%, 20=0.04%, 50=0.04%
    lat (msec) : 100=0.01%, 750=0.01%, 1000=0.01%, 2000=0.01%
  cpu          : usr=5.08%, sys=5.16%, ctx=46026, majf=0, minf=100
  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=12807830/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=50031MB, aggrb=853812KB/s, minb=853812KB/s, maxb=853812KB/s, mint=60003msec, maxt=60003msec

Disk stats (read/write):
  vda: ios=2/589268, merge=0/103, ticks=0/769752, in_queue=344000, util=15.40%
Hard drive
FIO random direct write
Performance
86.39 MB/s
IOPS
22115
./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=4472: Tue Jan  7 17:26:53 2020
  write: io=5242.2MB, bw=88462KB/s, iops=22115, runt= 60681msec
    clat (usec): min=28, max=830994, avg=358.78, stdev=6724.35
     lat (usec): min=29, max=830994, avg=359.30, stdev=6724.36
    clat percentiles (usec):
     |  1.00th=[   31],  5.00th=[   31], 10.00th=[   32], 20.00th=[   32],
     | 30.00th=[   32], 40.00th=[   33], 50.00th=[   33], 60.00th=[   34],
     | 70.00th=[   36], 80.00th=[   38], 90.00th=[   49], 95.00th=[   55],
     | 99.00th=[22400], 99.50th=[26240], 99.90th=[27520], 99.95th=[28544],
     | 99.99th=[31616]
    bw (KB  /s): min=   11, max=15891, per=13.28%, avg=11745.56, stdev=3443.84
    lat (usec) : 50=90.32%, 100=8.60%, 250=0.01%, 500=0.01%, 750=0.01%
    lat (usec) : 1000=0.01%
    lat (msec) : 2=0.01%, 4=0.01%, 10=0.01%, 20=0.01%, 50=1.05%
    lat (msec) : 500=0.01%, 750=0.01%, 1000=0.01%
  cpu          : usr=1.03%, sys=3.09%, ctx=2699996, 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=1341986/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=5242.2MB, aggrb=88461KB/s, minb=88461KB/s, maxb=88461KB/s, mint=60681msec, maxt=60681msec

Disk stats (read/write):
  vda: ios=23/1342212, merge=0/903, ticks=500/51928, in_queue=1020, util=0.96%
Download
Download benchmark results
Download speed
714.52 Mbit/s
Downloaded 104857600 bytes in 1.138377 sec
Downloaded 104857600 bytes in 1.105171 sec
Downloaded 104857600 bytes in 1.107084 sec
Downloaded 104857600 bytes in 1.113141 sec
Downloaded 104857600 bytes in 1.134381 sec
Finished! Average download speed is 714.52 Mbit/s
Upload
Speedtest results
Upload speed
191.35 Mbit/s
Retrieving speedtest.net configuration...
Retrieving speedtest.net server list...
Testing from OVH SAS ...
Selecting 15 servers that are not too close:
  1. Wibox (Val de Reuil) [93.81 km]: 8.795 ms
  2. Ikoula (Reims) [131.50 km]: 11.994 ms
  3. Hexanet (Reims) [131.50 km]: 12.697 ms
  4. LaFibre.info (Douai) [176.53 km]: 13.075 ms
  5. Eurafibre (Lille) [203.58 km]: 13.197 ms
  6. Orange (Lille) [203.58 km]: 13.0 ms
  7. ePlay TV (Roubaix) [213.32 km]: 11.541 ms
  8. ITDATA TELECOM SRL (Roubaix) [213.32 km]: 12.1 ms
  9. OVH Cloud (Gravelines) [237.21 km]: 13.326 ms
  10. CloudConnX (Eastbourne) [258.84 km]: 16.822 ms
  11. Universite Catholique de Louvain (Louvain-La-Neuve) [259.09 km]: 17.511 ms
  12. RIV54 (Saulnes) [264.06 km]: 22.295 ms
  13. Combell (Brussels) [264.26 km]: 20.192 ms
  14. Proximus (Brussels) [264.26 km]: 15.829 ms
  15. ASP (Brussels) [264.26 km]: 25.222 ms
Testing upload speeds
  1. Wibox (Val de Reuil):                        ......................... 213.64 Mbit/s
  2. Ikoula (Reims):                              ......................... 215.77 Mbit/s
  3. Hexanet (Reims):                             ......................... 211.87 Mbit/s
  4. LaFibre.info (Douai):                        ......................... 203.59 Mbit/s
  5. Eurafibre (Lille):                           ......................... 188.07 Mbit/s
  6. Orange (Lille):                              ......................... 204.92 Mbit/s
  7. ePlay TV (Roubaix):                          ......................... 178.07 Mbit/s
  8. ITDATA TELECOM SRL (Roubaix):                ......................... 215.28 Mbit/s
  9. OVH Cloud (Gravelines):                      ......................... 186.02 Mbit/s
  10. CloudConnX (Eastbourne):                    ......................... 160.40 Mbit/s
  11. Universite Catholique de Louvain (Louvain-La-Neuve):......................... 130.73 Mbit/s
  12. RIV54 (Saulnes):                            ......................... 145.26 Mbit/s
  13. Combell (Brussels):                         ......................... 186.76 Mbit/s
  14. Proximus (Brussels):                        ......................... 177.87 Mbit/s
  15. ASP (Brussels):                             ......................... 80.82 Mbit/s
Average upload speed is 179.94 Mbit/s