Stopwatch
Benchmark report #11855
RuVDS – 512M
Report
Share test result

Test results for 512M at RuVDS


Server specs:


Intel(R) Xeon(R) CPU E5-2660 v4 @ 2.00GHz
406 MB RAM / 10 GB disk space
Ubuntu 18.04 Bionic

Benchmark results summary:


UnixBench - 547.2
Disk Read - 3 MB/s
Disk Write - 0 MB/s
Bandwidth - 226.17 MB/s

More: https://serverscope.io/trials/9roR
Share
Share this page
Cpu chip
Server Specs
CPU
Intel(R) Xeon(R) CPU E5-2660 v4 @ 2.00GHz
CPU Cores
1 × 2000 MHz
RAM
406 MB
Disk
10 GB
OS
Ubuntu 18.04 Bionic
Benchmark summary
Benchmark summary
UnixBench
547.2
Disk Read
3 MB/s
Disk Write
0 MB/s
Bandwidth
226.17 Mbit/s
Speedtest
75.15 Mbit/s
Graph analysis
UnixBench Score
UnixBench (one CPU)
547.2
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-i5BzMA/byte-unixbench/UnixBench"
make distr
make[2]: Entering directory "/root/serverscope-i5BzMA/byte-unixbench/UnixBench"
Checking distribution of files
./pgms  exists
./src  exists
./testdir  exists
make[2]: Leaving directory "/root/serverscope-i5BzMA/byte-unixbench/UnixBench"
make programs
make[2]: Entering directory "/root/serverscope-i5BzMA/byte-unixbench/UnixBench"
make[2]: Nothing to be done for "programs".
make[2]: Leaving directory "/root/serverscope-i5BzMA/byte-unixbench/UnixBench"
make[1]: Leaving directory "/root/serverscope-i5BzMA/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: ruvds-vtju2: GNU/Linux
   OS: GNU/Linux -- 4.15.0-58-generic -- #64-Ubuntu SMP Tue Aug 6 11:12:41 UTC 2019
   Machine: x86_64 (x86_64)
   Language: en_US.utf8 (charmap="UTF-8", collate="UTF-8")
   CPU 0: Intel(R) Xeon(R) CPU E5-2660 v4 @ 2.00GHz (4000.0 bogomips)
          x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
   11:17:47 up 11:01,  1 user,  load average: 6.68, 4.92, 2.37; runlevel 2019-08-23

------------------------------------------------------------------------
Benchmark Run: Fri Aug 23 2019 11:17:47 - 11:46:20
1 CPU in system; running 1 parallel copy of tests

Dhrystone 2 using register variables       14988568.7 lps   (10.0 s, 7 samples)
Double-Precision Whetstone                     2390.4 MWIPS (9.4 s, 7 samples)
Execl Throughput                               1371.1 lps   (29.7 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks        298697.4 KBps  (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks           82071.7 KBps  (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks        902633.8 KBps  (30.0 s, 2 samples)
Pipe Throughput                              479905.7 lps   (10.0 s, 7 samples)
Pipe-based Context Switching                 107219.3 lps   (10.0 s, 7 samples)
Process Creation                               4894.5 lps   (30.0 s, 2 samples)
Shell Scripts (1 concurrent)                   3669.9 lpm   (60.0 s, 2 samples)
Shell Scripts (8 concurrent)                    471.7 lpm   (60.1 s, 2 samples)
System Call Overhead                         381718.0 lps   (10.0 s, 7 samples)

System Benchmarks Index Values               BASELINE       RESULT    INDEX
Dhrystone 2 using register variables         116700.0   14988568.7   1284.4
Double-Precision Whetstone                       55.0       2390.4    434.6
Execl Throughput                                 43.0       1371.1    318.9
File Copy 1024 bufsize 2000 maxblocks          3960.0     298697.4    754.3
File Copy 256 bufsize 500 maxblocks            1655.0      82071.7    495.9
File Copy 4096 bufsize 8000 maxblocks          5800.0     902633.8   1556.3
Pipe Throughput                               12440.0     479905.7    385.8
Pipe-based Context Switching                   4000.0     107219.3    268.0
Process Creation                                126.0       4894.5    388.5
Shell Scripts (1 concurrent)                     42.4       3669.9    865.6
Shell Scripts (8 concurrent)                      6.0        471.7    786.1
System Call Overhead                          15000.0     381718.0    254.5
                                                                   ========
System Benchmarks Index Score                                         547.2

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, 6.10827 s, 352 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, 16.4028 s, 131 MB/s


Hard drive
FIO random read
Performance
3.74 MB/s
IOPS
956
./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=13508: Fri Aug 23 11:14:20 2019
  read : io=229684KB, bw=3827.8KB/s, iops=956, runt= 60005msec
    clat (usec): min=437, max=223858, avg=8347.92, stdev=11462.66
     lat (usec): min=438, max=223858, avg=8349.11, stdev=11462.68
    clat percentiles (usec):
     |  1.00th=[ 1400],  5.00th=[ 2384], 10.00th=[ 2960], 20.00th=[ 3632],
     | 30.00th=[ 4128], 40.00th=[ 4640], 50.00th=[ 5152], 60.00th=[ 5920],
     | 70.00th=[ 7200], 80.00th=[ 9024], 90.00th=[12096], 95.00th=[36096],
     | 99.00th=[57600], 99.50th=[64768], 99.90th=[110080], 99.95th=[148480],
     | 99.99th=[171008]
    bw (KB  /s): min=   52, max=  822, per=12.53%, avg=479.60, stdev=135.45
    lat (usec) : 500=0.01%, 750=0.04%, 1000=0.22%
    lat (msec) : 2=2.75%, 4=24.26%, 10=57.02%, 20=9.91%, 50=3.61%
    lat (msec) : 100=2.02%, 250=0.17%
  cpu          : usr=0.17%, sys=0.47%, ctx=57823, 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=57421/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=229684KB, aggrb=3827KB/s, minb=3827KB/s, maxb=3827KB/s, mint=60005msec, maxt=60005msec

Disk stats (read/write):
  sda: ios=57415/17, merge=19/15, ticks=463336/392, in_queue=463684, util=98.68%
Hard drive
FIO random direct read
Performance
4.15 MB/s
IOPS
1062
./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=13518: Fri Aug 23 11:15:21 2019
  read : io=255280KB, bw=4251.8KB/s, iops=1062, runt= 60041msec
    clat (usec): min=467, max=1437.6K, avg=7509.18, stdev=13026.10
     lat (usec): min=468, max=1437.6K, avg=7510.42, stdev=13026.08
    clat percentiles (usec):
     |  1.00th=[ 1336],  5.00th=[ 2288], 10.00th=[ 2896], 20.00th=[ 3600],
     | 30.00th=[ 4128], 40.00th=[ 4576], 50.00th=[ 5024], 60.00th=[ 5600],
     | 70.00th=[ 6560], 80.00th=[ 8256], 90.00th=[10816], 95.00th=[15936],
     | 99.00th=[53504], 99.50th=[59136], 99.90th=[83456], 99.95th=[171008],
     | 99.99th=[280576]
    bw (KB  /s): min=   13, max=  907, per=12.59%, avg=535.30, stdev=124.71
    lat (usec) : 500=0.01%, 750=0.08%, 1000=0.24%
    lat (msec) : 2=3.01%, 4=24.27%, 10=59.57%, 20=8.51%, 50=2.93%
    lat (msec) : 100=1.30%, 250=0.06%, 500=0.02%, 2000=0.01%
  cpu          : usr=0.19%, sys=0.48%, ctx=64211, 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=63820/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=255280KB, aggrb=4251KB/s, minb=4251KB/s, maxb=4251KB/s, mint=60041msec, maxt=60041msec

Disk stats (read/write):
  sda: ios=63758/10, merge=15/10, ticks=464980/232, in_queue=465144, util=98.77%
Hard drive
FIO random write
Performance
0.79 MB/s
IOPS
201
./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=13538: Fri Aug 23 11:17:37 2019
  write: io=59412KB, bw=825883B/s, iops=201, runt= 73664msec
    clat (usec): min=2, max=12320K, avg=10205.66, stdev=238974.03
     lat (usec): min=3, max=12320K, avg=10206.55, stdev=238974.05
    clat percentiles (usec):
     |  1.00th=[    3],  5.00th=[    4], 10.00th=[    4], 20.00th=[    5],
     | 30.00th=[    5], 40.00th=[    6], 50.00th=[    6], 60.00th=[    7],
     | 70.00th=[    7], 80.00th=[    9], 90.00th=[   13], 95.00th=[   43],
     | 99.00th=[203776], 99.50th=[203776], 99.90th=[232448], 99.95th=[5799936],
     | 99.99th=[11468800]
    bw (KB  /s): min=    0, max=60969, per=100.00%, avg=948.08, stdev=5752.55
    lat (usec) : 4=3.35%, 10=78.44%, 20=11.50%, 50=2.76%, 100=0.63%
    lat (usec) : 250=0.26%, 500=0.11%, 750=0.04%, 1000=0.01%
    lat (msec) : 2=0.02%, 4=0.01%, 10=0.03%, 20=0.22%, 50=0.35%
    lat (msec) : 100=0.34%, 250=1.85%, 500=0.01%, 2000=0.01%, >=2000=0.07%
  cpu          : usr=0.01%, sys=0.07%, ctx=9103, 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=0/w=14853/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=59412KB, aggrb=806KB/s, minb=806KB/s, maxb=806KB/s, mint=73664msec, maxt=73664msec

Disk stats (read/write):
  sda: ios=277/13699, merge=114/1659, ticks=5300/239480, in_queue=244784, util=99.70%
Hard drive
FIO random direct write
Performance
0.49 MB/s
IOPS
126
./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=13528: Fri Aug 23 11:16:21 2019
  write: io=30404KB, bw=517609B/s, iops=126, runt= 60149msec
    clat (usec): min=805, max=2406.7K, avg=63248.32, stdev=185911.41
     lat (usec): min=807, max=2406.7K, avg=63250.40, stdev=185911.61
    clat percentiles (usec):
     |  1.00th=[ 1912],  5.00th=[ 2736], 10.00th=[ 3248], 20.00th=[ 3824],
     | 30.00th=[ 4384], 40.00th=[ 4832], 50.00th=[ 5408], 60.00th=[ 6432],
     | 70.00th=[ 8256], 80.00th=[10560], 90.00th=[61184], 95.00th=[536576],
     | 99.00th=[815104], 99.50th=[921600], 99.90th=[1368064], 99.95th=[2179072],
     | 99.99th=[2408448]
    bw (KB  /s): min=    1, max=  167, per=13.18%, avg=66.58, stdev=28.95
    lat (usec) : 1000=0.04%
    lat (msec) : 2=1.18%, 4=22.17%, 10=54.58%, 20=8.17%, 50=2.97%
    lat (msec) : 100=1.22%, 250=0.21%, 500=3.49%, 750=4.53%, 1000=1.07%
    lat (msec) : 2000=0.32%, >=2000=0.05%
  cpu          : usr=0.04%, sys=0.21%, ctx=15994, majf=0, minf=67
  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=7601/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=30404KB, aggrb=505KB/s, minb=505KB/s, maxb=505KB/s, mint=60149msec, maxt=60149msec

Disk stats (read/write):
  sda: ios=11/7627, merge=0/490, ticks=404/60080, in_queue=60488, util=98.14%
Download
Download benchmark results
Download speed
226.17 Mbit/s
Downloaded 104857600 bytes in 3.571347 sec
Downloaded 104857600 bytes in 3.628926 sec
Downloaded 104857600 bytes in 3.597398 sec
Downloaded 104857600 bytes in 3.560621 sec
Downloaded 104857600 bytes in 3.327450 sec
Finished! Average download speed is 226.17 Mbit/s
Upload
Speedtest results
Upload speed
75.15 Mbit/s
Retrieving speedtest.net configuration...
Retrieving speedtest.net server list...
Testing from Limited Liability Company Relcom Group ...
Selecting 15 servers that are not too close:
  1. Beirel Telecom ISP (Pushkino) [32.32 km]: 17.108 ms
  2. MosLine Group LLC (Troitsk) [33.24 km]: 30.692 ms
  3. Quartz Telecom (Podolsk) [36.09 km]: 19.109 ms
  4. FTIC Ltd (Fryazino) [36.31 km]: 17.154 ms
  5. Infolink (Monino) [38.46 km]: 38.036 ms
  6. Dataplanet Ltd. (Zelenograd) [38.81 km]: 17.294 ms
  7. MosLine Group LLC (Krasnoznamensk) [38.93 km]: 23.404 ms
  8. xd0x93xd0xbexd0xbbxd0xb8xd1x86xd1x8bxd0xbdxd0xbe xd0xa2xd0xb5xd0xbbxd0xb5xd0xbaxd0xbexd0xbc (Golitsyno) [41.22 km]: 16.948 ms
  9. Gigacom Systems LLC (Domodedovo) [41.24 km]: 21.978 ms
  10. AVIEL (Ramenskoye) [42.77 km]: 21.085 ms
  11. Proxima (Ramenskoye) [42.77 km]: 18.975 ms
  12. Istranet (Istra) [50.60 km]: 15.982 ms
  13. Proxima (Bronnicy) [53.59 km]: 18.698 ms
  14. SKScom LLC (Bronnicy) [53.59 km]: 22.16 ms
  15. Ltd. "Flex" (Noginsk) [53.78 km]: 7.184 ms
Testing upload speeds
  1. Beirel Telecom ISP (Pushkino):               ......................... 76.97 Mbit/s
  2. MosLine Group LLC (Troitsk):                 ......................... 69.85 Mbit/s
  3. Quartz Telecom (Podolsk):                    ......................... 70.78 Mbit/s
  4. FTIC Ltd (Fryazino):                         ......................... 73.56 Mbit/s
  5. Infolink (Monino):                           ......................... 75.01 Mbit/s
  6. Dataplanet Ltd. (Zelenograd):                ......................... 77.47 Mbit/s
  7. MosLine Group LLC (Krasnoznamensk):          ......................... 72.37 Mbit/s
  8. xd0x93xd0xbexd0xbbxd0xb8xd1x86xd1x8bxd0xbdxd0xbe xd0xa2xd0xb5xd0xbbxd0xb5xd0xbaxd0xbexd0xbc (Golitsyno): ......................... 72.27 Mbit/s
  9. Gigacom Systems LLC (Domodedovo):            ......................... 63.45 Mbit/s
  10. AVIEL (Ramenskoye):                         ......................... 71.38 Mbit/s
  11. Proxima (Ramenskoye):                       ......................... 75.52 Mbit/s
  12. Istranet (Istra):                           ......................... 76.01 Mbit/s
  13. Proxima (Bronnicy):                         ......................... 81.29 Mbit/s
  14. SKScom LLC (Bronnicy):                      ......................... 79.01 Mbit/s
  15. Ltd. "Flex" (Noginsk):                      ......................... 75.36 Mbit/s
Average upload speed is 74.02 Mbit/s