Stopwatch
Benchmark report #11213
NodeWeb – LINVPS-1
Report
Share test result

Test results for LINVPS-1 at NodeWeb


Server specs:


Intel Core Processor (Skylake, IBRS)
985 MB RAM / 26 GB disk space
Ubuntu 18.04 Bionic

Benchmark results summary:


UnixBench - 1416.0
Disk Read - 254 MB/s
Disk Write - 718 MB/s
Bandwidth - 186.95 MB/s

More: https://serverscope.io/trials/q7an
Share
Share this page
Cpu chip
Server Specs
CPU
Intel Core Processor (Skylake, IBRS)
CPU Cores
1 × 3408 MHz
RAM
985 MB
Disk
26 GB
OS
Ubuntu 18.04 Bionic
Benchmark summary
Benchmark summary
UnixBench
1416.0
Disk Read
254 MB/s
Disk Write
718 MB/s
Bandwidth
186.95 Mbit/s
Speedtest
205.25 Mbit/s
Graph analysis
UnixBench Score
UnixBench (one CPU)
1416.0
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-PagoQu/byte-unixbench/UnixBench"
make distr
make[2]: Entering directory "/root/serverscope-PagoQu/byte-unixbench/UnixBench"
Checking distribution of files
./pgms  exists
./src  exists
./testdir  exists
make[2]: Leaving directory "/root/serverscope-PagoQu/byte-unixbench/UnixBench"
make programs
make[2]: Entering directory "/root/serverscope-PagoQu/byte-unixbench/UnixBench"
make[2]: Nothing to be done for "programs".
make[2]: Leaving directory "/root/serverscope-PagoQu/byte-unixbench/UnixBench"
make[1]: Leaving directory "/root/serverscope-PagoQu/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: benchmark: 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 Core Processor (Skylake, IBRS) (6816.0 bogomips)
          x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
   11:47:53 up 7 min,  1 user,  load average: 8.35, 4.66, 1.95; runlevel 2019-05-28

------------------------------------------------------------------------
Benchmark Run: Tue May 28 2019 11:47:53 - 12:16:59
1 CPU in system; running 1 parallel copy of tests

Dhrystone 2 using register variables       38896192.9 lps   (10.0 s, 7 samples)
Double-Precision Whetstone                     3679.4 MWIPS (15.8 s, 7 samples)
Execl Throughput                               5117.3 lps   (30.0 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks        820947.1 KBps  (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks          231974.7 KBps  (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks       2418106.0 KBps  (30.0 s, 2 samples)
Pipe Throughput                             1162864.5 lps   (10.0 s, 7 samples)
Pipe-based Context Switching                 223381.4 lps   (10.0 s, 7 samples)
Process Creation                              14795.8 lps   (30.0 s, 2 samples)
Shell Scripts (1 concurrent)                  10542.0 lpm   (60.0 s, 2 samples)
Shell Scripts (8 concurrent)                   1382.9 lpm   (60.0 s, 2 samples)
System Call Overhead                         863063.9 lps   (10.0 s, 7 samples)

System Benchmarks Index Values               BASELINE       RESULT    INDEX
Dhrystone 2 using register variables         116700.0   38896192.9   3333.0
Double-Precision Whetstone                       55.0       3679.4    669.0
Execl Throughput                                 43.0       5117.3   1190.1
File Copy 1024 bufsize 2000 maxblocks          3960.0     820947.1   2073.1
File Copy 256 bufsize 500 maxblocks            1655.0     231974.7   1401.7
File Copy 4096 bufsize 8000 maxblocks          5800.0    2418106.0   4169.1
Pipe Throughput                               12440.0    1162864.5    934.8
Pipe-based Context Switching                   4000.0     223381.4    558.5
Process Creation                                126.0      14795.8   1174.3
Shell Scripts (1 concurrent)                     42.4      10542.0   2486.3
Shell Scripts (8 concurrent)                      6.0       1382.9   2304.9
System Call Overhead                          15000.0     863063.9    575.4
                                                                   ========
System Benchmarks Index Score                                        1416.0

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.3024 s, 1.6 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.19631 s, 1.8 GB/s


Hard drive
FIO random read
Performance
254.49 MB/s
IOPS
65150
./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=5705: Tue May 28 11:44:49 2019
  read : io=15270MB, bw=260600KB/s, iops=65150, runt= 60001msec
    clat (usec): min=1, max=52317, avg=119.57, stdev=98.23
     lat (usec): min=1, max=52318, avg=120.07, stdev=98.27
    clat percentiles (usec):
     |  1.00th=[    1],  5.00th=[    5], 10.00th=[   90], 20.00th=[   98],
     | 30.00th=[  104], 40.00th=[  108], 50.00th=[  113], 60.00th=[  119],
     | 70.00th=[  127], 80.00th=[  137], 90.00th=[  157], 95.00th=[  183],
     | 99.00th=[  262], 99.50th=[  318], 99.90th=[ 2064], 99.95th=[ 2288],
     | 99.99th=[ 2608]
    bw (KB  /s): min=25232, max=42080, per=12.50%, avg=32583.79, stdev=3063.78
    lat (usec) : 2=2.14%, 4=2.84%, 10=0.57%, 20=0.08%, 50=0.02%
    lat (usec) : 100=16.42%, 250=76.75%, 500=0.98%, 750=0.04%, 1000=0.01%
    lat (msec) : 2=0.05%, 4=0.11%, 10=0.01%, 20=0.01%, 50=0.01%
    lat (msec) : 100=0.01%
  cpu          : usr=2.47%, sys=8.00%, ctx=3694149, majf=2, minf=110
  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=3909069/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=15270MB, aggrb=260600KB/s, minb=260600KB/s, maxb=260600KB/s, mint=60001msec, maxt=60001msec

Disk stats (read/write):
  vda: ios=3684310/11, merge=31/8, ticks=341100/0, in_queue=302672, util=97.49%
Hard drive
FIO random direct read
Performance
252.66 MB/s
IOPS
64682
./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=5715: Tue May 28 11:45:49 2019
  read : io=15160MB, bw=258728KB/s, iops=64682, runt= 60001msec
    clat (usec): min=61, max=22058, avg=120.26, stdev=38.74
     lat (usec): min=62, max=22059, avg=120.75, stdev=38.82
    clat percentiles (usec):
     |  1.00th=[   81],  5.00th=[   89], 10.00th=[   93], 20.00th=[   99],
     | 30.00th=[  104], 40.00th=[  109], 50.00th=[  113], 60.00th=[  119],
     | 70.00th=[  125], 80.00th=[  135], 90.00th=[  153], 95.00th=[  173],
     | 99.00th=[  237], 99.50th=[  274], 99.90th=[  414], 99.95th=[  498],
     | 99.99th=[ 1064]
    bw (KB  /s): min=23872, max=34560, per=12.50%, avg=32335.84, stdev=1866.23
    lat (usec) : 100=20.40%, 250=78.83%, 500=0.72%, 750=0.03%, 1000=0.01%
    lat (msec) : 2=0.01%, 4=0.01%, 10=0.01%, 50=0.01%
  cpu          : usr=2.42%, sys=7.28%, ctx=3885501, majf=0, minf=80
  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=3880986/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=15160MB, aggrb=258728KB/s, minb=258728KB/s, maxb=258728KB/s, mint=60001msec, maxt=60001msec

Disk stats (read/write):
  vda: ios=3875256/1, merge=0/0, ticks=365572/0, in_queue=327080, util=99.61%
Hard drive
FIO random write
Performance
718.18 MB/s
IOPS
183854
./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=5736: Tue May 28 11:47:50 2019
  write: io=43095MB, bw=735420KB/s, iops=183854, runt= 60005msec
    clat (usec): min=1, max=51997, avg=28.18, stdev=514.88
     lat (usec): min=1, max=62115, avg=31.15, stdev=555.42
    clat percentiles (usec):
     |  1.00th=[    1],  5.00th=[    1], 10.00th=[    1], 20.00th=[    1],
     | 30.00th=[    1], 40.00th=[    2], 50.00th=[    2], 60.00th=[    2],
     | 70.00th=[    2], 80.00th=[    2], 90.00th=[    3], 95.00th=[    8],
     | 99.00th=[   17], 99.50th=[  596], 99.90th=[ 6752], 99.95th=[12480],
     | 99.99th=[21632]
    bw (KB  /s): min=57900, max=114472, per=12.51%, avg=92014.05, stdev=7566.14
    lat (usec) : 2=36.04%, 4=54.09%, 10=6.49%, 20=2.49%, 50=0.17%
    lat (usec) : 100=0.07%, 250=0.13%, 500=0.02%, 750=0.03%, 1000=0.02%
    lat (msec) : 2=0.10%, 4=0.17%, 10=0.13%, 20=0.05%, 50=0.01%
    lat (msec) : 100=0.01%
  cpu          : usr=3.37%, sys=7.57%, ctx=150811, majf=0, minf=81
  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=11032215/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=43095MB, aggrb=735419KB/s, minb=735419KB/s, maxb=735419KB/s, mint=60005msec, maxt=60005msec

Disk stats (read/write):
  vda: ios=0/3681729, merge=0/29, ticks=0/1142096, in_queue=1069376, util=62.28%
Hard drive
FIO random direct write
Performance
50.96 MB/s
IOPS
13044
./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=5726: Tue May 28 11:46:50 2019
  write: io=3057.5MB, bw=52179KB/s, iops=13044, runt= 60001msec
    clat (usec): min=42, max=49994, avg=610.13, stdev=4569.60
     lat (usec): min=42, max=49995, avg=610.70, stdev=4569.61
    clat percentiles (usec):
     |  1.00th=[   49],  5.00th=[   51], 10.00th=[   53], 20.00th=[   57],
     | 30.00th=[   61], 40.00th=[   65], 50.00th=[   69], 60.00th=[   74],
     | 70.00th=[   79], 80.00th=[   88], 90.00th=[  103], 95.00th=[  119],
     | 99.00th=[37120], 99.50th=[40192], 99.90th=[44288], 99.95th=[45312],
     | 99.99th=[47360]
    bw (KB  /s): min= 4398, max= 8624, per=12.52%, avg=6530.32, stdev=816.61
    lat (usec) : 50=1.89%, 100=86.17%, 250=10.53%, 500=0.03%, 750=0.01%
    lat (usec) : 1000=0.01%
    lat (msec) : 2=0.01%, 4=0.01%, 10=0.01%, 20=0.01%, 50=1.37%
  cpu          : usr=0.57%, sys=2.55%, ctx=1576459, majf=0, minf=73
  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=782693/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=3057.5MB, aggrb=52178KB/s, minb=52178KB/s, maxb=52178KB/s, mint=60001msec, maxt=60001msec

Disk stats (read/write):
  vda: ios=8/781888, merge=0/1233, ticks=8/49452, in_queue=8, util=0.01%
Download
Download benchmark results
Download speed
186.95 Mbit/s
Downloaded 104857600 bytes in 4.342216 sec
Downloaded 104857600 bytes in 4.241083 sec
Downloaded 104857600 bytes in 4.282737 sec
Downloaded 104857600 bytes in 4.260106 sec
Downloaded 104857600 bytes in 4.269774 sec
Finished! Average download speed is 186.95 Mbit/s
Upload
Speedtest results
Upload speed
205.25 Mbit/s
Retrieving speedtest.net configuration...
Retrieving speedtest.net server list...
Testing from Hetzner Online GmbH ...
Selecting 15 servers that are not too close:
  1. Telia Eesti AS (Tallinn) [82.57 km]: 8.369 ms
  2. Elisa (Tallinn) [82.57 km]: 17.646 ms
  3. Compic OU (Tallinn) [82.57 km]: 12.415 ms
  4. Tele2 Eesti (Tallinn) [82.57 km]: 23.642 ms
  5. Telset AS (Tallinn) [82.57 km]: 18.378 ms
  6. AinaCom Oy (Hameenlinna) [95.72 km]: 20.995 ms
  7. Haminan Energia Oy (Hamina) [131.94 km]: 14.401 ms
  8. Elmo (Tampere) [160.83 km]: 28.421 ms
  9. Laitilan Puhelin Osk (Laitila) [194.18 km]: 27.8 ms
  10. FairyHosting.com (Narva) [201.62 km]: 45.205 ms
  11. MPY Palvelut Oyj (Mikkeli) [210.68 km]: 40.895 ms
  12. OOO Kontakt (Slantsy) [211.30 km]: 21.882 ms
  13. Elevi AS (Tartu) [222.96 km]: 32.263 ms
  14. King-Online Ltd. (Kingisepp) [224.51 km]: 40.148 ms
  15. Keski-Suomen Valokuituverkot Oy (Jyvaskyla) [233.26 km]: 28.541 ms
Testing upload speeds
  1. Telia Eesti AS (Tallinn):                    ......................... 226.57 Mbit/s
  2. Elisa (Tallinn):                             ......................... 215.49 Mbit/s
  3. Compic OU (Tallinn):                         ......................... 226.57 Mbit/s
  4. Tele2 Eesti (Tallinn):                       ......................... 180.76 Mbit/s
  5. Telset AS (Tallinn):                         ......................... 219.64 Mbit/s
  6. AinaCom Oy (Hameenlinna):                    ......................... 217.02 Mbit/s
  7. Haminan Energia Oy (Hamina):                 ......................... 214.54 Mbit/s
  8. Elmo (Tampere):                              ......................... 217.19 Mbit/s
  9. Laitilan Puhelin Osk (Laitila):              ......................... 215.90 Mbit/s
  10. FairyHosting.com (Narva):                   ......................... 87.90 Mbit/s
  11. MPY Palvelut Oyj (Mikkeli):                 ......................... 188.64 Mbit/s
  12. OOO Kontakt (Slantsy):                      ......................... 183.36 Mbit/s
  13. Elevi AS (Tartu):                           ......................... 163.77 Mbit/s
  14. King-Online Ltd. (Kingisepp):               ......................... 114.50 Mbit/s
  15. Keski-Suomen Valokuituverkot Oy (Jyvaskyla):......................... 198.86 Mbit/s
Average upload speed is 191.38 Mbit/s