Join the community today
Register Now

Featured BuyVM.net Benchmarks BuyVM.net New KVM Plans on Intel Xeon E3-1270v3 Host Nodes!

Discussion in 'Virtual Private Server (VPS) hosting' started by eva2000, Jun 8, 2016.

  1. eva2000

    eva2000 Administrator Staff Member

    53,142
    12,110
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,645
    Local Time:
    8:48 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    BuyVM.net has new KVM based VPS hosting plans using Intel Xeon E3-1270v3 3.5Ghz based processors in their Las Vegas location !

    Fran from BuyVM.net was kind enough to let me trial one of these new KVM VPS plans - 4 cpu core, 16GB Ram, 320GB pure SSD storage with 20TB bandwidth at US$60/month. So I am doing some Centmin Mod LEMP stack centric benchmarks on CentOS 7.2 64bit fresh install via VNC and CentOS 7.2 ISO image install.

    New BuyVM.net KVM Plans List


    • $3.50 - 1/4 CPU fair share, 20GB SSD, 1TB transit, 1GB RAM
    • $7.00 - 1/2 CPU fair share, 40GB SSD, 2TB transit, 2GB RAM
    • $15.00 - 1 CPU dedicated, 80GB SSD, 5TB transit, 4GB RAM
    • $30.00 - 2 CPU dedicated, 160GB SSD, 10TB transit, 8GB RAM
    • $45.00 - 3 CPU dedicated, 240GB SSD, 15TB transit, 12GB RAM
    • $60.00 - 4 CPU dedicated, 320GB SSD, 20TB transit, 16GB RAM
    • $75.00 - 5 CPU dedicated, 400GB SSD, 25TB transit, 20GB RAM
    • $90.00 - 6 CPU dedicated, 480GB SSD, 30TB transit, 24GB RAM
    • $105.00 - 7 CPU dedicated, 560GB SSD, 35TB transit, 28GB RAM
    • $120.00 - 8 CPU dedicated, 640GB SSD, 40TB transit, 32GB RAM

    Centmin Mod 123.09beta01 LEMP Install Times



    First up is Centmin Mod 123.09beta01 LEMP stack initial install times - this test is usually my first measure of how fast generally a VPS or dedicated server is as the installer combines source compilation for Nginx and PHP-FPM and select PHP extensions with YUM based installs to test network bandwidth and connectivity. Fast installs are usually between 900-1200 seconds. Very fast installs are usually between 800-900 seconds. And blazing fast installs are between 500-800 seconds.

    BuyVM.net KVM VPS managed to install in 686 seconds so blazing fast for Nginx 1.11.1 + PHP 5.6.22 (php-fpm), MariaDB 10.1, CSF Firewall, Memcached 1.4.25 etc :)

    One liner curl install command for Centmin Mod 123.09beta01 LEMP stack installation
    Code (Text):
    curl -O https://centminmod.com/betainstaller.sh && chmod 0700 betainstaller.sh && bash betainstaller.sh
    

    Code (Text):
    ---------------------------------------------------------------------------
    Total Curl Installer YUM Time: 115.1421 seconds
    Total YUM Time: 105.611106156 seconds
    Total YUM + Source Download Time: 128.8497
    Total Nginx First Time Install Time: 69.8035
    Total PHP First Time Install Time: 181.6490
    Download Zip From Github Time: 4.4353
    Total Time Other eg. source compiles: 186.4686
    Total Centmin Mod Install Time: 566.7708
    ---------------------------------------------------------------------------
    Total Install Time (curl yum + cm install + zip download): 686.3482 seconds
    ---------------------------------------------------------------------------
    

    Post install check list
    Code (Text):
    *************************************************
    * Post-Install Check List....
    *************************************************
    
    --------------------------------------------------------
    Check ccache Version:
    --------------------------------------------------------
    ccache version 3.2.5
    
    Copyright (C) 2002-2007 Andrew Tridgell
    Copyright (C) 2009-2016 Joel Rosdahl
    
    This program is free software; you can redistribute it and/or modify it under
    the terms of the GNU General Public License as published by the Free Software
    Foundation; either version 3 of the License, or (at your option) any later
    version.
    
    --------------------------------------------------------
    Check Nginx Version:
    --------------------------------------------------------
    nginx version: nginx/1.11.1
    built by clang 3.4.2 (tags/RELEASE_34/dot2-final)
    built with LibreSSL 2.3.4
    TLS SNI support enabled
    configure arguments: --with-ld-opt='-lrt -ljemalloc -Wl,-z,relro -Wl,-rpath,/usr/local/lib' --with-cc-opt='-m64 -mtune=native -mfpmath=sse -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wno-sign-compare -Wno-string-plus-int -Wno-deprecated-declarations -Wno-unused-parameter -Wno-unused-const-variable -Wno-conditional-uninitialized -Wno-mismatched-tags -Wno-c++11-extensions -Wno-sometimes-uninitialized -Wno-parentheses-equality -Wno-tautological-compare -Wno-self-assign -Wno-deprecated-register -Wno-deprecated -Wno-invalid-source-encoding -Wno-pointer-sign -Wno-parentheses -Wno-enum-conversion -Wno-c++11-compat-deprecated-writable-strings -Wno-write-strings' --sbin-path=/usr/local/sbin/nginx --conf-path=/usr/local/nginx/conf/nginx.conf --with-http_stub_status_module --with-http_secure_link_module --with-openssl-opt=enable-tlsext --add-module=../nginx-module-vts --with-libatomic --with-threads --with-http_gzip_static_module --with-http_sub_module --with-http_addition_module --with-http_image_filter_module=dynamic --with-http_geoip_module --with-http_realip_module --add-module=../ngx-fancyindex-0.3.6 --add-module=../ngx_cache_purge-2.3 --add-module=../ngx_devel_kit-0.3.0 --add-module=../set-misc-nginx-module-0.30 --add-module=../echo-nginx-module-0.59 --add-module=../redis2-nginx-module-0.13 --add-module=../ngx_http_redis-0.3.7 --add-module=../nginx_upstream_check_module-0.3.0 --add-module=../memc-nginx-module-0.17 --add-module=../srcache-nginx-module-0.31 --add-module=../headers-more-nginx-module-0.30 --with-pcre=../pcre-8.38 --with-pcre-jit --with-http_ssl_module --with-http_v2_module --with-openssl=../libressl-2.3.4
    
    --------------------------------------------------------
    Check PHP-FPM Version:
    --------------------------------------------------------
    PHP 5.6.22 (cli) (built: Jun  4 2016 17:56:02)
    Copyright (c) 1997-2016 The PHP Group
    Zend Engine v2.6.0, Copyright (c) 1998-2016 Zend Technologies
        with Zend OPcache v7.0.6-dev, Copyright (c) 1999-2016, by Zend Technologies
    
    --------------------------------------------------------
    Check MariaDB installed RPM Versions:
    --------------------------------------------------------
    MariaDB-devel-10.1.14-1.el7.centos.x86_64
    MariaDB-client-10.1.14-1.el7.centos.x86_64
    MariaDB-compat-10.1.14-1.el7.centos.x86_64
    MariaDB-shared-10.1.14-1.el7.centos.x86_64
    MariaDB-common-10.1.14-1.el7.centos.x86_64
    MariaDB-server-10.1.14-1.el7.centos.x86_64
    
    --------------------------------------------------------
    Check Memcached Server Version:
    --------------------------------------------------------
    memcached 1.4.25
    
    --------------------------------------------------------
    Check CSF Firewall Version:
    --------------------------------------------------------
    csf: v8.26 (generic)
    
    --------------------------------------------------------
    Check Siege Benchmark Version:
    --------------------------------------------------------
    SIEGE 4.0.1
    
    Copyright (C) 2016 by Jeffrey Fulmer, et al.
    This is free software; see the source for copying conditions.
    There is NO warranty; not even for MERCHANTABILITY or FITNESS
    FOR A PARTICULAR PURPOSE.
    
    
    --------------------------------------------------------
    Check mysqlreport version:
    --------------------------------------------------------
    mysqlreport v3.5-maria11 Jul 4 2013
    
    --------------------------------------------------------
    Check pure-ftpd Version:
    --------------------------------------------------------
    pure-ftpd v1.0.42
    
    --------------------------------------------------------
    Check YUM Repo List
    --------------------------------------------------------
    Loaded plugins: fastestmirror, priorities
    Loading mirror speeds from cached hostfile
    * base: mirror.chpc.utah.edu
    * epel: mirrors.xmission.com
    * extras: repos.lax.quadranet.com
    * rpmforge: mirror.hmc.edu
    * updates: mirrors.xmission.com
    217 packages excluded due to repository priority protections
    repo id            repo name                                         status
    base/7/x86_64      CentOS-7 - Base                                   6,977+2,030
    epel/x86_64        Extra Packages for Enterprise Linux 7 - x86_64      9,255+838
    extras/7/x86_64    CentOS-7 - Extras                                       303+2
    mariadb            MariaDB                                                  12+2
    rpmforge           RHEL 7 - RPMforge.net - dag                            156+89
    updates/7/x86_64   CentOS-7 - Updates                                  1,326+357
    repolist: 18,029
    
    --------------------------------------------------------
    mytimes check:
    /usr/bin/mytimes
    --------------------------------------------------------
    Sat Jun  4 17:58:25 UTC 2016  [UTC]
    Sun Jun  5 03:58:25 AEST 2016   [Australia/Brisbane]
    Sat Jun  4 10:58:25 PDT 2016    [America/Los_Angeles]
    Sat Jun  4 12:58:25 CDT 2016    [America/Chicago]
    Sat Jun  4 13:58:25 EDT 2016    [America/New_York]
    Sat Jun  4 18:58:25 BST 2016    [Europe/London]
    --------------------------------------------------------
    


     
    Last edited: Oct 28, 2016
  2. eva2000

    eva2000 Administrator Staff Member

    53,142
    12,110
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,645
    Local Time:
    8:48 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+

    centminmodbench.sh benchmarks



    Next up is my usual benchmark suite run I do on new servers via my centminmodbench.sh benchmark script which gives me a clear picture of how the server performs. You can see previous centminmodbench.sh results for various servers and VPS hosting servers linked below to get an idea.

    Other benchmarks to compare with


    BuyVM.net 4 cpu 16GB 320GB SSD Benchmarks

    Code (Text):
    -------------------------------------------
    centminmodbench.sh 0.7
    http://bench.centminmod.com
    written by: George Liu (eva2000)
    http://centminmod.com
    -------------------------------------------
    
    -------------------------------------------
    System Information
    -------------------------------------------
    
    3.10.0-327.el7.x86_64
    
    CentOS Linux release 7.2.1511 (Core)
    
    Centmin Mod
    ----------------------------------------------
    Architecture:          x86_64
    CPU op-mode(s):        32-bit, 64-bit
    Byte Order:            Little Endian
    CPU(s):                4
    On-line CPU(s) list:   0-3
    Thread(s) per core:    1
    Core(s) per socket:    1
    Socket(s):             4
    NUMA node(s):          1
    Vendor ID:             GenuineIntel
    CPU family:            6
    Model:                 60
    Model name:            Intel(R) Xeon(R) CPU E3-1270 v3 @ 3.50GHz
    Stepping:              3
    CPU MHz:               3500.014
    BogoMIPS:              7000.02
    Hypervisor vendor:     Microsoft
    Virtualization type:   full
    L1d cache:             32K
    L1i cache:             32K
    L2 cache:              256K
    L3 cache:              8192K
    NUMA node0 CPU(s):     0-3
    
    CPU Flags
    fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon rep_good nopl eagerfpu pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm abm fsgsbase bmi1 avx2 smep bmi2 erms invpcid xsaveopt
    
    ----------------------------------------------
    CPU NODE SOCKET CORE L1d:L1i:L2:L3 ONLINE
    0   0    0      0    0:0:0:0       yes
    1   0    1      1    0:0:0:0       yes
    2   0    2      2    1:1:1:0       yes
    3   0    3      3    1:1:1:0       yes
    
    ----------------------------------------------
                  total        used        free      shared  buff/cache   available
    Mem:          15887         804       14775          19         306       14857
    Low:          15887        1111       14775
    High:             0           0           0
    Swap:          8063           0        8063
    
    ----------------------------------------------
    Filesystem               Size  Used Avail Use% Mounted on
    /dev/mapper/centos-root   50G  4.7G   46G  10% /
    devtmpfs                 7.8G     0  7.8G   0% /dev
    tmpfs                    7.8G     0  7.8G   0% /dev/shm
    tmpfs                    7.8G  8.4M  7.8G   1% /run
    tmpfs                    7.8G     0  7.8G   0% /sys/fs/cgroup
    /dev/mapper/centos-home  262G   33M  262G   1% /home
    /dev/vda1                497M  151M  346M  31% /boot
    tmpfs                    1.6G     0  1.6G   0% /run/user/0
    
    

    Code (Text):
    -------------------------------------------
    disk ioping tests
    -------------------------------------------
    
    2016-06-04 18:10:09 URL:https://ioping.googlecode.com/files/ioping-0.6.tar.gz [6957/6957] -> "ioping-0.6.tar.gz" [1]
    Download done.
    ioping-0.6.tar.gz valid file.
    
    Running IOPing I/O benchmark...
    cc -std=c99 -g -Wall -Wextra -pedantic -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DVERSION=\"0.6\" -c -o ioping.o ioping.c
    cc -o ioping ioping.o -std=c99 -g -Wall -Wextra -pedantic -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -lm
    
    IOPing I/O: ./ioping -c 10 .
    4096 bytes from . (xfs /dev/mapper/centos-home): request=1 time=0.2 ms
    4096 bytes from . (xfs /dev/mapper/centos-home): request=2 time=0.4 ms
    4096 bytes from . (xfs /dev/mapper/centos-home): request=3 time=0.4 ms
    4096 bytes from . (xfs /dev/mapper/centos-home): request=4 time=0.4 ms
    4096 bytes from . (xfs /dev/mapper/centos-home): request=5 time=1.8 ms
    4096 bytes from . (xfs /dev/mapper/centos-home): request=6 time=1.7 ms
    4096 bytes from . (xfs /dev/mapper/centos-home): request=7 time=1.9 ms
    4096 bytes from . (xfs /dev/mapper/centos-home): request=8 time=2.1 ms
    4096 bytes from . (xfs /dev/mapper/centos-home): request=9 time=1.9 ms
    4096 bytes from . (xfs /dev/mapper/centos-home): request=10 time=1.9 ms
    
    --- . (xfs /dev/mapper/centos-home) ioping statistics ---
    10 requests completed in 9014.0 ms, 783 iops, 3.1 mb/s
    min/avg/max/mdev = 0.2/1.3/2.1/0.8 ms
    
    IOPing seek rate: ./ioping -RD .
    
    --- . (xfs /dev/mapper/centos-home) ioping statistics ---
    19215 requests completed in 3000.1 ms, 9831 iops, 38.4 mb/s
    min/avg/max/mdev = 0.1/0.1/0.3/0.0 ms
    
    IOPing sequential: ./ioping -RL .
    
    --- . (xfs /dev/mapper/centos-home) ioping statistics ---
    4348 requests completed in 3000.5 ms, 1635 iops, 408.9 mb/s
    min/avg/max/mdev = 0.4/0.6/4.6/0.1 ms
    
    IOPing cached: ./ioping -RC .
    
    --- . (xfs /dev/mapper/centos-home) ioping statistics ---
    55094 requests completed in 3000.0 ms, 1319364 iops, 5153.8 mb/s
    min/avg/max/mdev = 0.0/0.0/0.0/0.0 ms
    
    

    Code (Text):
    -------------------------------------------
    disk DD tests
    -------------------------------------------
    
    dd if=/dev/zero of=sb-io-test bs=1M count=1k conv=fdatasync
    1024+0 records in
    1024+0 records out
    1073741824 bytes (1.1 GB) copied, 1.43583 s, 748 MB/s
    
    dd if=/dev/zero of=sb-io-test bs=64k count=16k conv=fdatasync
    16384+0 records in
    16384+0 records out
    1073741824 bytes (1.1 GB) copied, 1.43061 s, 751 MB/s
    
    dd if=/dev/zero of=sb-io-test bs=1M count=1k oflag=dsync
    1024+0 records in
    1024+0 records out
    1073741824 bytes (1.1 GB) copied, 4.14581 s, 259 MB/s
    
    dd if=/dev/zero of=sb-io-test bs=64k count=16k oflag=dsync
    16384+0 records in
    16384+0 records out
    1073741824 bytes (1.1 GB) copied, 41.5502 s, 25.8 MB/s
    

    Code (Text):
    -------------------------------------------
    disk FIO tests
    -------------------------------------------
    
    2016-06-04 18:11:18 URL:https://raw.githubusercontent.com/Crowd9/Benchmark/master/fio-2.0.9.tar.gz [275092/275092] -> "fio-2.0.9.tar.gz" [1]
    Download done.
    fio-2.0.9.tar.gz valid file.
    
    Running FIO benchmark...
    
    FIO_VERSION = fio-2.0.9
    
    FIO random reads:
    randomreads: (g=0): rw=randread, bs=4K-4K/4K-4K, ioengine=libaio, iodepth=64
    fio-2.0.9
    Starting 1 process
    randomreads: Laying out IO file(s) (1 file(s) / 1024MB)
    
    randomreads: (groupid=0, jobs=1): err= 0: pid=9718: Sat Jun  4 18:11:24 2016
      read : io=1024.3MB, bw=529979KB/s, iops=132494 , runt=  1979msec
      cpu          : usr=4.85%, sys=33.82%, ctx=5906, majf=0, minf=83
      IO depths    : 1=0.1%, 2=0.1%, 4=0.1%, 8=0.1%, 16=0.1%, 32=0.1%, >=64=100.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.1%, >=64=0.0%
         issued    : total=r=262207/w=0/d=0, short=r=0/w=0/d=0
    
    Run status group 0 (all jobs):
       READ: io=1024.3MB, aggrb=529978KB/s, minb=529978KB/s, maxb=529978KB/s, mint=1979msec, maxt=1979msec
    
    Disk stats (read/write):
        dm-2: ios=252781/0, merge=0/0, ticks=100171/0, in_queue=100204, util=94.75%, aggrios=262207/0, aggrmerge=0/0, aggrticks=104301/0, aggrin_queue=104334, aggrutil=94.22%
      vda: ios=262207/0, merge=0/0, ticks=104301/0, in_queue=104334, util=94.22%
    
    FIO random writes:
    randomwrites: (g=0): rw=randwrite, bs=4K-4K/4K-4K, ioengine=libaio, iodepth=64
    fio-2.0.9
    Starting 1 process
    
    randomwrites: (groupid=0, jobs=1): err= 0: pid=9726: Sat Jun  4 18:11:26 2016
      write: io=1024.3MB, bw=502553KB/s, iops=125638 , runt=  2087msec
      cpu          : usr=9.16%, sys=43.96%, ctx=9640, majf=0, minf=18
      IO depths    : 1=0.1%, 2=0.1%, 4=0.1%, 8=0.1%, 16=0.1%, 32=0.1%, >=64=100.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.1%, >=64=0.0%
         issued    : total=r=0/w=262207/d=0, short=r=0/w=0/d=0
    
    Run status group 0 (all jobs):
      WRITE: io=1024.3MB, aggrb=502552KB/s, minb=502552KB/s, maxb=502552KB/s, mint=2087msec, maxt=2087msec
    
    Disk stats (read/write):
        dm-2: ios=0/233635, merge=0/0, ticks=0/101546, in_queue=101544, util=94.44%, aggrios=0/262207, aggrmerge=0/0, aggrticks=0/112292, aggrin_queue=112256, aggrutil=94.06%
      vda: ios=0/262207, merge=0/0, ticks=0/112292, in_queue=112256, util=94.06%
    
    

    Code (Text):
    -------------------------------------------
    ramdisk DD tests - memory bandwidth
    -------------------------------------------
    
    dd if=/dev/zero of=sb-io-test bs=128k count=1k conv=fdatasync
    1024+0 records in
    1024+0 records out
    134217728 bytes (134 MB) copied, 0.0294151 s, 4.6 GB/s
    
    dd if=/dev/zero of=sb-io-test bs=8k count=16k conv=fdatasync
    16384+0 records in
    16384+0 records out
    134217728 bytes (134 MB) copied, 0.0309101 s, 4.3 GB/s
    
    dd if=/dev/zero of=sb-io-test bs=128k count=1k oflag=dsync
    1024+0 records in
    1024+0 records out
    134217728 bytes (134 MB) copied, 0.0284643 s, 4.7 GB/s
    
    dd if=/dev/zero of=sb-io-test bs=8k count=16k oflag=dsync
    16384+0 records in
    16384+0 records out
    134217728 bytes (134 MB) copied, 0.0306374 s, 4.4 GB/s
    

    Code (Text):
    -------------------------------------------
    ramdisk ioping tests - memory bandwidth
    -------------------------------------------
    
    2016-06-04 18:11:27 URL:https://ioping.googlecode.com/files/ioping-0.6.tar.gz [6957/6957] -> "ioping-0.6.tar.gz" [1]
    Download done.
    ioping-0.6.tar.gz valid file.
    
    Running IOPing I/O ramdisk benchmark...
    cc -std=c99 -g -Wall -Wextra -pedantic -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DVERSION=\"0.6\" -c -o ioping.o ioping.c
    cc -o ioping ioping.o -std=c99 -g -Wall -Wextra -pedantic -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -lm
    
    IOPing I/O: ./ioping -c 10 .
    4096 bytes from . (tmpfs tmpfs): request=1 time=0.0 ms
    4096 bytes from . (tmpfs tmpfs): request=2 time=0.0 ms
    4096 bytes from . (tmpfs tmpfs): request=3 time=0.0 ms
    4096 bytes from . (tmpfs tmpfs): request=4 time=0.0 ms
    4096 bytes from . (tmpfs tmpfs): request=5 time=0.0 ms
    4096 bytes from . (tmpfs tmpfs): request=6 time=0.0 ms
    4096 bytes from . (tmpfs tmpfs): request=7 time=0.0 ms
    4096 bytes from . (tmpfs tmpfs): request=8 time=0.0 ms
    4096 bytes from . (tmpfs tmpfs): request=9 time=0.0 ms
    4096 bytes from . (tmpfs tmpfs): request=10 time=0.0 ms
    
    --- . (tmpfs tmpfs) ioping statistics ---
    10 requests completed in 9001.7 ms, 204082 iops, 797.2 mb/s
    min/avg/max/mdev = 0.0/0.0/0.0/0.0 ms
    
    IOPing seek rate: ./ioping -R .
    
    --- . (tmpfs tmpfs) ioping statistics ---
    54462 requests completed in 3000.0 ms, 1484423 iops, 5798.5 mb/s
    min/avg/max/mdev = 0.0/0.0/0.0/0.0 ms
    
    IOPing sequential: ./ioping -RL .
    
    --- . (tmpfs tmpfs) ioping statistics ---
    30442 requests completed in 3000.0 ms, 35002 iops, 8750.5 mb/s
    min/avg/max/mdev = 0.0/0.0/0.1/0.0 ms
    
    IOPing cached: ./ioping -RC .
    
    --- . (tmpfs tmpfs) ioping statistics ---
    54623 requests completed in 3000.0 ms, 1207725 iops, 4717.7 mb/s
    min/avg/max/mdev = 0.0/0.0/0.0/0.0 ms
    
    

    Code (Text):
    
    -------------------------------------------
    Running bandwidth benchmark...
    -------------------------------------------
    
    ----------------------------------------------
    Download from Cachefly (http://cachefly.cachefly.net/100mb.test)
    Download Cachefly: 91.0MB/s
    
    -------------------------------------------
    USA bandwidth tests...
    -------------------------------------------
    
    ----------------------------------------------
    Download from Linode, Atlanta, GA, USA (http://speedtest.atlanta.linode.com/100MB-atlanta.bin)
    Download Linode, Atlanta, GA, USA: 37.2MB/s
    ----------------------------------------------
    Download from Linode, Dallas, TX, USA (http://speedtest.dallas.linode.com/100MB-dallas.bin)
    Download Linode, Dallas, TX, USA: 54.6MB/s
    ----------------------------------------------
    Download from Leaseweb, Manassas, VA, USA (http://mirror.us.leaseweb.net/speedtest/100mb.bin)
    Download Leaseweb, Manassas, VA, USA: 43.9MB/s
    ----------------------------------------------
    Download from Softlayer, Seattle, WA, USA (http://speedtest.sea01.softlayer.com/downloads/test100.zip)
    Download Softlayer, Seattle, WA, USA: 45.5MB/s
    ----------------------------------------------
    Download from Softlayer, San Jose, CA, USA (http://speedtest.sjc01.softlayer.com/downloads/test100.zip)
    Download Softlayer, San Jose, CA, USA: 70.2MB/s
    ----------------------------------------------
    Download from Softlayer, Washington, DC, USA (http://speedtest.wdc01.softlayer.com/downloads/test100.zip)
    Download Softlayer, Washington, DC, USA: 12.1MB/s
    ----------------------------------------------
    Download from VersaWeb, Las Vegas, Nevada (http://104.143.15.254/100MB.test)
    Download VersaWeb, Las Vegas, Nevada: 108MB/s
    ----------------------------------------------
    Download from OVH, BHS, Canada (http://bhs.proof.ovh.net/files/100Mio.dat)
    Download OVH, BHS, Canada: 14.8MB/s
    ----------------------------------------------
    Download from Vultr, Los Angeles, California (http://lax-ca-us-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Los Angeles, California: 90.6MB/s
    ----------------------------------------------
    Download from Vultr, Seattle, Washington (http://wa-us-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Seattle, Washington: 36.6MB/s
    ----------------------------------------------
    Download from Vultr, Dallas, Texas (http://tx-us-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Dallas, Texas: 26.9MB/s
    ----------------------------------------------
    Download from Vultr, Chicago, Illinois (http://il-us-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Chicago, Illinois: 15.2MB/s
    ----------------------------------------------
    Download from Vultr, Atlanta, Georgia (http://ga-us-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Atlanta, Georgia: 19.7MB/s
    ----------------------------------------------
    Download from Vultr, Miami, Florida (http://fl-us-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Miami, Florida: 18.6MB/s
    ----------------------------------------------
    Download from Vultr, New York / New Jersey (http://nj-us-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, New York / New Jersey: 743KB/s
    
    -------------------------------------------
    Asia bandwidth tests...
    -------------------------------------------
    
    ----------------------------------------------
    Download from Linode, Tokyo, JP (http://speedtest.tokyo.linode.com/100MB-tokyo.bin)
    Download Linode, Tokyo, JP: 14.5MB/s
    ----------------------------------------------
    Download from Softlayer, Singapore (http://speedtest.sng01.softlayer.com/downloads/test100.zip)
    Download Softlayer, Singapore: 8.26MB/s
    ----------------------------------------------
    Download from Vultr, Tokyo, Japan (http://hnd-jp-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Tokyo, Japan: 10.7MB/s
    
    -------------------------------------------
    Europe bandwidth tests...
    -------------------------------------------
    
    ----------------------------------------------
    Download from Linode, London, UK (http://speedtest.london.linode.com/100MB-london.bin)
    Download Linode, London, UK: 14.5MB/s
    ----------------------------------------------
    Download from OVH, Paris, France (http://proof.ovh.net/files/100Mio.dat)
    Download OVH, Paris, France: 15.5MB/s
    ----------------------------------------------
    Download from SmartDC, Rotterdam, Netherlands (http://mirror.i3d.net/100mb.bin)
    Download SmartDC, Rotterdam, Netherlands: 5.88MB/s
    ----------------------------------------------
    Download from Vultr, Amsterdam, Netherlands (http://ams-nl-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Amsterdam, Netherlands: 7.90MB/s
    ----------------------------------------------
    Download from Vultr, London, UK (http://lon-gb-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, London, UK: 8.25MB/s
    ----------------------------------------------
    Download from Vultr, Paris, France (http://par-fr-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Paris, France: 6.62MB/s
    
    -------------------------------------------
    Australia bandwidth tests...
    -------------------------------------------
    
    ----------------------------------------------
    Download from Vultr, Sydney, Australia (http://syd-au-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Sydney, Australia: 7.05MB/s
    

    Code (Text):
    
    -------------------------------------------
    Running Axel multi-threaded bandwidth benchmark...
    -------------------------------------------
    
    ----------------------------------------------
    Axel Download from Cachefly (http://cachefly.cachefly.net/100mb.test)
    Axel Download Cachefly: 18.60MB/s
    
    -------------------------------------------
    USA bandwidth tests...
    -------------------------------------------
    
    ----------------------------------------------
    Axel Download from Linode, Atlanta, GA, USA (http://speedtest.atlanta.linode.com/100MB-atlanta.bin)
    Axel Download Linode, Atlanta, GA, USA: 16.17MB/s
    ----------------------------------------------
    Axel Download from Linode, Dallas, TX, USA (http://speedtest.dallas.linode.com/100MB-dallas.bin)
    Axel Download Linode, Dallas, TX, USA: 17.57MB/s
    ----------------------------------------------
    Axel Download from Leaseweb, Manassas, VA, USA (http://mirror.us.leaseweb.net/speedtest/100mb.bin)
    Axel Download Leaseweb, Manassas, VA, USA: 31.11MB/s
    ----------------------------------------------
    Axel Download from Softlayer, Seattle, WA, USA (http://speedtest.sea01.softlayer.com/downloads/test100.zip)
    Axel Download Softlayer, Seattle, WA, USA: 51.59MB/s
    ----------------------------------------------
    Axel Download from Softlayer, San Jose, CA, USA (http://speedtest.sjc01.softlayer.com/downloads/test100.zip)
    Axel Download Softlayer, San Jose, CA, USA: 17.47MB/s
    ----------------------------------------------
    Axel Download from Softlayer, Washington, DC, USA (http://speedtest.wdc01.softlayer.com/downloads/test100.zip)
    Axel Download Softlayer, Washington, DC, USA: 34.17MB/s
    ----------------------------------------------
    Axel Download from VersaWeb, Las Vegas, Nevada (http://104.143.15.254/100MB.test)
    Axel Download VersaWeb, Las Vegas, Nevada: 99.26MB/s
    ----------------------------------------------
    Axel Download from OVH, BHS, Canada (http://bhs.proof.ovh.net/files/100Mio.dat)
    Axel Download OVH, BHS, Canada: 9.76MB/s
    ----------------------------------------------
    Axel Download from Vultr, Los Angeles, California (http://lax-ca-us-ping.vultr.com/vultr.com.100MB.bin)
    Axel Download Vultr, Los Angeles, California: 88.29MB/s
    ----------------------------------------------
    Axel Download from Vultr, Seattle, Washington (http://wa-us-ping.vultr.com/vultr.com.100MB.bin)
    Axel Download Vultr, Seattle, Washington: 18.75MB/s
    ----------------------------------------------
    Axel Download from Vultr, Dallas, Texas (http://tx-us-ping.vultr.com/vultr.com.100MB.bin)
    Axel Download Vultr, Dallas, Texas: 22.48MB/s
    ----------------------------------------------
    Axel Download from Vultr, Chicago, Illinois (http://il-us-ping.vultr.com/vultr.com.100MB.bin)
    Axel Download Vultr, Chicago, Illinois: 2.97MB/s
    ----------------------------------------------
    Axel Download from Vultr, Atlanta, Georgia (http://ga-us-ping.vultr.com/vultr.com.100MB.bin)
    Axel Download Vultr, Atlanta, Georgia: 19.34MB/s
    ----------------------------------------------
    Axel Download from Vultr, Miami, Florida (http://fl-us-ping.vultr.com/vultr.com.100MB.bin)
    Axel Download Vultr, Miami, Florida: 19.14MB/s
    ----------------------------------------------
    Axel Download from Vultr, New York / New Jersey (http://nj-us-ping.vultr.com/vultr.com.100MB.bin)
    Axel Download Vultr, New York / New Jersey: 11.90MB/s
    
    -------------------------------------------
    Asia bandwidth tests...
    -------------------------------------------
    
    ----------------------------------------------
    Axel Download from Linode, Tokyo, JP (http://speedtest.tokyo.linode.com/100MB-tokyo.bin)
    Axel Download Linode, Tokyo, JP: 13.42MB/s
    ----------------------------------------------
    Axel Download from Softlayer, Singapore (http://speedtest.sng01.softlayer.com/downloads/test100.zip)
    Axel Download Softlayer, Singapore: 11.72MB/s
    ----------------------------------------------
    Axel Download from Vultr, Tokyo, Japan (http://hnd-jp-ping.vultr.com/vultr.com.100MB.bin)
    Axel Download Vultr, Tokyo, Japan: 9.54MB/s
    
    -------------------------------------------
    Europe bandwidth tests...
    -------------------------------------------
    
    ----------------------------------------------
    Axel Download from Linode, London, UK (http://speedtest.london.linode.com/100MB-london.bin)
    Axel Download Linode, London, UK: 17.46MB/s
    ----------------------------------------------
    Axel Download from OVH, Paris, France (http://proof.ovh.net/files/100Mio.dat)
    Axel Download OVH, Paris, France: 31.59MB/s
    ----------------------------------------------
    Axel Download from SmartDC, Rotterdam, Netherlands (http://mirror.i3d.net/100mb.bin)
    Axel Download SmartDC, Rotterdam, Netherlands: 4.78MB/s
    ----------------------------------------------
    Axel Download from Vultr, Amsterdam, Netherlands (http://ams-nl-ping.vultr.com/vultr.com.100MB.bin)
    Axel Download Vultr, Amsterdam, Netherlands: .57MB/s
    ----------------------------------------------
    Axel Download from Vultr, London, UK (http://lon-gb-ping.vultr.com/vultr.com.100MB.bin)
    Axel Download Vultr, London, UK: 8.11MB/s
    ----------------------------------------------
    Axel Download from Vultr, Paris, France (http://par-fr-ping.vultr.com/vultr.com.100MB.bin)
    Axel Download Vultr, Paris, France: 6.87MB/s
    
    -------------------------------------------
    Australia bandwidth tests...
    -------------------------------------------
    
    ----------------------------------------------
    Axel Download from Vultr, Sydney, Australia (http://syd-au-ping.vultr.com/vultr.com.100MB.bin)
    Axel Download Vultr, Sydney, Australia: 7.25MB/s
    

    Code (Text):
    
    -------------------------------------------
    Running ping tests...
    -------------------------------------------
    
    ----------------------------------------------
    Pings (cachefly.cachefly.net):
    PING vip1.g5.cachefly.net (205.234.175.175) 56(84) bytes of data.
    64 bytes from vip1.G-anycast1.cachefly.net (205.234.175.175): icmp_seq=1 ttl=54 time=16.3 ms
    64 bytes from vip1.G-anycast1.cachefly.net (205.234.175.175): icmp_seq=2 ttl=54 time=16.4 ms
    64 bytes from vip1.G-anycast1.cachefly.net (205.234.175.175): icmp_seq=3 ttl=54 time=16.2 ms
    
    --- vip1.g5.cachefly.net ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2002ms
    rtt min/avg/max/mdev = 16.285/16.358/16.428/0.158 ms
    
    ----------------------------------------------
    Pings (syd-au-ping.vultr.com):
    PING syd-au-ping.vultr.com (108.61.212.117) 56(84) bytes of data.
    64 bytes from 108.61.212.117.vultr.com (108.61.212.117): icmp_seq=1 ttl=51 time=171 ms
    64 bytes from 108.61.212.117.vultr.com (108.61.212.117): icmp_seq=2 ttl=51 time=171 ms
    64 bytes from 108.61.212.117.vultr.com (108.61.212.117): icmp_seq=3 ttl=51 time=171 ms
    
    --- syd-au-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2001ms
    rtt min/avg/max/mdev = 171.591/171.655/171.702/0.046 ms
    
    ----------------------------------------------
    Pings (hnd-jp-ping.vultr.com):
    PING hnd-jp-ping.vultr.com (108.61.201.151) 56(84) bytes of data.
    64 bytes from 108.61.201.151.vultr.com (108.61.201.151): icmp_seq=1 ttl=52 time=117 ms
    64 bytes from 108.61.201.151.vultr.com (108.61.201.151): icmp_seq=2 ttl=52 time=117 ms
    64 bytes from 108.61.201.151.vultr.com (108.61.201.151): icmp_seq=3 ttl=52 time=117 ms
    
    --- hnd-jp-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2003ms
    rtt min/avg/max/mdev = 117.651/117.733/117.808/0.064 ms
    
    ----------------------------------------------
    Pings (lax-ca-us-ping.vultr.com):
    PING lax-ca-us-ping.vultr.com (108.61.219.200) 56(84) bytes of data.
    64 bytes from 108.61.219.200.vultr.com (108.61.219.200): icmp_seq=1 ttl=57 time=8.33 ms
    64 bytes from 108.61.219.200.vultr.com (108.61.219.200): icmp_seq=2 ttl=57 time=8.20 ms
    64 bytes from 108.61.219.200.vultr.com (108.61.219.200): icmp_seq=3 ttl=57 time=8.12 ms
    
    --- lax-ca-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2000ms
    rtt min/avg/max/mdev = 8.121/8.222/8.338/0.089 ms
    
    ----------------------------------------------
    Pings (wa-us-ping.vultr.com):
    PING wa-us-ping.vultr.com (108.61.194.105) 56(84) bytes of data.
    64 bytes from 108.61.194.105.vultr.com (108.61.194.105): icmp_seq=1 ttl=55 time=32.1 ms
    64 bytes from 108.61.194.105.vultr.com (108.61.194.105): icmp_seq=2 ttl=55 time=31.9 ms
    64 bytes from 108.61.194.105.vultr.com (108.61.194.105): icmp_seq=3 ttl=55 time=32.0 ms
    
    --- wa-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2002ms
    rtt min/avg/max/mdev = 31.976/32.078/32.177/0.222 ms
    
    ----------------------------------------------
    Pings (tx-us-ping.vultr.com):
    PING tx-us-ping.vultr.com (108.61.224.175) 56(84) bytes of data.
    64 bytes from 108.61.224.175.vultr.com (108.61.224.175): icmp_seq=1 ttl=51 time=43.2 ms
    64 bytes from 108.61.224.175.vultr.com (108.61.224.175): icmp_seq=2 ttl=51 time=43.3 ms
    64 bytes from 108.61.224.175.vultr.com (108.61.224.175): icmp_seq=3 ttl=51 time=43.3 ms
    
    --- tx-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2000ms
    rtt min/avg/max/mdev = 43.276/43.348/43.392/0.245 ms
    
    ----------------------------------------------
    Pings (il-us-ping.vultr.com):
    PING il-us-ping.vultr.com (107.191.51.12) 56(84) bytes of data.
    64 bytes from 107.191.51.12.vultr.com (107.191.51.12): icmp_seq=1 ttl=53 time=64.1 ms
    64 bytes from 107.191.51.12.vultr.com (107.191.51.12): icmp_seq=2 ttl=53 time=69.9 ms
    64 bytes from 107.191.51.12.vultr.com (107.191.51.12): icmp_seq=3 ttl=54 time=63.9 ms
    
    --- il-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2002ms
    rtt min/avg/max/mdev = 63.990/66.032/69.981/2.808 ms
    
    ----------------------------------------------
    Pings (ga-us-ping.vultr.com):
    PING ga-us-ping.vultr.com (108.61.193.166) 56(84) bytes of data.
    64 bytes from 108.61.193.166.vultr.com (108.61.193.166): icmp_seq=1 ttl=52 time=59.2 ms
    64 bytes from 108.61.193.166.vultr.com (108.61.193.166): icmp_seq=2 ttl=52 time=59.2 ms
    64 bytes from 108.61.193.166.vultr.com (108.61.193.166): icmp_seq=3 ttl=52 time=59.2 ms
    
    --- ga-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2000ms
    rtt min/avg/max/mdev = 59.237/59.267/59.289/0.200 ms
    
    ----------------------------------------------
    Pings (fl-us-ping.vultr.com):
    PING fl-us-ping.vultr.com (104.156.244.232) 56(84) bytes of data.
    64 bytes from 104.156.244.232: icmp_seq=1 ttl=55 time=66.4 ms
    64 bytes from 104.156.244.232: icmp_seq=2 ttl=55 time=66.8 ms
    64 bytes from 104.156.244.232: icmp_seq=3 ttl=55 time=68.7 ms
    
    --- fl-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2000ms
    rtt min/avg/max/mdev = 66.459/67.347/68.757/1.051 ms
    
    ----------------------------------------------
    Pings (nj-us-ping.vultr.com):
    PING nj-us-ping.vultr.com (108.61.149.182) 56(84) bytes of data.
    64 bytes from 108.61.149.182.vultr.com (108.61.149.182): icmp_seq=1 ttl=49 time=64.5 ms
    64 bytes from 108.61.149.182.vultr.com (108.61.149.182): icmp_seq=2 ttl=48 time=63.5 ms
    64 bytes from 108.61.149.182.vultr.com (108.61.149.182): icmp_seq=3 ttl=48 time=63.9 ms
    
    --- nj-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2002ms
    rtt min/avg/max/mdev = 63.569/63.996/64.502/0.384 ms
    
    ----------------------------------------------
    Pings (fra-de-ping.vultr.com):
    PING fra-de-ping.vultr.com (108.61.210.117) 56(84) bytes of data.
    64 bytes from 108.61.210.117.vultr.com (108.61.210.117): icmp_seq=1 ttl=46 time=176 ms
    64 bytes from 108.61.210.117.vultr.com (108.61.210.117): icmp_seq=2 ttl=46 time=176 ms
    64 bytes from 108.61.210.117.vultr.com (108.61.210.117): icmp_seq=3 ttl=46 time=176 ms
    
    --- fra-de-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2002ms
    rtt min/avg/max/mdev = 176.538/176.668/176.819/0.362 ms
    
    ----------------------------------------------
    Pings (ams-nl-ping.vultr.com):
    PING ams-nl-ping.vultr.com (108.61.198.102) 56(84) bytes of data.
    64 bytes from 108.61.198.102.vultr.com (108.61.198.102): icmp_seq=1 ttl=53 time=153 ms
    64 bytes from 108.61.198.102.vultr.com (108.61.198.102): icmp_seq=2 ttl=53 time=153 ms
    64 bytes from 108.61.198.102.vultr.com (108.61.198.102): icmp_seq=3 ttl=53 time=153 ms
    
    --- ams-nl-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2002ms
    rtt min/avg/max/mdev = 153.510/153.665/153.920/0.181 ms
    
    ----------------------------------------------
    Pings (lon-gb-ping.vultr.com):
    PING lon-gb-ping.vultr.com (108.61.196.101) 56(84) bytes of data.
    64 bytes from 108.61.196.101.vultr.com (108.61.196.101): icmp_seq=1 ttl=51 time=140 ms
    64 bytes from 108.61.196.101.vultr.com (108.61.196.101): icmp_seq=2 ttl=51 time=147 ms
    64 bytes from 108.61.196.101.vultr.com (108.61.196.101): icmp_seq=3 ttl=51 time=141 ms
    
    --- lon-gb-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2002ms
    rtt min/avg/max/mdev = 140.591/143.222/147.092/2.794 ms
    
    ----------------------------------------------
    Pings (par-fr-ping.vultr.com):
    PING par-fr-ping.vultr.com (108.61.209.127) 56(84) bytes of data.
    64 bytes from 108.61.209.127.vultr.com (108.61.209.127): icmp_seq=1 ttl=47 time=175 ms
    64 bytes from 108.61.209.127.vultr.com (108.61.209.127): icmp_seq=2 ttl=47 time=175 ms
    64 bytes from 108.61.209.127.vultr.com (108.61.209.127): icmp_seq=3 ttl=47 time=175 ms
    
    --- par-fr-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2001ms
    rtt min/avg/max/mdev = 175.295/175.405/175.502/0.491 ms
    
    ----------------------------------------------
    Pings (VersaWeb Las Vegas):
    PING 104.143.15.254 (104.143.15.254) 56(84) bytes of data.
    64 bytes from 104.143.15.254: icmp_seq=1 ttl=61 time=0.401 ms
    64 bytes from 104.143.15.254: icmp_seq=2 ttl=61 time=0.555 ms
    64 bytes from 104.143.15.254: icmp_seq=3 ttl=61 time=0.426 ms
    
    --- 104.143.15.254 ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2000ms
    rtt min/avg/max/mdev = 0.401/0.460/0.555/0.071 ms
    
    ----------------------------------------------
    Pings (VersaWeb Seattle):
    PING 76.164.234.1 (76.164.234.1) 56(84) bytes of data.
    64 bytes from 76.164.234.1: icmp_seq=1 ttl=55 time=33.1 ms
    64 bytes from 76.164.234.1: icmp_seq=2 ttl=55 time=33.1 ms
    64 bytes from 76.164.234.1: icmp_seq=3 ttl=55 time=33.2 ms
    
    --- 76.164.234.1 ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2002ms
    rtt min/avg/max/mdev = 33.119/33.173/33.235/0.047 ms
    
    ----------------------------------------------
    Pings (OVH Canada):
    PING bhs.proof.ovh.net (192.99.19.165) 56(84) bytes of data.
    64 bytes from bhs.proof.ovh.net (192.99.19.165): icmp_seq=1 ttl=54 time=75.5 ms
    64 bytes from bhs.proof.ovh.net (192.99.19.165): icmp_seq=2 ttl=54 time=75.6 ms
    64 bytes from bhs.proof.ovh.net (192.99.19.165): icmp_seq=3 ttl=54 time=75.6 ms
    
    --- bhs.proof.ovh.net ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2000ms
    rtt min/avg/max/mdev = 75.592/75.638/75.688/0.039 ms
    
    

    Code (Text):
    
    -------------------------------------------
    Running mtr tests...
    -------------------------------------------
    
    ----------------------------------------------
    mtr --report -w 200 --report-cycles=10 cachefly.cachefly.net
    Start: Sat Jun  4 18:23:59 2016
    HOST: hostname                                Loss%   Snt   Last   Avg  Best  Wrst StDev
      1.|-- 162.244.92.1                                            0.0%    10    0.6   0.6   0.5   0.6   0.0
      2.|-- 10.1.1.5                                                0.0%    10    3.7   4.9   0.4  11.9   4.4
      3.|-- 10ge3-2.core1.las1.he.net                               0.0%    10   11.5   2.6   0.4  11.5   4.4
      4.|-- 10ge1-14.core1.lax2.he.net                              0.0%    10    8.6  13.3   8.6  18.3   3.2
      5.|-- 100ge2-1.core1.lax1.he.net                              0.0%    10   15.8  11.7   7.7  20.2   4.6
      6.|-- xo-as15-as2828.10gigabitethernet3-16.core1.lax1.he.net  0.0%    10    8.1   8.1   7.8   8.2   0.0
      7.|-- 207.88.15.93.ptr.us.xo.net                              0.0%    10    8.3   8.3   7.8   9.8   0.5
      8.|-- ???                                                    100.0    10    0.0   0.0   0.0   0.0   0.0
      9.|-- vip1.G-anycast1.cachefly.net                            0.0%    10   16.5  16.5  16.3  16.6   0.0
    
    ----------------------------------------------
    mtr --report -w 200 --report-cycles=10 speedtest.atlanta.linode.com
    Start: Sat Jun  4 18:24:14 2016
    HOST: hostname                        Loss%   Snt   Last   Avg  Best  Wrst StDev
      1.|-- 162.244.92.1                                    0.0%    10    0.5   2.2   0.5   6.5   2.3
      2.|-- 10.1.1.5                                        0.0%    10    4.5   4.6   0.6  11.8   4.4
      3.|-- ae10.mpr3.las1.us.zip.zayo.com                  0.0%    10    0.8   0.9   0.7   1.6   0.0
      4.|-- ae2.mpr2.las1.us.zip.zayo.com                   0.0%    10    1.4   1.7   0.9   2.9   0.3
      5.|-- ae4.cr2.lax112.us.zip.zayo.com                  0.0%    10    8.0  10.1   7.8  27.3   6.0
      6.|-- ae27.cs2.lax112.us.eth.zayo.com                10.0%    10   60.6  59.4  57.8  64.4   2.3
      7.|-- ae3.cs2.dfw2.us.eth.zayo.com                    0.0%    10   58.3  61.2  58.3  87.1   9.1
      8.|-- ae5.cs2.iah1.us.eth.zayo.com                    0.0%    10   58.0  65.6  57.7 134.3  24.1
      9.|-- ae28.mpr3.atl6.us.zip.zayo.com                  0.0%    10   59.2  58.3  57.9  59.2   0.3
    10.|-- 64.124.76.234.IPYX-126464-001-ZYO.zip.zayo.com  0.0%    10   58.5  58.5  58.2  59.4   0.3
    11.|-- speedtest.atlanta.linode.com                    0.0%    10   58.3  58.1  58.0  58.3   0.0
    
    ----------------------------------------------
    mtr --report -w 200 --report-cycles=10 speedtest.dallas.linode.com
    Start: Sat Jun  4 18:24:31 2016
    HOST: hostname                                             Loss%   Snt   Last   Avg  Best  Wrst StDev
      1.|-- 162.244.92.1                                                         0.0%    10    7.6   2.7   0.4  10.2   3.4
      2.|-- 10.1.1.5                                                             0.0%    10    1.4   2.6   0.4  10.8   3.4
      3.|-- ae10.mpr3.las1.us.zip.zayo.com                                       0.0%    10    0.7   0.8   0.6   0.9   0.0
      4.|-- ae2.mpr2.las1.us.zip.zayo.com                                        0.0%    10    1.0   1.2   0.9   2.1   0.3
      5.|-- ae4.cr2.lax112.us.zip.zayo.com                                       0.0%    10    8.0   9.8   7.9  20.9   4.0
      6.|-- ae16.er2.lax112.us.zip.zayo.com                                      0.0%    10    7.8   7.9   7.8   8.0   0.0
      7.|-- 64.124.201.110.IPYX-102621-971.zip.zayo.com.201.124.64.in-addr.arpa  0.0%    10    8.2   8.1   7.8   8.3   0.0
      8.|-- ae7.bbr01.cs01.lax01.networklayer.com                                0.0%    10    8.5   8.4   8.3   8.6   0.0
      9.|-- ae19.bbr01.eq01.dal03.networklayer.com                               0.0%    10   38.5  38.6  38.4  38.9   0.0
    10.|-- 81.3d.7e4b.ip4.static.sl-reverse.com                                 0.0%    10   38.7  39.7  38.7  46.6   2.3
    11.|-- ???                                                                 100.0    10    0.0   0.0   0.0   0.0   0.0
    12.|-- ???                                                                 100.0    10    0.0   0.0   0.0   0.0   0.0
    13.|-- ae5.dar02.dal06.networklayer.com                                     0.0%    10   39.4  38.7  38.3  39.4   0.0
    14.|-- po62.dsr02.dllstx2.networklayer.com                                  0.0%    10   38.7  38.7  38.4  39.1   0.0
    15.|-- po2.car02.dllstx2.networklayer.com                                   0.0%    10   38.4  38.5  38.4  38.6   0.0
    16.|-- router2-dal.linode.com                                               0.0%    10   38.9  39.9  38.8  48.1   2.8
    17.|-- speedtest.dallas.linode.com                                          0.0%    10   38.8  38.7  38.6  38.9   0.0
    
    ----------------------------------------------
    mtr --report -w 200 --report-cycles=10 mirror.us.leaseweb.net
    Start: Sat Jun  4 18:24:47 2016
    HOST: hostname                          Loss%   Snt   Last   Avg  Best  Wrst StDev
      1.|-- 162.244.92.1                                      0.0%    10    2.4   5.1   0.4  11.2   3.8
      2.|-- 10.1.1.5                                          0.0%    10    0.7   1.8   0.4   4.5   1.4
      3.|-- 10ge3-2.core1.las1.he.net                         0.0%    10    2.5   5.1   0.4  11.4   4.0
      4.|-- 10ge1-14.core1.lax2.he.net                        0.0%    10   11.0   9.8   8.0  12.3   1.4
      5.|-- leaseweb-network-b.v.as16265.any2ix.coresite.com  0.0%    10    8.6   8.5   8.4   8.6   0.0
      6.|-- tengigabitethernet5-3.wdc-msc2.leaseweb.net       0.0%    10   84.5  84.8  84.5  86.1   0.3
      7.|-- xe-1-1-3.cr1-wdc1.leaseweb.net                    0.0%    10   84.6  84.7  84.6  84.9   0.0
      8.|-- po20.ngn-wdc1.leaseweb.net                        0.0%    10  101.7 101.7 101.5 102.1   0.0
      9.|-- mirror.us.leaseweb.net                            0.0%    10   84.6  84.7  84.6  84.9   0.0
    
    ----------------------------------------------
    mtr --report -w 200 --report-cycles=10 speedtest.sea01.softlayer.com
    Start: Sat Jun  4 18:25:03 2016
    HOST: hostname                                             Loss%   Snt   Last   Avg  Best  Wrst StDev
      1.|-- 162.244.92.1                                                         0.0%    10    0.4   3.3   0.4  10.2   3.5
      2.|-- 10.1.1.5                                                             0.0%    10    0.6   4.0   0.5  10.8   3.7
      3.|-- ae10.mpr3.las1.us.zip.zayo.com                                       0.0%    10    0.8   0.8   0.6   0.9   0.0
      4.|-- ae2.mpr2.las1.us.zip.zayo.com                                        0.0%    10    1.0   1.1   0.9   2.4   0.3
      5.|-- ae4.cr2.lax112.us.zip.zayo.com                                       0.0%    10    8.9   8.5   7.9   9.4   0.0
      6.|-- ae16.er2.lax112.us.zip.zayo.com                                      0.0%    10    8.0   8.5   7.8  13.8   1.8
      7.|-- 64.124.201.110.IPYX-102621-971.zip.zayo.com.201.124.64.in-addr.arpa  0.0%    10    8.4   8.2   8.0   8.4   0.0
      8.|-- ae0.bbr02.eq01.sjc02.networklayer.com                                0.0%    10   15.9  26.4  15.8 119.2  32.6
      9.|-- ae7.bbr01.eq01.sjc02.networklayer.com                                0.0%    10   16.0  16.0  15.8  16.1   0.0
    10.|-- ae0.bbr02.wb01.sea02.networklayer.com                                0.0%    10   32.4  32.3  32.2  32.5   0.0
    11.|-- ae1.dar02.sr01.sea01.networklayer.com                                0.0%    10   32.4  32.5  32.3  32.6   0.0
    12.|-- po2.fcr01.sr01.sea01.networklayer.com                                0.0%    10   33.2  33.4  32.5  34.7   0.6
    13.|-- speedtest.sea01.softlayer.com                                        0.0%    10   32.9  32.7  32.6  32.9   0.0
    
    ----------------------------------------------
    mtr --report -w 200 --report-cycles=10 speedtest.sjc01.softlayer.com
    Start: Sat Jun  4 18:25:19 2016
    HOST: hostname                                             Loss%   Snt   Last   Avg  Best  Wrst StDev
      1.|-- 162.244.92.1                                                         0.0%    10    4.8   3.5   0.5  10.6   4.0
      2.|-- 10.1.1.5                                                             0.0%    10    0.5   1.7   0.5   5.4   1.5
      3.|-- ae10.mpr3.las1.us.zip.zayo.com                                       0.0%    10    0.8   0.8   0.7   0.9   0.0
      4.|-- ae2.mpr2.las1.us.zip.zayo.com                                        0.0%    10    1.4   1.5   1.1   2.0   0.0
      5.|-- ae4.cr2.lax112.us.zip.zayo.com                                       0.0%    10    7.9   8.1   7.9   8.2   0.0
      6.|-- ae16.er2.lax112.us.zip.zayo.com                                      0.0%    10   10.9   8.3   7.9  10.9   0.9
      7.|-- 64.124.201.110.IPYX-102621-971.zip.zayo.com.201.124.64.in-addr.arpa  0.0%    10    8.1   8.2   8.0   8.3   0.0
      8.|-- ae0.bbr02.eq01.sjc02.networklayer.com                                0.0%    10   22.8  16.5  15.6  22.8   2.2
      9.|-- ae5.dar02.sjc01.networklayer.com                                     0.0%    10   16.1  18.3  15.9  38.8   7.2
    10.|-- po2.fcr01.sr01.sjc01.networklayer.com                                0.0%    10   16.4  16.2  16.0  16.4   0.0
    11.|-- speedtest.sjc01.softlayer.com                                        0.0%    10   16.1  16.3  16.1  16.5   0.0
    
    ----------------------------------------------
    mtr --report -w 200 --report-cycles=10 speedtest.wdc01.softlayer.com
    Start: Sat Jun  4 18:25:35 2016
    HOST: hostname                                             Loss%   Snt   Last   Avg  Best  Wrst StDev
      1.|-- 162.244.92.1                                                         0.0%    10    4.5   3.5   0.4  11.0   4.1
      2.|-- 10.1.1.5                                                             0.0%    10    0.6   2.1   0.5   6.8   2.2
      3.|-- ae10.mpr3.las1.us.zip.zayo.com                                       0.0%    10    0.7   4.5   0.6  37.3  11.5
      4.|-- ae2.mpr2.las1.us.zip.zayo.com                                        0.0%    10    0.8   1.0   0.8   2.2   0.0
      5.|-- ae4.cr2.lax112.us.zip.zayo.com                                       0.0%    10    8.4  10.1   8.2  19.5   3.8
      6.|-- ae16.er2.lax112.us.zip.zayo.com                                      0.0%    10    8.4   8.7   8.1  11.9   1.1
      7.|-- 64.124.201.110.IPYX-102621-971.zip.zayo.com.201.124.64.in-addr.arpa  0.0%    10    8.6   8.4   8.2   8.6   0.0
      8.|-- ae7.bbr01.cs01.lax01.networklayer.com                                0.0%    10    9.0   9.5   8.7  12.8   1.4
      9.|-- ae19.bbr01.eq01.dal03.networklayer.com                               0.0%    10   39.9  40.3  39.8  42.1   0.7
    10.|-- ae7.bbr02.eq01.dal03.networklayer.com                                0.0%    10   39.9  39.8  39.6  40.0   0.0
    11.|-- ae1.bbr01.tl01.atl01.networklayer.com                                0.0%    10   61.8  61.9  61.3  62.4   0.0
    12.|-- ae0.bbr01.eq01.wdc02.networklayer.com                                0.0%    10   71.2  71.2  71.1  71.5   0.0
    13.|-- ae0.dar02.wdc01.networklayer.com                                     0.0%    10   72.3  72.3  72.3  72.4   0.0
    14.|-- po2.fcr01.sr01.wdc01.networklayer.com                                0.0%    10   72.2  72.8  72.2  77.6   1.6
    15.|-- speedtest.wdc01.softlayer.com                                        0.0%    10   71.9  72.0  71.8  72.1   0.0
    
    ----------------------------------------------
    mtr --report -w 200 --report-cycles=10 speedtest.tokyo.linode.com
    Start: Sat Jun  4 18:25:51 2016
    HOST: hostname     Loss%   Snt   Last   Avg  Best  Wrst StDev
      1.|-- 162.244.92.1                 0.0%    10    5.3   3.6   0.5  11.1   4.1
      2.|-- 10.1.1.5                     0.0%    10    0.6   1.6   0.5   5.4   1.6
      3.|-- 10ge3-2.core1.las1.he.net    0.0%    10    0.5   3.5   0.5   9.8   3.5
      4.|-- 10ge1-14.core1.lax2.he.net   0.0%    10   11.6  13.4   7.8  18.7   4.3
      5.|-- 100ge8-2.core1.pao1.he.net   0.0%    10   20.2  18.8  15.6  25.7   3.8
      6.|-- 124.215.192.121              0.0%    10   15.8  17.4  15.5  32.4   5.2
      7.|-- pajbb001.int-gw.kddi.ne.jp   0.0%    10   16.7  21.0  16.6  60.3  13.8
      8.|-- otejbb205.int-gw.kddi.ne.jp  0.0%    10  110.4 110.9 110.3 112.6   0.8
      9.|-- cm-fcu204.kddnet.ad.jp       0.0%    10  127.2 132.6 127.2 139.5   4.9
    10.|-- 124.215.199.170              0.0%    10  119.4 119.2 119.1 119.4   0.0
    11.|-- speedtest.tokyo.linode.com   0.0%    10  116.4 114.2 112.6 116.4   1.3
    
    ----------------------------------------------
    mtr --report -w 200 --report-cycles=10 speedtest.sng01.softlayer.com
    Start: Sat Jun  4 18:26:09 2016
    HOST: hostname               Loss%   Snt   Last   Avg  Best  Wrst StDev
      1.|-- 162.244.92.1                           0.0%    10    0.7   2.5   0.4   9.0   3.4
      2.|-- 10.1.1.5                               0.0%    10    0.4   3.5   0.4  11.4   3.9
      3.|-- 10ge3-2.core1.las1.he.net              0.0%    10    0.6   1.5   0.4   7.3   2.1
      4.|-- 10ge1-14.core1.lax2.he.net             0.0%    10    8.1  21.4   7.9  52.1  17.5
      5.|-- softlayer.as36351.any2ix.coresite.com  0.0%    10    8.5   8.3   8.1   8.7   0.0
      6.|-- ae2.bbr02.pn01.hkg01.networklayer.com  0.0%    10  180.0 180.1 179.8 180.6   0.0
      7.|-- ae0.bbr02.eq01.sng02.networklayer.com  0.0%    10  240.2 241.9 239.8 259.2   6.0
      8.|-- ae6.dar02.sr03.sng01.networklayer.com  0.0%    10  189.2 189.2 189.0 189.2   0.0
      9.|-- po2.fcr01.sr03.sng01.networklayer.com 60.0%    10  189.7 189.6 189.4 189.7   0.0
    10.|-- speedtest.sng01.softlayer.com          0.0%    10  200.7 200.6 200.5 200.7   0.0
    
    ----------------------------------------------
    mtr --report -w 200 --report-cycles=10 speedtest.london.linode.com
    Start: Sat Jun  4 18:26:24 2016
    HOST: hostname     Loss%   Snt   Last   Avg  Best  Wrst StDev
      1.|-- 162.244.92.1                 0.0%    10    0.7   1.7   0.5   9.2   2.7
      2.|-- 10.1.1.5                     0.0%    10    0.5   2.7   0.4  10.5   3.9
      3.|-- 10ge3-2.core1.las1.he.net    0.0%    10    0.6   1.0   0.4   4.5   1.2
      4.|-- 10ge4-1.core1.slc1.he.net    0.0%    10   15.0  13.4   9.4  17.3   3.0
      5.|-- 10ge1-3.core1.den1.he.net    0.0%    10   24.2  24.8  21.9  32.0   3.1
      6.|-- 100ge14-1.core1.mci3.he.net  0.0%    10   40.3  42.7  37.5  51.0   3.8
      7.|-- 100ge8-1.core2.chi1.he.net   0.0%    10   45.5  47.2  45.3  52.9   2.9
      8.|-- 100ge5-2.core1.chi1.he.net   0.0%    10   57.6  57.2  52.7  62.9   2.9
      9.|-- 100ge3-2.core1.nyc4.he.net   0.0%    10   64.8  74.8  64.8 109.9  13.4
    10.|-- 100ge11-1.core1.par2.he.net  0.0%    10  149.7 145.7 135.3 155.0   5.6
    11.|-- telecity.franceix.net       10.0%    10  133.3 133.1 133.0 133.3   0.0
    12.|-- 192.168.192.2                0.0%    10  150.2 143.2 137.5 150.2   4.4
    13.|-- speedtest.london.linode.com  0.0%    10  137.3 135.3 135.0 137.3   0.7
    
    ----------------------------------------------
    mtr --report -w 200 --report-cycles=10 mirror.i3d.net
    Start: Sat Jun  4 18:26:40 2016
    HOST: hostname          Loss%   Snt   Last   Avg  Best  Wrst StDev
      1.|-- 162.244.92.1                      0.0%    10    0.5   1.4   0.4   7.0   2.0
      2.|-- 10.1.1.5                          0.0%    10    3.0   3.3   0.4   7.3   2.3
      3.|-- 10ge3-2.core1.las1.he.net         0.0%    10    2.8   2.4   0.4   7.0   2.2
      4.|-- 10ge4-1.core1.slc1.he.net         0.0%    10    9.7  10.2   9.4  14.1   1.4
      5.|-- 10ge1-3.core1.den1.he.net         0.0%    10   22.5  23.4  22.1  26.9   1.5
      6.|-- 100ge14-1.core1.mci3.he.net       0.0%    10   41.2  43.3  35.5  50.1   4.9
      7.|-- 100ge8-1.core2.chi1.he.net        0.0%    10   54.8  51.0  45.7  56.6   4.1
      8.|-- 100ge5-2.core1.chi1.he.net        0.0%    10   47.1  58.5  47.0 113.3  20.1
      9.|-- 100ge3-2.core1.nyc4.he.net        0.0%    10   63.6  70.9  63.5  85.0   6.9
    10.|-- 100ge7-2.core1.lon2.he.net        0.0%    10  161.7 146.4 128.3 170.0  16.1
    11.|-- 20ge.linx-jnpr.th-n.i3d.net       0.0%    10  131.5 135.1 129.8 142.2   4.5
    12.|-- 20ge.cr1-lr0.smartdc.rtd.i3d.net  0.0%    10  138.4 140.9 138.0 150.7   4.8
    13.|-- 80ge.br3-cr1.smartdc.rtd.i3d.net  0.0%    10  137.4 143.5 137.4 152.8   5.9
    14.|-- mirror.i3d.net                    0.0%    10  136.2 136.2 136.1 136.5   0.0
    
    ----------------------------------------------
    mtr --report -w 200 --report-cycles=10 syd-au-ping.vultr.com
    Start: Sat Jun  4 18:26:57 2016
    HOST: hostname                     Loss%   Snt   Last   Avg  Best  Wrst StDev
      1.|-- 162.244.92.1                                 0.0%    10    0.5   1.3   0.3   3.9   1.0
      2.|-- 10.1.1.5                                     0.0%    10    4.1   5.3   0.6  11.8   4.5
      3.|-- 10ge3-2.core1.las1.he.net                    0.0%    10    8.4   2.3   0.4  10.3   3.7
      4.|-- 10ge1-14.core1.lax2.he.net                   0.0%    10    7.8   9.1   7.8  18.9   3.4
      5.|-- 100ge8-2.core1.pao1.he.net                   0.0%    10   15.7  16.4  15.6  21.0   1.5
      6.|-- 10ge4-1.core1.sjc1.he.net                    0.0%    10   23.4  36.7  21.5  78.5  16.5
      7.|-- vocus.gigabitethernet2-13.core1.sjc1.he.net  0.0%    10   16.6  17.1  16.6  18.1   0.3
      8.|-- bundle153.cor02.sjc01.ca.vocus.net           0.0%    10  171.8 171.8 171.7 172.0   0.0
      9.|-- ten-0-2-0-2.cor01.syd04.nsw.VOCUS.net.au     0.0%    10  171.7 171.7 171.6 171.8   0.0
    10.|-- ten-0-0-0.bdr03.syd04.nsw.VOCUS.net.au       0.0%    10  171.7 171.6 171.5 171.7   0.0
    11.|-- as17819.cust.bdr03.syd04.nsw.VOCUS.net.au    0.0%    10  171.8 171.6 171.5 171.8   0.0
    12.|-- xe-0-0-0.gw102.sy3.ap.equinix.com            0.0%    10  171.6 171.6 171.4 172.0   0.0
    13.|-- 180.189.25.6                                 0.0%    10  171.7 178.0 171.6 210.0  12.3
    14.|-- ???                                         100.0    10    0.0   0.0   0.0   0.0   0.0
    15.|-- 108.61.212.117.vultr.com                     0.0%    10  171.6 171.7 171.5 171.8   0.0
    
    ----------------------------------------------
    mtr --report -w 200 --report-cycles=10 hnd-jp-ping.vultr.com
    Start: Sat Jun  4 18:27:15 2016
    HOST: hostname                    Loss%   Snt   Last   Avg  Best  Wrst StDev
      1.|-- 162.244.92.1                                0.0%    10    7.6   3.3   0.4   9.6   3.6
      2.|-- 10.1.1.5                                    0.0%    10    2.0   4.2   0.5  10.2   3.8
      3.|-- ae10.mpr3.las1.us.zip.zayo.com              0.0%    10    0.7   0.7   0.6   0.9   0.0
      4.|-- ae4.cr1.lax112.us.zip.zayo.com              0.0%    10    8.0   8.0   7.8   8.2   0.0
      5.|-- ae9.mpr1.lax12.us.zip.zayo.com              0.0%    10   10.2   8.3   8.0  10.2   0.7
      6.|-- zayo-ntt.lax12.us.zip.zayo.com              0.0%    10    8.6   8.6   8.3   9.6   0.3
      7.|-- ae-2.r23.lsanca07.us.bb.gin.ntt.net         0.0%    10    8.4   8.5   8.2   9.8   0.3
      8.|-- ae-12.r31.tokyjp05.jp.bb.gin.ntt.net        0.0%    10  116.8 117.3 116.3 123.2   2.0
      9.|-- ae-17.r01.tokyjp05.jp.bb.gin.ntt.net        0.0%    10  116.8 116.6 116.5 116.8   0.0
    10.|-- xe-0-6-0-21.r01.tokyjp05.jp.ce.gin.ntt.net  0.0%    10  120.9 121.0 120.9 121.4   0.0
    11.|-- ???                                        100.0    10    0.0   0.0   0.0   0.0   0.0
    12.|-- 108.61.201.151.vultr.com                    0.0%    10  117.8 117.8 117.7 117.9   0.0
    
    ----------------------------------------------
    mtr --report -w 200 --report-cycles=10 lax-ca-us-ping.vultr.com
    Start: Sat Jun  4 18:27:33 2016
    HOST: hostname                          Loss%   Snt   Last   Avg  Best  Wrst StDev
      1.|-- 162.244.92.1                                      0.0%    10    5.0   4.7   0.8   8.2   2.2
      2.|-- 10.1.1.5                                          0.0%    10    0.6   2.8   0.4  10.4   3.6
      3.|-- 10ge3-2.core1.las1.he.net                         0.0%    10    0.4   0.9   0.4   3.6   0.8
      4.|-- 10ge1-14.core1.lax2.he.net                        0.0%    10    7.9  15.1   7.7  37.5  11.0
      5.|-- clan-servers-hosting.as20473.any2ix.coresite.com  0.0%    10    8.0   8.2   8.0   8.4   0.0
      6.|-- ???                                              100.0    10    0.0   0.0   0.0   0.0   0.0
      7.|-- 108.61.219.200.vultr.com                          0.0%    10    8.4   8.3   8.1   8.4   0.0
    
    ----------------------------------------------
    mtr --report -w 200 --report-cycles=10 wa-us-ping.vultr.com
    Start: Sat Jun  4 18:27:48 2016
    HOST: hostname    Loss%   Snt   Last   Avg  Best  Wrst StDev
      1.|-- 162.244.92.1                0.0%    10    0.5   0.6   0.4   0.9   0.0
      2.|-- 10.1.1.5                    0.0%    10    5.3   3.5   0.5  10.6   4.0
      3.|-- 10ge3-2.core1.las1.he.net   0.0%    10    0.6   0.9   0.4   3.0   0.6
      4.|-- 10ge4-1.core1.slc1.he.net   0.0%    10    9.5  14.4   9.5  19.3   3.6
      5.|-- 10ge3-4.core1.pdx1.he.net   0.0%    10   38.4  31.9  28.8  40.2   4.4
      6.|-- 10ge1-14.core1.sea1.he.net  0.0%    10   36.5  42.5  36.5  48.8   3.8
      7.|-- six-a.sea2.choopa.net       0.0%    10   33.3  32.5  31.9  34.8   0.8
      8.|-- ???                        100.0    10    0.0   0.0   0.0   0.0   0.0
      9.|-- 108.61.194.105.vultr.com    0.0%    10   32.1  32.2  31.8  32.6   0.0
    
    ----------------------------------------------
    mtr --report -w 200 --report-cycles=10 tx-us-ping.vultr.com
    Start: Sat Jun  4 18:28:03 2016
    HOST: hostname                     Loss%   Snt   Last   Avg  Best  Wrst StDev
      1.|-- 162.244.92.1                                 0.0%    10    0.7   1.0   0.4   3.3   0.9
      2.|-- 10.1.1.5                                     0.0%    10    0.4   2.0   0.3   9.8   3.1
      3.|-- ae10.mpr3.las1.us.zip.zayo.com               0.0%    10    0.8   0.8   0.7   0.9   0.0
      4.|-- ae4.cr1.lax112.us.zip.zayo.com               0.0%    10    9.1   8.2   8.0   9.1   0.0
      5.|-- ae27.cs1.lax112.us.eth.zayo.com              0.0%    10   17.5  21.4  17.4  56.2  12.2
      6.|-- ae2.cs1.sjc2.us.eth.zayo.com                 0.0%    10   17.5  17.5  17.4  17.6   0.0
      7.|-- ae27.cr1.sjc2.us.zip.zayo.com                0.0%    10   16.1  16.5  16.0  18.3   0.6
      8.|-- ae16.mpr3.sjc7.us.zip.zayo.com               0.0%    10   17.5  17.5  17.4  17.6   0.0
      9.|-- xe-10-0-2.sjc10.ip4.gtt.net                  0.0%    10   17.6  17.6  17.5  17.8   0.0
    10.|-- et-2-1-0.dal34.ip4.gtt.net                   0.0%    10   43.2  43.8  43.1  48.4   1.6
    11.|-- as20473.xe-5-1-2.cr1.dfw1.us.as4436.gtt.net  0.0%    10   43.3  51.5  43.1 120.8  24.3
    12.|-- ???                                         100.0    10    0.0   0.0   0.0   0.0   0.0
    13.|-- 108.61.224.175.vultr.com                     0.0%    10   43.2  43.3  43.2  43.4   0.0
    
    ----------------------------------------------
    mtr --report -w 200 --report-cycles=10 il-us-ping.vultr.com
    Start: Sat Jun  4 18:28:21 2016
    HOST: hostname                   Loss%   Snt   Last   Avg  Best  Wrst StDev
      1.|-- 162.244.92.1                               0.0%    10    0.5   4.9   0.5  10.7   3.7
      2.|-- 10.1.1.5                                   0.0%    10    1.0   3.9   0.4   9.6   3.8
      3.|-- ae10.mpr3.las1.us.zip.zayo.com             0.0%    10    1.9   1.8   0.6   2.8   0.7
      4.|-- ae4.cr1.lax112.us.zip.zayo.com             0.0%    10    9.5   8.8   8.0  11.9   1.1
      5.|-- ae9.mpr1.lax12.us.zip.zayo.com             0.0%    10    8.0   8.0   7.9   8.3   0.0
      6.|-- zayo-ntt.lax12.us.zip.zayo.com             0.0%    10    9.5  11.6   8.4  23.6   6.1
      7.|-- ae-2.r23.lsanca07.us.bb.gin.ntt.net        0.0%    10    8.2   8.6   8.2  10.4   0.6
      8.|-- ae-12.r22.snjsca04.us.bb.gin.ntt.net       0.0%    10   20.0  20.1  19.9  20.4   0.0
      9.|-- ae-8.r21.chcgil09.us.bb.gin.ntt.net        0.0%    10   85.5  84.7  78.4  93.8   5.6
    10.|-- ae-16.r06.chcgil09.us.bb.gin.ntt.net       0.0%    10   78.3  78.4  78.2  78.7   0.0
    11.|-- xe-0-3-0-9.r06.chcgil09.us.ce.gin.ntt.net  0.0%    10   69.8  74.0  69.8  81.0   4.2
    12.|-- ???                                       100.0    10    0.0   0.0   0.0   0.0   0.0
    13.|-- 107.191.51.12.vultr.com                    0.0%    10   64.0  65.8  64.0  70.0   2.7
    
    ----------------------------------------------
    mtr --report -w 200 --report-cycles=10 ga-us-ping.vultr.com
    Start: Sat Jun  4 18:28:37 2016
    HOST: hostname                    Loss%   Snt   Last   Avg  Best  Wrst StDev
      1.|-- 162.244.92.1                                0.0%    10    5.4   3.7   0.4   9.6   3.3
      2.|-- 10.1.1.5                                    0.0%    10    0.5   3.0   0.4  10.6   4.0
      3.|-- ae10.mpr3.las1.us.zip.zayo.com              0.0%    10    0.7   0.8   0.7   0.9   0.0
      4.|-- ae4.cr1.lax112.us.zip.zayo.com              0.0%    10    7.9   8.5   7.8  13.0   1.6
      5.|-- ae9.mpr1.lax12.us.zip.zayo.com              0.0%    10    8.0  10.0   7.8  28.7   6.5
      6.|-- zayo-ntt.lax12.us.zip.zayo.com              0.0%    10    8.5   8.5   8.3   9.9   0.3
      7.|-- ae-2.r22.lsanca07.us.bb.gin.ntt.net         0.0%    10    8.4   8.3   8.1   8.4   0.0
      8.|-- ae-7.r22.dllstx09.us.bb.gin.ntt.net         0.0%    10   37.7  37.9  37.6  39.1   0.3
      9.|-- ae-3.r23.dllstx09.us.bb.gin.ntt.net         0.0%    10   37.6  37.8  37.5  38.3   0.0
    10.|-- ae-5.r21.atlnga05.us.bb.gin.ntt.net         0.0%    10   59.1  60.8  59.1  75.8   5.2
    11.|-- ae-9.r04.atlnga05.us.bb.gin.ntt.net         0.0%    10   59.2  59.2  59.0  59.2   0.0
    12.|-- xe-0-0-0-22.r04.atlnga05.us.ce.gin.ntt.net  0.0%    10   59.2  59.3  59.0  60.2   0.0
    13.|-- ???                                        100.0    10    0.0   0.0   0.0   0.0   0.0
    14.|-- 108.61.193.166.vultr.com                    0.0%    10   60.0  59.1  58.9  60.0   0.3
    
    ----------------------------------------------
    mtr --report -w 200 --report-cycles=10 fl-us-ping.vultr.com
    Start: Sat Jun  4 18:28:53 2016
    HOST: hostname     Loss%   Snt   Last   Avg  Best  Wrst StDev
      1.|-- 162.244.92.1                 0.0%    10    0.7   1.7   0.4   5.1   1.6
      2.|-- 10.1.1.5                     0.0%    10    3.5   3.9   0.7   7.6   2.1
      3.|-- 10ge3-2.core1.las1.he.net    0.0%    10    0.8   2.4   0.4   8.8   2.7
      4.|-- 10ge1-14.core1.lax2.he.net   0.0%    10   16.1  11.1   7.7  20.2   5.0
      5.|-- 100ge4-1.core1.phx2.he.net   0.0%    10   16.4  17.9  16.2  21.9   1.8
      6.|-- 100ge10-1.core1.dal1.he.net  0.0%    10   35.1  36.5  35.1  43.8   2.8
      7.|-- 10ge9-3.core1.mia1.he.net    0.0%    10   68.8  69.3  66.1  72.5   2.1
      8.|-- 206.41.108.73                0.0%    10   66.9  66.8  66.4  67.4   0.0
      9.|-- ???                         100.0    10    0.0   0.0   0.0   0.0   0.0
    10.|-- 104.156.244.232              0.0%    10   66.8  67.0  66.4  69.3   0.7
    
    ----------------------------------------------
    mtr --report -w 200 --report-cycles=10 nj-us-ping.vultr.com
    Start: Sat Jun  4 18:29:09 2016
    HOST: hostname          Loss%   Snt   Last   Avg  Best  Wrst StDev
      1.|-- 162.244.92.1                      0.0%    10    0.5   1.8   0.5   8.0   2.4
      2.|-- 10.1.1.5                          0.0%    10    0.6   2.8   0.6   9.0   2.7
      3.|-- 10ge3-2.core1.las1.he.net         0.0%    10    0.6   1.6   0.5   5.2   1.7
      4.|-- 10ge4-1.core1.slc1.he.net         0.0%    10    9.9  10.6   9.3  16.6   2.2
      5.|-- 10ge1-3.core1.den1.he.net         0.0%    10   28.2  31.3  21.9  59.0  10.4
      6.|-- 10ge4-3.core1.chi1.he.net         0.0%    10   98.6  89.8  56.1 108.5  19.4
      7.|-- 100ge3-2.core1.nyc4.he.net        0.0%    10   78.0  81.3  71.6  87.5   5.5
      8.|-- 10ge5-1.core1.nyc6.he.net         0.0%    10   62.3  65.5  62.0  73.3   4.0
      9.|-- nyiix.gi3-6.cr1.nyc1.choopa.net   0.0%    10   63.9  66.1  63.6  72.3   3.0
    10.|-- vl23-br2.pnj1.choopa.net          0.0%    10   69.9  74.5  69.9  80.7   3.0
    11.|-- vl351-c9-20-b2-1.pnj1.choopa.net  0.0%    10   63.7  68.4  63.6 109.7  14.5
    12.|-- ???                              100.0    10    0.0   0.0   0.0   0.0   0.0
    13.|-- 108.61.149.182.vultr.com          0.0%    10   74.5  66.5  63.6  75.0   4.4
    
    ----------------------------------------------
    mtr --report -w 200 --report-cycles=10 fra-de-ping.vultr.com
    Start: Sat Jun  4 18:29:26 2016
    HOST: hostname             Loss%   Snt   Last   Avg  Best  Wrst StDev
      1.|-- 162.244.92.1                         0.0%    10    0.4   3.3   0.4  10.5   3.7
      2.|-- 10.1.1.5                             0.0%    10    0.4   3.1   0.4   9.3   3.0
      3.|-- ae10.mpr3.las1.us.zip.zayo.com       0.0%    10    0.6   1.1   0.6   2.2   0.0
      4.|-- ae4.cr1.lax112.us.zip.zayo.com       0.0%    10    7.9   8.0   7.9   8.1   0.0
      5.|-- ae9.mpr1.lax12.us.zip.zayo.com      10.0%    10    7.9   8.5   7.8  10.9   0.9
      6.|-- zayo-ntt.lax12.us.zip.zayo.com       0.0%    10    8.4   8.5   8.3   8.7   0.0
      7.|-- ae-2.r23.lsanca07.us.bb.gin.ntt.net  0.0%    10    8.2   9.0   8.2  10.5   0.3
      8.|-- ae-6.r22.asbnva02.us.bb.gin.ntt.net  0.0%    10   70.9  73.5  70.8  96.1   7.9
      9.|-- ae-8.r20.frnkge04.de.bb.gin.ntt.net  0.0%    10  179.7 175.6 173.8 184.0   3.4
    10.|-- ae-3.r03.frnkge03.de.bb.gin.ntt.net  0.0%    10  157.7 158.0 157.7 158.3   0.0
    11.|-- 83.231.214.58                        0.0%    10  166.7 162.2 161.3 166.7   1.6
    12.|-- ???                                 100.0    10    0.0   0.0   0.0   0.0   0.0
    13.|-- 108.61.210.117.vultr.com             0.0%    10  176.6 176.7 176.5 176.9   0.0
    
    ----------------------------------------------
    mtr --report -w 200 --report-cycles=10 ams-nl-ping.vultr.com
    Start: Sat Jun  4 18:29:43 2016
    HOST: hostname            Loss%   Snt   Last   Avg  Best  Wrst StDev
      1.|-- 162.244.92.1                        0.0%    10    0.3   1.2   0.3   5.7   1.6
      2.|-- 10.1.1.5                            0.0%    10    0.6   1.2   0.3   3.7   0.9
      3.|-- ae10.mpr3.las1.us.zip.zayo.com      0.0%    10    0.6   0.7   0.6   0.9   0.0
      4.|-- ae4.cr1.lax112.us.zip.zayo.com      0.0%    10    8.0   8.1   7.9   8.4   0.0
      5.|-- ae9.mpr1.lax12.us.zip.zayo.com      0.0%    10    8.0   8.0   7.7   8.7   0.0
      6.|-- zayo-telia.lax12.us.zip.zayo.com    0.0%    10    9.8   9.0   8.3  10.0   0.3
      7.|-- nyk-bb1-link.telia.net              0.0%    10   94.2 100.3  94.0 130.8  12.0
      8.|-- ldn-bb3-link.telia.net              0.0%    10  163.7 164.1 163.7 166.0   0.6
      9.|-- adm-bb3-link.telia.net              0.0%    10  171.9 171.9 171.6 172.1   0.0
    10.|-- adm-b3-link.telia.net               0.0%    10  172.6 181.9 172.2 218.1  15.7
    11.|-- vultr-ic-313751-adm-b3.c.telia.net  0.0%    10  162.9 164.1 162.0 166.9   1.4
    12.|-- ???                                100.0    10    0.0   0.0   0.0   0.0   0.0
    13.|-- 108.61.198.102.vultr.com            0.0%    10  153.8 153.7 153.4 153.9   0.0
    
    ----------------------------------------------
    mtr --report -w 200 --report-cycles=10 lon-gb-ping.vultr.com
    Start: Sat Jun  4 18:30:00 2016
    HOST: hostname             Loss%   Snt   Last   Avg  Best  Wrst StDev
      1.|-- 162.244.92.1                         0.0%    10    2.9   3.3   0.4   9.4   3.4
      2.|-- 10.1.1.5                             0.0%    10    0.4   2.1   0.4   7.2   2.4
      3.|-- ae10.mpr3.las1.us.zip.zayo.com       0.0%    10    0.9   0.7   0.6   0.9   0.0
      4.|-- ae4.cr1.lax112.us.zip.zayo.com       0.0%    10    7.9   7.9   7.8   8.5   0.0
      5.|-- ae9.mpr1.lax12.us.zip.zayo.com      20.0%    10    7.8   8.7   7.8  14.7   2.3
      6.|-- zayo-ntt.lax12.us.zip.zayo.com       0.0%    10    8.4   8.5   8.4   8.6   0.0
      7.|-- ae-2.r23.lsanca07.us.bb.gin.ntt.net  0.0%    10    9.1   8.6   8.1   9.7   0.3
      8.|-- ae-6.r22.asbnva02.us.bb.gin.ntt.net  0.0%    10   69.3  69.9  69.2  74.3   1.5
      9.|-- ae-5.r25.nycmny01.us.bb.gin.ntt.net  0.0%    10   81.1  80.2  79.5  82.6   0.9
    10.|-- ae-1.r24.nycmny01.us.bb.gin.ntt.net  0.0%    10   92.5  91.8  91.5  93.0   0.3
    11.|-- ae-9.r22.londen03.uk.bb.gin.ntt.net  0.0%    10  157.3 160.7 157.2 181.3   7.6
    12.|-- ae-0.r23.londen03.uk.bb.gin.ntt.net  0.0%    10  156.9 158.9 156.8 176.2   6.1
    13.|-- ae-7.r00.londen10.uk.bb.gin.ntt.net  0.0%    10  140.4 139.5 139.0 140.5   0.3
    14.|-- 5.158.213.46                         0.0%    10  138.0 160.3 137.8 341.5  63.7
    15.|-- ???                                 100.0    10    0.0   0.0   0.0   0.0   0.0
    16.|-- 108.61.196.101.vultr.com             0.0%    10  150.0 145.8 138.8 150.4   3.9
    
    ----------------------------------------------
    mtr --report -w 200 --report-cycles=10 par-fr-ping.vultr.com
    Start: Sat Jun  4 18:30:37 2016
    HOST: hostname            Loss%   Snt   Last   Avg  Best  Wrst StDev
      1.|-- 162.244.92.1                        0.0%    10    0.9   6.4   0.9   9.4   2.4
      2.|-- 10.1.1.5                            0.0%    10    0.6   1.7   0.4   4.4   1.3
      3.|-- ae10.mpr3.las1.us.zip.zayo.com      0.0%    10    0.8   0.7   0.6   0.9   0.0
      4.|-- ae4.cr1.lax112.us.zip.zayo.com      0.0%    10    8.0   8.1   7.8   9.5   0.3
      5.|-- ae9.mpr1.lax12.us.zip.zayo.com      0.0%    10    8.1  11.3   7.8  31.8   7.5
      6.|-- zayo-telia.lax12.us.zip.zayo.com    0.0%    10    9.6   9.6   8.3  13.8   1.6
      7.|-- nyk-bb1-link.telia.net              0.0%    10   94.1 102.5  94.0 148.6  18.5
      8.|-- prs-bb3-link.telia.net              0.0%    10  191.9 191.7 191.2 192.9   0.3
      9.|-- prs-b7-link.telia.net               0.0%    10  166.7 151.2  94.5 187.8  35.1
    10.|-- vultr-ic-312910-prs-b7.c.telia.net  0.0%    10  268.6 231.7 165.6 295.3  50.5
    11.|-- prs-b7-link.telia.net              40.0%    10  178.2 174.7 166.1 179.5   6.4
    12.|-- 108.61.209.127.vultr.com            0.0%    10  175.3 176.6 175.3 180.3   1.8
    
    ----------------------------------------------
    mtr --report -w 200 --report-cycles=10 VersaWeb Las Vegas
    Start: Sat Jun  4 18:30:55 2016
    HOST: hostname Loss%   Snt   Last   Avg  Best  Wrst StDev
      1.|-- 162.244.92.1             0.0%    10    4.6   3.7   0.4  11.3   4.4
      2.|-- 10.1.1.5                 0.0%    10    7.6   2.4   0.4  11.4   3.8
      3.|-- 192.228.109.86           0.0%    10    0.8   1.2   0.6   3.7   0.9
      4.|-- lg.las1.ultravps.net     0.0%    10    0.6   0.6   0.4   0.7   0.0
    
    ----------------------------------------------
    mtr --report -w 200 --report-cycles=10 VersaWeb Seattle
    Start: Sat Jun  4 18:31:10 2016
    HOST: hostname Loss%   Snt   Last   Avg  Best  Wrst StDev
      1.|-- 162.244.92.1             0.0%    10    0.7   0.5   0.3   0.7   0.0
      2.|-- 10.1.1.5                 0.0%    10    0.4   1.1   0.4   3.1   0.5
      3.|-- ???                     100.0    10    0.0   0.0   0.0   0.0   0.0
      4.|-- 76.164.234.1             0.0%    10   33.4  33.4  33.2  33.5   0.0
    
    ----------------------------------------------
    mtr --report -w 200 --report-cycles=10 OVH Canada
    Start: Sat Jun  4 18:31:25 2016
    HOST: hostname         Loss%   Snt   Last   Avg  Best  Wrst StDev
      1.|-- 162.244.92.1                     0.0%    10    0.5   2.4   0.5  10.0   3.7
      2.|-- 10.1.1.5                         0.0%    10    0.4   1.0   0.4   3.3   0.7
      3.|-- 10ge3-2.core1.las1.he.net        0.0%    10    0.5   3.8   0.5  11.9   5.2
      4.|-- 10ge1-14.core1.lax2.he.net       0.0%    10   10.9  11.2   8.1  28.9   6.4
      5.|-- ovh.as16276.any2ix.coresite.com  0.0%    10    8.1   8.3   8.1   8.4   0.0
      6.|-- be100-1013.nwk-5-a9.nj.us        0.0%    10   68.3  68.4  68.3  68.5   0.0
      7.|-- be10-1018.bhs-g2-a9.qc.ca        0.0%    10   75.8  75.9  75.7  76.1   0.0
      8.|-- vl20.bhs-g2-a75.qc.ca            0.0%    10   75.4  75.5  75.4  75.6   0.0
      9.|-- be50-7.bhs-3b-a9.qc.ca           0.0%    10   76.4  77.5  76.0  81.6   1.5
    10.|-- bhs.proof.ovh.net                0.0%    10   75.5  75.5  75.4  75.7   0.0
    
    

    Code (Text):
    -------------------------------------------
    Check system entropy pool availability
    -------------------------------------------
    
    entropy_avail: 4067
    entropy_avail: 4067
    entropy_avail: 4067
    entropy_avail: 4067
    

    Code (Text):
    -------------------------------------------
    OpenSSL System Benchmark
    -------------------------------------------
    
    OpenSSL 1.0.1e-fips 11 Feb 2013
    -------------------------------------------
    openssl speed rsa4096 rsa2048 ecdsap256 sha256 sha1 md5 rc4 aes-256-cbc aes-128-cbc -multi 4
    OpenSSL 1.0.1e-fips 11 Feb 2013
    built on: Mon May  9 08:07:32 UTC 2016
    options:bn(64,64) md2(int) rc4(16x,int) des(idx,cisc,16,int) aes(partial) idea(int) blowfish(idx)
    compiler: gcc -fPIC -DOPENSSL_PIC -DZLIB -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DKRB5_MIT -m64 -DL_ENDIAN -DTERMIO -Wall -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches   -m64 -mtune=generic -Wa,--noexecstack -DPURIFY -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DAES_ASM -DVPAES_ASM -DBSAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM
    md5             272612.39k   794328.45k  1764505.94k  2536169.13k  2911892.82k
    sha1            255104.27k   748970.71k  1723500.46k  2670544.21k  3391935.83k
    rc4            1728702.25k  2996274.15k  3515722.67k  3614601.90k  3657971.03k
    aes-128 cbc     583728.90k   643416.00k   659272.96k  1422395.39k  1419632.64k
    aes-256 cbc     429631.65k   461663.87k   466754.05k  1032340.82k  1041760.26k
    sha256          229035.95k   512728.21k   907321.34k  1095692.63k  1155503.45k
                      sign    verify    sign/s verify/s
    rsa 2048 bits 0.000260s 0.000008s   3843.4 129032.3
    rsa 4096 bits 0.001959s 0.000029s    510.5  34935.2
                                  sign    verify    sign/s verify/s
    256 bit ecdsa (nistp256)   0.0000s   0.0001s  44946.7  11528.7
    -------------------------------------------
    openssl speed -evp aes256 -multi 4
    OpenSSL 1.0.1e-fips 11 Feb 2013
    built on: Mon May  9 08:07:32 UTC 2016
    options:bn(64,64) md2(int) rc4(16x,int) des(idx,cisc,16,int) aes(partial) idea(int) blowfish(idx)
    compiler: gcc -fPIC -DOPENSSL_PIC -DZLIB -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DKRB5_MIT -m64 -DL_ENDIAN -DTERMIO -Wall -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches   -m64 -mtune=generic -Wa,--noexecstack -DPURIFY -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DAES_ASM -DVPAES_ASM -DBSAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM
    evp            2213882.18k  2332239.96k  2363880.79k  2369840.81k  2364973.06k
    -------------------------------------------
    openssl speed -evp aes128 -multi 4
    OpenSSL 1.0.1e-fips 11 Feb 2013
    built on: Mon May  9 08:07:32 UTC 2016
    options:bn(64,64) md2(int) rc4(16x,int) des(idx,cisc,16,int) aes(partial) idea(int) blowfish(idx)
    compiler: gcc -fPIC -DOPENSSL_PIC -DZLIB -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DKRB5_MIT -m64 -DL_ENDIAN -DTERMIO -Wall -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches   -m64 -mtune=generic -Wa,--noexecstack -DPURIFY -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DAES_ASM -DVPAES_ASM -DBSAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM
    evp            3009811.64k  3229198.63k  3290298.28k  3303331.40k  3308882.60k
    
    -------------------------------------------
    Centmin Mod Nginx static LibreSSL Benchmark
    -------------------------------------------
    
    LibreSSL 2.3.4
    -------------------------------------------
    openssl speed rsa4096 rsa2048 ecdsap256 sha256 sha1 md5 rc4 aes-256-cbc aes-128-cbc -multi 4
    LibreSSL 2.3.4
    built on: date not available
    options:bn(64,64) rc4(16x,int) des(idx,cisc,16,int) aes(partial) idea(int) blowfish(idx)
    compiler: information not available
    md5             334280.94k   926241.32k  1894686.46k  2598320.47k  2919718.91k
    sha1            383808.02k  1023387.97k  2018725.55k  2796502.70k  3269561.00k
    rc4            1690092.23k  3015561.94k  3483957.42k  3489181.70k  3621888.00k
    aes-128 cbc     575861.01k   639012.76k   655853.57k  1420897.96k  1427210.24k
    aes-256 cbc     431612.49k   459783.59k   467359.23k  1032773.29k  1044269.74k
    sha256          246399.34k   529172.42k   902619.90k  1100705.45k  1145615.70k
                      sign    verify    sign/s verify/s
    rsa 2048 bits 0.000254s 0.000008s   3937.1 126008.1
    rsa 4096 bits 0.001806s 0.000029s    553.8  34336.6
                                  sign    verify    sign/s verify/s
    256 bit ecdsa (nistp256)   0.0000s   0.0001s  39703.0  10198.3
    -------------------------------------------
    openssl speed -evp aes256 -multi 4
    LibreSSL 2.3.4
    built on: date not available
    options:bn(64,64) rc4(16x,int) des(idx,cisc,16,int) aes(partial) idea(int) blowfish(idx)
    compiler: information not available
    evp            2217418.07k  2332082.65k  2364198.57k  2373658.97k  2363372.89k
    -------------------------------------------
    openssl speed -evp aes128 -multi 4
    LibreSSL 2.3.4
    built on: date not available
    options:bn(64,64) rc4(16x,int) des(idx,cisc,16,int) aes(partial) idea(int) blowfish(idx)
    compiler: information not available
    evp            2990683.05k  3143018.47k  3229117.44k  3304288.94k  3308145.32k
    

    Code (Text):
    -------------------------------------------
    Running mysqlslap
    -------------------------------------------
    
    mysqlslap --auto-generate-sql --auto-generate-sql-add-autoincrement --auto-generate-sql-secondary-indexes=5 --number-int-cols=5 --number-char-cols=5 --number-of-queries=25000 --auto-generate-sql-unique-query-number=40 --auto-generate-sql-unique-write-number=40 --auto-generate-sql-write-number=1000 --concurrency=64 --iterations=10 --engine=myisam
    Benchmark
            Running for engine myisam
            Average number of seconds to run all queries: 1.154 seconds
            Minimum number of seconds to run all queries: 1.116 seconds
            Maximum number of seconds to run all queries: 1.182 seconds
            Number of clients running queries: 64
            Average number of queries per client: 390
    

    Code (Text):
    -------------------------------------------
    System PHP Info
    -------------------------------------------
    
    CPU: 4 x Intel(R) Xeon(R) CPU E3-1270 v3 @ 3.50GHz
                  total        used        free      shared  buff/cache   available
    Mem:          15887         917       14408          27         561       14651
    Low:          15887        1479       14408
    High:             0           0           0
    Swap:          8063           0        8063
    ----------------------------------------------
    PHP 5.6.22 (cli) (built: Jun  4 2016 17:56:02)
    Copyright (c) 1997-2016 The PHP Group
    Zend Engine v2.6.0, Copyright (c) 1998-2016 Zend Technologies
        with Zend OPcache v7.0.6-dev, Copyright (c) 1999-2016, by Zend Technologies
    ----------------------------------------------
    Configuration File (php.ini) Path: /usr/local/lib
    Loaded Configuration File:         /usr/local/lib/php.ini
    Scan for additional .ini files in: /etc/centminmod/php.d
    Additional .ini files parsed:      /etc/centminmod/php.d/a_customphp.ini,
    /etc/centminmod/php.d/curlcainfo.ini,
    /etc/centminmod/php.d/geoip.ini,
    /etc/centminmod/php.d/igbinary.ini,
    /etc/centminmod/php.d/imagick.ini,
    /etc/centminmod/php.d/mailparse.ini,
    /etc/centminmod/php.d/memcache.ini,
    /etc/centminmod/php.d/memcached.ini,
    /etc/centminmod/php.d/redis.ini,
    /etc/centminmod/php.d/zendopcache.ini
    
    ----------------------------------------------
    [PHP Modules]
    bcmath
    bz2
    calendar
    Core
    ctype
    curl
    date
    dom
    enchant
    ereg
    exif
    filter
    ftp
    gd
    geoip
    gettext
    gmp
    hash
    iconv
    igbinary
    imagick
    imap
    intl
    json
    libxml
    mailparse
    mbstring
    mcrypt
    memcache
    memcached
    mhash
    mysql
    mysqli
    mysqlnd
    openssl
    pcntl
    pcre
    PDO
    pdo_mysql
    pdo_sqlite
    Phar
    posix
    pspell
    readline
    redis
    Reflection
    session
    shmop
    SimpleXML
    snmp
    soap
    sockets
    SPL
    sqlite3
    standard
    sysvmsg
    sysvsem
    sysvshm
    tidy
    tokenizer
    xml
    xmlreader
    xmlrpc
    xmlwriter
    xsl
    Zend OPcache
    zip
    zlib
    
    [Zend Modules]
    Zend OPcache
    
    ----------------------------------------------
    -------------------------------------------
    Run PHP test Zend/bench.php
    -------------------------------------------
    
    simple             0.051
    simplecall         0.075
    simpleucall        0.076
    simpleudcall       0.078
    mandel             0.128
    mandel2            0.184
    ackermann(7)       0.066
    ary(50000)         0.013
    ary2(50000)        0.012
    ary3(2000)         0.106
    fibo(30)           0.240
    hash1(50000)       0.020
    hash2(500)         0.022
    heapsort(20000)    0.050
    matrix(20)         0.059
    nestedloop(12)     0.088
    sieve(30)          0.065
    strcat(200000)     0.008
    ------------------------
    Total              1.342
    real: 1.39s user: 1.35s sys: 0.02s cpu: 98% maxmem: 30828 KB cswaits: 5
    
    simple             0.051
    simplecall         0.075
    simpleucall        0.078
    simpleudcall       0.081
    mandel             0.130
    mandel2            0.181
    ackermann(7)       0.071
    ary(50000)         0.014
    ary2(50000)        0.012
    ary3(2000)         0.107
    fibo(30)           0.247
    hash1(50000)       0.021
    hash2(500)         0.021
    heapsort(20000)    0.051
    matrix(20)         0.059
    nestedloop(12)     0.088
    sieve(30)          0.065
    strcat(200000)     0.008
    ------------------------
    Total              1.362
    real: 1.41s user: 1.36s sys: 0.02s cpu: 98% maxmem: 30828 KB cswaits: 3
    
    simple             0.051
    simplecall         0.073
    simpleucall        0.076
    simpleudcall       0.083
    mandel             0.128
    mandel2            0.182
    ackermann(7)       0.067
    ary(50000)         0.013
    ary2(50000)        0.012
    ary3(2000)         0.105
    fibo(30)           0.245
    hash1(50000)       0.021
    hash2(500)         0.023
    heapsort(20000)    0.052
    matrix(20)         0.070
    nestedloop(12)     0.090
    sieve(30)          0.067
    strcat(200000)     0.009
    ------------------------
    Total              1.366
    real: 1.41s user: 1.37s sys: 0.02s cpu: 98% maxmem: 30828 KB cswaits: 3
    
    bench.php results from 3 runs
    1.342
    1.362
    1.366
    
    bench.php avg: 1.3567
    Avg: real: 1.40s user: 1.36s sys: 0.02s cpu: 98.00% maxmem: 30828.00KB cswaits: 3.67
    created results log at /home/phpbench_logs/bench_040616-181002.log
    server PHP info log at /home/phpbench_logs/bench_phpinfo_040616-181002.log
    
    -------------------------------------------
    Run PHP test Zend/micro_bench.php
    -------------------------------------------
    
    empty_loop         0.079
    func()             0.247    0.168
    undef_func()       0.253    0.174
    int_func()         0.217    0.138
    $x = self::$x      0.188    0.108
    self::$x = 0       0.169    0.090
    isset(self::$x)    0.163    0.084
    empty(self::$x)    0.168    0.089
    $x = Foo::$x       0.157    0.078
    Foo::$x = 0        0.170    0.091
    isset(Foo::$x)     0.142    0.063
    empty(Foo::$x)     0.158    0.079
    self::f()          0.274    0.195
    Foo::f()           0.248    0.169
    $x = $this->x      0.158    0.078
    $this->x = 0       0.200    0.120
    $this->x += 2      0.162    0.083
    ++$this->x         0.145    0.066
    --$this->x         0.145    0.066
    $this->x++         0.164    0.085
    $this->x--         0.161    0.081
    isset($this->x)    0.157    0.078
    empty($this->x)    0.159    0.080
    $this->f()         0.281    0.202
    $x = Foo::TEST     0.154    0.075
    new Foo()          0.473    0.394
    $x = TEST          0.120    0.041
    $x = $_GET         0.156    0.076
    $x = $GLOBALS['v'] 0.211    0.132
    $x = $hash['v']    0.167    0.088
    $x = $str[0]       0.235    0.156
    $x = $a ?: null    0.153    0.074
    $x = $f ?: tmp     0.210    0.131
    $x = $f ? $f : $a  0.160    0.081
    $x = $f ? $f : tmp 0.218    0.139
    ------------------------
    Total              6.626
    real: 6.67s user: 6.64s sys: 0.00s cpu: 99% maxmem: 18788 KB cswaits: 4
    
    empty_loop         0.078
    func()             0.245    0.168
    undef_func()       0.256    0.178
    int_func()         0.218    0.140
    $x = self::$x      0.187    0.110
    self::$x = 0       0.167    0.089
    isset(self::$x)    0.164    0.086
    empty(self::$x)    0.166    0.088
    $x = Foo::$x       0.155    0.077
    Foo::$x = 0        0.167    0.090
    isset(Foo::$x)     0.137    0.059
    empty(Foo::$x)     0.156    0.078
    self::f()          0.272    0.194
    Foo::f()           0.241    0.164
    $x = $this->x      0.155    0.077
    $this->x = 0       0.200    0.122
    $this->x += 2      0.162    0.085
    ++$this->x         0.147    0.069
    --$this->x         0.142    0.064
    $this->x++         0.160    0.082
    $this->x--         0.158    0.081
    isset($this->x)    0.154    0.076
    empty($this->x)    0.160    0.082
    $this->f()         0.285    0.207
    $x = Foo::TEST     0.154    0.076
    new Foo()          0.471    0.393
    $x = TEST          0.119    0.041
    $x = $_GET         0.155    0.078
    $x = $GLOBALS['v'] 0.206    0.129
    $x = $hash['v']    0.164    0.086
    $x = $str[0]       0.232    0.154
    $x = $a ?: null    0.150    0.073
    $x = $f ?: tmp     0.209    0.131
    $x = $f ? $f : $a  0.158    0.080
    $x = $f ? $f : tmp 0.215    0.138
    ------------------------
    Total              6.565
    real: 6.61s user: 6.54s sys: 0.04s cpu: 99% maxmem: 18788 KB cswaits: 3
    
    empty_loop         0.081
    func()             0.254    0.174
    undef_func()       0.261    0.180
    int_func()         0.221    0.140
    $x = self::$x      0.180    0.099
    self::$x = 0       0.177    0.097
    isset(self::$x)    0.165    0.085
    empty(self::$x)    0.163    0.082
    $x = Foo::$x       0.154    0.073
    Foo::$x = 0        0.151    0.070
    isset(Foo::$x)     0.141    0.061
    empty(Foo::$x)     0.156    0.075
    self::f()          0.277    0.196
    Foo::f()           0.248    0.167
    $x = $this->x      0.158    0.077
    $this->x = 0       0.199    0.119
    $this->x += 2      0.169    0.088
    ++$this->x         0.145    0.065
    --$this->x         0.143    0.062
    $this->x++         0.160    0.079
    $this->x--         0.156    0.075
    isset($this->x)    0.155    0.074
    empty($this->x)    0.158    0.077
    $this->f()         0.285    0.204
    $x = Foo::TEST     0.152    0.071
    new Foo()          0.466    0.385
    $x = TEST          0.117    0.037
    $x = $_GET         0.156    0.075
    $x = $GLOBALS['v'] 0.204    0.124
    $x = $hash['v']    0.167    0.087
    $x = $str[0]       0.228    0.148
    $x = $a ?: null    0.149    0.068
    $x = $f ?: tmp     0.206    0.125
    $x = $f ? $f : $a  0.158    0.077
    $x = $f ? $f : tmp 0.230    0.149
    ------------------------
    Total              6.588
    real: 6.63s user: 6.55s sys: 0.06s cpu: 99% maxmem: 18788 KB cswaits: 3
    
    micro_bench.php results from 3 runs
    6.626
    6.565
    6.588
    
    micro_bench.php avg: 6.5930
    Avg: real: 6.64s user: 6.58s sys: 0.03s cpu: 99.00% maxmem: 18788.00KB cswaits: 3.33
    created results log at /home/phpbench_logs/bench_micro_040616-181002.log
    server PHP info log at /home/phpbench_logs/bench_phpinfo_040616-181002.log
    
    

    Code (Text):
    ========================================================================
       BYTE UNIX Benchmarks (Version 5.1.3)
    
       System: hostname: GNU/Linux
       OS: GNU/Linux -- 3.10.0-327.el7.x86_64 -- #1 SMP Thu Nov 19 22:10:57 UTC 2015
       Machine: x86_64 (x86_64)
       Language: en_US.utf8 (charmap="UTF-8", collate="UTF-8")
       CPU 0: Intel(R) Xeon(R) CPU E3-1270 v3 @ 3.50GHz (7000.0 bogomips)
              x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
       CPU 1: Intel(R) Xeon(R) CPU E3-1270 v3 @ 3.50GHz (7000.0 bogomips)
              x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
       CPU 2: Intel(R) Xeon(R) CPU E3-1270 v3 @ 3.50GHz (7000.0 bogomips)
              x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
       CPU 3: Intel(R) Xeon(R) CPU E3-1270 v3 @ 3.50GHz (7000.0 bogomips)
              x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
       18:39:24 up 57 min,  2 users,  load average: 3.81, 3.45, 1.78; runlevel 3
    
    ------------------------------------------------------------------------
    Benchmark Run: Sat Jun 04 2016 18:39:24 - 19:04:52
    4 CPUs in system; running 1 parallel copy of tests
    
    Dhrystone 2 using register variables       43356269.3 lps   (10.0 s, 7 samples)
    Double-Precision Whetstone                     2876.7 MWIPS (18.5 s, 7 samples)
    Execl Throughput                               4198.3 lps   (30.0 s, 2 samples)
    Pipe Throughput                             2053175.5 lps   (10.0 s, 7 samples)
    Pipe-based Context Switching                 439372.0 lps   (10.0 s, 7 samples)
    Process Creation                              17086.4 lps   (30.0 s, 2 samples)
    Shell Scripts (1 concurrent)                   8142.8 lpm   (60.0 s, 2 samples)
    Shell Scripts (16 concurrent)                  1609.5 lpm   (60.0 s, 2 samples)
    Shell Scripts (8 concurrent)                   2959.0 lpm   (60.0 s, 2 samples)
    System Call Overhead                        3370565.5 lps   (10.0 s, 7 samples)
    
    System Benchmarks Partial Index              BASELINE       RESULT    INDEX
    Dhrystone 2 using register variables         116700.0   43356269.3   3715.2
    Double-Precision Whetstone                       55.0       2876.7    523.0
    Execl Throughput                                 43.0       4198.3    976.4
    Pipe Throughput                               12440.0    2053175.5   1650.5
    Pipe-based Context Switching                   4000.0     439372.0   1098.4
    Process Creation                                126.0      17086.4   1356.1
    Shell Scripts (1 concurrent)                     42.4       8142.8   1920.5
    Shell Scripts (16 concurrent)                     ---       1609.5      ---
    Shell Scripts (8 concurrent)                      6.0       2959.0   4931.7
    System Call Overhead                          15000.0    3370565.5   2247.0
                                                                       ========
    System Benchmarks Index Score (Partial Only)                         1666.7
    
    ------------------------------------------------------------------------
    Benchmark Run: Sat Jun 04 2016 19:04:52 - 19:30:28
    4 CPUs in system; running 4 parallel copies of tests
    
    Dhrystone 2 using register variables      174352140.3 lps   (10.0 s, 7 samples)
    Double-Precision Whetstone                    13107.0 MWIPS (16.7 s, 7 samples)
    Execl Throughput                              15835.2 lps   (30.0 s, 2 samples)
    Pipe Throughput                             7934516.7 lps   (10.0 s, 7 samples)
    Pipe-based Context Switching                1703583.5 lps   (10.0 s, 7 samples)
    Process Creation                              59511.9 lps   (30.0 s, 2 samples)
    Shell Scripts (1 concurrent)                  22942.6 lpm   (60.0 s, 2 samples)
    Shell Scripts (16 concurrent)                  1851.5 lpm   (60.0 s, 2 samples)
    Shell Scripts (8 concurrent)                   3724.4 lpm   (60.0 s, 2 samples)
    System Call Overhead                       10116674.8 lps   (10.0 s, 7 samples)
    
    System Benchmarks Partial Index              BASELINE       RESULT    INDEX
    Dhrystone 2 using register variables         116700.0  174352140.3  14940.2
    Double-Precision Whetstone                       55.0      13107.0   2383.1
    Execl Throughput                                 43.0      15835.2   3682.6
    Pipe Throughput                               12440.0    7934516.7   6378.2
    Pipe-based Context Switching                   4000.0    1703583.5   4259.0
    Process Creation                                126.0      59511.9   4723.2
    Shell Scripts (1 concurrent)                     42.4      22942.6   5411.0
    Shell Scripts (16 concurrent)                     ---       1851.5      ---
    Shell Scripts (8 concurrent)                      6.0       3724.4   6207.4
    System Call Overhead                          15000.0   10116674.8   6744.4
                                                                       ========
    System Benchmarks Index Score (Partial Only)                         5385.5
    

    Code (Text):
    -------------------------------------------
    centminmodbench.sh completed
    -------------------------------------------
    
    centminmodbench.sh Total Run Time: 4819.442572215 seconds
    




     
    Last edited: Jun 8, 2016
  3. arlon

    arlon Member

    95
    6
    8
    Feb 20, 2016
    Ratings:
    +12
    Local Time:
    5:48 PM
    1.13.6
    10.1
    can you post unix bench result?
    where is the link? i don't see the plan on their website
     
  4. eva2000

    eva2000 Administrator Staff Member

    53,142
    12,110
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,645
    Local Time:
    8:48 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    see the 1st post 2nd last black background code box - all the benchmark results are wrapped in black background code boxes in 1st post

    It's listed on their Ordering new services page drop down menu. So BuyVM.net -> Ordering Hosting -> Drop Down Menu for Las Vegas -E3 KVM

    upload_2016-6-10_13-49-32.png
    upload_2016-6-10_13-50-24.png
     
    Last edited: Jun 10, 2016
  5. rdan

    rdan Well-Known Member

    5,439
    1,397
    113
    May 25, 2014
    Ratings:
    +2,186
    Local Time:
    6:48 PM
    Mainline
    10.2
    If only this was Singapore, I would probably buy.
     
  6. eva2000

    eva2000 Administrator Staff Member

    53,142
    12,110
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,645
    Local Time:
    8:48 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    well Las Vegas is west coast USA, closer to Asia than Europe and BuyVM has optional DDOS protection too :)
     
  7. rdan

    rdan Well-Known Member

    5,439
    1,397
    113
    May 25, 2014
    Ratings:
    +2,186
    Local Time:
    6:48 PM
    Mainline
    10.2
    Any test IP for Las vegas?
     
  8. eva2000

    eva2000 Administrator Staff Member

    53,142
    12,110
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,645
    Local Time:
    8:48 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    BuyVM.net Las Vegas location is with VersaWeb's same data center FYI :)
     
  9. eva2000

    eva2000 Administrator Staff Member

    53,142
    12,110
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,645
    Local Time:
    8:48 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    FYI, new BuyVM.net KVM plans have been added/updated on their site too

    upload_2016-8-3_1-56-34.png
     
    Last edited: Aug 3, 2016
  10. hardousse

    hardousse Active Member

    169
    35
    28
    Dec 15, 2015
    Sweden
    Ratings:
    +57
    Local Time:
    1:48 PM
    1.11.*
    10.1*
    If they have Europe plan for this one I will buy it :)
     
  11. eva2000

    eva2000 Administrator Staff Member

    53,142
    12,110
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,645
    Local Time:
    8:48 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    i believe they plan to later on. I think their New Jersey location is next up for KVM refresh :)
     
  12. eva2000

    eva2000 Administrator Staff Member

    53,142
    12,110
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,645
    Local Time:
    8:48 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    FYI, for anyone considering BuyVM.net for CentOS based VPS please be aware of a bug in their KVM CentOS OS templates that you are unable to SSH into server after fresh OS install/reinstall due to networking service defaulting to off instead of on. They are aware of the bug and it's on their to do list.

    Problem:

    OS templates for CentOS have /etc/sysconfig/network-scripts/ifcfg-eth0 has ONBOOT=no as the default setting so never obtains the configured network settings from DHCP. So after fresh install of OS/reinstall of OS, you can not directly SSH in.

    Solution / Fix:

    Fix is after fresh install of OS/reinstall of OS, launch their console access within Stallion control panel, log into server and edit /etc/sysconfig/network-scripts/ifcfg-eth0 with your fav linux text editor like vim or nano.

    from
    Code (Text):
    ONBOOT=no
    

    to
    Code (Text):
    ONBOOT=yes
    

    and restart networking service
    Code (Text):
    service network restart
    

    Then you can directly SSH into your server.
     
  13. eva2000

    eva2000 Administrator Staff Member

    53,142
    12,110
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,645
    Local Time:
    8:48 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Just purchased a BuyVM.net Slice 1024 plan - 1GB KVM VPS with 1/4 core and fair share over 8 cpu threads on the E3-1270v3 host node. Installed Centmin Mod 123.09beta01 via curl installer command below:

    Centmin Mod 123.09beta01 curl one line install
    Code (Text):
    yum -y update; curl -O https://centminmod.com/betainstaller.sh && chmod 0700 betainstaller.sh && bash betainstaller.sh

    Centmin Mod Install Time
    Code (Text):
    ---------------------------------------------------------------------------
    Total Curl Installer YUM Time: 121.8535 seconds
    Total YUM Time: 99.095040925 seconds
    Total YUM + Source Download Time: 127.2868
    Total Nginx First Time Install Time: 234.6648
    Total PHP First Time Install Time: 539.9391
    Download Zip From Github Time: 40.6801
    Total Time Other eg. source compiles: 296.7377
    Total Centmin Mod Install Time: 1198.6284
    ---------------------------------------------------------------------------
    Total Install Time (curl yum + cm install + zip download): 1361.1620 seconds
    ---------------------------------------------------------------------------


    BuyVM.net Slice 1024 Plan
    • ¼ Core @ 3.50+ GHz
    • Fair Share CPU Usage
    • 1024 MB Memory
    • 20 GB SSD Storage
    • 1 TB Bandwidth
    • 1 IPv4 Address
    • $3.50 per month
    Only 20GB disk space and goes against Centmin Mod min and recommended disk requirements outlined at Download & Install Nginx on CentOS - CentminMod.com LEMP Nginx web stack for CentOS

    But it really depends on the provider's OS template too and how bloated it is. Disk usage

    before Centmin Mod install with just yum update ran
    Code (Text):
    df -hT
    Filesystem    Type    Size  Used Avail Use% Mounted on
    /dev/vda1     ext4     19G  815M   17G   5% /
    tmpfs        tmpfs    499M     0  499M   0% /dev/shm

    Code (Text):
    free -m
                 total       used       free     shared    buffers     cached
    Mem:           996         99        897          0          6         42
    -/+ buffers/cache:         50        945
    Swap:            0          0          0

    after Centmin Mod install
    Code (Text):
    df -hT
    Filesystem           Type   Size  Used Avail Use% Mounted on
    /dev/vda1            ext4    19G  5.9G   12G  34% /
    tmpfs                tmpfs  499M     0  499M   0% /dev/shm
    /home/usertmp_donotdelete
                         ext4   946M  1.3M  896M   1% /tmp

    Code (Text):
    free -m
                 total       used       free     shared    buffers     cached
    Mem:           996        275        721         11          5         91
    -/+ buffers/cache:        178        818
    Swap:         1023          0       1023

    12GB out of 20GB free which is enough for the intended site I am moving over to it. The site is already hosted on 3x 512MB BuyVM older KVM plans in load balanced config but it's very small so fits in disk space wise.
     
    Last edited: Sep 2, 2016
  14. rdan

    rdan Well-Known Member

    5,439
    1,397
    113
    May 25, 2014
    Ratings:
    +2,186
    Local Time:
    6:48 PM
    Mainline
    10.2
    Is BuyVM the same company as Versaweb? Or just located on the same Data Center?
    Thanks!
     
  15. eva2000

    eva2000 Administrator Staff Member

    53,142
    12,110
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,645
    Local Time:
    8:48 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    no the same just BuyVM.net uses Versaweb's datacenter FibreHub. So you get better support with BuyVM.net than you would with Versaweb :)
     
  16. rdan

    rdan Well-Known Member

    5,439
    1,397
    113
    May 25, 2014
    Ratings:
    +2,186
    Local Time:
    6:48 PM
    Mainline
    10.2
    But the same network, and that I got some issues related to my ISP :/.
     
  17. eva2000

    eva2000 Administrator Staff Member

    53,142
    12,110
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,645
    Local Time:
    8:48 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    what were those issues again ? do you have any issues accessing my site mysqlmymon.com ? it's on a BuyVM.net KVM slice :)
     
  18. rdan

    rdan Well-Known Member

    5,439
    1,397
    113
    May 25, 2014
    Ratings:
    +2,186
    Local Time:
    6:48 PM
    Mainline
    10.2
    Something along with PH ISP/Routing.
    But it doesn't happen always, just random day.
    Maybe 3 times last month.

    I will try when I got the issue again.
     
  19. eva2000

    eva2000 Administrator Staff Member

    53,142
    12,110
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,645
    Local Time:
    8:48 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    have you contacted your ISP ? maybe it's due to FibreHUB/VersaWeb's ddos mitigation and your region being a source of ddos attack etc hence why it's random ?
     
  20. rdan

    rdan Well-Known Member

    5,439
    1,397
    113
    May 25, 2014
    Ratings:
    +2,186
    Local Time:
    6:48 PM
    Mainline
    10.2
    Same issue with OVH, and OVH staff said they don't block my IP or my ISP.