Stopwatch
Benchmark report #9454
infobox.ru – VPS-2Gb-199rub-2.5euro
Report
Share test result

Test results for VPS-2Gb-199rub-2.5euro at infobox.ru


Server specs:


Intel(R) Xeon(R) CPU E5620 @ 2.40GHz
2 GB RAM / 31 GB disk space
Ubuntu 18.04 Bionic

Benchmark results summary:


UnixBench - 503.5
Disk Read - 3 MB/s
Disk Write - 640 MB/s
Bandwidth - 247.68 MB/s

More: https://serverscope.io/trials/ZAGG
Share
Share this page
Cpu chip
Server Specs
CPU
Intel(R) Xeon(R) CPU E5620 @ 2.40GHz
CPU Cores
4 × 1999 MHz
RAM
2 GB
Disk
31 GB
OS
Ubuntu 18.04 Bionic
Benchmark summary
Benchmark summary
UnixBench
503.5
Disk Read
3 MB/s
Disk Write
640 MB/s
Bandwidth
247.68 Mbit/s
Speedtest
18.1 Mbit/s
Graph analysis
UnixBench Score
UnixBench (one CPU)
503.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-T5xF3x/byte-unixbench/UnixBench"
make distr
make[2]: Entering directory "/root/serverscope-T5xF3x/byte-unixbench/UnixBench"
Checking distribution of files
./pgms  exists
./src  exists
./testdir  exists
make[2]: Leaving directory "/root/serverscope-T5xF3x/byte-unixbench/UnixBench"
make programs
make[2]: Entering directory "/root/serverscope-T5xF3x/byte-unixbench/UnixBench"
make[2]: Nothing to be done for "programs".
make[2]: Leaving directory "/root/serverscope-T5xF3x/byte-unixbench/UnixBench"
make[1]: Leaving directory "/root/serverscope-T5xF3x/byte-unixbench/UnixBench"
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
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: server-1128040-1: GNU/Linux
   OS: GNU/Linux -- 4.15.0 -- #1 SMP Fri Sep 14 12:02:56 MSK 2018
   Machine: x86_64 (x86_64)
   Language: en_US.utf8 (charmap="UTF-8", collate="ANSI_X3.4-1968")
   CPU 0: Intel(R) Xeon(R) CPU E5620 @ 2.40GHz (4800.2 bogomips)
          Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
   13:39:38 up  3:32,  2 users,  load average: 5.03, 3.31, 2.10; runlevel Dec

------------------------------------------------------------------------
Benchmark Run: Mon Dec 31 2018 13:39:38 - 14:08:26
1 CPU in system; running 1 parallel copy of tests

Dhrystone 2 using register variables       21558530.9 lps   (10.0 s, 7 samples)
Double-Precision Whetstone                     3197.8 MWIPS (9.9 s, 7 samples)
Execl Throughput                               1200.0 lps   (29.8 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks        326472.0 KBps  (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks           88216.4 KBps  (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks        800669.8 KBps  (30.0 s, 2 samples)
Pipe Throughput                              537672.6 lps   (10.0 s, 7 samples)
Pipe-based Context Switching                  83048.7 lps   (10.0 s, 7 samples)
Process Creation                               1803.4 lps   (30.0 s, 2 samples)
Shell Scripts (1 concurrent)                   2786.9 lpm   (60.0 s, 2 samples)
Shell Scripts (8 concurrent)                    373.5 lpm   (60.1 s, 2 samples)
System Call Overhead                         416314.2 lps   (10.0 s, 7 samples)

System Benchmarks Index Values               BASELINE       RESULT    INDEX
Dhrystone 2 using register variables         116700.0   21558530.9   1847.3
Double-Precision Whetstone                       55.0       3197.8    581.4
Execl Throughput                                 43.0       1200.0    279.1
File Copy 1024 bufsize 2000 maxblocks          3960.0     326472.0    824.4
File Copy 256 bufsize 500 maxblocks            1655.0      88216.4    533.0
File Copy 4096 bufsize 8000 maxblocks          5800.0     800669.8   1380.5
Pipe Throughput                               12440.0     537672.6    432.2
Pipe-based Context Switching                   4000.0      83048.7    207.6
Process Creation                                126.0       1803.4    143.1
Shell Scripts (1 concurrent)                     42.4       2786.9    657.3
Shell Scripts (8 concurrent)                      6.0        373.5    622.6
System Call Overhead                          15000.0     416314.2    277.5
                                                                   ========
System Benchmarks Index Score                                         503.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, 6.29535 s, 341 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.43254 s, 395 MB/s


Hard drive
FIO random read
Performance
3.37 MB/s
IOPS
861
./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=9024: Mon Dec 31 13:36:32 2018
  read : io=206900KB, bw=3447.2KB/s, iops=861, runt= 60020msec
    clat (usec): min=178, max=80987, avg=9275.91, stdev=7194.63
     lat (usec): min=179, max=80988, avg=9276.16, stdev=7194.64
    clat percentiles (usec):
     |  1.00th=[  201],  5.00th=[ 1624], 10.00th=[ 2576], 20.00th=[ 4080],
     | 30.00th=[ 5472], 40.00th=[ 6752], 50.00th=[ 7968], 60.00th=[ 9024],
     | 70.00th=[10304], 80.00th=[12992], 90.00th=[17280], 95.00th=[21376],
     | 99.00th=[41216], 99.50th=[48384], 99.90th=[58112], 99.95th=[61184],
     | 99.99th=[68096]
    bw (KB  /s): min=  240, max=  568, per=12.50%, avg=431.02, stdev=54.36
    lat (usec) : 250=3.03%, 500=0.65%, 750=0.13%, 1000=0.19%
    lat (msec) : 2=2.57%, 4=12.83%, 10=48.55%, 20=25.75%, 50=5.90%
    lat (msec) : 100=0.40%
  cpu          : usr=0.06%, sys=0.29%, ctx=51759, majf=0, minf=310
  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=51725/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=206900KB, aggrb=3447KB/s, minb=3447KB/s, maxb=3447KB/s, mint=60020msec, maxt=60020msec

Disk stats (read/write):
  ploop34026: ios=51559/316, merge=0/0, ticks=0/0, in_queue=0, util=0.00%
Hard drive
FIO random direct read
Performance
3.34 MB/s
IOPS
855
./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=9036: Mon Dec 31 13:37:32 2018
  read : io=205528KB, bw=3423.4KB/s, iops=855, runt= 60037msec
    clat (usec): min=169, max=94677, avg=9336.43, stdev=7268.59
     lat (usec): min=169, max=94678, avg=9336.68, stdev=7268.59
    clat percentiles (usec):
     |  1.00th=[  203],  5.00th=[ 1784], 10.00th=[ 2640], 20.00th=[ 4128],
     | 30.00th=[ 5536], 40.00th=[ 6816], 50.00th=[ 7968], 60.00th=[ 9024],
     | 70.00th=[10432], 80.00th=[12992], 90.00th=[17024], 95.00th=[21376],
     | 99.00th=[41728], 99.50th=[48384], 99.90th=[58624], 99.95th=[62208],
     | 99.99th=[70144]
    bw (KB  /s): min=  247, max=  613, per=12.52%, avg=428.58, stdev=55.06
    lat (usec) : 250=2.57%, 500=0.62%, 750=0.11%, 1000=0.14%
    lat (msec) : 2=2.64%, 4=12.93%, 10=48.91%, 20=25.85%, 50=5.84%
    lat (msec) : 100=0.39%
  cpu          : usr=0.07%, sys=0.29%, ctx=51411, majf=0, minf=310
  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=51382/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=205528KB, aggrb=3423KB/s, minb=3423KB/s, maxb=3423KB/s, mint=60037msec, maxt=60037msec

Disk stats (read/write):
  ploop34026: ios=51389/98, merge=0/0, ticks=0/0, in_queue=0, util=0.00%
Hard drive
FIO random write
Performance
640.19 MB/s
IOPS
163887
./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=9061: Mon Dec 31 13:39:33 2018
  write: io=38418MB, bw=655551KB/s, iops=163887, runt= 60011msec
    clat (usec): min=2, max=1007.9K, avg=38.37, stdev=1761.64
     lat (usec): min=2, max=1007.9K, avg=39.13, stdev=1785.62
    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=[    3], 80.00th=[    4], 90.00th=[    4], 95.00th=[    4],
     | 99.00th=[    7], 99.50th=[   22], 99.90th=[ 5024], 99.95th=[18048],
     | 99.99th=[65280]
    bw (KB  /s): min=    2, max=148379, per=12.91%, avg=84602.44, stdev=22189.51
    lat (usec) : 4=78.20%, 10=21.09%, 20=0.20%, 50=0.09%, 100=0.07%
    lat (usec) : 250=0.04%, 500=0.01%, 750=0.01%, 1000=0.01%
    lat (msec) : 2=0.07%, 4=0.09%, 10=0.07%, 20=0.02%, 50=0.03%
    lat (msec) : 100=0.01%, 250=0.01%, 500=0.01%, 750=0.01%, 1000=0.01%
    lat (msec) : 2000=0.01%
  cpu          : usr=2.86%, sys=6.90%, ctx=94910, majf=0, minf=309
  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=9835063/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=38418MB, aggrb=655550KB/s, minb=655550KB/s, maxb=655550KB/s, mint=60011msec, maxt=60011msec

Disk stats (read/write):
  ploop34026: ios=0/233878, merge=0/0, ticks=0/0, in_queue=0, util=0.00%
Hard drive
FIO random direct write
Performance
653.05 MB/s
IOPS
167180
./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=9049: Mon Dec 31 13:38:32 2018
  write: io=39185MB, bw=668720KB/s, iops=167180, runt= 60003msec
    clat (usec): min=2, max=823340, avg=38.35, stdev=1723.30
     lat (usec): min=2, max=851572, avg=39.14, stdev=1752.63
    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=[    3], 80.00th=[    3], 90.00th=[    4], 95.00th=[    4],
     | 99.00th=[    6], 99.50th=[   17], 99.90th=[ 5024], 99.95th=[19072],
     | 99.99th=[65280]
    bw (KB  /s): min= 5890, max=177009, per=12.71%, avg=84968.23, stdev=21622.66
    lat (usec) : 4=80.86%, 10=18.43%, 20=0.22%, 50=0.12%, 100=0.07%
    lat (usec) : 250=0.02%, 500=0.01%, 750=0.01%, 1000=0.01%
    lat (msec) : 2=0.06%, 4=0.08%, 10=0.05%, 20=0.02%, 50=0.03%
    lat (msec) : 100=0.01%, 250=0.01%, 500=0.01%, 750=0.01%, 1000=0.01%
  cpu          : usr=3.03%, sys=6.90%, ctx=87814, majf=0, minf=309
  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=10031307/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=39185MB, aggrb=668720KB/s, minb=668720KB/s, maxb=668720KB/s, mint=60003msec, maxt=60003msec

Disk stats (read/write):
  ploop34026: ios=0/301931, merge=0/0, ticks=0/0, in_queue=0, util=0.00%
Download
Download benchmark results
Download speed
247.68 Mbit/s
Downloaded 104857600 bytes in 3.048109 sec
Downloaded 104857600 bytes in 3.178343 sec
Downloaded 104857600 bytes in 2.793605 sec
Downloaded 104857600 bytes in 2.837318 sec
Downloaded 104857600 bytes in 4.292175 sec
Finished! Average download speed is 247.68 Mbit/s
Upload
Speedtest results
Upload speed
18.1 Mbit/s
Retrieving speedtest.net configuration...
Retrieving speedtest.net server list...
Testing from OOO National Telecommunications ...
Selecting 15 servers that are not too close:
  1. Beirel Telecom ISP (Pushkino) [32.32 km]: 15.054 ms
  2. JSC Intersvyaz (Troitsk) [33.24 km]: 38.483 ms
  3. Quartz Telecom (Podolsk) [36.09 km]: 383.421 ms
  4. FTIC Ltd (Fryazino) [36.31 km]: 15.326 ms
  5. Dataplanet Ltd. (Zelenograd) [38.81 km]: 16.622 ms
  6. xd0x93xd0xbexd0xbbxd0xb8xd1x86xd1x8bxd0xbdxd0xbe xd0xa2xd0xb5xd0xbbxd0xb5xd0xbaxd0xbexd0xbc (Golitsyno) [41.22 km]: 20.485 ms
  7. Gigacom Systems LLC (Domodedovo) [41.24 km]: 18.704 ms
  8. Proxima (Ramenskoye) [42.77 km]: 23.08 ms
  9. AVIEL (Ramenskoye) [42.77 km]: 17.637 ms
  10. Istranet (Istra) [50.60 km]: 23.171 ms
  11. Proxima (Bronnicy) [53.59 km]: 21.863 ms
  12. SKScom LLC (Bronnicy) [53.59 km]: 26.891 ms
  13. Ltd. "Flex" (Noginsk) [53.78 km]: 16.094 ms
  14. TISP (Chernogolovka) [57.15 km]: 19.237 ms
  15. OTS Ltd. (Khotkovo) [62.21 km]: 29.202 ms
Testing upload speeds
  1. Beirel Telecom ISP (Pushkino):               ......................... 18.17 Mbit/s
  2. JSC Intersvyaz (Troitsk):                    ......................... 17.98 Mbit/s
  3. Quartz Telecom (Podolsk):                    ......................... 18.12 Mbit/s
  4. FTIC Ltd (Fryazino):                         ......................... 18.18 Mbit/s
  5. Dataplanet Ltd. (Zelenograd):                ......................... 18.05 Mbit/s
  6. xd0x93xd0xbexd0xbbxd0xb8xd1x86xd1x8bxd0xbdxd0xbe xd0xa2xd0xb5xd0xbbxd0xb5xd0xbaxd0xbexd0xbc (Golitsyno): ......................... 18.07 Mbit/s
  7. Gigacom Systems LLC (Domodedovo):            ......................... 18.16 Mbit/s
  8. Proxima (Ramenskoye):                        ......................... 18.09 Mbit/s
  9. AVIEL (Ramenskoye):                          ......................... 18.06 Mbit/s
  10. Istranet (Istra):                           ......................... 18.08 Mbit/s
  11. Proxima (Bronnicy):                         ......................... 18.05 Mbit/s
  12. SKScom LLC (Bronnicy):                      ......................... 18.08 Mbit/s
  13. Ltd. "Flex" (Noginsk):                      ......................... 18.16 Mbit/s
  14. TISP (Chernogolovka):                       ......................... 18.14 Mbit/s
  15. OTS Ltd. (Khotkovo):                        ......................... 18.04 Mbit/s
Average upload speed is 18.10 Mbit/s