Want to subscribe to topics you're interested in?
Become a Member

OVH OVH Public Cloud Servers ?

Discussion in 'Virtual Private Server (VPS) hosting' started by eva2000, Dec 13, 2015.

  1. eva2000

    eva2000 Administrator Staff Member

    53,190
    12,113
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,649
    Local Time:
    12:10 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
  2. Matt

    Matt Well-Known Member

    925
    414
    63
    May 25, 2014
    Rotherham, UK
    Ratings:
    +669
    Local Time:
    3:10 AM
    1.5.15
    MariaDB 10.2
    I've just started up an EG7 instance.
     
  3. eva2000

    eva2000 Administrator Staff Member

    53,190
    12,113
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,649
    Local Time:
    12:10 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    haha just joining you for some New Years fun :D

    ovh-public-cloud-00.png ovh-public-cloud-01.png ovh-public-cloud-02.png ovh-public-cloud-03.png ovh-public-cloud-04.png ovh-public-cloud-05.png ovh-public-cloud-06.png ovh-public-cloud-07.png
     
  4. eva2000

    eva2000 Administrator Staff Member

    53,190
    12,113
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,649
    Local Time:
    12:10 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Just like @Matt it's Sandy Bridge based Xeon E3-12xx v1 but that can be altered/customised. The OVH site says E5-2687v3 Haswell-EP, so I tend to believe it as only Haswell-EP has avx2 instruction sets
    Code:
    cat /proc/cpuinfo
    processor       : 0
    vendor_id       : GenuineIntel
    cpu family      : 6
    model           : 42
    model name      : Intel Xeon E312xx (Sandy Bridge)
    stepping        : 1
    microcode       : 0x1
    cpu MHz         : 3092.858
    cache size      : 4096 KB
    physical id     : 0
    siblings        : 1
    core id         : 0
    cpu cores       : 1
    apicid          : 0
    initial apicid  : 0
    fpu             : yes
    fpu_exception   : yes
    cpuid level     : 13
    wp              : yes
    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 rep_good nopl eagerfpu pni pclmulqdq vmx ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm abm xsaveopt vnmi ept fsgsbase bmi1 avx2 smep bmi2 erms invpcid
    bogomips        : 6185.71
    clflush size    : 64
    cache_alignment : 64
    address sizes   : 40 bits physical, 48 bits virtual
    power management:
    
    processor       : 1
    vendor_id       : GenuineIntel
    cpu family      : 6
    model           : 42
    model name      : Intel Xeon E312xx (Sandy Bridge)
    stepping        : 1
    microcode       : 0x1
    cpu MHz         : 3092.858
    cache size      : 4096 KB
    physical id     : 1
    siblings        : 1
    core id         : 0
    cpu cores       : 1
    apicid          : 1
    initial apicid  : 1
    fpu             : yes
    fpu_exception   : yes
    cpuid level     : 13
    wp              : yes
    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 rep_good nopl eagerfpu pni pclmulqdq vmx ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm abm xsaveopt vnmi ept fsgsbase bmi1 avx2 smep bmi2 erms invpcid
    bogomips        : 6185.71
    clflush size    : 64
    cache_alignment : 64
    address sizes   : 40 bits physical, 48 bits virtual
    power management:
    Code:
     free -m
                  total        used        free      shared  buff/cache   available
    Mem:           6810          90        6556           8         164        6547
    Swap:             0           0           0
    CentOS 7.1 out of box so needs update to 7.2
    Code:
    cat /etc/redhat-release
    CentOS Linux release 7.1.1503 (Core) 
     
    Last edited: Jan 1, 2016
  5. ModeltogTossen

    ModeltogTossen I wish I could??

    313
    97
    28
    Dec 20, 2015
    Denmark
    Ratings:
    +143
    Local Time:
    4:10 AM
    1.9.12
    10.0.23
    Thanks for informative thread about Ovh Cloud. I have earlier looked at this myself - but never tested it. Now I see - hourly based payment - then perhaps I should take a look..
     
  6. eva2000

    eva2000 Administrator Staff Member

    53,190
    12,113
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,649
    Local Time:
    12:10 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Well hit my first road block, I setup the public cloud vps with SSH key out of the box but to log in you use non-root user = admin to log into SSH. But there's no root user password provided and no emails for such too heh. Deleted my instance for now as off to bed. Will look at this more tomorrow :)
     
  7. ModeltogTossen

    ModeltogTossen I wish I could??

    313
    97
    28
    Dec 20, 2015
    Denmark
    Ratings:
    +143
    Local Time:
    4:10 AM
    1.9.12
    10.0.23
    Is it not just a question about to do a 'sudo su - && passwd' when you're in the shell to get that root enabled?
     
  8. eva2000

    eva2000 Administrator Staff Member

    53,190
    12,113
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,649
    Local Time:
    12:10 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    haha ya right.. i just assumed it was root by default or email sent LOL

    fixed with auto login via root heh

    upload_2016-1-1_4-8-27.png
     
  9. eva2000

    eva2000 Administrator Staff Member

    53,190
    12,113
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,649
    Local Time:
    12:10 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Not bad for 2 cpu VPS for Centmin Mod 123.09beta01 install with PHP 5.6.16 default

    Code:
    curl -O https://centminmod.com/betainstaller56.sh && chmod 0700 betainstaller56.sh && bash betainstaller56.sh
    About same speed as a 4GB Linode install
    Code:
    ---------------------------------------------------------------------------
    Total Curl Installer YUM Time: 124.6684 seconds
    Total YUM Time: 126.700930459 seconds
    Total YUM + Source Download Time: 149.9983
    Total Nginx First Time Install Time: 167.4727
    Total PHP First Time Install Time: 325.0828
    Download Zip From Github Time: 3.8388
    Total Time Other eg. source compiles: 275.6777
    Total Centmin Mod Install Time: 918.2315
    ---------------------------------------------------------------------------
    Total Install Time (curl yum + cm install + zip download): 1046.7387 seconds
    ---------------------------------------------------------------------------
    Code:
    *************************************************
    * Post-Install Check List....
    *************************************************
    
    --------------------------------------------------------
    Check ccache Version:
    --------------------------------------------------------
    ccache version 3.2.4
    
    Copyright (C) 2002-2007 Andrew Tridgell
    Copyright (C) 2009-2015 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.9.9
    built by clang 3.4.2 (tags/RELEASE_34/dot2-final)
    built with LibreSSL 2.2.5
    TLS SNI support enabled
    configure arguments: --with-ld-opt='-lrt -ljemalloc -Wl,-z,relro -Wl,-rpath,/usr/local/lib' --with-cc-opt='-m64 -march=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' --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-stream --with-stream_ssl_module --with-http_gzip_static_module --add-module=../ngx_pagespeed-release-1.9.32.11-beta --with-http_sub_module --with-http_addition_module --with-http_image_filter_module --with-http_geoip_module --with-http_realip_module --add-module=../nginx-accesskey-2.0.3 --add-module=../nginx-http-concat-master --add-module=../ngx-fancyindex-ngx-fancyindex --add-module=../ngx_cache_purge-2.3 --add-module=../ngx_devel_kit-0.2.19 --add-module=../set-misc-nginx-module-0.29 --add-module=../echo-nginx-module-0.58 --add-module=../redis2-nginx-module-0.12 --add-module=../ngx_http_redis-0.3.7 --add-module=../lua-nginx-module-0.9.20 --add-module=../lua-upstream-nginx-module-0.04 --add-module=../lua-upstream-cache-nginx-module-0.1.1 --add-module=../nginx_upstream_check_module-0.3.0 --add-module=../openresty-memc-nginx-module-4f6f78f --add-module=../openresty-srcache-nginx-module-ffa9ab7 --add-module=../headers-more-nginx-module-0.29 --with-pcre=../pcre-8.38 --with-pcre-jit --with-http_ssl_module --with-http_v2_module --with-openssl=../libressl-2.2.5
    
    --------------------------------------------------------
    Check PHP-FPM Version:
    --------------------------------------------------------
    PHP 5.6.16 (cli) (built: Dec 31 2015 18:25:14)
    Copyright (c) 1997-2015 The PHP Group
    Zend Engine v2.6.0, Copyright (c) 1998-2015 Zend Technologies
        with Zend OPcache v7.0.6-dev, Copyright (c) 1999-2015, by Zend Technologies
    
    --------------------------------------------------------
    Check MariaDB installed RPM Versions:
    --------------------------------------------------------
    MariaDB-client-10.0.23-1.el7.centos.x86_64
    MariaDB-devel-10.0.23-1.el7.centos.x86_64
    MariaDB-common-10.0.23-1.el7.centos.x86_64
    MariaDB-shared-10.0.23-1.el7.centos.x86_64
    MariaDB-compat-10.0.23-1.el7.centos.x86_64
    MariaDB-server-10.0.23-1.el7.centos.x86_64
    
    --------------------------------------------------------
    Check Memcached Server Version:
    --------------------------------------------------------
    memcached 1.4.25
    
    --------------------------------------------------------
    Check CSF Firewall Version:
    --------------------------------------------------------
    csf: v8.08 (generic)
    
    --------------------------------------------------------
    Check Siege Benchmark Version:
    --------------------------------------------------------
    SIEGE 3.1.3
    
    Copyright (C) 2015 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 ngx_pagespeed Control Script:
    http://centminmod.com/nginx_ngx_pagespeed.html
    --------------------------------------------------------
    pscontrol admin
    pscontrol handler
    pscontrol edit
    pscontrol on
    pscontrol off
    pscontrol statson
    pscontrol statsoff
    
    --------------------------------------------------------
    Check mysqlreport version:
    --------------------------------------------------------
    mysqlreport v3.5-maria11 Jul 4 2013
    
    --------------------------------------------------------
    Check NSD Bind Version:
    --------------------------------------------------------
    NSD version 3.2.18
    Written by NLnet Labs.
    
    Copyright (C) 2001-2011 NLnet Labs.  This is free software.
    There is NO warranty; not even for MERCHANTABILITY or FITNESS
    FOR A PARTICULAR PURPOSE.
    
    --------------------------------------------------------
    Check pure-ftpd Version:
    --------------------------------------------------------
    pure-ftpd v1.0.36
    
    --------------------------------------------------------
    Check YUM Repo List
    --------------------------------------------------------
    Loaded plugins: fastestmirror, priorities
    Loading mirror speeds from cached hostfile
    * base: centos.mirror.constant.com
    * epel: mirror.cogentco.com
    * extras: mirrors.liquidweb.com
    * rpmforge: mirror.team-cymru.org
    * updates: linux.cc.lehigh.edu
    229 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      8,268+825
    extras/7/x86_64    CentOS-7 - Extras                                       189+2
    mariadb            MariaDB                                                  10+4
    rpmforge           RHEL 7 - RPMforge.net - dag                            160+85
    updates/7/x86_64   CentOS-7 - Updates                                     318+51
    repolist: 15,922
    
    --------------------------------------------------------
    mytimes check:
    /usr/bin/mytimes
    --------------------------------------------------------
    Thu Dec 31 18:29:12 UTC 2015  [UTC]
    Fri Jan  1 04:29:12 AEST 2016   [Australia/Brisbane]
    Thu Dec 31 10:29:12 PST 2015    [America/Los_Angeles]
    Thu Dec 31 12:29:12 CST 2015    [America/Chicago]
    Thu Dec 31 13:29:12 EST 2015    [America/New_York]
    Thu Dec 31 18:29:12 GMT 2015    [Europe/London]
    --------------------------------------------------------
    Code:
    free -m
                  total        used        free      shared  buff/cache   available
    Mem:           6810         270         747          44        5793        6241
    Swap:          4095           0        4095
    
    df -hT
    Filesystem     Type      Size  Used Avail Use% Mounted on
    /dev/vda1      ext4      197G  8.1G  181G   5% /
    devtmpfs       devtmpfs  3.4G     0  3.4G   0% /dev
    tmpfs          tmpfs     3.4G     0  3.4G   0% /dev/shm
    tmpfs          tmpfs     3.4G   17M  3.4G   1% /run
    tmpfs          tmpfs     3.4G     0  3.4G   0% /sys/fs/cgroup
    tmpfs          tmpfs     682M     0  682M   0% /run/user/1000
    Did a test HHVM 3.12-dev source compile but much slower than 4GB Linode @2248 seconds due to 2 less cpu cores at 3582.56 seconds

    Code:
    HipHop VM 3.12.0-dev (rel)
    Compiler: heads/master-0-g9f83ce115e450f4c928b37700f4f252222028e2c
    Repo schema: 1aad722cd15bc8b8f8d44fff2bc707f58fdcc6fe
    
    Total HHVM Install Time: 3582.560858591 seconds
     
    Last edited: Jan 1, 2016
  10. eva2000

    eva2000 Administrator Staff Member

    53,190
    12,113
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,649
    Local Time:
    12:10 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+

    centminmodbench.sh run



    Running centminmodbench.sh script

    result log /home/centminmodbench_logs/_publicreport_311215-194505.log
    Code:
    -------------------------------------------
    centminmodbench.sh 0.6
    http://bench.centminmod.com
    written by: George Liu (eva2000)
    http://centminmod.com
    -------------------------------------------
    
    -------------------------------------------
    System Information
    -------------------------------------------
    
    3.10.0-229.1.2.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):                2
    On-line CPU(s) list:   0,1
    Thread(s) per core:    1
    Core(s) per socket:    1
    Socket(s):             2
    NUMA node(s):          1
    Vendor ID:             GenuineIntel
    CPU family:            6
    Model:                 42
    Model name:            Intel Xeon E312xx (Sandy Bridge)
    Stepping:              1
    CPU MHz:               3092.858
    BogoMIPS:              6185.71
    Virtualization:        VT-x
    Hypervisor vendor:     KVM
    Virtualization type:   full
    L1d cache:             32K
    L1i cache:             32K
    L2 cache:              4096K
    NUMA node0 CPU(s):     0,1
    
    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 rep_good nopl eagerfpu pni pclmulqdq vmx ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm abm xsaveopt vnmi ept fsgsbase bmi1 avx2 smep bmi2 erms invpcid
    
    ----------------------------------------------
    CPU NODE SOCKET CORE L1d:L1i:L2 ONLINE
    0   0    0      0    0:0:0      yes
    1   0    1      1    1:1:1      yes
    
    ----------------------------------------------
                  total        used        free      shared  buff/cache   available
    Mem:           6810         340        1056          48        5414        6159
    Low:           6810        5754        1056
    High:             0           0           0
    Swap:          4095           0        4095
    
    ----------------------------------------------
    Filesystem      Size  Used Avail Use% Mounted on
    /dev/vda1       197G   12G  177G   7% /
    devtmpfs        3.4G     0  3.4G   0% /dev
    tmpfs           3.4G     0  3.4G   0% /dev/shm
    tmpfs           3.4G   21M  3.4G   1% /run
    tmpfs           3.4G     0  3.4G   0% /sys/fs/cgroup
    tmpfs           682M     0  682M   0% /run/user/1000
    tmpfs           682M     0  682M   0% /run/user/0
    
    
    Code:
    -------------------------------------------
    disk ioping tests
    -------------------------------------------
    
    IOPing I/O: ./ioping -c 10 .
    4096 bytes from . (ext4 /dev/vda1): request=1 time=0.2 ms
    4096 bytes from . (ext4 /dev/vda1): request=2 time=0.3 ms
    4096 bytes from . (ext4 /dev/vda1): request=3 time=0.3 ms
    4096 bytes from . (ext4 /dev/vda1): request=4 time=0.3 ms
    4096 bytes from . (ext4 /dev/vda1): request=5 time=0.3 ms
    4096 bytes from . (ext4 /dev/vda1): request=6 time=0.3 ms
    4096 bytes from . (ext4 /dev/vda1): request=7 time=0.2 ms
    4096 bytes from . (ext4 /dev/vda1): request=8 time=0.3 ms
    4096 bytes from . (ext4 /dev/vda1): request=9 time=0.3 ms
    4096 bytes from . (ext4 /dev/vda1): request=10 time=0.3 ms
    
    --- . (ext4 /dev/vda1) ioping statistics ---
    10 requests completed in 9004.1 ms, 3778 iops, 14.8 mb/s
    min/avg/max/mdev = 0.2/0.3/0.3/0.0 ms
    
    IOPing seek rate: ./ioping -RD .
    
    --- . (ext4 /dev/vda1) ioping statistics ---
    5185 requests completed in 3000.8 ms, 2014 iops, 7.9 mb/s
    min/avg/max/mdev = 0.1/0.5/21.1/0.5 ms
    
    IOPing sequential: ./ioping -RL .
    
    --- . (ext4 /dev/vda1) ioping statistics ---
    1546 requests completed in 3000.1 ms, 554 iops, 138.4 mb/s
    min/avg/max/mdev = 1.1/1.8/45.5/1.6 ms
    
    IOPing cached: ./ioping -RC .
    
    --- . (ext4 /dev/vda1) ioping statistics ---
    40253 requests completed in 3000.1 ms, 299702 iops, 1170.7 mb/s
    min/avg/max/mdev = 0.0/0.0/0.1/0.0 ms
    
    
    Code:
    -------------------------------------------
    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.92387 s, 558 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.89038 s, 568 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, 9.74633 s, 110 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, 71.3282 s, 15.1 MB/s
    
    Code:
    -------------------------------------------
    disk FIO tests
    -------------------------------------------
    
    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=3984: Thu Dec 31 19:49:25 2015
      read : io=1024.3MB, bw=8004.4KB/s, iops=2001 , runt=131033msec
      cpu          : usr=1.82%, sys=6.32%, ctx=246575, 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=8004KB/s, minb=8004KB/s, maxb=8004KB/s, mint=131033msec, maxt=131033msec
    
    Disk stats (read/write):
      vda: ios=262045/73, merge=0/26, ticks=8374297/371, in_queue=8375702, util=100.00%
    
    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=4002: Thu Dec 31 19:51:41 2015
      write: io=1024.3MB, bw=7727.4KB/s, iops=1931 , runt=135729msec
      cpu          : usr=1.39%, sys=6.26%, ctx=220032, 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=7727KB/s, minb=7727KB/s, maxb=7727KB/s, mint=135729msec, maxt=135729msec
    
    Disk stats (read/write):
      vda: ios=0/261960, merge=0/0, ticks=0/8649441, in_queue=8650299, util=100.00%
    
    
    Code:
    -------------------------------------------
    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.0669947 s, 2.0 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.0685599 s, 2.0 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.0612855 s, 2.2 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.069314 s, 1.9 GB/s
    
    Code:
    -------------------------------------------
    ramdisk ioping tests - memory bandwidth
    -------------------------------------------
    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.6 ms, 104167 iops, 406.9 mb/s
    min/avg/max/mdev = 0.0/0.0/0.0/0.0 ms
    
    IOPing seek rate: ./ioping -R .
    
    --- . (tmpfs tmpfs) ioping statistics ---
    39050 requests completed in 3000.0 ms, 390594 iops, 1525.8 mb/s
    min/avg/max/mdev = 0.0/0.0/0.1/0.0 ms
    
    IOPing sequential: ./ioping -RL .
    
    --- . (tmpfs tmpfs) ioping statistics ---
    20187 requests completed in 3000.1 ms, 18581 iops, 4645.3 mb/s
    min/avg/max/mdev = 0.0/0.1/0.1/0.0 ms
    
    IOPing cached: ./ioping -RC .
    
    --- . (tmpfs tmpfs) ioping statistics ---
    39957 requests completed in 3000.0 ms, 298418 iops, 1165.7 mb/s
    min/avg/max/mdev = 0.0/0.0/0.0/0.0 ms
    
    
    Code:
    
    -------------------------------------------
    Running bandwidth benchmark...
    -------------------------------------------
    
    ----------------------------------------------
    Download from Cachefly (http://cachefly.cachefly.net/100mb.test)
    Download Cachefly: 29.6MB/s
    
    -------------------------------------------
    USA bandwidth tests...
    -------------------------------------------
    
    ----------------------------------------------
    Download from Linode, Atlanta, GA, USA (http://speedtest.atlanta.linode.com/100MB-atlanta.bin)
    Download Linode, Atlanta, GA, USA: 28.1MB/s
    ----------------------------------------------
    Download from Linode, Dallas, TX, USA (http://speedtest.dallas.linode.com/100MB-dallas.bin)
    Download Linode, Dallas, TX, USA: 27.0MB/s
    ----------------------------------------------
    Download from Leaseweb, Manassas, VA, USA (http://mirror.us.leaseweb.net/speedtest/100mb.bin)
    Download Leaseweb, Manassas, VA, USA: 28.4MB/s
    ----------------------------------------------
    Download from Softlayer, Seattle, WA, USA (http://speedtest.sea01.softlayer.com/downloads/test100.zip)
    Download Softlayer, Seattle, WA, USA: 13.2MB/s
    ----------------------------------------------
    Download from Softlayer, San Jose, CA, USA (http://speedtest.sjc01.softlayer.com/downloads/test100.zip)
    Download Softlayer, San Jose, CA, USA: 21.5MB/s
    ----------------------------------------------
    Download from Softlayer, Washington, DC, USA (http://speedtest.wdc01.softlayer.com/downloads/test100.zip)
    Download Softlayer, Washington, DC, USA: 9.27MB/s
    ----------------------------------------------
    Download from VersaWeb, Las Vegas, Nevada (http://199.47.210.50/100mbtest.bin)
    Download VersaWeb, Las Vegas, Nevada: 20.5MB/s
    ----------------------------------------------
    Download from OVH, BHS, Canada (http://bhs.proof.ovh.net/files/100Mio.dat)
    Download OVH, BHS, Canada: 29.9MB/s
    ----------------------------------------------
    Download from Vultr, Los Angeles, California (http://lax-ca-us-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Los Angeles, California: 18.5MB/s
    ----------------------------------------------
    Download from Vultr, Seattle, Washington (http://wa-us-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Seattle, Washington: 11.4MB/s
    ----------------------------------------------
    Download from Vultr, Dallas, Texas (http://tx-us-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Dallas, Texas: 24.1MB/s
    ----------------------------------------------
    Download from Vultr, Chicago, Illinois (http://il-us-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Chicago, Illinois: 23.9MB/s
    ----------------------------------------------
    Download from Vultr, Atlanta, Georgia (http://ga-us-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Atlanta, Georgia: 20.0MB/s
    ----------------------------------------------
    Download from Vultr, Miami, Florida (http://fl-us-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Miami, Florida: 10.1MB/s
    ----------------------------------------------
    Download from Vultr, New York / New Jersey (http://nj-us-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, New York / New Jersey: 28.1MB/s
    
    -------------------------------------------
    Asia bandwidth tests...
    -------------------------------------------
    
    ----------------------------------------------
    Download from Linode, Tokyo, JP (http://speedtest.tokyo.linode.com/100MB-tokyo.bin)
    Download Linode, Tokyo, JP: 12.6MB/s
    ----------------------------------------------
    Download from Softlayer, Singapore (http://speedtest.sng01.softlayer.com/downloads/test100.zip)
    Download Softlayer, Singapore: 10.4MB/s
    ----------------------------------------------
    Download from Vultr, Tokyo, Japan (http://hnd-jp-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Tokyo, Japan: 5.28MB/s
    
    -------------------------------------------
    Europe bandwidth tests...
    -------------------------------------------
    
    ----------------------------------------------
    Download from Linode, London, UK (http://speedtest.london.linode.com/100MB-london.bin)
    Download Linode, London, UK: 15.0MB/s
    ----------------------------------------------
    Download from OVH, Paris, France (http://proof.ovh.net/files/100Mio.dat)
    Download OVH, Paris, France: 17.2MB/s
    ----------------------------------------------
    Download from SmartDC, Rotterdam, Netherlands (http://mirror.i3d.net/100mb.bin)
    Download SmartDC, Rotterdam, Netherlands: 13.3MB/s
    ----------------------------------------------
    Download from Vultr, Amsterdam, Netherlands (http://ams-nl-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Amsterdam, Netherlands: 11.0MB/s
    ----------------------------------------------
    Download from Vultr, London, UK (http://lon-gb-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, London, UK: 9.63MB/s
    ----------------------------------------------
    Download from Vultr, Paris, France (http://par-fr-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Paris, France: 12.3MB/s
    
    -------------------------------------------
    Australia bandwidth tests...
    -------------------------------------------
    
    ----------------------------------------------
    Download from Vultr, Sydney, Australia (http://syd-au-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Sydney, Australia: 5.90MB/s
    
    Code:
    
    -------------------------------------------
    Running Axel multi-threaded bandwidth benchmark...
    -------------------------------------------
    
    ----------------------------------------------
    Axel Download from Cachefly (http://cachefly.cachefly.net/100mb.test)
    Axel Download Cachefly: 28.75MB/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: 25.50MB/s
    ----------------------------------------------
    Axel Download from Linode, Dallas, TX, USA (http://speedtest.dallas.linode.com/100MB-dallas.bin)
    Axel Download Linode, Dallas, TX, USA: 20.25MB/s
    ----------------------------------------------
    Axel Download from Leaseweb, Manassas, VA, USA (http://mirror.us.leaseweb.net/speedtest/100mb.bin)
    Axel Download Leaseweb, Manassas, VA, USA: 28.11MB/s
    ----------------------------------------------
    Axel Download from Softlayer, Seattle, WA, USA (http://speedtest.sea01.softlayer.com/downloads/test100.zip)
    Axel Download Softlayer, Seattle, WA, USA: 21.06MB/s
    ----------------------------------------------
    Axel Download from Softlayer, San Jose, CA, USA (http://speedtest.sjc01.softlayer.com/downloads/test100.zip)
    Axel Download Softlayer, San Jose, CA, USA: 21.39MB/s
    ----------------------------------------------
    Axel Download from Softlayer, Washington, DC, USA (http://speedtest.wdc01.softlayer.com/downloads/test100.zip)
    Axel Download Softlayer, Washington, DC, USA: 25.59MB/s
    ----------------------------------------------
    Axel Download from VersaWeb, Las Vegas, Nevada (http://199.47.210.50/100mbtest.bin)
    Axel Download VersaWeb, Las Vegas, Nevada: 19.53MB/s
    ----------------------------------------------
    Axel Download from OVH, BHS, Canada (http://bhs.proof.ovh.net/files/100Mio.dat)
    Axel Download OVH, BHS, Canada: 28.95MB/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: 20.31MB/s
    ----------------------------------------------
    Axel Download from Vultr, Seattle, Washington (http://wa-us-ping.vultr.com/vultr.com.100MB.bin)
    Axel Download Vultr, Seattle, Washington: 19.84MB/s
    ----------------------------------------------
    Axel Download from Vultr, Dallas, Texas (http://tx-us-ping.vultr.com/vultr.com.100MB.bin)
    Axel Download Vultr, Dallas, Texas: 20.45MB/s
    ----------------------------------------------
    Axel Download from Vultr, Chicago, Illinois (http://il-us-ping.vultr.com/vultr.com.100MB.bin)
    Axel Download Vultr, Chicago, Illinois: 26.41MB/s
    ----------------------------------------------
    Axel Download from Vultr, Atlanta, Georgia (http://ga-us-ping.vultr.com/vultr.com.100MB.bin)
    Axel Download Vultr, Atlanta, Georgia: 25.45MB/s
    ----------------------------------------------
    Axel Download from Vultr, Miami, Florida (http://fl-us-ping.vultr.com/vultr.com.100MB.bin)
    Axel Download Vultr, Miami, Florida: 23.06MB/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: 28.00MB/s
    
    -------------------------------------------
    Asia bandwidth tests...
    -------------------------------------------
    
    ----------------------------------------------
    Axel Download from Linode, Tokyo, JP (http://speedtest.tokyo.linode.com/100MB-tokyo.bin)
    Axel Download Linode, Tokyo, JP: 15.21MB/s
    ----------------------------------------------
    Axel Download from Softlayer, Singapore (http://speedtest.sng01.softlayer.com/downloads/test100.zip)
    Axel Download Softlayer, Singapore: 10.33MB/s
    ----------------------------------------------
    Axel Download from Vultr, Tokyo, Japan (http://hnd-jp-ping.vultr.com/vultr.com.100MB.bin)
    Axel Download Vultr, Tokyo, Japan: 5.49MB/s
    
    -------------------------------------------
    Europe bandwidth tests...
    -------------------------------------------
    
    ----------------------------------------------
    Axel Download from Linode, London, UK (http://speedtest.london.linode.com/100MB-london.bin)
    Axel Download Linode, London, UK: 21.63MB/s
    ----------------------------------------------
    Axel Download from OVH, Paris, France (http://proof.ovh.net/files/100Mio.dat)
    Axel Download OVH, Paris, France: 19.27MB/s
    ----------------------------------------------
    Axel Download from SmartDC, Rotterdam, Netherlands (http://mirror.i3d.net/100mb.bin)
    Axel Download SmartDC, Rotterdam, Netherlands: 14.09MB/s
    ----------------------------------------------
    Axel Download from Vultr, Amsterdam, Netherlands (http://ams-nl-ping.vultr.com/vultr.com.100MB.bin)
    Axel Download Vultr, Amsterdam, Netherlands: 14.92MB/s
    ----------------------------------------------
    Axel Download from Vultr, London, UK (http://lon-gb-ping.vultr.com/vultr.com.100MB.bin)
    Axel Download Vultr, London, UK: 12.49MB/s
    ----------------------------------------------
    Axel Download from Vultr, Paris, France (http://par-fr-ping.vultr.com/vultr.com.100MB.bin)
    Axel Download Vultr, Paris, France: 11.66MB/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: 5.82MB/s
    
    Code:
    
    -------------------------------------------
    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=57 time=8.74 ms
    64 bytes from vip1.G-anycast1.cachefly.net (205.234.175.175): icmp_seq=2 ttl=57 time=8.46 ms
    64 bytes from vip1.G-anycast1.cachefly.net (205.234.175.175): icmp_seq=3 ttl=57 time=8.91 ms
    
    --- vip1.g5.cachefly.net ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2003ms
    rtt min/avg/max/mdev = 8.469/8.712/8.919/0.200 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=46 time=226 ms
    64 bytes from 108.61.212.117.vultr.com (108.61.212.117): icmp_seq=2 ttl=46 time=226 ms
    64 bytes from 108.61.212.117.vultr.com (108.61.212.117): icmp_seq=3 ttl=46 time=226 ms
    
    --- syd-au-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2002ms
    rtt min/avg/max/mdev = 226.684/226.708/226.742/0.550 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=45 time=229 ms
    64 bytes from 108.61.201.151.vultr.com (108.61.201.151): icmp_seq=2 ttl=45 time=229 ms
    64 bytes from 108.61.201.151.vultr.com (108.61.201.151): icmp_seq=3 ttl=45 time=229 ms
    
    --- hnd-jp-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2002ms
    rtt min/avg/max/mdev = 229.411/229.484/229.607/0.559 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=55 time=68.4 ms
    64 bytes from 108.61.219.200.vultr.com (108.61.219.200): icmp_seq=2 ttl=55 time=68.5 ms
    64 bytes from 108.61.219.200.vultr.com (108.61.219.200): icmp_seq=3 ttl=55 time=68.4 ms
    
    --- lax-ca-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2003ms
    rtt min/avg/max/mdev = 68.448/68.489/68.541/0.304 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=52 time=63.2 ms
    64 bytes from 108.61.194.105.vultr.com (108.61.194.105): icmp_seq=2 ttl=52 time=63.3 ms
    64 bytes from 108.61.194.105.vultr.com (108.61.194.105): icmp_seq=3 ttl=52 time=63.3 ms
    
    --- wa-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2003ms
    rtt min/avg/max/mdev = 63.263/63.312/63.340/0.208 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=50 time=42.8 ms
    64 bytes from 108.61.224.175.vultr.com (108.61.224.175): icmp_seq=2 ttl=50 time=42.9 ms
    64 bytes from 108.61.224.175.vultr.com (108.61.224.175): icmp_seq=3 ttl=50 time=42.9 ms
    
    --- tx-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2002ms
    rtt min/avg/max/mdev = 42.821/42.900/42.953/0.178 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=52 time=25.2 ms
    64 bytes from 107.191.51.12.vultr.com (107.191.51.12): icmp_seq=2 ttl=52 time=25.3 ms
    64 bytes from 107.191.51.12.vultr.com (107.191.51.12): icmp_seq=3 ttl=52 time=25.3 ms
    
    --- il-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2002ms
    rtt min/avg/max/mdev = 25.236/25.315/25.387/0.061 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=50 time=30.0 ms
    64 bytes from 108.61.193.166.vultr.com (108.61.193.166): icmp_seq=2 ttl=50 time=29.9 ms
    64 bytes from 108.61.193.166.vultr.com (108.61.193.166): icmp_seq=3 ttl=50 time=30.1 ms
    
    --- ga-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2000ms
    rtt min/avg/max/mdev = 29.948/30.053/30.117/0.074 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=49 time=41.3 ms
    64 bytes from 104.156.244.232: icmp_seq=2 ttl=49 time=41.4 ms
    64 bytes from 104.156.244.232: icmp_seq=3 ttl=49 time=42.0 ms
    
    --- fl-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2002ms
    rtt min/avg/max/mdev = 41.321/41.600/42.028/0.307 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=52 time=10.2 ms
    64 bytes from 108.61.149.182.vultr.com (108.61.149.182): icmp_seq=2 ttl=52 time=10.1 ms
    64 bytes from 108.61.149.182.vultr.com (108.61.149.182): icmp_seq=3 ttl=52 time=10.2 ms
    
    --- nj-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2003ms
    rtt min/avg/max/mdev = 10.188/10.238/10.292/0.092 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=50 time=99.4 ms
    64 bytes from 108.61.210.117.vultr.com (108.61.210.117): icmp_seq=2 ttl=50 time=99.4 ms
    64 bytes from 108.61.210.117.vultr.com (108.61.210.117): icmp_seq=3 ttl=50 time=99.4 ms
    
    --- fra-de-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2002ms
    rtt min/avg/max/mdev = 99.472/99.482/99.493/0.364 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=90.5 ms
    64 bytes from 108.61.198.102.vultr.com (108.61.198.102): icmp_seq=2 ttl=53 time=90.6 ms
    64 bytes from 108.61.198.102.vultr.com (108.61.198.102): icmp_seq=3 ttl=53 time=90.9 ms
    
    --- ams-nl-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2002ms
    rtt min/avg/max/mdev = 90.526/90.712/90.989/0.316 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=55 time=77.7 ms
    64 bytes from 108.61.196.101.vultr.com (108.61.196.101): icmp_seq=2 ttl=55 time=77.8 ms
    64 bytes from 108.61.196.101.vultr.com (108.61.196.101): icmp_seq=3 ttl=55 time=77.8 ms
    
    --- lon-gb-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2003ms
    rtt min/avg/max/mdev = 77.799/77.832/77.872/0.323 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=49 time=108 ms
    64 bytes from 108.61.209.127.vultr.com (108.61.209.127): icmp_seq=2 ttl=49 time=108 ms
    64 bytes from 108.61.209.127.vultr.com (108.61.209.127): icmp_seq=3 ttl=49 time=108 ms
    
    --- par-fr-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2002ms
    rtt min/avg/max/mdev = 108.412/108.589/108.787/0.153 ms
    
    ----------------------------------------------
    Pings (VersaWeb Las Vegas):
    PING 199.47.210.50 (199.47.210.50) 56(84) bytes of data.
    64 bytes from 199.47.210.50: icmp_seq=1 ttl=55 time=77.0 ms
    64 bytes from 199.47.210.50: icmp_seq=2 ttl=55 time=76.4 ms
    64 bytes from 199.47.210.50: icmp_seq=3 ttl=55 time=76.6 ms
    
    --- 199.47.210.50 ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2002ms
    rtt min/avg/max/mdev = 76.467/76.693/77.001/0.225 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=54 time=87.9 ms
    64 bytes from 76.164.234.1: icmp_seq=2 ttl=54 time=87.9 ms
    64 bytes from 76.164.234.1: icmp_seq=3 ttl=54 time=87.9 ms
    
    --- 76.164.234.1 ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2002ms
    rtt min/avg/max/mdev = 87.934/87.961/87.982/0.343 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=59 time=0.295 ms
    64 bytes from bhs.proof.ovh.net (192.99.19.165): icmp_seq=2 ttl=59 time=0.350 ms
    64 bytes from bhs.proof.ovh.net (192.99.19.165): icmp_seq=3 ttl=59 time=0.801 ms
    
    --- bhs.proof.ovh.net ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2003ms
    rtt min/avg/max/mdev = 0.295/0.482/0.801/0.226 ms
    
    
    Code:
    
    -------------------------------------------
    Running mtr tests...
    -------------------------------------------
    
    ----------------------------------------------
    mtr --report -w 200 --report-cycles=10 cachefly.cachefly.net
    Start: Thu Dec 31 19:58:33 2015
    HOST: hostname                                       Loss%   Snt   Last   Avg  Best  Wrst StDev
      1.|-- gateway                                      0.0%    10    0.2   0.2   0.2   0.3   0.0
      2.|-- 158.69.61.222                                0.0%    10    0.2   0.2   0.2   0.3   0.0
      3.|-- 158.69.45.190                                0.0%    10    0.4   0.4   0.3   0.4   0.0
      4.|-- bhs-z2g2-a70.qc.ca                           0.0%    10    0.4   0.4   0.3   0.4   0.0
      5.|-- bhs-g1-a9.qc.ca                              0.0%    10    1.0   1.1   0.8   2.1   0.0
      6.|-- tor-1-6k.on.ca                               0.0%    10    8.7  39.6   8.6 144.1  52.5
      7.|-- prioritycolo.ip4.torontointernetxchange.net  0.0%    10  156.4  23.6   8.7 156.4  46.7
      8.|-- vip1.G-anycast1.cachefly.net                 0.0%    10    8.9   8.8   8.5   9.3   0.0
    
    ----------------------------------------------
    mtr --report -w 200 --report-cycles=10 speedtest.atlanta.linode.com
    Start: Thu Dec 31 19:58:48 2015
    HOST: hostname                                        Loss%   Snt   Last   Avg  Best  Wrst StDev
      1.|-- gateway                                       0.0%    10    0.2   0.2   0.1   0.3   0.0
      2.|-- 158.69.61.222                                 0.0%    10    0.2   0.2   0.2   0.3   0.0
      3.|-- 158.69.45.190                                 0.0%    10    0.4   0.4   0.3   0.4   0.0
      4.|-- bhs-z2g1-a70.qc.ca                            0.0%    10    0.4   0.4   0.4   0.5   0.0
      5.|-- 198.27.73.60                                  0.0%    10    0.9   0.9   0.8   1.0   0.0
      6.|-- nwk-5-a9.nj.us                                0.0%    10    9.1   9.1   9.0   9.1   0.0
      7.|-- nwk-1-a9.nj.us                                0.0%    10    8.8   8.9   8.8   8.9   0.0
      8.|-- ???                                          100.0    10    0.0   0.0   0.0   0.0   0.0
      9.|-- ae-2-3601.ear3.NewYork1.Level3.net           90.0%    10    9.4   9.4   9.4   9.4   0.0
    10.|-- ae1.er4.lga5.us.zip.zayo.com                  0.0%    10    9.3   9.3   9.2   9.4   0.0
    11.|-- ae3.cr2.lga5.us.zip.zayo.com                  0.0%    10    9.4   9.6   9.4  10.8   0.0
    12.|-- ae27.cs2.lga5.us.eth.zayo.com                 0.0%    10   26.8  33.0  26.7  73.0  14.5
    13.|-- ae0.cs1.lga5.us.eth.zayo.com                  0.0%    10   26.9  26.9  26.5  29.6   0.9
    14.|-- ae4.cs1.dca2.us.eth.zayo.com                  0.0%    10   26.5  30.0  26.5  60.7  10.8
    15.|-- ae27.cr1.dca2.us.zip.zayo.com                80.0%    10   15.4  15.2  15.0  15.4   0.0
    16.|-- ae2.mpr4.atl6.us.zip.zayo.com                 0.0%    10   25.9  26.9  25.8  35.3   2.9
    17.|-- ae4.mpr3.atl6.us.zip.zayo.com                 0.0%    10   26.7  26.6  26.4  28.4   0.3
    18.|-- 128.177.104.134.IPYX-092136-ZYO.zip.zayo.com  0.0%    10   25.8  47.3  25.8 239.5  67.5
    19.|-- ???                                          100.0    10    0.0   0.0   0.0   0.0   0.0
    20.|-- speedtest.atlanta.linode.com                  0.0%    10   25.6  25.7  25.5  26.7   0.0
    
    ----------------------------------------------
    mtr --report -w 200 --report-cycles=10 speedtest.dallas.linode.com
    Start: Thu Dec 31 19:59:05 2015
    HOST: hostname                                   Loss%   Snt   Last   Avg  Best  Wrst StDev
      1.|-- gateway                                  0.0%    10    0.2   0.2   0.2   0.3   0.0
      2.|-- 158.69.61.222                            0.0%    10    0.2   0.3   0.2   0.3   0.0
      3.|-- 158.69.45.190                            0.0%    10    0.3   0.4   0.3   0.5   0.0
      4.|-- bhs-z2g2-a70.qc.ca                       0.0%    10    0.3   0.4   0.3   0.4   0.0
      5.|-- bhs-g1-a9.qc.ca                          0.0%    10    0.9   1.3   0.8   2.5   0.5
      6.|-- chi-1-6k.il.us                          90.0%    10   17.7  17.7  17.7  17.7   0.0
      7.|-- ???                                     100.0    10    0.0   0.0   0.0   0.0   0.0
      8.|-- te1-7.bbr01.eq01.chi01.networklayer.com  0.0%    10   17.7  18.8  17.7  27.7   3.1
      9.|-- ae20.bbr01.eq01.dal03.networklayer.com   0.0%    10   37.7  37.7  37.6  37.7   0.0
    10.|-- po31.dsr02.dllstx3.networklayer.com      0.0%    10   37.8  38.0  37.8  38.6   0.0
    11.|-- po31.dsr01.dllstx2.networklayer.com      0.0%    10   37.9  38.0  37.8  38.4   0.0
    12.|-- po1.car01.dllstx2.networklayer.com       0.0%    10   80.6  42.0  37.7  80.6  13.5
    13.|-- router1-dal.linode.com                   0.0%    10   38.0  38.2  38.0  38.3   0.0
    14.|-- speedtest.dallas.linode.com              0.0%    10   37.9  38.0  37.8  38.4   0.0
    
    ----------------------------------------------
    mtr --report -w 200 --report-cycles=10 mirror.us.leaseweb.net
    Start: Thu Dec 31 19:59:21 2015
    HOST: hostname                          Loss%   Snt   Last   Avg  Best  Wrst StDev
      1.|-- gateway                         0.0%    10    0.2   0.2   0.2   0.3   0.0
      2.|-- 158.69.61.222                   0.0%    10    0.2   0.2   0.2   0.3   0.0
      3.|-- 158.69.45.190                   0.0%    10    0.4   0.4   0.3   0.5   0.0
      4.|-- bhs-z2g1-a70.qc.ca              0.0%    10    0.4   0.4   0.4   0.5   0.0
      5.|-- bhs-g1-a9.qc.ca                 0.0%    10    0.8   1.2   0.8   2.2   0.3
      6.|-- nwk-1-a9.nj.us                  0.0%    10    9.1   9.1   9.1   9.2   0.0
      7.|-- nwk-20-6k.nj.us                60.0%    10   13.1  15.0   8.9  29.2   9.6
      8.|-- nyk-1-6k.ny.us                  0.0%    10    9.9   9.5   9.4   9.9   0.0
      9.|-- nyc-ms1.us.leaseweb.net         0.0%    10    9.5  16.2   9.4  61.9  16.6
    10.|-- ???                            100.0    10    0.0   0.0   0.0   0.0   0.0
    11.|-- xe-8-0-1.cr1-wdc1.leaseweb.net  0.0%    10   19.6  19.7  19.6  20.7   0.0
    12.|-- po6.cs1.wdc1.leaseweb.net       0.0%    10   19.7  19.7  19.7  19.8   0.0
    13.|-- mirror.us.leaseweb.net          0.0%    10   19.7  19.6  19.6  19.7   0.0
    
    ----------------------------------------------
    mtr --report -w 200 --report-cycles=10 speedtest.sea01.softlayer.com
    Start: Thu Dec 31 19:59:37 2015
    HOST: hostname                                   Loss%   Snt   Last   Avg  Best  Wrst StDev
      1.|-- gateway                                  0.0%    10    0.2   0.2   0.1   0.3   0.0
      2.|-- 158.69.61.222                            0.0%    10    0.2   0.2   0.2   0.3   0.0
      3.|-- 158.69.45.190                            0.0%    10    0.4   0.4   0.4   0.4   0.0
      4.|-- bhs-z2g2-a70.qc.ca                       0.0%    10    0.3   0.3   0.3   0.4   0.0
      5.|-- bhs-g1-a9.qc.ca                          0.0%    10    0.9   1.0   0.8   2.0   0.0
      6.|-- chi-1-6k.il.us                          40.0%    10   17.8  33.5  17.7  77.2  25.6
      7.|-- chi-2-6k.il.us                          80.0%    10   17.7  19.4  17.7  21.1   2.2
      8.|-- te1-7.bbr01.eq01.chi01.networklayer.com  0.0%    10   17.7  17.8  17.7  17.8   0.0
      9.|-- ae7.bbr02.eq01.chi01.networklayer.com    0.0%    10   18.8  18.7  18.0  19.5   0.0
    10.|-- ae1.bbr02.wb01.sea02.networklayer.com    0.0%    10   75.8  75.7  75.6  75.8   0.0
    11.|-- ae1.dar01.sr01.sea01.networklayer.com    0.0%    10   75.3  75.4  75.3  75.4   0.0
    12.|-- po1.fcr01.sr01.sea01.networklayer.com    0.0%    10   84.1  78.1  76.2  84.1   2.6
    13.|-- speedtest.sea01.softlayer.com            0.0%    10   76.1  76.1  76.0  76.4   0.0
    
    ----------------------------------------------
    mtr --report -w 200 --report-cycles=10 speedtest.sjc01.softlayer.com
    Start: Thu Dec 31 19:59:54 2015
    HOST: hostname                                   Loss%   Snt   Last   Avg  Best  Wrst StDev
      1.|-- gateway                                  0.0%    10    0.2   0.2   0.2   0.3   0.0
      2.|-- 158.69.61.222                            0.0%    10    0.2   0.2   0.2   0.3   0.0
      3.|-- 158.69.45.190                            0.0%    10    0.4   0.4   0.3   0.5   0.0
      4.|-- bhs-z2g2-a70.qc.ca                       0.0%    10    0.3   0.3   0.3   0.4   0.0
      5.|-- bhs-g2-a9.qc.ca                          0.0%    10    0.9   0.9   0.8   1.0   0.0
      6.|-- chi-2-6k.il.us                          70.0%    10   17.7  30.6  17.7  56.3  22.2
      7.|-- te1-7.bbr01.eq01.chi01.networklayer.com  0.0%    10   17.7  17.7  17.6  17.8   0.0
      8.|-- ae7.bbr02.eq01.chi01.networklayer.com    0.0%    10   17.9  17.9  17.8  18.1   0.0
      9.|-- ae1.bbr02.cs01.den01.networklayer.com    0.0%    10   47.4  47.5  47.3  48.3   0.0
    10.|-- ae1.bbr01.eq01.sjc02.networklayer.com    0.0%    10   67.6  69.7  67.6  87.5   6.2
    11.|-- ae6.dar02.sjc01.networklayer.com         0.0%    10   68.1  68.1  68.0  68.1   0.0
    12.|-- po2.fcr01.sr01.sjc01.networklayer.com    0.0%    10   68.2  70.2  68.0  86.9   5.9
    13.|-- speedtest.sjc01.softlayer.com            0.0%    10   68.2  68.5  68.0  72.4   1.3
    
    ----------------------------------------------
    mtr --report -w 200 --report-cycles=10 speedtest.wdc01.softlayer.com
    Start: Thu Dec 31 20:00:09 2015
    HOST: hostname                                   Loss%   Snt   Last   Avg  Best  Wrst StDev
      1.|-- gateway                                  0.0%    10    0.2   0.2   0.2   0.2   0.0
      2.|-- 158.69.61.222                            0.0%    10    0.2   0.2   0.2   0.3   0.0
      3.|-- 158.69.45.190                            0.0%    10    0.4   0.4   0.3   0.5   0.0
      4.|-- bhs-z2g2-a70.qc.ca                       0.0%    10    0.3   0.3   0.3   0.3   0.0
      5.|-- bhs-g1-a9.qc.ca                          0.0%    10    1.0   1.1   0.7   2.0   0.0
      6.|-- chi-1-6k.il.us                          70.0%    10   17.7  17.7  17.7  17.7   0.0
      7.|-- chi-2-6k.il.us                          90.0%    10   17.8  17.8  17.8  17.8   0.0
      8.|-- te1-7.bbr01.eq01.chi01.networklayer.com  0.0%    10   22.1  20.4  17.7  26.3   2.9
      9.|-- ae7.bbr02.eq01.chi01.networklayer.com    0.0%    10   17.9  18.7  17.9  23.1   1.5
    10.|-- ae0.bbr02.eq01.wdc02.networklayer.com    0.0%    10   34.0  34.3  34.0  35.5   0.3
    11.|-- ae1.dar02.wdc01.networklayer.com         0.0%    10   26.1  26.1  26.1  26.2   0.0
    12.|-- po2.fcr01.sr01.wdc01.networklayer.com    0.0%    10   34.9  35.3  34.8  37.4   0.7
    13.|-- speedtest.wdc01.softlayer.com            0.0%    10  166.0 161.9  93.8 190.0  32.0
    
    ----------------------------------------------
    mtr --report -w 200 --report-cycles=10 speedtest.tokyo.linode.com
    Start: Thu Dec 31 20:00:25 2015
    HOST: hostname                       Loss%   Snt   Last   Avg  Best  Wrst StDev
      1.|-- gateway                      0.0%    10    0.2   0.2   0.1   0.2   0.0
      2.|-- 158.69.61.222                0.0%    10    0.2   0.2   0.2   0.3   0.0
      3.|-- 158.69.45.190                0.0%    10    0.4   0.3   0.3   0.5   0.0
      4.|-- bhs-z2g2-a70.qc.ca           0.0%    10    0.3   0.3   0.3   0.4   0.0
      5.|-- bhs-g1-a9.qc.ca              0.0%    10    2.4   5.1   0.7  36.9  11.2
      6.|-- chi-1-6k.il.us              40.0%    10   17.7  17.7  17.6  17.7   0.0
      7.|-- pal-5-6k.ca.us               0.0%    10   65.7  66.3  65.4  74.1   2.6
      8.|-- ???                         100.0    10    0.0   0.0   0.0   0.0   0.0
      9.|-- pajbb001.kddnet.ad.jp        0.0%    10   65.4  65.4  65.3  65.5   0.0
    10.|-- otejbb205.int-gw.kddi.ne.jp  0.0%    10  167.0 168.3 166.4 171.4   1.8
    11.|-- cm-fcu204.kddnet.ad.jp       0.0%    10  175.2 172.4 167.6 179.5   4.4
    12.|-- 124.215.199.170              0.0%    10  173.7 173.8 173.7 174.0   0.0
    13.|-- speedtest.tokyo.linode.com   0.0%    10  184.0 184.0 183.9 184.4   0.0
    
    ----------------------------------------------
    mtr --report -w 200 --report-cycles=10 speedtest.sng01.softlayer.com
    Start: Thu Dec 31 20:00:42 2015
    HOST: hostname                                   Loss%   Snt   Last   Avg  Best  Wrst StDev
      1.|-- gateway                                  0.0%    10    0.2   0.2   0.1   0.3   0.0
      2.|-- 158.69.61.222                            0.0%    10    0.2   0.2   0.2   0.3   0.0
      3.|-- 158.69.45.190                            0.0%    10    0.4   0.4   0.3   0.4   0.0
      4.|-- bhs-z2g2-a70.qc.ca                       0.0%    10    0.3   0.3   0.3   0.4   0.0
      5.|-- bhs-g1-a9.qc.ca                          0.0%    10    0.7   0.8   0.7   0.9   0.0
      6.|-- chi-1-6k.il.us                          90.0%    10   18.4  18.4  18.4  18.4   0.0
      7.|-- chi-2-6k.il.us                          50.0%    10   18.0  26.4  17.7  52.4  15.0
      8.|-- te1-7.bbr01.eq01.chi01.networklayer.com  0.0%    10   17.8  17.8  17.6  18.9   0.3
      9.|-- ae7.bbr02.eq01.chi01.networklayer.com    0.0%    10   18.0  18.0  17.9  18.0   0.0
    10.|-- ae1.bbr02.cs01.den01.networklayer.com    0.0%    10   47.4  47.5  47.3  48.8   0.0
    11.|-- ae1.bbr01.eq01.sjc02.networklayer.com    0.0%    10   68.1  68.7  68.0  70.3   0.7
    12.|-- ae7.bbr02.eq01.sjc02.networklayer.com    0.0%    10   68.0  68.1  68.0  68.3   0.0
    13.|-- ae0.bbr01.eq01.tok01.networklayer.com    0.0%    10  186.0 185.9 185.7 187.2   0.3
    14.|-- ae1.bbr01.eq01.sng02.networklayer.com    0.0%    10  244.4 248.8 244.3 288.8  14.0
    15.|-- ae5.dar02.sr03.sng01.networklayer.com    0.0%    10  245.4 245.5 245.4 245.9   0.0
    16.|-- ???                                     100.0    10    0.0   0.0   0.0   0.0   0.0
    17.|-- speedtest.sng01.softlayer.com            0.0%    10  245.7 245.7 245.6 245.9   0.0
    
    ----------------------------------------------
    mtr --report -w 200 --report-cycles=10 speedtest.london.linode.com
    Start: Thu Dec 31 20:00:59 2015
    HOST: hostname                         Loss%   Snt   Last   Avg  Best  Wrst StDev
      1.|-- gateway                        0.0%    10    0.2   0.2   0.1   0.2   0.0
      2.|-- 158.69.61.222                  0.0%    10    0.2   0.2   0.2   0.3   0.0
      3.|-- 158.69.45.190                  0.0%    10    0.3   0.4   0.3   0.4   0.0
      4.|-- bhs-z2g2-a70.qc.ca             0.0%    10    0.4   0.3   0.3   0.4   0.0
      5.|-- bhs-g1-a9.qc.ca                0.0%    10    0.9   1.2   0.9   2.3   0.5
      6.|-- nwk-1-a9.nj.us                 0.0%    10    9.0   9.0   8.8   9.1   0.0
      7.|-- ldn-1-a9.uk.eu                 0.0%    10   77.8  77.7  77.5  77.9   0.0
      8.|-- linx1.telecityredbus.net      80.0%    10   78.7  78.6  78.6  78.7   0.0
      9.|-- border90-01.lon2.telecity.net  0.0%    10   79.0  79.1  78.9  79.3   0.0
    10.|-- ???                           100.0    10    0.0   0.0   0.0   0.0   0.0
    11.|-- speedtest.london.linode.com    0.0%    10   79.1  79.2  79.1  79.3   0.0
    
    ----------------------------------------------
    mtr --report -w 200 --report-cycles=10 mirror.i3d.net
    Start: Thu Dec 31 20:01:14 2015
    HOST: hostname                            Loss%   Snt   Last   Avg  Best  Wrst StDev
      1.|-- gateway                           0.0%    10    0.2   0.2   0.1   0.2   0.0
      2.|-- 158.69.61.222                     0.0%    10    0.2   0.2   0.2   0.3   0.0
      3.|-- 158.69.45.190                     0.0%    10    0.4   0.4   0.3   0.4   0.0
      4.|-- bhs-z2g2-a70.qc.ca                0.0%    10    0.3   0.3   0.3   0.4   0.0
      5.|-- bhs-g1-a9.qc.ca                   0.0%    10    0.8   1.8   0.8   4.4   0.9
      6.|-- nwk-1-a9.nj.us                    0.0%    10    9.1   9.1   9.0   9.1   0.0
      7.|-- ldn-1-a9.uk.eu                    0.0%    10   77.9  77.7  77.6  78.0   0.0
      8.|-- rbx-g1-a9.fr.eu                   0.0%    10   81.2  81.8  81.2  82.6   0.3
      9.|-- ams-1-a9.nl.eu                    0.0%    10   91.2  91.3  91.2  91.5   0.0
    10.|-- 40ge.ams-ix.i3d.net               0.0%    10   89.5  89.3  88.7  91.4   0.8
    11.|-- 30ge.cr1-ar0.smartdc.rtd.i3d.net  0.0%    10   88.5  90.0  88.4  94.4   2.0
    12.|-- 80ge.br3-cr1.smartdc.rtd.i3d.net  0.0%    10   88.4 105.5  88.4 223.9  41.9
    13.|-- mirror.i3d.net                    0.0%    10   88.1  88.2  88.1  88.3   0.0
    
    ----------------------------------------------
    mtr --report -w 200 --report-cycles=10 syd-au-ping.vultr.com
    Start: Thu Dec 31 20:01:30 2015
    HOST: hostname                                     Loss%   Snt   Last   Avg  Best  Wrst StDev
      1.|-- gateway                                    0.0%    10    0.1   0.1   0.1   0.2   0.0
      2.|-- 158.69.61.222                              0.0%    10    0.2   0.2   0.1   0.3   0.0
      3.|-- 158.69.45.190                              0.0%    10    0.3   0.3   0.3   0.3   0.0
      4.|-- bhs-z2g2-a70.qc.ca                         0.0%    10    0.3   0.3   0.3   0.4   0.0
      5.|-- bhs-g2-a9.qc.ca                            0.0%    10    0.9   0.9   0.8   1.0   0.0
      6.|-- chi-2-6k.il.us                            60.0%    10   17.7  28.5  17.7  44.6  13.1
      7.|-- pal-1-6k.ca.us                             0.0%    10   65.5 120.3  65.4 264.6  88.0
      8.|-- snj-2-6k.ca.us                             0.0%    10  241.5  96.7  66.1 241.5  57.8
      9.|-- swt01.sjc02.ca.vocusconnect.net            0.0%    10   74.3  74.3  74.3  74.4   0.0
    10.|-- ten-0-0-0-0.cor02.sjc01.ca.VOCUS.net       0.0%    10  226.9 226.8 226.8 226.9   0.0
    11.|-- ten-0-5-0-0.cor01.syd04.nsw.VOCUS.net.au   0.0%    10  226.3 226.4 226.3 226.5   0.0
    12.|-- ten-2-0-0.bdr03.syd04.nsw.VOCUS.net.au     0.0%    10  229.3 229.2 229.2 229.3   0.0
    13.|-- as17819.cust.bdr03.syd04.nsw.VOCUS.net.au  0.0%    10  226.8 227.8 226.7 235.9   2.8
    14.|-- xe-0-0-0.gw102.sy3.ap.equinix.com          0.0%    10  226.8 226.9 226.8 226.9   0.0
    15.|-- 180.189.25.6                               0.0%    10  226.6 226.7 226.6 227.1   0.0
    16.|-- 108.61.212.12.vultr.com                    0.0%    10  226.4 226.5 226.4 226.6   0.0
    17.|-- 108.61.212.117.vultr.com                   0.0%    10  226.7 226.7 226.6 226.7   0.0
    
    ----------------------------------------------
    mtr --report -w 200 --report-cycles=10 hnd-jp-ping.vultr.com
    Start: Thu Dec 31 20:01:50 2015
    HOST: hostname                                      Loss%   Snt   Last   Avg  Best  Wrst StDev
      1.|-- gateway                                     0.0%    10    0.2   0.2   0.2   0.3   0.0
      2.|-- 158.69.61.222                               0.0%    10    0.2   0.2   0.2   0.3   0.0
      3.|-- 158.69.45.190                               0.0%    10    0.3   0.4   0.3   0.5   0.0
      4.|-- bhs-z2g1-a70.qc.ca                          0.0%    10    0.3   0.3   0.3   0.4   0.0
      5.|-- bhs-g1-a9.qc.ca                             0.0%    10    0.9   1.2   0.8   2.2   0.0
      6.|-- chi-1-6k.il.us                             90.0%    10   17.7  17.7  17.7  17.7   0.0
      7.|-- ???                                        100.0    10    0.0   0.0   0.0   0.0   0.0
      8.|-- be2765.ccr41.ord01.atlas.cogentco.com       0.0%    10   18.5  18.3  18.1  18.6   0.0
      9.|-- be2831.ccr21.mci01.atlas.cogentco.com       0.0%    10   38.8  38.8  38.6  38.8   0.0
    10.|-- be2132.ccr21.sfo01.atlas.cogentco.com       0.0%    10   67.2  67.3  67.2  68.3   0.0
    11.|-- be2164.ccr21.sjc01.atlas.cogentco.com       0.0%    10   69.1  69.1  68.9  69.3   0.0
    12.|-- be2000.ccr21.sjc03.atlas.cogentco.com       0.0%    10   69.2  69.6  69.2  70.7   0.3
    13.|-- verio.sjc03.atlas.cogentco.com              0.0%    10   70.8  69.6  69.2  70.8   0.3
    14.|-- ae-11.r23.snjsca04.us.bb.gin.ntt.net        0.0%    10   70.2  69.1  69.0  70.2   0.3
    15.|-- ae-21.r30.tokyjp05.jp.bb.gin.ntt.net        0.0%    10  238.9 236.2 233.5 239.9   2.5
    16.|-- ae-16.r01.tokyjp05.jp.bb.gin.ntt.net        0.0%    10  252.5 252.5 252.4 252.6   0.0
    17.|-- xe-0-6-0-21.r01.tokyjp05.jp.ce.gin.ntt.net  0.0%    10  253.9 253.1 249.6 262.0   4.6
    18.|-- 108.61.200.34.vultr.com                     0.0%    10  231.4 231.5 231.4 231.5   0.0
    19.|-- 108.61.201.151.vultr.com                    0.0%    10  229.5 229.5 229.4 229.7   0.0
    
    ----------------------------------------------
    mtr --report -w 200 --report-cycles=10 lax-ca-us-ping.vultr.com
    Start: Thu Dec 31 20:02:06 2015
    HOST: hostname                     Loss%   Snt   Last   Avg  Best  Wrst StDev
      1.|-- gateway                    0.0%    10    0.2   0.2   0.2   0.2   0.0
      2.|-- 158.69.61.222              0.0%    10    0.2   0.2   0.2   0.3   0.0
      3.|-- 158.69.45.190              0.0%    10    0.3   0.3   0.3   0.4   0.0
      4.|-- bhs-z2g2-a70.qc.ca         0.0%    10    0.4   0.4   0.3   0.8   0.0
      5.|-- bhs-g1-a9.qc.ca            0.0%    10    0.8   0.8   0.8   0.9   0.0
      6.|-- nwk-1-a9.nj.us             0.0%    10    9.0   9.1   9.0   9.2   0.0
      7.|-- lax-5-6k.ca.us             0.0%    10  238.9  93.7  68.6 238.9  52.7
      8.|-- lax-1-6k.ca.us             0.0%    10   68.5  88.7  68.5 270.2  63.7
      9.|-- any2ix.coresite.com        0.0%    10   68.4  71.9  68.4  79.5   3.6
    10.|-- 104.238.143.141.vultr.com  0.0%    10   68.6  68.4  68.3  68.6   0.0
    11.|-- 108.61.219.200.vultr.com   0.0%    10   68.6  68.6  68.4  68.8   0.0
    
    ----------------------------------------------
    mtr --report -w 200 --report-cycles=10 wa-us-ping.vultr.com
    Start: Thu Dec 31 20:02:22 2015
    HOST: hostname                               Loss%   Snt   Last   Avg  Best  Wrst StDev
      1.|-- gateway                              0.0%    10    0.2   0.1   0.1   0.2   0.0
      2.|-- 158.69.61.222                        0.0%    10    0.2   0.2   0.2   0.2   0.0
      3.|-- 158.69.45.190                        0.0%    10    0.4   0.3   0.3   0.4   0.0
      4.|-- bhs-z2g1-a70.qc.ca                   0.0%    10    0.2   0.3   0.2   0.4   0.0
      5.|-- bhs-g1-a9.qc.ca                      0.0%    10    0.9   0.8   0.7   1.0   0.0
      6.|-- ???                                 100.0    10    0.0   0.0   0.0   0.0   0.0
      7.|-- ???                                 100.0    10    0.0   0.0   0.0   0.0   0.0
      8.|-- ae-1-3519.edge3.Chicago3.Level3.net  0.0%    10   17.9  21.3  17.8  52.1  10.8
      9.|-- ae10.chi11.ip4.gtt.net               0.0%    10   18.0  17.9  17.8  18.1   0.0
    10.|-- et-2-1-0.sea23.ip4.gtt.net           0.0%    10   64.1  64.1  64.0  64.2   0.0
    11.|-- choopa-gw.ip4.gtt.net                0.0%    10   62.7  64.1  62.6  73.5   3.4
    12.|-- 104.156.252.52.vultr.com             0.0%    10   63.2  63.2  63.1  63.3   0.0
    13.|-- 108.61.194.105.vultr.com             0.0%    10   63.4  63.5  63.3  63.6   0.0
    
    ----------------------------------------------
    mtr --report -w 200 --report-cycles=10 tx-us-ping.vultr.com
    Start: Thu Dec 31 20:02:38 2015
    HOST: hostname                                       Loss%   Snt   Last   Avg  Best  Wrst StDev
      1.|-- gateway                                      0.0%    10    0.2   0.2   0.1   0.3   0.0
      2.|-- 158.69.61.222                                0.0%    10    0.2   0.2   0.2   0.3   0.0
      3.|-- 158.69.45.190                                0.0%    10    0.4   0.4   0.3   0.4   0.0
      4.|-- bhs-z2g1-a70.qc.ca                           0.0%    10    0.3   0.3   0.3   0.4   0.0
      5.|-- bhs-g1-a9.qc.ca                              0.0%    10    0.9   1.3   0.8   2.3   0.3
      6.|-- nwk-1-a9.nj.us                               0.0%    10    8.9   8.9   8.9   9.0   0.0
      7.|-- ???                                         100.0    10    0.0   0.0   0.0   0.0   0.0
      8.|-- nyk-bb2-link.telia.net                       0.0%    10    9.2  13.6   9.1  53.3  14.0
      9.|-- nyk-b3-link.telia.net                        0.0%    10    9.4   9.4   9.3   9.5   0.0
    10.|-- gtt-ic-312717-nyk-b3.c.telia.net             0.0%    10    9.4   9.4   9.3   9.5   0.0
    11.|-- xe-8-3-2.dal34.ip4.gtt.net                   0.0%    10   42.8  42.8  42.7  43.4   0.0
    12.|-- as20473.xe-5-1-2.cr1.dfw1.us.as4436.gtt.net  0.0%    10   43.2  43.1  42.7  44.9   0.6
    13.|-- 108.61.224.12.vultr.com                      0.0%    10   42.8  42.8  42.7  42.9   0.0
    14.|-- 108.61.224.175.vultr.com                     0.0%    10   42.8  43.0  42.8  43.7   0.0
    
    ----------------------------------------------
    mtr --report -w 200 --report-cycles=10 il-us-ping.vultr.com
    Start: Thu Dec 31 20:02:55 2015
    HOST: hostname                                     Loss%   Snt   Last   Avg  Best  Wrst StDev
      1.|-- gateway                                    0.0%    10    0.2   0.2   0.2   0.3   0.0
      2.|-- 158.69.61.222                              0.0%    10    0.2   0.2   0.2   0.3   0.0
      3.|-- 158.69.45.190                              0.0%    10    0.3   0.4   0.3   0.4   0.0
      4.|-- bhs-z2g2-a70.qc.ca                         0.0%    10    0.4   0.4   0.3   0.5   0.0
      5.|-- bhs-g2-a9.qc.ca                            0.0%    10    1.0   1.0   0.8   1.3   0.0
      6.|-- ???                                       100.0    10    0.0   0.0   0.0   0.0   0.0
      7.|-- ???                                       100.0    10    0.0   0.0   0.0   0.0   0.0
      8.|-- 64.86.78.18                                0.0%    10   18.2  18.4  18.2  18.9   0.0
      9.|-- xe-0-3-0-9.r06.chcgil09.us.ce.gin.ntt.net  0.0%    10   31.7  28.6  25.2  35.0   4.4
    10.|-- 104.238.163.121.vultr.com                  0.0%    10   18.6  18.6  18.5  18.7   0.0
    11.|-- 107.191.51.12.vultr.com                    0.0%    10   18.6  21.3  18.6  25.3   3.4
    
    ----------------------------------------------
    mtr --report -w 200 --report-cycles=10 ga-us-ping.vultr.com
    Start: Thu Dec 31 20:03:10 2015
    HOST: hostname                                       Loss%   Snt   Last   Avg  Best  Wrst StDev
      1.|-- gateway                                      0.0%    10    0.2   0.2   0.2   0.3   0.0
      2.|-- 158.69.61.222                                0.0%    10    0.2   0.2   0.2   0.3   0.0
      3.|-- 158.69.45.190                                0.0%    10    0.4   0.4   0.3   0.4   0.0
      4.|-- bhs-z2g2-a70.qc.ca                           0.0%    10    0.4   0.4   0.3   0.4   0.0
      5.|-- bhs-g2-a9.qc.ca                              0.0%    10    0.9   0.9   0.8   1.1   0.0
      6.|-- chi-2-6k.il.us                              40.0%    10   17.7  51.8  17.7 120.9  38.7
      7.|-- chi-1-6k.il.us                              60.0%    10   17.7  29.2  17.7  63.5  22.8
      8.|-- ???                                         100.0    10    0.0   0.0   0.0   0.0   0.0
      9.|-- ae-1-3519.edge3.Chicago3.Level3.net          0.0%    10   43.9  29.6  17.9  50.3  15.1
    10.|-- ae10.chi11.ip4.gtt.net                       0.0%    10   17.9  17.9  17.9  18.0   0.0
    11.|-- xe-10-1-3.atl12.ip4.gtt.net                  0.0%    10   29.1  29.1  28.9  29.2   0.0
    12.|-- as20473.xe-1-3-1.cr2.atl1.us.as4436.gtt.net  0.0%    10   29.9  30.0  29.6  31.4   0.3
    13.|-- 108.61.192.23.vultr.com                      0.0%    10   31.7  31.6  31.6  31.7   0.0
    14.|-- 108.61.193.166.vultr.com                     0.0%    10   30.1  30.1  30.0  30.3   0.0
    
    ----------------------------------------------
    mtr --report -w 200 --report-cycles=10 fl-us-ping.vultr.com
    Start: Thu Dec 31 20:03:26 2015
    HOST: hostname                               Loss%   Snt   Last   Avg  Best  Wrst StDev
      1.|-- gateway                              0.0%    10    0.2   0.2   0.2   0.3   0.0
      2.|-- 158.69.61.222                        0.0%    10    0.2   0.2   0.2   0.3   0.0
      3.|-- 158.69.45.190                        0.0%    10    0.4   0.4   0.4   0.4   0.0
      4.|-- bhs-z2g1-a70.qc.ca                   0.0%    10    0.4   0.4   0.3   0.4   0.0
      5.|-- 198.27.73.60                         0.0%    10    0.9   0.9   0.7   1.2   0.0
      6.|-- ???                                 100.0    10    0.0   0.0   0.0   0.0   0.0
      7.|-- chi-1-6k.il.us                      60.0%    10   17.7  32.8  17.7  78.2  30.3
      8.|-- ???                                 100.0    10    0.0   0.0   0.0   0.0   0.0
      9.|-- ae-1-3519.edge3.Chicago3.Level3.net  0.0%    10   37.1  37.6  17.9  54.5  11.6
    10.|-- ae10.chi11.ip4.gtt.net               0.0%    10   18.0  19.7  17.8  26.8   2.9
    11.|-- xe-8-1-7.mia12.ip4.gtt.net           0.0%    10   42.2  42.2  42.1  42.3   0.0
    12.|-- mia19.ip4.gtt.net                    0.0%    10   43.4  43.6  43.4  44.7   0.0
    13.|-- as20473-gw.mia12.ip4.gtt.net         0.0%    10   45.9  41.9  41.3  45.9   1.4
    14.|-- 104.156.244.18.vultr.com             0.0%    10   42.3  42.3  42.3  42.4   0.0
    15.|-- 104.156.244.232                      0.0%    10   41.3  41.4  41.3  41.5   0.0
    
    ----------------------------------------------
    mtr --report -w 200 --report-cycles=10 nj-us-ping.vultr.com
    Start: Thu Dec 31 20:03:42 2015
    HOST: hostname                                   Loss%   Snt   Last   Avg  Best  Wrst StDev
      1.|-- gateway                                  0.0%    10    0.2   0.2   0.2   0.3   0.0
      2.|-- 158.69.61.222                            0.0%    10    0.3   0.2   0.2   0.3   0.0
      3.|-- 158.69.45.190                            0.0%    10    0.4   0.4   0.3   0.4   0.0
      4.|-- bhs-z2g2-a70.qc.ca                       0.0%    10    0.4   0.4   0.3   0.5   0.0
      5.|-- bhs-g2-a9.qc.ca                          0.0%    10    0.9   0.9   0.8   1.1   0.0
      6.|-- nwk-5-a9.nj.us                           0.0%    10    9.0   8.9   8.8   9.1   0.0
      7.|-- nwk-20-6k.nj.us                         20.0%    10    9.1   9.0   8.9   9.1   0.0
      8.|-- nyk-5-6k.ny.us                           0.0%    10    9.4   9.4   9.3   9.6   0.0
      9.|-- nyiix.gi3-6.cr1.nyc1.choopa.net          0.0%    10   10.0  10.0   9.9  10.2   0.0
    10.|-- 108.61.244.201                           0.0%    10   10.3  11.4  10.3  19.5   2.8
    11.|-- ethernet1-49-c11-8-c6-1.pnj1.choopa.net  0.0%    10   13.3  10.7  10.2  13.3   0.9
    12.|-- 208.167.229.6.vultr.com                  0.0%    10   10.5  10.5  10.3  10.8   0.0
    13.|-- 108.61.149.182.vultr.com                 0.0%    10   10.3  10.3  10.1  10.6   0.0
    
    ----------------------------------------------
    mtr --report -w 200 --report-cycles=10 fra-de-ping.vultr.com
    Start: Thu Dec 31 20:03:58 2015
    HOST: hostname                               Loss%   Snt   Last   Avg  Best  Wrst StDev
      1.|-- gateway                              0.0%    10    0.2   0.2   0.2   0.3   0.0
      2.|-- 158.69.61.222                        0.0%    10    0.2   0.2   0.2   0.3   0.0
      3.|-- 158.69.45.190                        0.0%    10    0.4   0.4   0.3   0.5   0.0
      4.|-- bhs-z2g2-a70.qc.ca                   0.0%    10    0.4   0.4   0.3   0.5   0.0
      5.|-- bhs-g2-a9.qc.ca                      0.0%    10    1.1   0.9   0.7   1.1   0.0
      6.|-- chi-2-6k.il.us                      20.0%    10   57.7  53.7  17.6 229.1  72.9
      7.|-- ???                                 100.0    10    0.0   0.0   0.0   0.0   0.0
      8.|-- ???                                 100.0    10    0.0   0.0   0.0   0.0   0.0
      9.|-- ae-1-3519.edge3.Chicago3.Level3.net  0.0%    10   17.9  18.0  17.9  18.1   0.0
    10.|-- ae10.chi11.ip4.gtt.net               0.0%    10   17.9  20.3  17.8  37.6   6.2
    11.|-- xe-2-1-3.fra21.ip4.gtt.net           0.0%    10   99.1  99.1  98.9  99.2   0.0
    12.|-- ip4.gtt.net                          0.0%    10   99.3 103.3  99.3 110.3   4.1
    13.|-- 108.61.113.24.vultr.com              0.0%    10   99.3  99.3  99.2  99.5   0.0
    14.|-- 108.61.210.117.vultr.com             0.0%    10   99.5  99.5  99.4  99.6   0.0
    
    ----------------------------------------------
    mtr --report -w 200 --report-cycles=10 ams-nl-ping.vultr.com
    Start: Thu Dec 31 20:04:14 2015
    HOST: hostname                    Loss%   Snt   Last   Avg  Best  Wrst StDev
      1.|-- gateway                   0.0%    10    0.2   0.2   0.2   0.3   0.0
      2.|-- 158.69.61.222             0.0%    10    0.3   0.3   0.2   0.3   0.0
      3.|-- 158.69.45.190             0.0%    10    0.4   0.4   0.4   0.5   0.0
      4.|-- bhs-z2g1-a70.qc.ca        0.0%    10    0.4   0.4   0.4   0.5   0.0
      5.|-- 198.27.73.60              0.0%    10    0.9   0.9   0.7   0.9   0.0
      6.|-- nwk-5-a9.nj.us            0.0%    10    9.2   9.2   9.1   9.5   0.0
      7.|-- ldn-5-a9.uk.eu            0.0%    10   81.8  81.9  81.7  82.2   0.0
      8.|-- rbx-g2-a9.fr.eu           0.0%    10   85.1  84.4  83.8  85.2   0.0
      9.|-- ams-5-a9.nl.eu            0.0%    10   90.3  90.4  90.3  90.7   0.0
    10.|-- 80.249.212.38             0.0%    10   90.8  91.1  90.8  91.9   0.0
    11.|-- 108.61.198.12.vultr.com   0.0%    10   90.6  90.6  90.5  90.8   0.0
    12.|-- 108.61.198.102.vultr.com  0.0%    10   90.8  90.8  90.6  90.9   0.0
    
    ----------------------------------------------
    mtr --report -w 200 --report-cycles=10 lon-gb-ping.vultr.com
    Start: Thu Dec 31 20:04:30 2015
    HOST: hostname                    Loss%   Snt   Last   Avg  Best  Wrst StDev
      1.|-- gateway                   0.0%    10    0.2   0.2   0.2   0.3   0.0
      2.|-- 158.69.61.222             0.0%    10    0.3   0.3   0.2   0.3   0.0
      3.|-- 158.69.45.190             0.0%    10    0.5   0.4   0.3   0.5   0.0
      4.|-- bhs-z2g2-a70.qc.ca        0.0%    10    0.4   0.4   0.3   0.4   0.0
      5.|-- bhs-g1-a9.qc.ca           0.0%    10    0.6   1.3   0.6   2.5   0.0
      6.|-- nwk-1-a9.nj.us            0.0%    10    9.0   9.2   9.0   9.6   0.0
      7.|-- ldn-1-a9.uk.eu            0.0%    10   77.4  77.5  77.3  77.8   0.0
      8.|-- ldn-5-a9.uk.eu            0.0%    10   80.2  80.1  80.1  80.2   0.0
      9.|-- ns1.choopa.com            0.0%    10   83.3  82.3  80.4  86.3   1.9
    10.|-- 104.238.175.31.vultr.com  0.0%    10   76.5  76.5  76.5  76.8   0.0
    11.|-- 108.61.196.101.vultr.com  0.0%    10   78.0  77.9  77.9  78.0   0.0
    
    ----------------------------------------------
    mtr --report -w 200 --report-cycles=10 par-fr-ping.vultr.com
    Start: Thu Dec 31 20:04:45 2015
    HOST: hostname                               Loss%   Snt   Last   Avg  Best  Wrst StDev
      1.|-- gateway                              0.0%    10    0.2   0.2   0.2   0.3   0.0
      2.|-- 158.69.61.222                        0.0%    10    0.2   0.2   0.2   0.3   0.0
      3.|-- 158.69.45.190                        0.0%    10    0.5   0.4   0.4   0.5   0.0
      4.|-- bhs-z2g1-a70.qc.ca                   0.0%    10    0.5   0.4   0.3   0.5   0.0
      5.|-- bhs-g1-a9.qc.ca                      0.0%    10    0.9   0.9   0.8   1.1   0.0
      6.|-- ???                                 100.0    10    0.0   0.0   0.0   0.0   0.0
      7.|-- ???                                 100.0    10    0.0   0.0   0.0   0.0   0.0
      8.|-- ae-1-3519.edge3.Chicago3.Level3.net  0.0%    10   18.0  18.0  17.9  18.1   0.0
      9.|-- ae10.chi11.ip4.gtt.net               0.0%    10   18.5  18.1  17.9  18.5   0.0
    10.|-- xe-1-1-0.par70.ip4.gtt.net           0.0%    10  102.1 101.7 101.5 102.1   0.0
    11.|-- ip4.gtt.net                          0.0%    10  109.0 109.3 109.0 110.7   0.3
    12.|-- 108.61.105.12.vultr.com              0.0%    10  109.7 109.8 109.7 110.3   0.0
    13.|-- 108.61.209.127.vultr.com             0.0%    10  108.8 109.5 108.4 116.5   2.4
    
    ----------------------------------------------
    mtr --report -w 200 --report-cycles=10 VersaWeb Las Vegas
    Start: Thu Dec 31 20:05:01 2015
    HOST: hostname                                       Loss%   Snt   Last   Avg  Best  Wrst StDev
      1.|-- gateway                                      0.0%    10    0.2   0.2   0.1   0.3   0.0
      2.|-- 158.69.61.222                                0.0%    10    0.2   0.2   0.2   0.3   0.0
      3.|-- 158.69.45.190                                0.0%    10    0.4   0.4   0.3   0.4   0.0
      4.|-- bhs-z2g1-a70.qc.ca                           0.0%    10    0.4   0.4   0.3   0.4   0.0
      5.|-- bhs-g1-a9.qc.ca                              0.0%    10    0.8   0.9   0.8   1.3   0.0
      6.|-- nwk-1-a9.nj.us                               0.0%    10    9.1   9.1   9.0   9.2   0.0
      7.|-- lax-5-6k.ca.us                               0.0%    10   68.8  68.9  68.6  69.2   0.0
      8.|-- lax-1-6k.ca.us                               0.0%    10   68.6  80.2  68.4 184.3  36.6
      9.|-- the-irc-company.as53340.any2ix.coresite.com  0.0%    10   76.7  82.2  76.7  88.8   4.4
    10.|-- ???                                         100.0    10    0.0   0.0   0.0   0.0   0.0
    11.|-- 199.47.210.50                                0.0%    10   76.6  76.6  76.5  77.1   0.0
    
    ----------------------------------------------
    mtr --report -w 200 --report-cycles=10 VersaWeb Seattle
    Start: Thu Dec 31 20:05:17 2015
    HOST: hostname                             Loss%   Snt   Last   Avg  Best  Wrst StDev
      1.|-- gateway                            0.0%    10    0.2   0.2   0.1   0.3   0.0
      2.|-- 158.69.61.222                      0.0%    10    0.3   0.3   0.2   0.3   0.0
      3.|-- 158.69.45.190                      0.0%    10    0.4   0.4   0.4   0.5   0.0
      4.|-- bhs-z2g2-a70.qc.ca                 0.0%    10    0.4   0.4   0.3   0.5   0.0
      5.|-- bhs-g1-a9.qc.ca                    0.0%    10    1.2   1.3   0.8   2.2   0.0
      6.|-- tor-1-6k.on.ca                     0.0%    10    8.8   8.9   8.7  10.0   0.3
      7.|-- torix.edge1.tor1.ca.as5580.net     0.0%    10   16.9  11.9   8.5  20.2   4.7
      8.|-- eth2-2.r2.chi1.us.as5580.net       0.0%    10   43.0  38.6  34.8  46.9   4.8
      9.|-- eth1-1.edge1.sea1.us.as5580.net    0.0%    10   87.9  92.7  87.9  99.3   4.6
    10.|-- elbracht-ic.r1.fra2.de.as5580.net  0.0%    10   87.9  88.1  87.9  89.3   0.3
    11.|-- 76.164.234.1                       0.0%    10   88.1  88.0  87.9  88.1   0.0
    
    ----------------------------------------------
    mtr --report -w 200 --report-cycles=10 OVH Canada
    Start: Thu Dec 31 20:05:33 2015
    HOST: hostname              Loss%   Snt   Last   Avg  Best  Wrst StDev
      1.|-- gateway             0.0%    10    0.2   0.2   0.2   0.3   0.0
      2.|-- 158.69.61.222       0.0%    10    0.3   0.3   0.2   0.3   0.0
      3.|-- 158.69.45.190       0.0%    10    0.4   0.4   0.4   0.4   0.0
      4.|-- bhs-z2g2-a70.qc.ca  0.0%    10    0.4   0.3   0.3   0.4   0.0
      5.|-- 10.21.51.12         0.0%    10    1.0   2.1   1.0   3.8   1.1
      6.|-- bhs.proof.ovh.net   0.0%    10    0.5   0.5   0.4   0.5   0.0
    
    
    Code:
    -------------------------------------------
    Check system entropy pool availability
    -------------------------------------------
    
    entropy_avail: 2041
    entropy_avail: 1789
    entropy_avail: 1538
    entropy_avail: 1288
    
    Code:
    -------------------------------------------
    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 2
    OpenSSL 1.0.1e-fips 11 Feb 2013
    built on: Mon Dec 14 05:15:47 UTC 2015
    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             119114.20k   346672.32k   764772.86k  1095572.14k  1256876.71k
    sha1            132379.21k   368093.29k   801694.21k  1183186.26k  1474958.68k
    rc4             740271.96k  1300585.32k  1520406.95k  1575287.47k  1582809.09k
    aes-128 cbc     253559.56k   278434.73k   284982.02k   609188.52k   618599.77k
    aes-256 cbc     184280.39k   199743.91k   202872.58k   446723.75k   452149.25k
    sha256          100144.66k   221360.19k   392457.05k   473819.14k   499971.41k
                      sign    verify    sign/s verify/s
    rsa 2048 bits 0.000590s 0.000018s   1695.0  56349.2
    rsa 4096 bits 0.004132s 0.000066s    242.0  15209.3
                                  sign    verify    sign/s verify/s
    256 bit ecdsa (nistp256)   0.0001s   0.0002s  19419.3   5057.9
    -------------------------------------------
    openssl speed -evp aes256 -multi 2
    OpenSSL 1.0.1e-fips 11 Feb 2013
    built on: Mon Dec 14 05:15:47 UTC 2015
    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             957220.09k  1007051.93k  1020813.31k  1024438.27k  1015267.33k
    -------------------------------------------
    openssl speed -evp aes128 -multi 2
    OpenSSL 1.0.1e-fips 11 Feb 2013
    built on: Mon Dec 14 05:15:47 UTC 2015
    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            1258757.73k  1356930.77k  1383251.71k  1390031.87k  1394032.64k
    
    -------------------------------------------
    Centmin Mod Nginx static LibreSSL Benchmark
    -------------------------------------------
    
    LibreSSL 2.2.5
    -------------------------------------------
    openssl speed rsa4096 rsa2048 ecdsap256 sha256 sha1 md5 rc4 aes-256-cbc aes-128-cbc -multi 2
    LibreSSL 2.2.5
    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             133357.20k   380946.52k   777242.45k  1092559.19k  1260568.58k
    sha1            157207.48k   353855.91k   682444.37k  1091893.59k  1412055.04k
    rc4             805538.62k  1292684.69k  1506050.56k  1519792.13k  1585501.53k
    aes-128 cbc     254195.40k   279256.06k   285280.77k   611442.69k   619787.61k
    aes-256 cbc     185854.50k   200081.13k   203228.07k   448872.11k   454863.53k
    sha256          106579.66k   221580.50k   389971.37k   475586.22k   500774.23k
                      sign    verify    sign/s verify/s
    rsa 2048 bits 0.000580s 0.000018s   1724.1  54054.1
    rsa 4096 bits 0.004127s 0.000069s    242.3  14547.2
                                  sign    verify    sign/s verify/s
    256 bit ecdsa (nistp256)   0.0001s   0.0002s  16397.8   4269.1
    -------------------------------------------
    openssl speed -evp aes256 -multi 2
    LibreSSL 2.2.5
    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             936237.97k   982678.89k   996927.49k  1017968.98k  1021889.19k
    -------------------------------------------
    openssl speed -evp aes128 -multi 2
    LibreSSL 2.2.5
    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            1121173.02k  1350018.43k  1385877.33k  1398659.41k  1397784.58k
    
    Code:
    -------------------------------------------
    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: 2.100 seconds
            Minimum number of seconds to run all queries: 1.829 seconds
            Maximum number of seconds to run all queries: 2.269 seconds
            Number of clients running queries: 64
            Average number of queries per client: 390
    
    Dropping the database is potentially a very bad thing to do.
    Any data stored in the database will be destroyed.
    
    Do you really want to drop the 'test' database [y/N] Database "test" dropped
    
    Code:
    -------------------------------------------
    System PHP Info
    -------------------------------------------
    
    CPU: 2 x Intel Xeon E312xx (Sandy Bridge)
                  total        used        free      shared  buff/cache   available
    Mem:           6810         366        1162          48        5281        6132
    Low:           6810        5648        1162
    High:             0           0           0
    Swap:          4095           0        4095
    ----------------------------------------------
    PHP 5.6.16 (cli) (built: Dec 31 2015 18:25:14)
    Copyright (c) 1997-2015 The PHP Group
    Zend Engine v2.6.0, Copyright (c) 1998-2015 Zend Technologies
        with Zend OPcache v7.0.6-dev, Copyright (c) 1999-2015, 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/memcache.ini,
    /etc/centminmod/php.d/memcached.ini,
    /etc/centminmod/php.d/mongodb.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
    mbstring
    mcrypt
    memcache
    memcached
    mhash
    mongodb
    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
    Zend OPcache
    zip
    zlib
    
    [Zend Modules]
    Zend OPcache
    
    ----------------------------------------------
    -------------------------------------------
    Run PHP test Zend/bench.php
    -------------------------------------------
    
    simple             0.074
    simplecall         0.097
    simpleucall        0.097
    simpleudcall       0.096
    mandel             0.157
    mandel2            0.222
    ackermann(7)       0.088
    ary(50000)         0.019
    ary2(50000)        0.017
    ary3(2000)         0.138
    fibo(30)           0.291
    hash1(50000)       0.027
    hash2(500)         0.027
    heapsort(20000)    0.063
    matrix(20)         0.076
    nestedloop(12)     0.110
    sieve(30)          0.092
    strcat(200000)     0.010
    ------------------------
    Total              1.702
    real: 1.76s user: 1.71s sys: 0.03s cpu: 98% maxmem: 31144 KB cswaits: 2
    
    simple             0.066
    simplecall         0.098
    simpleucall        0.095
    simpleudcall       0.095
    mandel             0.173
    mandel2            0.215
    ackermann(7)       0.087
    ary(50000)         0.017
    ary2(50000)        0.017
    ary3(2000)         0.135
    fibo(30)           0.305
    hash1(50000)       0.027
    hash2(500)         0.026
    heapsort(20000)    0.063
    matrix(20)         0.076
    nestedloop(12)     0.109
    sieve(30)          0.086
    strcat(200000)     0.010
    ------------------------
    Total              1.699
    real: 1.74s user: 1.71s sys: 0.02s cpu: 99% maxmem: 31140 KB cswaits: 1
    
    simple             0.062
    simplecall         0.089
    simpleucall        0.094
    simpleudcall       0.093
    mandel             0.157
    mandel2            0.216
    ackermann(7)       0.083
    ary(50000)         0.018
    ary2(50000)        0.016
    ary3(2000)         0.134
    fibo(30)           0.286
    hash1(50000)       0.027
    hash2(500)         0.026
    heapsort(20000)    0.062
    matrix(20)         0.076
    nestedloop(12)     0.108
    sieve(30)          0.085
    strcat(200000)     0.010
    ------------------------
    Total              1.642
    real: 1.68s user: 1.65s sys: 0.02s cpu: 99% maxmem: 31144 KB cswaits: 3
    
    bench.php results from 3 runs
    1.702
    1.699
    1.642
    
    bench.php avg: 1.6810
    Avg: real: 1.73s user: 1.69s sys: 0.02s cpu: 98.67% maxmem: 31142.67KB cswaits: 2.00
    created results log at /home/phpbench_logs/bench_311215-194505.log
    server PHP info log at /home/phpbench_logs/bench_phpinfo_311215-194505.log
    
    -------------------------------------------
    Run PHP test Zend/micro_bench.php
    -------------------------------------------
    
    empty_loop         0.106
    func()             0.285    0.178
    undef_func()       0.292    0.186
    int_func()         0.247    0.140
    $x = self::$x      0.204    0.098
    self::$x = 0       0.199    0.093
    isset(self::$x)    0.184    0.078
    empty(self::$x)    0.190    0.084
    $x = Foo::$x       0.179    0.073
    Foo::$x = 0        0.176    0.070
    isset(Foo::$x)     0.163    0.057
    empty(Foo::$x)     0.167    0.061
    self::f()          0.312    0.206
    Foo::f()           0.281    0.174
    $x = $this->x      0.186    0.079
    $this->x = 0       0.227    0.120
    $this->x += 2      0.190    0.083
    ++$this->x         0.163    0.057
    --$this->x         0.162    0.056
    $this->x++         0.189    0.083
    $this->x--         0.183    0.077
    isset($this->x)    0.170    0.063
    empty($this->x)    0.186    0.079
    $this->f()         0.314    0.208
    $x = Foo::TEST     0.179    0.072
    new Foo()          0.539    0.433
    $x = TEST          0.134    0.028
    $x = $_GET         0.184    0.078
    $x = $GLOBALS['v'] 0.240    0.134
    $x = $hash['v']    0.191    0.084
    $x = $str[0]       0.260    0.154
    $x = $a ?: null    0.174    0.068
    $x = $f ?: tmp     0.243    0.137
    $x = $f ? $f : $a  0.181    0.075
    $x = $f ? $f : tmp 0.241    0.134
    ------------------------
    Total              7.521
    real: 7.57s user: 7.54s sys: 0.01s cpu: 99% maxmem: 19124 KB cswaits: 2
    
    empty_loop         0.094
    func()             0.278    0.185
    undef_func()       0.291    0.198
    int_func()         0.243    0.149
    $x = self::$x      0.198    0.105
    self::$x = 0       0.199    0.106
    isset(self::$x)    0.185    0.092
    empty(self::$x)    0.196    0.103
    $x = Foo::$x       0.180    0.086
    Foo::$x = 0        0.176    0.083
    isset(Foo::$x)     0.160    0.066
    empty(Foo::$x)     0.167    0.073
    self::f()          0.318    0.224
    Foo::f()           0.280    0.186
    $x = $this->x      0.176    0.083
    $this->x = 0       0.225    0.131
    $this->x += 2      0.194    0.101
    ++$this->x         0.166    0.072
    --$this->x         0.166    0.072
    $this->x++         0.187    0.094
    $this->x--         0.190    0.096
    isset($this->x)    0.168    0.074
    empty($this->x)    0.187    0.093
    $this->f()         0.313    0.219
    $x = Foo::TEST     0.172    0.079
    new Foo()          0.529    0.436
    $x = TEST          0.147    0.054
    $x = $_GET         0.183    0.089
    $x = $GLOBALS['v'] 0.236    0.142
    $x = $hash['v']    0.188    0.094
    $x = $str[0]       0.260    0.166
    $x = $a ?: null    0.170    0.076
    $x = $f ?: tmp     0.238    0.145
    $x = $f ? $f : $a  0.178    0.085
    $x = $f ? $f : tmp 0.241    0.148
    ------------------------
    Total              7.479
    real: 7.51s user: 7.49s sys: 0.01s cpu: 99% maxmem: 19124 KB cswaits: 1
    
    empty_loop         0.095
    func()             0.284    0.189
    undef_func()       0.306    0.211
    int_func()         0.251    0.156
    $x = self::$x      0.204    0.110
    self::$x = 0       0.204    0.109
    isset(self::$x)    0.191    0.096
    empty(self::$x)    0.205    0.110
    $x = Foo::$x       0.178    0.083
    Foo::$x = 0        0.176    0.081
    isset(Foo::$x)     0.163    0.068
    empty(Foo::$x)     0.172    0.078
    self::f()          0.316    0.221
    Foo::f()           0.287    0.193
    $x = $this->x      0.183    0.088
    $this->x = 0       0.236    0.141
    $this->x += 2      0.193    0.099
    ++$this->x         0.168    0.074
    --$this->x         0.165    0.071
    $this->x++         0.191    0.097
    $this->x--         0.183    0.088
    isset($this->x)    0.171    0.076
    empty($this->x)    0.190    0.095
    $this->f()         0.314    0.219
    $x = Foo::TEST     0.179    0.084
    new Foo()          0.528    0.434
    $x = TEST          0.134    0.039
    $x = $_GET         0.182    0.088
    $x = $GLOBALS['v'] 0.233    0.139
    $x = $hash['v']    0.190    0.095
    $x = $str[0]       0.267    0.172
    $x = $a ?: null    0.173    0.078
    $x = $f ?: tmp     0.244    0.149
    $x = $f ? $f : $a  0.181    0.086
    $x = $f ? $f : tmp 0.244    0.149
    ------------------------
    Total              7.579
    real: 7.61s user: 7.59s sys: 0.01s cpu: 99% maxmem: 19124 KB cswaits: 3
    
    micro_bench.php results from 3 runs
    7.521
    7.479
    7.579
    
    micro_bench.php avg: 7.5263
    Avg: real: 7.56s user: 7.54s sys: 0.01s cpu: 99.00% maxmem: 19124.00KB cswaits: 2.00
    created results log at /home/phpbench_logs/bench_micro_311215-194505.log
    server PHP info log at /home/phpbench_logs/bench_phpinfo_311215-194505.log
    
    
    Code:
    -------------------------------------------
    Running UnixBench
    -------------------------------------------
    ========================================================================
       BYTE UNIX Benchmarks (Version 5.1.3)
    
       System: hostname: GNU/Linux
       OS: GNU/Linux -- 3.10.0-229.1.2.el7.x86_64 -- #1 SMP Fri Mar 27 03:04:26 UTC 2015
       Machine: x86_64 (x86_64)
       Language: en_US.utf8 (charmap="UTF-8", collate="UTF-8")
       CPU 0: Intel Xeon E312xx (Sandy Bridge) (6185.7 bogomips)
              x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
       CPU 1: Intel Xeon E312xx (Sandy Bridge) (6185.7 bogomips)
              x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
       20:13:43 up  2:08,  1 user,  load average: 1.97, 1.65, 1.14; runlevel 3
    
    ------------------------------------------------------------------------
    Benchmark Run: Thu Dec 31 2015 20:13:43 - 20:37:55
    2 CPUs in system; running 1 parallel copy of tests
    
    Dhrystone 2 using register variables       37884634.5 lps   (10.0 s, 7 samples)
    Double-Precision Whetstone                     4557.0 MWIPS (10.2 s, 7 samples)
    Execl Throughput                               2075.5 lps   (29.8 s, 2 samples)
    Pipe Throughput                             2000278.5 lps   (10.0 s, 7 samples)
    Pipe-based Context Switching                 376865.4 lps   (10.0 s, 7 samples)
    Process Creation                               7394.4 lps   (30.0 s, 2 samples)
    Shell Scripts (1 concurrent)                   5471.4 lpm   (60.0 s, 2 samples)
    Shell Scripts (16 concurrent)                   869.2 lpm   (60.0 s, 2 samples)
    Shell Scripts (8 concurrent)                   1666.1 lpm   (60.0 s, 2 samples)
    System Call Overhead                        3023292.2 lps   (10.0 s, 7 samples)
    
    System Benchmarks Partial Index              BASELINE       RESULT    INDEX
    Dhrystone 2 using register variables         116700.0   37884634.5   3246.3
    Double-Precision Whetstone                       55.0       4557.0    828.6
    Execl Throughput                                 43.0       2075.5    482.7
    Pipe Throughput                               12440.0    2000278.5   1607.9
    Pipe-based Context Switching                   4000.0     376865.4    942.2
    Process Creation                                126.0       7394.4    586.9
    Shell Scripts (1 concurrent)                     42.4       5471.4   1290.4
    Shell Scripts (16 concurrent)                     ---        869.2      ---
    Shell Scripts (8 concurrent)                      6.0       1666.1   2776.9
    System Call Overhead                          15000.0    3023292.2   2015.5
                                                                       ========
    System Benchmarks Index Score (Partial Only)                         1265.7
    
    ------------------------------------------------------------------------
    Benchmark Run: Thu Dec 31 2015 20:37:55 - 21:02:03
    2 CPUs in system; running 2 parallel copies of tests
    
    Dhrystone 2 using register variables       74996956.1 lps   (10.0 s, 7 samples)
    Double-Precision Whetstone                     9180.1 MWIPS (10.1 s, 7 samples)
    Execl Throughput                               7884.6 lps   (29.9 s, 2 samples)
    Pipe Throughput                             3965162.2 lps   (10.0 s, 7 samples)
    Pipe-based Context Switching                 691560.6 lps   (10.0 s, 7 samples)
    Process Creation                              29610.5 lps   (30.0 s, 2 samples)
    Shell Scripts (1 concurrent)                  11739.5 lpm   (60.0 s, 2 samples)
    Shell Scripts (16 concurrent)                   917.4 lpm   (60.0 s, 2 samples)
    Shell Scripts (8 concurrent)                   1812.6 lpm   (60.0 s, 2 samples)
    System Call Overhead                        4452675.9 lps   (10.0 s, 7 samples)
    
    System Benchmarks Partial Index              BASELINE       RESULT    INDEX
    Dhrystone 2 using register variables         116700.0   74996956.1   6426.5
    Double-Precision Whetstone                       55.0       9180.1   1669.1
    Execl Throughput                                 43.0       7884.6   1833.6
    Pipe Throughput                               12440.0    3965162.2   3187.4
    Pipe-based Context Switching                   4000.0     691560.6   1728.9
    Process Creation                                126.0      29610.5   2350.0
    Shell Scripts (1 concurrent)                     42.4      11739.5   2768.8
    Shell Scripts (16 concurrent)                     ---        917.4      ---
    Shell Scripts (8 concurrent)                      6.0       1812.6   3021.1
    System Call Overhead                          15000.0    4452675.9   2968.5
                                                                       ========
    System Benchmarks Index Score (Partial Only)                         2644.5
    
    
    Code:
    -------------------------------------------
    centminmodbench.sh completed
    -------------------------------------------
    
    centminmodbench.sh Total Run Time: 4608.741449526 seconds
    
     
    Last edited: Jan 1, 2016
  11. Matt

    Matt Well-Known Member

    925
    414
    63
    May 25, 2014
    Rotherham, UK
    Ratings:
    +669
    Local Time:
    3:10 AM
    1.5.15
    MariaDB 10.2
    Would be interesting to see what their high performance attached disks perform like
    upload_2016-1-1_1-54-10.png
     
  12. eva2000

    eva2000 Administrator Staff Member

    53,190
    12,113
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,649
    Local Time:
    12:10 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Indeed, let me know ;) :D

    looks like classic disk's rounding off isn't shown accurately as it says US$0.05 but for 10GB it's US$0.45

    disque amorcable = bootable disk

    ovh-public-cloud-adddisk-00.png ovh-public-cloud-adddisk-01.png
     
    Last edited: Jan 1, 2016
  13. eva2000

    eva2000 Administrator Staff Member

    53,190
    12,113
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,649
    Local Time:
    12:10 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
  14. eva2000

    eva2000 Administrator Staff Member

    53,190
    12,113
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,649
    Local Time:
    12:10 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Quick test with 10GB local performance disk attached and then using normal fdisk tool to create the XFS partition type and then mount it via /etc/fstab

    Code:
    df -hT
    Filesystem     Type      Size  Used Avail Use% Mounted on
    /dev/vda1      ext4      197G  907M  188G   1% /
    devtmpfs       devtmpfs  3.4G     0  3.4G   0% /dev
    tmpfs          tmpfs     3.4G     0  3.4G   0% /dev/shm
    tmpfs          tmpfs     3.4G  8.3M  3.4G   1% /run
    tmpfs          tmpfs     3.4G     0  3.4G   0% /sys/fs/cgroup
    /dev/vdb1      xfs        10G   33M   10G   1% /mnt/local10gdisk
    Code:
    cat /etc/fstab
    UUID=83239412-b3 / ext4 defaults 0 0
    /dev/vdb1 /mnt/local10gdisk xfs defaults 0 0
    Code:
     fdisk -l
    
    Disk /dev/vda: 214.7 GB, 214748364800 bytes, 419430400 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk label type: dos
    Disk identifier: 0x000161a3
    
       Device Boot      Start         End      Blocks   Id  System
    /dev/vda1   *        2048   419428043   209712998   83  Linux
    
    Disk /dev/vdb: 10.7 GB, 10737418240 bytes, 20971520 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk label type: dos
    Disk identifier: 0xcf54ce09
    
       Device Boot      Start         End      Blocks   Id  System
    /dev/vdb1            2048    20971519    10484736   83  Linux
    performance no different to the default included disk partition for dd tests
    Code:
    cd /mnt/local10gdisk/
    
    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.81328 s, 592 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.71301 s, 627 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, 9.78145 s, 110 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, 72.3415 s, 14.8 MB/s
    ovh-public-cloud-adddisk-03.png ovh-public-cloud-adddisk-04.png ovh-public-cloud-adddisk-05.png ovh-public-cloud-adddisk-06.png ovh-public-cloud-adddisk-07.png ovh-public-cloud-adddisk-08.png
     
    Last edited: Jan 1, 2016
  15. eva2000

    eva2000 Administrator Staff Member

    53,190
    12,113
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,649
    Local Time:
    12:10 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Just noticed the iops for FIO tests are exactly what is on their OVH web site capped at 2,000 iops
    Code:
    read : io=1024.3MB, bw=8004.4KB/s, iops=2001 , runt=131033msec
    write: io=1024.3MB, bw=7727.4KB/s, iops=1931 , runt=135729msec
    
    upload_2016-1-2_0-15-52.png

    and additional high speed performance disks are only 50% faster at up to 3,000 iops

    upload_2016-1-2_0-17-23.png

    while 2,000 to 3,000 iops is relatively slow compared to performance SSDs, still 10-15x times faster than the old SAS 15K rpm disks.

    In comparison to other cloud/VPS providers benchmarked at Benchmarks - DigitalOcean vs Linode vs Vultr vs Dediserve - London vs Singapore VPS benchmarks | Centmin Mod Community their FIO disk performance is posted here and below
    • Linode is around 73-82k random read iops and 71-80k random write iops vs OVH public cloud at 2-3k ! So that triple replication HA disks on OVH Public cloud does come at a price in terms of much lower random disk iops read/write performance
    upload_2016-1-2_0-21-43.png
     
    Last edited: Jan 2, 2016
  16. rok

    rok New Member

    4
    1
    3
    Dec 24, 2015
    Ratings:
    +2
    Local Time:
    9:10 AM
    1.68
    10
    OVH's vps cloud cheap ...but dont have many location , especial west coat , sing ....
    So traffic from asia dont have good speed.
     
  17. eva2000

    eva2000 Administrator Staff Member

    53,190
    12,113
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,649
    Local Time:
    12:10 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    yeah true.. despite that it's one of the good ones for DDOS protection as @RoldanLT can testify to that as most of this visitors are from Asian
     
  18. eva2000

    eva2000 Administrator Staff Member

    53,190
    12,113
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,649
    Local Time:
    12:10 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    hmm just realised something with so much memory included for each OVH public cloud instance, why not setup a tmpfs ramdisk for unimportant static files instead of the HA included disk to work around the iops limit :D

    memory bandwidth is fast

    Code:
    -------------------------------------------
    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.0669947 s, 2.0 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.0685599 s, 2.0 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.0612855 s, 2.2 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.069314 s, 1.9 GB/s
    
    Code:
    -------------------------------------------
    ramdisk ioping tests - memory bandwidth
    -------------------------------------------
    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.6 ms, 104167 iops, 406.9 mb/s
    min/avg/max/mdev = 0.0/0.0/0.0/0.0 ms
    
    IOPing seek rate: ./ioping -R .
    
    --- . (tmpfs tmpfs) ioping statistics ---
    39050 requests completed in 3000.0 ms, 390594 iops, 1525.8 mb/s
    min/avg/max/mdev = 0.0/0.0/0.1/0.0 ms
    
    IOPing sequential: ./ioping -RL .
    
    --- . (tmpfs tmpfs) ioping statistics ---
    20187 requests completed in 3000.1 ms, 18581 iops, 4645.3 mb/s
    min/avg/max/mdev = 0.0/0.1/0.1/0.0 ms
    
    IOPing cached: ./ioping -RC .
    
    --- . (tmpfs tmpfs) ioping statistics ---
    39957 requests completed in 3000.0 ms, 298418 iops, 1165.7 mb/s
    min/avg/max/mdev = 0.0/0.0/0.0/0.0 ms
    
    
     
    Last edited: Jan 4, 2016
  19. elargento

    elargento Member

    352
    17
    18
    Jan 4, 2016
    Ratings:
    +44
    Local Time:
    11:10 PM
    10
    "An error has occurred. Please try again later. (This product is not opened yet for your billing country)"
    Really? :meh:
     
  20. eva2000

    eva2000 Administrator Staff Member

    53,190
    12,113
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,649
    Local Time:
    12:10 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    looks like they geo blocked some folks :(