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

Test results for LINVPS-1 at NodeWeb


Server specs:


QEMU Virtual CPU version 2.5+
985 MB RAM / 26 GB disk space
Ubuntu 18.04 Bionic

Benchmark results summary:


UnixBench - 1161.7
Disk Read - 239 MB/s
Disk Write - 482 MB/s
Bandwidth - 155.22 MB/s

More: https://serverscope.io/trials/6qrr
Share
Share this page
Cpu chip
Server Specs
CPU
QEMU Virtual CPU version 2.5+
CPU Cores
1 × 3408 MHz
RAM
985 MB
Disk
26 GB
OS
Ubuntu 18.04 Bionic
Benchmark summary
Benchmark summary
UnixBench
1161.7
Disk Read
239 MB/s
Disk Write
482 MB/s
Bandwidth
155.22 Mbit/s
Speedtest
170.59 Mbit/s
Graph analysis
UnixBench Score
UnixBench (one CPU)
1161.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);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-C8VENt/byte-unixbench/UnixBench"
make distr
make[2]: Entering directory "/root/serverscope-C8VENt/byte-unixbench/UnixBench"
Checking distribution of files
./pgms  exists
./src  exists
./testdir  exists
make[2]: Leaving directory "/root/serverscope-C8VENt/byte-unixbench/UnixBench"
make programs
make[2]: Entering directory "/root/serverscope-C8VENt/byte-unixbench/UnixBench"
make[2]: Nothing to be done for "programs".
make[2]: Leaving directory "/root/serverscope-C8VENt/byte-unixbench/UnixBench"
make[1]: Leaving directory "/root/serverscope-C8VENt/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: 13242423: 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: QEMU Virtual CPU version 2.5+ (6816.0 bogomips)
          x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
   21:36:51 up 7 min,  1 user,  load average: 8.08, 4.64, 1.96; runlevel 2019-05-23

------------------------------------------------------------------------
Benchmark Run: Thu May 23 2019 21:36:51 - 22:05:31
1 CPU in system; running 1 parallel copy of tests

Dhrystone 2 using register variables       48073740.5 lps   (10.0 s, 7 samples)
Double-Precision Whetstone                     4011.2 MWIPS (13.4 s, 7 samples)
Execl Throughput                               5503.3 lps   (30.0 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks        526234.4 KBps  (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks          133602.0 KBps  (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks       1663836.0 KBps  (30.0 s, 2 samples)
Pipe Throughput                              652219.9 lps   (10.0 s, 7 samples)
Pipe-based Context Switching                 165764.8 lps   (10.0 s, 7 samples)
Process Creation                              15831.7 lps   (30.0 s, 2 samples)
Shell Scripts (1 concurrent)                  11093.8 lpm   (60.0 s, 2 samples)
Shell Scripts (8 concurrent)                   1460.3 lpm   (60.0 s, 2 samples)
System Call Overhead                         440736.7 lps   (10.0 s, 7 samples)

System Benchmarks Index Values               BASELINE       RESULT    INDEX
Dhrystone 2 using register variables         116700.0   48073740.5   4119.4
Double-Precision Whetstone                       55.0       4011.2    729.3
Execl Throughput                                 43.0       5503.3   1279.8
File Copy 1024 bufsize 2000 maxblocks          3960.0     526234.4   1328.9
File Copy 256 bufsize 500 maxblocks            1655.0     133602.0    807.3
File Copy 4096 bufsize 8000 maxblocks          5800.0    1663836.0   2868.7
Pipe Throughput                               12440.0     652219.9    524.3
Pipe-based Context Switching                   4000.0     165764.8    414.4
Process Creation                                126.0      15831.7   1256.5
Shell Scripts (1 concurrent)                     42.4      11093.8   2616.5
Shell Scripts (8 concurrent)                      6.0       1460.3   2433.9
System Call Overhead                          15000.0     440736.7    293.8
                                                                   ========
System Benchmarks Index Score                                        1161.7

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.31718 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.14499 s, 1.9 GB/s


Hard drive
FIO random read
Performance
239.07 MB/s
IOPS
61202
./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=10479: Thu May 23 21:33:47 2019
  read : io=14345MB, bw=244808KB/s, iops=61202, runt= 60002msec
    clat (usec): min=1, max=4314, avg=124.31, stdev=84.26
     lat (usec): min=2, max=4317, avg=125.51, stdev=84.37
    clat percentiles (usec):
     |  1.00th=[    2],  5.00th=[    9], 10.00th=[   91], 20.00th=[   99],
     | 30.00th=[  104], 40.00th=[  110], 50.00th=[  116], 60.00th=[  123],
     | 70.00th=[  133], 80.00th=[  147], 90.00th=[  173], 95.00th=[  199],
     | 99.00th=[  274], 99.50th=[  318], 99.90th=[ 1864], 99.95th=[ 2096],
     | 99.99th=[ 2224]
    bw (KB  /s): min=28240, max=35696, per=12.50%, avg=30601.77, stdev=1433.38
    lat (usec) : 2=0.01%, 4=4.27%, 10=0.76%, 20=0.11%, 50=0.02%
    lat (usec) : 100=15.84%, 250=77.44%, 500=1.39%, 750=0.02%, 1000=0.01%
    lat (msec) : 2=0.07%, 4=0.08%, 10=0.01%
  cpu          : usr=3.57%, sys=8.48%, ctx=3489213, 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=3672248/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=14345MB, aggrb=244808KB/s, minb=244808KB/s, maxb=244808KB/s, mint=60002msec, maxt=60002msec

Disk stats (read/write):
  vda: ios=3472208/9, merge=0/9, ticks=296836/0, in_queue=257760, util=97.88%
Hard drive
FIO random direct read
Performance
250.33 MB/s
IOPS
64084
./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=10489: Thu May 23 21:34:48 2019
  read : io=15020MB, bw=256336KB/s, iops=64084, runt= 60001msec
    clat (usec): min=63, max=15108, avg=118.28, stdev=29.90
     lat (usec): min=64, max=15109, avg=119.46, stdev=30.09
    clat percentiles (usec):
     |  1.00th=[   82],  5.00th=[   89], 10.00th=[   93], 20.00th=[   98],
     | 30.00th=[  102], 40.00th=[  106], 50.00th=[  111], 60.00th=[  116],
     | 70.00th=[  124], 80.00th=[  135], 90.00th=[  153], 95.00th=[  173],
     | 99.00th=[  223], 99.50th=[  245], 99.90th=[  306], 99.95th=[  334],
     | 99.99th=[  454]
    bw (KB  /s): min=25864, max=33152, per=12.50%, avg=32044.03, stdev=679.83
    lat (usec) : 100=23.91%, 250=75.66%, 500=0.43%, 750=0.01%, 1000=0.01%
    lat (msec) : 2=0.01%, 4=0.01%, 20=0.01%
  cpu          : usr=3.72%, sys=8.33%, ctx=3851130, majf=1, 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=3845106/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=15020MB, aggrb=256336KB/s, minb=256336KB/s, maxb=256336KB/s, mint=60001msec, maxt=60001msec

Disk stats (read/write):
  vda: ios=3839561/0, merge=0/0, ticks=326480/0, in_queue=287500, util=99.71%
Hard drive
FIO random write
Performance
482.84 MB/s
IOPS
123607
./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=10510: Thu May 23 21:36:48 2019
  write: io=28971MB, bw=494430KB/s, iops=123607, runt= 60002msec
    clat (usec): min=1, max=52174, avg=34.32, stdev=661.70
     lat (usec): min=2, max=52175, avg=40.15, stdev=730.73
    clat percentiles (usec):
     |  1.00th=[    2],  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=[    8],
     | 99.00th=[   17], 99.50th=[  900], 99.90th=[10048], 99.95th=[17536],
     | 99.99th=[28032]
    bw (KB  /s): min=49223, max=72896, per=12.51%, avg=61854.29, stdev=3523.66
    lat (usec) : 2=0.01%, 4=92.08%, 10=4.66%, 20=2.44%, 50=0.15%
    lat (usec) : 100=0.04%, 250=0.08%, 500=0.03%, 750=0.01%, 1000=0.04%
    lat (msec) : 2=0.12%, 4=0.18%, 10=0.08%, 20=0.06%, 50=0.04%
    lat (msec) : 100=0.01%
  cpu          : usr=4.93%, sys=6.58%, ctx=104893, 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=7416691/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=28971MB, aggrb=494429KB/s, minb=494429KB/s, maxb=494429KB/s, mint=60002msec, maxt=60002msec

Disk stats (read/write):
  vda: ios=0/2582728, merge=0/25, ticks=0/714016, in_queue=667856, util=38.60%
Hard drive
FIO random direct write
Performance
59.41 MB/s
IOPS
15210
./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=10500: Thu May 23 21:35:48 2019
  write: io=3565.4MB, bw=60840KB/s, iops=15210, runt= 60003msec
    clat (usec): min=40, max=46859, avg=521.50, stdev=3901.20
     lat (usec): min=41, max=46860, avg=522.34, stdev=3901.21
    clat percentiles (usec):
     |  1.00th=[   47],  5.00th=[   48], 10.00th=[   49], 20.00th=[   50],
     | 30.00th=[   51], 40.00th=[   52], 50.00th=[   54], 60.00th=[   58],
     | 70.00th=[   64], 80.00th=[   71], 90.00th=[   89], 95.00th=[  105],
     | 99.00th=[32128], 99.50th=[34048], 99.90th=[37120], 99.95th=[38144],
     | 99.99th=[40704]
    bw (KB  /s): min= 5560, max= 9024, per=12.50%, avg=7605.96, stdev=615.26
    lat (usec) : 50=13.05%, 100=80.30%, 250=5.26%, 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.38%
  cpu          : usr=0.72%, sys=2.77%, ctx=1838371, 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=912650/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=3565.4MB, aggrb=60840KB/s, minb=60840KB/s, maxb=60840KB/s, mint=60003msec, maxt=60003msec

Disk stats (read/write):
  vda: ios=7/911322, merge=0/1132, ticks=8/48876, in_queue=12, util=0.01%
Download
Download benchmark results
Download speed
155.22 Mbit/s
Downloaded 104857600 bytes in 5.062130 sec
Downloaded 104857600 bytes in 5.307758 sec
Downloaded 104857600 bytes in 5.281328 sec
Downloaded 104857600 bytes in 5.044057 sec
Downloaded 104857600 bytes in 5.074717 sec
Finished! Average download speed is 155.22 Mbit/s
Upload
Speedtest results
Upload speed
170.59 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]: 11.153 ms
  2. Elisa (Tallinn) [82.57 km]: 18.436 ms
  3. Compic OU (Tallinn) [82.57 km]: 12.347 ms
  4. Tele2 Eesti (Tallinn) [82.57 km]: 30.131 ms
  5. Telset AS (Tallinn) [82.57 km]: 24.835 ms
  6. AinaCom Oy (Hameenlinna) [95.72 km]: 29.876 ms
  7. Haminan Energia Oy (Hamina) [131.94 km]: 58.37 ms
  8. Elmo (Tampere) [160.83 km]: 27.765 ms
  9. Laitilan Puhelin Osk (Laitila) [194.18 km]: 33.556 ms
  10. FairyHosting.com (Narva) [201.62 km]: 37.491 ms
  11. MPY Palvelut Oyj (Mikkeli) [210.68 km]: 32.003 ms
  12. OOO Kontakt (Slantsy) [211.30 km]: 17.834 ms
  13. Elevi AS (Tartu) [222.96 km]: 38.877 ms
  14. King-Online Ltd. (Kingisepp) [224.51 km]: 43.431 ms
  15. Keski-Suomen Valokuituverkot Oy (Jyvaskyla) [233.26 km]: 42.16 ms
Testing upload speeds
  1. Telia Eesti AS (Tallinn):                    ......................... 181.88 Mbit/s
  2. Elisa (Tallinn):                             ......................... 170.04 Mbit/s
  3. Compic OU (Tallinn):                         ......................... 186.64 Mbit/s
  4. Tele2 Eesti (Tallinn):                       ......................... 149.77 Mbit/s
  5. Telset AS (Tallinn):                         ......................... 181.14 Mbit/s
  6. AinaCom Oy (Hameenlinna):                    ......................... 178.10 Mbit/s
  7. Haminan Energia Oy (Hamina):                 ......................... 179.61 Mbit/s
  8. Elmo (Tampere):                              ......................... 166.01 Mbit/s
  9. Laitilan Puhelin Osk (Laitila):              ......................... 177.70 Mbit/s
  10. FairyHosting.com (Narva):                   ......................... 73.13 Mbit/s
  11. MPY Palvelut Oyj (Mikkeli):                 ......................... 170.87 Mbit/s
  12. OOO Kontakt (Slantsy):                      ......................... 156.91 Mbit/s
  13. Elevi AS (Tartu):                           ......................... 142.22 Mbit/s
  14. King-Online Ltd. (Kingisepp):               ......................... 126.74 Mbit/s
  15. Keski-Suomen Valokuituverkot Oy (Jyvaskyla):......................... 176.72 Mbit/s
Average upload speed is 161.16 Mbit/s