Stopwatch
Benchmark report #9049
webh.pl – kvm mini blackfriday
Report
Share test result

Test results for kvm mini blackfriday at webh.pl


Server specs:


Intel Xeon Processor (Skylake)
4 GB RAM / 21 GB disk space
Ubuntu 18.04 Bionic

Benchmark results summary:


UnixBench - 930.1
Disk Read - 22 MB/s
Disk Write - 573 MB/s
Bandwidth - 132.99 MB/s

More: https://serverscope.io/trials/e177
Share
Share this page
Cpu chip
Server Specs
CPU
Intel Xeon Processor (Skylake)
CPU Cores
1 × 2800 MHz
RAM
4 GB
Disk
21 GB
OS
Ubuntu 18.04 Bionic
Benchmark summary
Benchmark summary
UnixBench
930.1
Disk Read
22 MB/s
Disk Write
573 MB/s
Bandwidth
132.99 Mbit/s
Speedtest
153.98 Mbit/s
Graph analysis
UnixBench Score
UnixBench (one CPU)
930.1
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-VWTLAk/byte-unixbench/UnixBench"
make distr
make[2]: Entering directory "/root/serverscope-VWTLAk/byte-unixbench/UnixBench"
Checking distribution of files
./pgms  exists
./src  exists
./testdir  exists
make[2]: Leaving directory "/root/serverscope-VWTLAk/byte-unixbench/UnixBench"
make programs
make[2]: Entering directory "/root/serverscope-VWTLAk/byte-unixbench/UnixBench"
make[2]: Nothing to be done for "programs".
make[2]: Leaving directory "/root/serverscope-VWTLAk/byte-unixbench/UnixBench"
make[1]: Leaving directory "/root/serverscope-VWTLAk/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: cozabzdura: GNU/Linux
   OS: GNU/Linux -- 4.15.0-39-generic -- #42-Ubuntu SMP Tue Oct 23 15:48:01 UTC 2018
   Machine: x86_64 (x86_64)
   Language: en_US.utf8 (charmap="UTF-8", collate="UTF-8")
   CPU 0: Intel Xeon Processor (Skylake) (5600.0 bogomips)
          x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
   14:43:29 up 1 day, 19:58,  1 user,  load average: 7.53, 4.66, 2.01; runlevel 2018-11-22

------------------------------------------------------------------------
Benchmark Run: Sat Nov 24 2018 14:43:29 - 15:11:38
1 CPU in system; running 1 parallel copy of tests

Dhrystone 2 using register variables       30539426.6 lps   (10.0 s, 7 samples)
Double-Precision Whetstone                     3715.5 MWIPS (9.9 s, 7 samples)
Execl Throughput                               3481.1 lps   (30.0 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks        496985.8 KBps  (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks          136952.1 KBps  (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks       1285045.7 KBps  (30.0 s, 2 samples)
Pipe Throughput                              750914.8 lps   (10.0 s, 7 samples)
Pipe-based Context Switching                 144390.0 lps   (10.0 s, 7 samples)
Process Creation                               8998.5 lps   (30.0 s, 2 samples)
Shell Scripts (1 concurrent)                   6560.8 lpm   (60.0 s, 2 samples)
Shell Scripts (8 concurrent)                    851.3 lpm   (60.0 s, 2 samples)
System Call Overhead                         558486.2 lps   (10.0 s, 7 samples)

System Benchmarks Index Values               BASELINE       RESULT    INDEX
Dhrystone 2 using register variables         116700.0   30539426.6   2616.9
Double-Precision Whetstone                       55.0       3715.5    675.5
Execl Throughput                                 43.0       3481.1    809.6
File Copy 1024 bufsize 2000 maxblocks          3960.0     496985.8   1255.0
File Copy 256 bufsize 500 maxblocks            1655.0     136952.1    827.5
File Copy 4096 bufsize 8000 maxblocks          5800.0    1285045.7   2215.6
Pipe Throughput                               12440.0     750914.8    603.6
Pipe-based Context Switching                   4000.0     144390.0    361.0
Process Creation                                126.0       8998.5    714.2
Shell Scripts (1 concurrent)                     42.4       6560.8   1547.3
Shell Scripts (8 concurrent)                      6.0        851.3   1418.9
System Call Overhead                          15000.0     558486.2    372.3
                                                                   ========
System Benchmarks Index Score                                         930.1

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, 14.215 s, 151 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, 5.51813 s, 389 MB/s


Hard drive
FIO random read
Performance
22.4 MB/s
IOPS
5735
./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=16629: Sat Nov 24 14:40:23 2018
  read : io=1344.5MB, bw=22940KB/s, iops=5735, runt= 60011msec
    clat (usec): min=133, max=250415, avg=1388.21, stdev=9173.28
     lat (usec): min=133, max=250416, avg=1389.09, stdev=9173.30
    clat percentiles (usec):
     |  1.00th=[  167],  5.00th=[  185], 10.00th=[  197], 20.00th=[  215],
     | 30.00th=[  233], 40.00th=[  251], 50.00th=[  270], 60.00th=[  298],
     | 70.00th=[  338], 80.00th=[  410], 90.00th=[  700], 95.00th=[ 1208],
     | 99.00th=[72192], 99.50th=[78336], 99.90th=[81408], 99.95th=[82432],
     | 99.99th=[230400]
    bw (KB  /s): min=  623, max= 3704, per=12.57%, avg=2882.49, stdev=423.81
    lat (usec) : 250=39.61%, 500=45.41%, 750=5.83%, 1000=2.76%
    lat (msec) : 2=4.22%, 4=0.78%, 10=0.05%, 20=0.03%, 50=0.03%
    lat (msec) : 100=1.24%, 250=0.03%, 500=0.01%
  cpu          : usr=0.48%, sys=1.68%, ctx=346628, 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=344166/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=1344.5MB, aggrb=22940KB/s, minb=22940KB/s, maxb=22940KB/s, mint=60011msec, maxt=60011msec

Disk stats (read/write):
  vda: ios=343558/149, merge=0/203, ticks=450224/988, in_queue=344640, util=87.39%
Hard drive
FIO random direct read
Performance
23.15 MB/s
IOPS
5925
./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=16643: Sat Nov 24 14:41:24 2018
  read : io=1389.4MB, bw=23702KB/s, iops=5925, runt= 60023msec
    clat (usec): min=133, max=202937, avg=1338.89, stdev=8982.70
     lat (usec): min=136, max=202938, avg=1339.73, stdev=8982.72
    clat percentiles (usec):
     |  1.00th=[  165],  5.00th=[  181], 10.00th=[  191], 20.00th=[  207],
     | 30.00th=[  221], 40.00th=[  237], 50.00th=[  253], 60.00th=[  274],
     | 70.00th=[  298], 80.00th=[  338], 90.00th=[  434], 95.00th=[  660],
     | 99.00th=[76288], 99.50th=[79360], 99.90th=[81408], 99.95th=[81408],
     | 99.99th=[89600]
    bw (KB  /s): min= 1300, max= 3632, per=12.53%, avg=2969.79, stdev=251.62
    lat (usec) : 250=48.32%, 500=44.14%, 750=3.24%, 1000=1.25%
    lat (msec) : 2=1.49%, 4=0.18%, 10=0.04%, 20=0.01%, 50=0.01%
    lat (msec) : 100=1.33%, 250=0.01%
  cpu          : usr=0.49%, sys=1.42%, ctx=358595, 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=355669/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=1389.4MB, aggrb=23702KB/s, minb=23702KB/s, maxb=23702KB/s, mint=60023msec, maxt=60023msec

Disk stats (read/write):
  vda: ios=355017/98, merge=0/29, ticks=453744/568, in_queue=346348, util=86.83%
Hard drive
FIO random write
Performance
573.58 MB/s
IOPS
146837
./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=16670: Sat Nov 24 14:43:24 2018
  write: io=34422MB, bw=587350KB/s, iops=146837, runt= 60013msec
    clat (usec): min=1, max=204203, avg=39.65, stdev=896.23
     lat (usec): min=2, max=204204, avg=42.11, stdev=937.78
    clat percentiles (usec):
     |  1.00th=[    2],  5.00th=[    3], 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=[    4], 95.00th=[    4],
     | 99.00th=[   11], 99.50th=[   15], 99.90th=[15936], 99.95th=[20096],
     | 99.99th=[31872]
    bw (KB  /s): min=    1, max=105504, per=12.73%, avg=74753.05, stdev=10400.99
    lat (usec) : 2=0.01%, 4=67.88%, 10=30.83%, 20=0.89%, 50=0.11%
    lat (usec) : 100=0.02%, 250=0.01%, 500=0.02%, 750=0.01%, 1000=0.01%
    lat (msec) : 2=0.01%, 4=0.02%, 10=0.06%, 20=0.10%, 50=0.06%
    lat (msec) : 100=0.01%, 250=0.01%
  cpu          : usr=3.22%, sys=8.77%, ctx=45603, majf=0, minf=76
  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=8812156/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=34422MB, aggrb=587349KB/s, minb=587349KB/s, maxb=587349KB/s, mint=60013msec, maxt=60013msec

Disk stats (read/write):
  vda: ios=0/74567, merge=0/2327, ticks=0/579372, in_queue=459728, util=23.38%
Hard drive
FIO random direct write
Performance
13.01 MB/s
IOPS
3331
./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=16655: Sat Nov 24 14:42:24 2018
  write: io=799556KB, bw=13325KB/s, iops=3331, runt= 60006msec
    clat (usec): min=149, max=472654, avg=2395.76, stdev=15253.77
     lat (usec): min=150, max=472654, avg=2396.57, stdev=15253.86
    clat percentiles (usec):
     |  1.00th=[  169],  5.00th=[  177], 10.00th=[  183], 20.00th=[  191],
     | 30.00th=[  197], 40.00th=[  203], 50.00th=[  211], 60.00th=[  219],
     | 70.00th=[  233], 80.00th=[  253], 90.00th=[  322], 95.00th=[  628],
     | 99.00th=[64768], 99.50th=[73216], 99.90th=[254976], 99.95th=[264192],
     | 99.99th=[440320]
    bw (KB  /s): min=   90, max= 2752, per=12.64%, avg=1684.51, stdev=489.16
    lat (usec) : 250=79.01%, 500=14.80%, 750=1.73%, 1000=0.66%
    lat (msec) : 2=0.73%, 4=0.11%, 10=0.04%, 20=0.01%, 50=0.15%
    lat (msec) : 100=2.54%, 250=0.10%, 500=0.11%
  cpu          : usr=0.26%, sys=1.36%, ctx=406176, 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=0/w=199889/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=799556KB, aggrb=13324KB/s, minb=13324KB/s, maxb=13324KB/s, mint=60006msec, maxt=60006msec

Disk stats (read/write):
  vda: ios=0/199293, merge=0/2327, ticks=0/54384, in_queue=160, util=0.26%
Download
Download benchmark results
Download speed
132.99 Mbit/s
Downloaded 104857600 bytes in 6.018512 sec
Downloaded 104857600 bytes in 5.971666 sec
Downloaded 104857600 bytes in 6.005846 sec
Downloaded 104857600 bytes in 6.099117 sec
Downloaded 104857600 bytes in 5.982792 sec
Finished! Average download speed is 132.99 Mbit/s
Upload
Speedtest results
Upload speed
153.98 Mbit/s
Retrieving speedtest.net configuration...
Retrieving speedtest.net server list...
Testing from IWACOM Sp. z o.o. ...
Selecting 15 servers that are not too close:
  1. Domtel Telecom (Siedlce) [84.46 km]: 42.757 ms
  2. Media Telekom Sp. z o. o. (Siedlce) [84.46 km]: 9.918 ms
  3. FERO (Lukow) [98.13 km]: 10.283 ms
  4. MPCNET Sp. z o.o. (Kutno) [113.86 km]: 11.499 ms
  5. TEPSANET NOWACCY Sp.J. (Zambrow) [116.44 km]: 12.553 ms
  6. Orange Polska S.A. (Lodz) [118.79 km]: 9.514 ms
  7. FORWEB (Lodz) [118.79 km]: 14.373 ms
  8. STK TV-SAT 364 (Lodz) [118.79 km]: 5.86 ms
  9. LNET (Lodz) [118.79 km]: 10.241 ms
  10. Skomur J.K. Pruscy i D.P. Kaczmarek (Zgierz) [118.92 km]: 5.793 ms
  11. ABP COMPUTER (Dzialdowo) [124.88 km]: 12.102 ms
  12. IST (Lomza) [126.45 km]: 13.987 ms
  13. PUH Vatus (Piotrkxc3xb3w Trybunalski) [131.75 km]: 15.265 ms
  14. LutekLAN.pl (Lutomiersk) [136.99 km]: 8.903 ms
  15. NET-KOMP (Kolno) [142.44 km]: 13.239 ms
Testing upload speeds
  1. Domtel Telecom (Siedlce):                    ......................... 131.08 Mbit/s
  2. Media Telekom Sp. z o. o. (Siedlce):         ......................... 176.54 Mbit/s
  3. FERO (Lukow):                                ......................... 153.20 Mbit/s
  4. MPCNET Sp. z o.o. (Kutno):                   ......................... 152.42 Mbit/s
  5. TEPSANET NOWACCY Sp.J. (Zambrow):            ......................... 149.19 Mbit/s
  6. Orange Polska S.A. (Lodz):                   ......................... 150.71 Mbit/s
  7. FORWEB (Lodz):                               ......................... 153.20 Mbit/s
  8. STK TV-SAT 364 (Lodz):                       ......................... 149.82 Mbit/s
  9. LNET (Lodz):                                 ......................... 150.56 Mbit/s
  10. Skomur J.K. Pruscy i D.P. Kaczmarek (Zgierz):......................... 139.30 Mbit/s
  11. ABP COMPUTER (Dzialdowo):                   ......................... 158.96 Mbit/s
  12. IST (Lomza):                                ......................... 152.23 Mbit/s
  13. PUH Vatus (Piotrkxc3xb3w Trybunalski):          ......................... 152.61 Mbit/s
  14. LutekLAN.pl (Lutomiersk):                   ......................... 153.85 Mbit/s
  15. NET-KOMP (Kolno):                           ......................... 148.50 Mbit/s
Average upload speed is 151.48 Mbit/s