Stopwatch
Benchmark report #11243
Hetzner Cloud – 2GB
Report
Share test result

Test results for 2GB at Hetzner Cloud


Server specs:


Intel Xeon Processor (Skylake, IBRS)
2 GB RAM / 20 GB disk space
Ubuntu 18.04 Bionic

Benchmark results summary:


UnixBench - 1010.5
Disk Read - 202 MB/s
Disk Write - 513 MB/s
Bandwidth - 1114.01 MB/s

More: https://serverscope.io/trials/z9kA
Share
Share this page
Cpu chip
Server Specs
CPU
Intel Xeon Processor (Skylake, IBRS)
CPU Cores
1 × 2100 MHz
RAM
2 GB
Disk
20 GB
OS
Ubuntu 18.04 Bionic
Benchmark summary
Benchmark summary
UnixBench
1010.5
Disk Read
202 MB/s
Disk Write
513 MB/s
Bandwidth
1114.01 Mbit/s
Speedtest
530.9 Mbit/s
Graph analysis
UnixBench Score
UnixBench (one CPU)
1010.5
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-bKNpEb/byte-unixbench/UnixBench"
make distr
make[2]: Entering directory "/root/serverscope-bKNpEb/byte-unixbench/UnixBench"
Checking distribution of files
./pgms  exists
./src  exists
./testdir  exists
make[2]: Leaving directory "/root/serverscope-bKNpEb/byte-unixbench/UnixBench"
make programs
make[2]: Entering directory "/root/serverscope-bKNpEb/byte-unixbench/UnixBench"
make[2]: Nothing to be done for "programs".
make[2]: Leaving directory "/root/serverscope-bKNpEb/byte-unixbench/UnixBench"
make[1]: Leaving directory "/root/serverscope-bKNpEb/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: ubuntu-2gb-nbg1-1: GNU/Linux
   OS: GNU/Linux -- 4.15.0-50-generic -- #54-Ubuntu SMP Mon May 6 18:46:08 UTC 2019
   Machine: x86_64 (x86_64)
   Language: en_US.utf8 (charmap="UTF-8", collate="UTF-8")
   CPU 0: Intel Xeon Processor (Skylake, IBRS) (4200.0 bogomips)
          x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
   02:49:52 up 13 min,  1 user,  load average: 8.37, 5.01, 2.22; runlevel 2019-05-31

------------------------------------------------------------------------
Benchmark Run: Fri May 31 2019 02:49:52 - 03:17:53
1 CPU in system; running 1 parallel copy of tests

Dhrystone 2 using register variables       32337625.3 lps   (10.0 s, 7 samples)
Double-Precision Whetstone                     4312.0 MWIPS (8.8 s, 7 samples)
Execl Throughput                               3466.5 lps   (30.0 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks        551827.1 KBps  (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks          160597.7 KBps  (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks       1302638.7 KBps  (30.0 s, 2 samples)
Pipe Throughput                              864489.8 lps   (10.0 s, 7 samples)
Pipe-based Context Switching                 190228.2 lps   (10.0 s, 7 samples)
Process Creation                               8215.1 lps   (30.0 s, 2 samples)
Shell Scripts (1 concurrent)                   6595.5 lpm   (60.0 s, 2 samples)
Shell Scripts (8 concurrent)                    846.2 lpm   (60.0 s, 2 samples)
System Call Overhead                         675981.1 lps   (10.0 s, 7 samples)

System Benchmarks Index Values               BASELINE       RESULT    INDEX
Dhrystone 2 using register variables         116700.0   32337625.3   2771.0
Double-Precision Whetstone                       55.0       4312.0    784.0
Execl Throughput                                 43.0       3466.5    806.2
File Copy 1024 bufsize 2000 maxblocks          3960.0     551827.1   1393.5
File Copy 256 bufsize 500 maxblocks            1655.0     160597.7    970.4
File Copy 4096 bufsize 8000 maxblocks          5800.0    1302638.7   2245.9
Pipe Throughput                               12440.0     864489.8    694.9
Pipe-based Context Switching                   4000.0     190228.2    475.6
Process Creation                                126.0       8215.1    652.0
Shell Scripts (1 concurrent)                     42.4       6595.5   1555.5
Shell Scripts (8 concurrent)                      6.0        846.2   1410.3
System Call Overhead                          15000.0     675981.1    450.7
                                                                   ========
System Benchmarks Index Score                                        1010.5

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, 19.7088 s, 109 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, 9.1532 s, 235 MB/s


Hard drive
FIO random read
Performance
202.38 MB/s
IOPS
51808
./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=17677: Fri May 31 02:46:47 2019
  read : io=12143MB, bw=207234KB/s, iops=51808, runt= 60001msec
    clat (usec): min=1, max=174520, avg=149.79, stdev=368.22
     lat (usec): min=2, max=174520, avg=150.54, stdev=368.44
    clat percentiles (usec):
     |  1.00th=[    2],  5.00th=[    3], 10.00th=[    3], 20.00th=[    6],
     | 30.00th=[    8], 40.00th=[   25], 50.00th=[  125], 60.00th=[  161],
     | 70.00th=[  199], 80.00th=[  241], 90.00th=[  318], 95.00th=[  414],
     | 99.00th=[  724], 99.50th=[  916], 99.90th=[ 3600], 99.95th=[ 4704],
     | 99.99th=[14144]
    bw (KB  /s): min=11832, max=55296, per=12.49%, avg=25883.41, stdev=6456.85
    lat (usec) : 2=0.01%, 4=14.45%, 10=18.70%, 20=6.03%, 50=1.34%
    lat (usec) : 100=3.23%, 250=37.77%, 500=15.49%, 750=2.06%, 1000=0.51%
    lat (msec) : 2=0.21%, 4=0.11%, 10=0.07%, 20=0.01%, 50=0.01%
    lat (msec) : 100=0.01%, 250=0.01%
  cpu          : usr=2.23%, sys=9.55%, ctx=1852253, majf=2, minf=103
  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=3108560/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=12143MB, aggrb=207233KB/s, minb=207233KB/s, maxb=207233KB/s, mint=60001msec, maxt=60001msec

Disk stats (read/write):
  sda: ios=1838592/8, merge=0/5, ticks=147548/0, in_queue=111584, util=87.64%
Hard drive
FIO random direct read
Performance
189.5 MB/s
IOPS
48511
./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=17687: Fri May 31 02:47:47 2019
  read : io=11370MB, bw=194045KB/s, iops=48511, runt= 60001msec
    clat (usec): min=39, max=35227, avg=158.77, stdev=157.07
     lat (usec): min=39, max=35227, avg=159.60, stdev=157.17
    clat percentiles (usec):
     |  1.00th=[   68],  5.00th=[   81], 10.00th=[   91], 20.00th=[  103],
     | 30.00th=[  116], 40.00th=[  131], 50.00th=[  149], 60.00th=[  169],
     | 70.00th=[  185], 80.00th=[  203], 90.00th=[  227], 95.00th=[  253],
     | 99.00th=[  334], 99.50th=[  390], 99.90th=[  780], 99.95th=[ 1432],
     | 99.99th=[ 6304]
    bw (KB  /s): min=10544, max=34256, per=12.48%, avg=24225.41, stdev=3329.11
    lat (usec) : 50=0.01%, 100=15.98%, 250=78.67%, 500=5.11%, 750=0.12%
    lat (usec) : 1000=0.03%
    lat (msec) : 2=0.03%, 4=0.02%, 10=0.01%, 20=0.01%, 50=0.01%
  cpu          : usr=2.68%, sys=9.35%, ctx=2917276, 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=2910724/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=11370MB, aggrb=194045KB/s, minb=194045KB/s, maxb=194045KB/s, mint=60001msec, maxt=60001msec

Disk stats (read/write):
  sda: ios=2908026/48, merge=0/6, ticks=193184/0, in_queue=155940, util=97.71%
Hard drive
FIO random write
Performance
513.68 MB/s
IOPS
131502
./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=17711: Fri May 31 02:49:48 2019
  write: io=30826MB, bw=526010KB/s, iops=131502, runt= 60009msec
    clat (usec): min=1, max=692162, avg=46.35, stdev=1499.55
     lat (usec): min=2, max=692162, avg=49.16, stdev=1525.57
    clat percentiles (usec):
     |  1.00th=[    2],  5.00th=[    2], 10.00th=[    3], 20.00th=[    3],
     | 30.00th=[    3], 40.00th=[    3], 50.00th=[    3], 60.00th=[    3],
     | 70.00th=[    4], 80.00th=[    4], 90.00th=[    5], 95.00th=[    7],
     | 99.00th=[   14], 99.50th=[   31], 99.90th=[15936], 99.95th=[20096],
     | 99.99th=[28032]
    bw (KB  /s): min= 6544, max=94700, per=12.65%, avg=66555.94, stdev=14568.28
    lat (usec) : 2=0.01%, 4=64.72%, 10=33.63%, 20=0.94%, 50=0.28%
    lat (usec) : 100=0.05%, 250=0.02%, 500=0.02%, 750=0.01%, 1000=0.01%
    lat (msec) : 2=0.01%, 4=0.03%, 10=0.12%, 20=0.12%, 50=0.05%
    lat (msec) : 100=0.01%, 250=0.01%, 500=0.01%, 750=0.01%
  cpu          : usr=2.93%, sys=8.13%, ctx=58764, 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=7891334/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=30826MB, aggrb=526010KB/s, minb=526010KB/s, maxb=526010KB/s, mint=60009msec, maxt=60009msec

Disk stats (read/write):
  sda: ios=2/518176, merge=0/595, ticks=0/402948, in_queue=367040, util=20.75%
Hard drive
FIO random direct write
Performance
21.56 MB/s
IOPS
5518
./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=17700: Fri May 31 02:48:48 2019
  write: io=1293.6MB, bw=22073KB/s, iops=5518, runt= 60009msec
    clat (usec): min=49, max=100540, avg=1441.31, stdev=6550.56
     lat (usec): min=50, max=100541, avg=1442.71, stdev=6550.65
    clat percentiles (usec):
     |  1.00th=[   78],  5.00th=[   90], 10.00th=[   98], 20.00th=[  111],
     | 30.00th=[  125], 40.00th=[  137], 50.00th=[  151], 60.00th=[  165],
     | 70.00th=[  187], 80.00th=[  215], 90.00th=[  294], 95.00th=[  450],
     | 99.00th=[35584], 99.50th=[39680], 99.90th=[50432], 99.95th=[59136],
     | 99.99th=[77312]
    bw (KB  /s): min= 1349, max= 4971, per=12.52%, avg=2763.56, stdev=642.63
    lat (usec) : 50=0.01%, 100=10.72%, 250=75.35%, 500=9.30%, 750=0.42%
    lat (usec) : 1000=0.11%
    lat (msec) : 2=0.18%, 4=0.11%, 10=0.03%, 20=0.01%, 50=3.67%
    lat (msec) : 100=0.10%, 250=0.01%
  cpu          : usr=0.65%, sys=2.95%, ctx=675183, majf=0, minf=66
  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=331148/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=1293.6MB, aggrb=22073KB/s, minb=22073KB/s, maxb=22073KB/s, mint=60009msec, maxt=60009msec

Disk stats (read/write):
  sda: ios=1/331045, merge=0/2136, ticks=0/47532, in_queue=2144, util=3.57%
Download
Download benchmark results
Download speed
1114.01 Mbit/s
Downloaded 104857600 bytes in 0.717919 sec
Downloaded 104857600 bytes in 0.706958 sec
Downloaded 104857600 bytes in 0.767461 sec
Downloaded 104857600 bytes in 0.696986 sec
Downloaded 104857600 bytes in 0.701298 sec
Finished! Average download speed is 1114.01 Mbit/s
Upload
Speedtest results
Upload speed
530.9 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. goetel GmbH (Gxc3xb6ttingen) [39.90 km]: 9.731 ms
  2. Heuer & Sack GbR (Wernigerode) [107.53 km]: 18.719 ms
  3. KNT Internet (Riethnordhausen) [107.87 km]: 12.124 ms
  4. Newone (Ilmenau) [120.64 km]: 12.328 ms
  5. Thueringer Netkom GmbH (Weimar) [132.12 km]: 12.053 ms
  6. Spacken.net (Hagen) [141.07 km]: 6.371 ms
  7. Gemeindewerke Nxc3xbcmbrecht GmbH (Nxc3xbcmbrecht) [143.00 km]: 18.102 ms
  8. fdcservers.net (Frankfurt) [143.90 km]: 7.713 ms
  9. LeaseWeb (Frankfurt) [143.90 km]: 8.117 ms
  10. Vodafone Kabel Deutschland (Frankfurt) [143.90 km]: 7.785 ms
  11. MK Netzdienste (Frankfurt) [143.90 km]: 6.476 ms
  12. 23media GmbH (Frankfurt) [143.90 km]: 7.421 ms
  13. synch.cc (Frankfurt) [143.90 km]: 21.566 ms
  14. creoline GmbH (Frankfurt) [143.90 km]: 9.357 ms
  15. DEAC (Frankfurt) [143.90 km]: 42.777 ms
Testing upload speeds
  1. goetel GmbH (Gxc3xb6ttingen):                    ......................... 332.95 Mbit/s
  2. Heuer & Sack GbR (Wernigerode):              ......................... 252.28 Mbit/s
  3. KNT Internet (Riethnordhausen):              ......................... 371.81 Mbit/s
  4. Newone (Ilmenau):                            ......................... 250.53 Mbit/s
  5. Thueringer Netkom GmbH (Weimar):             ......................... 360.02 Mbit/s
  6. Spacken.net (Hagen):                         ......................... 534.87 Mbit/s
  7. Gemeindewerke Nxc3xbcmbrecht GmbH (Nxc3xbcmbrecht):  ......................... 227.83 Mbit/s
  8. fdcservers.net (Frankfurt):                  ......................... 653.80 Mbit/s
  9. LeaseWeb (Frankfurt):                        ......................... 706.92 Mbit/s
  10. Vodafone Kabel Deutschland (Frankfurt):     ......................... 606.64 Mbit/s
  11. MK Netzdienste (Frankfurt):                 ......................... 566.53 Mbit/s
  12. 23media GmbH (Frankfurt):                   ......................... 573.03 Mbit/s
  13. synch.cc (Frankfurt):                       ......................... 650.35 Mbit/s
  14. creoline GmbH (Frankfurt):                  ......................... 483.01 Mbit/s
  15. DEAC (Frankfurt):                           ......................... 84.67 Mbit/s
Average upload speed is 443.68 Mbit/s