Learn about Centmin Mod LEMP Stack today
Register Now

Previews centminmodbench.sh - benchmark script for Centmin Mod LEMP servers

Discussion in 'Beta release code' started by eva2000, Sep 8, 2014.

  1. eva2000

    eva2000 Administrator Staff Member

    53,488
    12,130
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,671
    Local Time:
    5:21 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Inspired by Patrick's work on STH Linux Benchmark Script (Linux Bench script) and the need for an easy to use benchmark script I can run when testing VPS and dedicated server providers' offerings, I thought I'd write a benchmark script specifically for Centmin Mod LEMP based servers.

    Still a work in progress but you can find the Github Repo at short url link bench.centminmod.com

    Can't wait to give this script a run with Vultr's new 24 cpu and 64GB KVM VPS servers :D

    How to run centminmodbench.sh



    Full info & instructions are located on the Github Repo's README

    Change Log Github Commits



    You can follow all the changes committed via the Github repository.

    Google Spreadsheet Template



    To tabulate your own results, I created a Google Spreadsheet template you can download and customise for your own usage. It's currently prefilled with columns for 3 clouding hosting providers, DigitalOcean, Linode and Vultr.

    Sample Benchmark Results



    Here's a sample output from test run on my laptop which runs VirtualBox guest server with CentOS 7.0 with 4 cpu threads and Centmin Mod .08 beta01 installed.

    Code:
    ./centminmodbench.sh
    Code:
    -------------------------------------------
    centminmodbench.sh 0.0.1 (centminmod.com)
    -------------------------------------------
    
    -------------------------------------------
    System Information
    -------------------------------------------
    
    3.10.0-123.6.3.el7.x86_64
    
    CentOS Linux release 7.0.1406 (Core)
    
    Centmin Mod 1.2.3-eva2000.08
    
    Architecture:          x86_64
    CPU op-mode(s):        32-bit, 64-bit
    Byte Order:            Little Endian
    CPU(s):                4
    On-line CPU(s) list:   0-3
    Thread(s) per core:    1
    Core(s) per socket:    4
    Socket(s):             1
    NUMA node(s):          1
    Vendor ID:             GenuineIntel
    CPU family:            6
    Model:                 58
    Model name:            Intel(R) Core(TM) i7-3635QM CPU @ 2.40GHz
    Stepping:              9
    CPU MHz:               2317.323
    BogoMIPS:              4634.64
    L1d cache:             32K
    L1d cache:             32K
    L2d cache:             6144K
    NUMA node0 CPU(s):     0-3
    
    CPU NODE SOCKET CORE L1d:L1d:L2d ONLINE
    0   0    0      0    0:0:0       yes
    1   0    0      1    1:1:0       yes
    2   0    0      2    2:2:0       yes
    3   0    0      3    3:3:0       yes
    
                 total       used       free     shared    buffers     cached
    Mem:          1841       1689        151         28          0       1326
    Low:          1841       1689        151
    High:            0          0          0
    -/+ buffers/cache:        362       1478
    Swap:         1535          0       1535
    
    Filesystem               Size  Used Avail Use% Mounted on
    /dev/mapper/centos-root   13G  8.1G  5.0G  63% /
    devtmpfs                 915M     0  915M   0% /dev
    tmpfs                    921M     0  921M   0% /dev/shm
    tmpfs                    921M  8.4M  913M   1% /run
    tmpfs                    921M     0  921M   0% /sys/fs/cgroup
    tmpfs                    921M     0  921M   0% /tmp
    /dev/sda1                497M  124M  373M  25% /boot
    
    -------------------------------------------
    disk ioping tests
    -------------------------------------------
    
    Download ioping-0.6.tar.gz ...
    ioping-0.6.tar.gz found, skipping download...
    Running IOPing I/O benchmark...
    
    IOPing I/O: ./ioping -c 10 .
    4096 bytes from . (xfs /dev/mapper/centos-root): request=1 time=0.2 ms
    4096 bytes from . (xfs /dev/mapper/centos-root): request=2 time=0.6 ms
    4096 bytes from . (xfs /dev/mapper/centos-root): request=3 time=0.6 ms
    4096 bytes from . (xfs /dev/mapper/centos-root): request=4 time=0.7 ms
    4096 bytes from . (xfs /dev/mapper/centos-root): request=5 time=1.2 ms
    4096 bytes from . (xfs /dev/mapper/centos-root): request=6 time=1.3 ms
    4096 bytes from . (xfs /dev/mapper/centos-root): request=7 time=1.8 ms
    4096 bytes from . (xfs /dev/mapper/centos-root): request=8 time=1.1 ms
    4096 bytes from . (xfs /dev/mapper/centos-root): request=9 time=1.2 ms
    4096 bytes from . (xfs /dev/mapper/centos-root): request=10 time=1.4 ms
    
    --- . (xfs /dev/mapper/centos-root) ioping statistics ---
    10 requests completed in 9018.5 ms, 998 iops, 3.9 mb/s
    min/avg/max/mdev = 0.2/1.0/1.8/0.5 ms
    
    IOPing seek rate: ./ioping -RD .
    
    --- . (xfs /dev/mapper/centos-root) ioping statistics ---
    1217 requests completed in 3001.0 ms, 2291 iops, 8.9 mb/s
    min/avg/max/mdev = 0.0/0.4/7.0/0.3 ms
    
    IOPing sequential: ./ioping -RL .
    
    --- . (xfs /dev/mapper/centos-root) ioping statistics ---
    1460 requests completed in 3000.2 ms, 756 iops, 189.1 mb/s
    min/avg/max/mdev = 0.2/1.3/206.7/5.4 ms
    
    IOPing cached: ./ioping -RC .
    
    --- . (xfs /dev/mapper/centos-root) ioping statistics ---
    17543 requests completed in 3000.0 ms, 219961 iops, 859.2 mb/s
    min/avg/max/mdev = 0.0/0.0/0.7/0.0 ms
    -------------------------------------------
    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.65981 s, 647 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.65081 s, 650 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, 3.17564 s, 338 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, 28.4214 s, 37.8 MB/s
    -------------------------------------------
    disk FIO tests
    -------------------------------------------
    
    Download fio-2.0.9.tar.gz ...
    fio-2.0.9.tar.gz found, skipping download...
    Running FIO benchmark...
    
    make: Nothing to be done for `all'.
    
    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: (groupid=0, jobs=1): err= 0: pid=20808: Mon Sep  8 15:43:25 2014
      read : io=1024.3MB, bw=54999KB/s, iops=13749 , runt= 19070msec
      cpu          : usr=7.61%, sys=50.22%, ctx=98605, 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=54998KB/s, minb=54998KB/s, maxb=54998KB/s, mint=19070msec, maxt=19070msec
    
    Disk stats (read/write):
        dm-1: ios=260414/1, merge=0/0, ticks=1194441/3, in_queue=1194578, util=99.64%, aggrios=262147/2, aggrmerge=60/0, aggrticks=1209283/3, aggrin_queue=1207758, aggrutil=99.58%
      sda: ios=262147/2, merge=60/0, ticks=1209283/3, in_queue=1207758, util=99.58%
    
    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=20814: Mon Sep  8 15:43:48 2014
      write: io=1024.3MB, bw=45989KB/s, iops=11497 , runt= 22806msec
      cpu          : usr=5.38%, sys=55.34%, ctx=123366, majf=0, minf=17
      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=45989KB/s, minb=45989KB/s, maxb=45989KB/s, mint=22806msec, maxt=22806msec
    
    Disk stats (read/write):
        dm-1: ios=6/261120, merge=0/0, ticks=51/1326191, in_queue=1326989, util=98.57%, aggrios=6/262163, aggrmerge=0/65, aggrticks=51/1328655, aggrin_queue=1326083, aggrutil=97.19%
      sda: ios=6/262163, merge=0/65, ticks=51/1328655, in_queue=1326083, util=97.19%
    -------------------------------------------
    OpenSSL System Benchmark
    -------------------------------------------
    
    OpenSSL 1.0.1e-fips 11 Feb 2013
    -------------------------------------------
    openssl speed rsa4096 rsa2048 ecdsap256 sha256 sha1 md5 rc4 aes-256-cbc aes-128-cbc -multi 4
    Forked child 0
    Forked child 1
    +DT:md5:3:16
    Forked child 2
    +DT:md5:3:16
    +DT:md5:3:16
    +DT:md5:3:16
    +R:9001565:md5:3.000000
    +R:9082368:md5:3.000000
    +R:8970436:md5:3.000000
    +R:8929140:md5:3.000000
    +DT:md5:3:64
    +DT:md5:3:64
    +DT:md5:3:64
    +DT:md5:3:64
    +R:6761901:md5:3.000000
    +R:6698210:md5:3.000000
    +DT:md5:3:256
    +DT:md5:3:256
    +R:6792338:md5:3.000000
    +R:6737636:md5:3.000000
    +DT:md5:3:256
    +DT:md5:3:256
    +R:3733187:md5:3.000000
    +R:3771842:md5:3.000000
    +DT:md5:3:1024
    +DT:md5:3:1024
    +R:3790352:md5:3.000000
    +DT:md5:3:1024
    +R:3752268:md5:3.000000
    +DT:md5:3:1024
    +R:1357046:md5:3.000000
    +DT:md5:3:8192
    +R:1371754:md5:3.000000
    +R:1359372:md5:3.000000
    +DT:md5:3:8192
    +DT:md5:3:8192
    +R:1369261:md5:3.010000
    +DT:md5:3:8192
    +R:193334:md5:3.010000
    +DT:sha1:3:16
    +R:194093:md5:3.000000
    +DT:sha1:3:16
    +R:195247:md5:3.010000
    +DT:sha1:3:16
    +R:192657:md5:3.010000
    +DT:sha1:3:16
    +R:10061965:sha1:3.000000
    +DT:sha1:3:64
    +R:10303322:sha1:3.000000
    +DT:sha1:3:64
    +R:10270015:sha1:3.000000
    +DT:sha1:3:64
    +R:10204307:sha1:3.000000
    +DT:sha1:3:64
    +R:7091892:sha1:3.000000
    +DT:sha1:3:256
    +R:7177511:sha1:3.000000
    +DT:sha1:3:256
    +R:7213565:sha1:3.000000
    +DT:sha1:3:256
    +R:7185075:sha1:3.000000
    +DT:sha1:3:256
    +R:3845780:sha1:3.000000
    +DT:sha1:3:1024
    +R:3914744:sha1:3.000000
    +DT:sha1:3:1024
    +R:3925699:sha1:3.000000
    +R:3902115:sha1:3.000000
    +DT:sha1:3:1024
    +DT:sha1:3:1024
    +R:1397462:sha1:3.000000
    +DT:sha1:3:8192
    +R:1418482:sha1:3.000000
    +R:1418748:sha1:3.000000
    +DT:sha1:3:8192
    +DT:sha1:3:8192
    +R:1419168:sha1:3.000000
    +DT:sha1:3:8192
    +R:208474:sha1:3.000000
    +DT:sha256:3:16
    +R:210556:sha1:3.000000
    +DT:sha256:3:16
    +R:211841:sha1:3.000000
    +DT:sha256:3:16
    +R:213514:sha1:3.000000
    +DT:sha256:3:16
    +R:7713760:sha256:3.000000
    +DT:sha256:3:64
    +R:7799334:sha256:3.000000
    +DT:sha256:3:64
    +R:7803798:sha256:3.000000
    +DT:sha256:3:64
    +R:7764289:sha256:3.000000
    +DT:sha256:3:64
    +R:4417824:sha256:3.000000
    +DT:sha256:3:256
    +R:4472462:sha256:3.000000
    +DT:sha256:3:256
    +R:4483894:sha256:3.000000
    +DT:sha256:3:256
    +R:4465025:sha256:3.000000
    +DT:sha256:3:256
    +R:1902583:sha256:3.000000
    +R:1839250:sha256:3.000000
    +DT:sha256:3:1024
    +DT:sha256:3:1024
    +R:1905891:sha256:3.000000
    +DT:sha256:3:1024
    +R:1886286:sha256:3.000000
    +DT:sha256:3:1024
    +R:599359:sha256:3.000000
    +DT:sha256:3:8192
    +R:604030:sha256:3.000000
    +DT:sha256:3:8192
    +R:605996:sha256:3.000000
    +DT:sha256:3:8192
    +R:610388:sha256:3.000000
    +DT:sha256:3:8192
    +R:78567:sha256:3.000000
    +DT:rc4:3:16
    +R:80255:sha256:3.000000
    +DT:rc4:3:16
    +R:80491:sha256:3.000000
    +DT:rc4:3:16
    +R:80520:sha256:3.000000
    +DT:rc4:3:16
    +R:65396433:rc4:3.000000
    +DT:rc4:3:64
    +R:66050548:rc4:3.000000
    +DT:rc4:3:64
    +R:65434405:rc4:3.000000
    +DT:rc4:3:64
    +R:66662382:rc4:3.000000
    +DT:rc4:3:64
    +R:25105099:rc4:3.000000
    +R:24893537:rc4:3.000000
    +DT:rc4:3:256
    +DT:rc4:3:256
    +R:24684709:rc4:3.000000
    +DT:rc4:3:256
    +R:24622991:rc4:3.000000
    +DT:rc4:3:256
    +R:7296726:rc4:3.000000
    +R:7135445:rc4:3.000000
    +DT:rc4:3:1024
    +DT:rc4:3:1024
    +R:7203996:rc4:3.000000
    +DT:rc4:3:1024
    +R:7272449:rc4:3.000000
    +DT:rc4:3:1024
    +R:1876916:rc4:3.000000
    +R:1915360:rc4:3.000000
    +DT:rc4:3:8192
    +DT:rc4:3:8192
    +R:1902272:rc4:3.000000
    +DT:rc4:3:8192
    +R:1891992:rc4:3.000000
    +DT:rc4:3:8192
    +R:242112:rc4:3.000000
    +R:234352:rc4:3.000000
    +DT:aes-128 cbc:3:16
    +DT:aes-128 cbc:3:16
    +R:240110:rc4:3.000000
    +DT:aes-128 cbc:3:16
    +R:243334:rc4:3.000000
    +DT:aes-128 cbc:3:16
    +R:19393077:aes-128 cbc:3.000000
    +DT:aes-128 cbc:3:64
    +R:18955991:aes-128 cbc:3.000000
    +DT:aes-128 cbc:3:64
    +R:19252559:aes-128 cbc:3.010000
    +R:19222402:aes-128 cbc:3.010000
    +DT:aes-128 cbc:3:64
    +DT:aes-128 cbc:3:64
    +R:5029690:aes-128 cbc:3.000000
    +R:5132824:aes-128 cbc:3.000000
    +DT:aes-128 cbc:3:256
    +DT:aes-128 cbc:3:256
    +R:5154738:aes-128 cbc:3.000000
    +R:5143789:aes-128 cbc:3.000000
    +DT:aes-128 cbc:3:256
    +DT:aes-128 cbc:3:256
    +R:1317937:aes-128 cbc:3.010000
    +DT:aes-128 cbc:3:1024
    +R:1334036:aes-128 cbc:3.010000
    +DT:aes-128 cbc:3:1024
    +R:1339757:aes-128 cbc:3.000000
    +DT:aes-128 cbc:3:1024
    +R:1326688:aes-128 cbc:3.000000
    +DT:aes-128 cbc:3:1024
    +R:691060:aes-128 cbc:3.000000
    +R:701930:aes-128 cbc:3.000000
    +DT:aes-128 cbc:3:8192
    +DT:aes-128 cbc:3:8192
    +R:703141:aes-128 cbc:3.000000
    +DT:aes-128 cbc:3:8192
    +R:701389:aes-128 cbc:3.000000
    +DT:aes-128 cbc:3:8192
    +R:89282:aes-128 cbc:3.000000
    +DT:aes-256 cbc:3:16
    +R:88400:aes-128 cbc:3.000000
    +DT:aes-256 cbc:3:16
    +R:90087:aes-128 cbc:3.000000
    +DT:aes-256 cbc:3:16
    +R:89381:aes-128 cbc:3.000000
    +DT:aes-256 cbc:3:16
    +R:14349680:aes-256 cbc:3.000000
    +R:14041292:aes-256 cbc:3.000000
    +R:14219103:aes-256 cbc:3.000000
    +R:14199704:aes-256 cbc:3.000000
    +DT:aes-256 cbc:3:64
    +DT:aes-256 cbc:3:64
    +DT:aes-256 cbc:3:64
    +DT:aes-256 cbc:3:64
    +R:3781180:aes-256 cbc:3.000000
    +R:3746528:aes-256 cbc:3.000000
    +DT:aes-256 cbc:3:256
    +DT:aes-256 cbc:3:256
    +R:3754575:aes-256 cbc:3.000000
    +DT:aes-256 cbc:3:256
    +R:3719779:aes-256 cbc:3.000000
    +DT:aes-256 cbc:3:256
    +R:934158:aes-256 cbc:3.000000
    +R:941010:aes-256 cbc:3.000000
    +R:929264:aes-256 cbc:3.000000
    +DT:aes-256 cbc:3:1024
    +DT:aes-256 cbc:3:1024
    +DT:aes-256 cbc:3:1024
    +R:938567:aes-256 cbc:3.000000
    +DT:aes-256 cbc:3:1024
    +R:522894:aes-256 cbc:3.000000
    +R:520415:aes-256 cbc:3.000000
    +R:518795:aes-256 cbc:3.000000
    +DT:aes-256 cbc:3:8192
    +DT:aes-256 cbc:3:8192
    +DT:aes-256 cbc:3:8192
    +R:523269:aes-256 cbc:3.000000
    +DT:aes-256 cbc:3:8192
    +R:65870:aes-256 cbc:3.000000
    +R:64928:aes-256 cbc:3.000000
    +R:65460:aes-256 cbc:3.000000
    +DTP:2048:private:rsa:10
    +DTP:2048:private:rsa:10
    +DTP:2048:private:rsa:10
    +R:66074:aes-256 cbc:3.000000
    +DTP:2048:private:rsa:10
    +R1:6583:2048:10.00
    +DTP:2048:public:rsa:10
    +R1:6415:2048:10.00
    +DTP:2048:public:rsa:10
    +R1:6516:2048:10.00
    +DTP:2048:public:rsa:10
    +R1:6528:2048:10.00
    +DTP:2048:public:rsa:10
    +R2:211218:2048:10.00
    +R2:206730:2048:10.00
    +R2:211181:2048:10.00
    +R2:211894:2048:10.00
    +DTP:4096:private:rsa:10
    +DTP:4096:private:rsa:10
    +DTP:4096:private:rsa:10
    +DTP:4096:private:rsa:10
    +R1:891:4096:10.00
    +R1:913:4096:10.01
    +DTP:4096:public:rsa:10
    +DTP:4096:public:rsa:10
    +R1:910:4096:10.00
    +DTP:4096:public:rsa:10
    +R1:911:4096:10.00
    +DTP:4096:public:rsa:10
    +R2:57155:4096:10.00
    +R2:55850:4096:10.00
    +DTP:256:sign:ecdsa:10
    +DTP:256:sign:ecdsa:10
    +R2:56491:4096:10.00
    +DTP:256:sign:ecdsa:10
    +R2:56601:4096:10.00
    +DTP:256:sign:ecdsa:10
    +R5:73314:256:10.00
    +R5:74885:256:10.00
    +DTP:256:verify:ecdsa:10
    +DTP:256:verify:ecdsa:10
    +R5:74528:256:10.00
    +DTP:256:verify:ecdsa:10
    +R5:74740:256:10.00
    +DTP:256:verify:ecdsa:10
    +R6:19792:256:10.00
    +R6:20110:256:10.00
    +R6:19768:256:10.00
    +R6:20294:256:10.00
    Forked child 3
    Got: +H:16:64:256:1024:8192 from 0
    Got: +F:3:md5:48008346.67:143736234.67:320193536.00:465821682.39:530003285.33 from 0
    Got: +F:5:sha1:54422970.67:153281600.00:332980480.00:484175189.33:578467157.33 from 0
    Got: +F:7:rc4:352269589.33:531062122.67:622653952.00:653776213.33:661127168.00 from 0
    Got: +F:16:aes-128 cbc:103429744.00:109500245.33:113459540.20:239592106.67:244069717.33 from 0
    Got: +F:18:aes-256 cbc:76531626.67:80665173.33:80299520.00:177082026.67:178749440.00 from 0
    Got: +F:23:sha256:41596448.00:95412522.67:160963072.00:206846634.67:219149653.33 from 0
    Got: +F2:2:2048:0.001535:0.000047 from 0
    Got: +F2:3:4096:0.010989:0.000177 from 0
    Got: +F4:3:256:0.000134:0.000506 from 0
    Got: +H:16:64:256:1024:8192 from 1
    Got: +F:3:md5:48439296.00:144903210.67:323443370.67:468225365.33:531383197.34 from 1
    Got: +F:5:sha1:54773413.33:153889386.67:334992981.33:484265984.00:583035562.67 from 1
    Got: +F:7:rc4:355532704.00:525290474.67:620582314.67:645799936.00:664464042.67 from 1
    Got: +F:16:aes-128 cbc:102178881.06:109734165.33:113210709.33:240005461.33:245997568.00 from 1
    Got: +F:18:aes-256 cbc:75835216.00:80097600.00:79714816.00:178481152.00:177296725.33 from 1
    Got: +F:23:sha256:41620256.00:95656405.33:162636032.00:208345770.67:219873280.00 from 1
    Got: +F2:2:2048:0.001519:0.000047 from 1
    Got: +F2:3:4096:0.010964:0.000175 from 1
    Got: +F4:3:256:0.000134:0.000497 from 1
    Got: +H:16:64:256:1024:8192 from 2
    Got: +F:3:md5:47842325.33:144253888.00:321863850.67:463998976.00:524334267.11 from 2
    Got: +F:5:sha1:54951050.67:153120234.67:334058154.67:484409344.00:574958250.67 from 2
    Got: +F:7:rc4:348983493.33:535575445.33:614740992.00:649308842.67:655660373.33 from 2
    Got: +F:16:aes-128 cbc:102339184.05:109967744.00:114325930.67:239407445.33:243799381.33 from 2
    Got: +F:18:aes-256 cbc:75731754.67:79925930.67:80091050.67:178609152.00:180426069.33 from 2
    Got: +F:23:sha256:41409541.33:95253866.67:162353749.33:206175573.33:219794090.67 from 2
    Got: +F2:2:2048:0.001532:0.000047 from 2
    Got: +F2:3:4096:0.010977:0.000177 from 2
    Got: +F4:3:256:0.000134:0.000493 from 2
    Got: +H:16:64:256:1024:8192 from 3
    Got: +F:3:md5:47622080.00:142895146.67:318565290.67:463205034.67:526176786.71 from 3
    Got: +F:5:sha1:53663813.33:151293696.00:328173226.67:477000362.67:569273002.67 from 3
    Got: +F:7:rc4:348780976.00:526607125.33:608891306.67:640653994.67:639937194.67 from 3
    Got: +F:16:aes-128 cbc:101098618.67:107300053.33:112090322.92:235881813.33:241390933.33 from 3
    Got: +F:18:aes-256 cbc:74886890.67:79355285.33:79297194.67:177634986.67:179869013.33 from 3
    Got: +F:23:sha256:41140053.33:94246912.00:156949333.33:204581205.33:214540288.00 from 3
    Got: +F2:2:2048:0.001559:0.000048 from 3
    Got: +F2:3:4096:0.011223:0.000179 from 3
    Got: +F4:3:256:0.000136:0.000505 from 3
    OpenSSL 1.0.1e-fips 11 Feb 2013
    built on: Wed Aug 13 19:18:18 UTC 2014
    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             191912.05k   575788.48k  1284066.05k  1861251.06k  2111897.54k
    sha1            217811.25k   611584.92k  1330204.84k  1929850.88k  2305733.97k
    rc4            1405566.76k  2118535.17k  2466868.57k  2589538.99k  2621188.78k
    aes-128 cbc     409046.43k   436502.21k   453086.50k   954886.83k   975257.60k
    aes-256 cbc     302985.49k   320043.99k   319402.58k   711807.32k   716341.25k
    sha256          165766.30k   380569.71k   642902.19k   825949.18k   873357.31k
                      sign    verify    sign/s verify/s
    rsa 2048 bits 0.000384s 0.000012s   2604.0  84663.1
    rsa 4096 bits 0.002759s 0.000044s    362.4  22600.3
                                  sign    verify    sign/s verify/s
    256 bit ecdsa (nistp256)   0.0000s   0.0001s  29741.0   7997.0
    -------------------------------------------
    openssl speed -evp aes256 -multi 4
    Forked child 0
    +DT:aes-256-cbc:3:16
    Forked child 1
    Forked child 2
    +DT:aes-256-cbc:3:16
    +DT:aes-256-cbc:3:16
    +DT:aes-256-cbc:3:16
    +R:33805466:aes-256-cbc:3.000000
    +R:34428952:aes-256-cbc:3.000000
    +R:33180460:aes-256-cbc:3.000000
    +R:34144135:aes-256-cbc:3.000000
    +DT:aes-256-cbc:3:64
    +DT:aes-256-cbc:3:64
    +DT:aes-256-cbc:3:64
    +DT:aes-256-cbc:3:64
    +R:9096955:aes-256-cbc:3.000000
    +DT:aes-256-cbc:3:256
    +R:9155146:aes-256-cbc:3.000000
    +DT:aes-256-cbc:3:256
    +R:9326979:aes-256-cbc:3.000000
    +DT:aes-256-cbc:3:256
    +R:9227924:aes-256-cbc:3.000000
    +DT:aes-256-cbc:3:256
    +R:2318658:aes-256-cbc:3.000000
    +R:2326199:aes-256-cbc:3.000000
    +DT:aes-256-cbc:3:1024
    +DT:aes-256-cbc:3:1024
    +R:2269905:aes-256-cbc:3.000000
    +DT:aes-256-cbc:3:1024
    +R:2329968:aes-256-cbc:3.000000
    +DT:aes-256-cbc:3:1024
    +R:582460:aes-256-cbc:3.000000
    +DT:aes-256-cbc:3:8192
    +R:578322:aes-256-cbc:3.000000
    +DT:aes-256-cbc:3:8192
    +R:586732:aes-256-cbc:3.000000
    +DT:aes-256-cbc:3:8192
    +R:587147:aes-256-cbc:3.000000
    +DT:aes-256-cbc:3:8192
    +R:73996:aes-256-cbc:3.000000
    +R:73523:aes-256-cbc:3.000000
    +R:72580:aes-256-cbc:3.000000
    +R:73296:aes-256-cbc:3.000000
    Forked child 3
    Got: +H:16:64:256:1024:8192 from 0
    Got: +F:22:aes-256-cbc:176962453.33:194068373.33:193698560.00:197400576.00:198191786.67 from 0
    Got: +H:16:64:256:1024:8192 from 1
    Got: +F:22:aes-256-cbc:183621077.33:198975552.00:198502314.67:198813013.33:200766805.33 from 1
    Got: +H:16:64:256:1024:8192 from 2
    Got: +F:22:aes-256-cbc:180295818.67:196862378.67:198823936.00:200412842.67:200146944.00 from 2
    Got: +H:16:64:256:1024:8192 from 3
    Got: +F:22:aes-256-cbc:182102053.33:195309781.33:197858816.00:200271189.33:202058410.67 from 3
    OpenSSL 1.0.1e-fips 11 Feb 2013
    built on: Wed Aug 13 19:18:18 UTC 2014
    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             722981.40k   785216.09k   788883.63k   796897.62k   801163.95k
    -------------------------------------------
    openssl speed -evp aes128 -multi 4
    Forked child 0
    Forked child 1
    +DT:aes-128-cbc:3:16
    Forked child 2
    +DT:aes-128-cbc:3:16
    +DT:aes-128-cbc:3:16
    +DT:aes-128-cbc:3:16
    +R:46342217:aes-128-cbc:3.000000
    +R:46576918:aes-128-cbc:3.000000
    +R:46593594:aes-128-cbc:3.000000
    +DT:aes-128-cbc:3:64
    +DT:aes-128-cbc:3:64
    +DT:aes-128-cbc:3:64
    +R:45354903:aes-128-cbc:3.010000
    +DT:aes-128-cbc:3:64
    +R:12875766:aes-128-cbc:3.000000
    +R:12866850:aes-128-cbc:3.000000
    +R:12825570:aes-128-cbc:3.000000
    +DT:aes-128-cbc:3:256
    +DT:aes-128-cbc:3:256
    +DT:aes-128-cbc:3:256
    +R:12805261:aes-128-cbc:3.000000
    +DT:aes-128-cbc:3:256
    +R:3228593:aes-128-cbc:3.000000
    +R:3241497:aes-128-cbc:3.000000
    +R:3246363:aes-128-cbc:3.000000
    +DT:aes-128-cbc:3:1024
    +DT:aes-128-cbc:3:1024
    +DT:aes-128-cbc:3:1024
    +R:3183491:aes-128-cbc:3.000000
    +DT:aes-128-cbc:3:1024
    +R:825775:aes-128-cbc:3.000000
    +DT:aes-128-cbc:3:8192
    +R:825394:aes-128-cbc:3.000000
    +DT:aes-128-cbc:3:8192
    +R:825124:aes-128-cbc:3.000000
    +DT:aes-128-cbc:3:8192
    +R:806746:aes-128-cbc:3.000000
    +DT:aes-128-cbc:3:8192
    +R:101890:aes-128-cbc:3.000000
    +R:100096:aes-128-cbc:3.000000
    +R:101629:aes-128-cbc:3.000000
    +R:98999:aes-128-cbc:3.000000
    Forked child 3
    Got: +H:16:64:256:1024:8192 from 0
    Got: +F:22:aes-128-cbc:247158490.67:273612160.00:275506602.67:281864533.33:278227626.67 from 0
    Got: +H:16:64:256:1024:8192 from 1
    Got: +F:22:aes-128-cbc:248499168.00:274492800.00:277022976.00:281642325.33:273328810.67 from 1
    Got: +H:16:64:256:1024:8192 from 2
    Got: +F:22:aes-128-cbc:241089185.38:273178901.33:271657898.67:275369301.33:270333269.33 from 2
    Got: +H:16:64:256:1024:8192 from 3
    Got: +F:22:aes-128-cbc:248410229.33:274683008.00:276607744.00:281734485.33:277514922.67 from 3
    OpenSSL 1.0.1e-fips 11 Feb 2013
    built on: Wed Aug 13 19:18:18 UTC 2014
    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             985157.07k  1095966.87k  1100795.22k  1120610.65k  1099404.63k
    -------------------------------------------
    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=15000 --auto-generate-sql-unique-query-number=25 --auto-generate-sql-unique-write-number=25 --auto-generate-sql-write-number=500 --concurrency=16 --iterations=10 --engine=myisam -vv
    Building Create Statements for Auto
    Building Query Statements for Auto
    Parsing engines to use.
    Starting Concurrency Test
    Loading Pre-data
    Generating primary key list
    Loading Pre-data
    Generating primary key list
    Loading Pre-data
    Generating primary key list
    Loading Pre-data
    Generating primary key list
    Loading Pre-data
    Generating primary key list
    Loading Pre-data
    Generating primary key list
    Loading Pre-data
    Generating primary key list
    Loading Pre-data
    Generating primary key list
    Loading Pre-data
    Generating primary key list
    Loading Pre-data
    Generating primary key list
    Generating stats
    Benchmark
            Running for engine myisam
            Average number of seconds to run all queries: 1.344 seconds
            Minimum number of seconds to run all queries: 1.316 seconds
            Maximum number of seconds to run all queries: 1.370 seconds
            Number of clients running queries: 16
            Average number of queries per client: 937
    
    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
    -------------------------------------------
    System PHP Info
    -------------------------------------------
    
    CPU: 4 x Intel(R) Core(TM) i7-3635QM CPU @ 2.40GHz
    CentOS Linux release 7.0.1406 (Core)
    x86_64
    Centmin Mod 1.2.3-eva2000.08
                 total       used       free     shared    buffers     cached
    Mem:          1841        654       1186         28          0        319
    Low:          1841        654       1186
    High:            0          0          0
    -/+ buffers/cache:        334       1506
    Swap:         1535          0       1535
    ----------------------------------------------
    PHP 5.4.32 (cli) (built: Sep  5 2014 09:03:30)
    Copyright (c) 1997-2014 The PHP Group
    Zend Engine v2.4.0, Copyright (c) 1998-2014 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/apc.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
    
    ----------------------------------------------
    [PHP Modules]
    apc
    bcmath
    bz2
    calendar
    Core
    ctype
    curl
    date
    dom
    enchant
    ereg
    exif
    filter
    ftp
    gd
    gettext
    gmp
    hash
    iconv
    igbinary
    imagick
    imap
    intl
    json
    libxml
    mbstring
    memcache
    memcached
    mhash
    mysql
    mysqli
    mysqlnd
    openssl
    pcntl
    pcre
    PDO
    pdo_mysql
    pdo_sqlite
    Phar
    posix
    pspell
    readline
    Reflection
    session
    shmop
    SimpleXML
    soap
    sockets
    SPL
    sqlite3
    standard
    sysvmsg
    sysvsem
    sysvshm
    tidy
    tokenizer
    xml
    xmlreader
    xmlrpc
    xmlwriter
    zip
    zlib
    
    [Zend Modules]
    
    ----------------------------------------------
    -------------------------------------------
    Run PHP test Zend/bench.php
    -------------------------------------------
    
    simple             0.160
    simplecall         0.113
    simpleucall        0.131
    simpleudcall       0.134
    mandel             0.300
    mandel2            0.301
    ackermann(7)       0.115
    ary(50000)         0.018
    ary2(50000)        0.016
    ary3(2000)         0.144
    fibo(30)           0.310
    hash1(50000)       0.032
    hash2(500)         0.031
    heapsort(20000)    0.079
    matrix(20)         0.084
    nestedloop(12)     0.195
    sieve(30)          0.083
    strcat(200000)     0.011
    ------------------------
    Total              2.257
    real: 2.35s user: 2.24s sys: 0.07s cpu: 98% maxmem: 31580 KB cswaits: 5
    
    simple             0.106
    simplecall         0.114
    simpleucall        0.111
    simpleudcall       0.113
    mandel             0.304
    mandel2            0.300
    ackermann(7)       0.113
    ary(50000)         0.017
    ary2(50000)        0.016
    ary3(2000)         0.140
    fibo(30)           0.319
    hash1(50000)       0.031
    hash2(500)         0.028
    heapsort(20000)    0.085
    matrix(20)         0.082
    nestedloop(12)     0.185
    sieve(30)          0.082
    strcat(200000)     0.010
    ------------------------
    Total              2.158
    real: 2.21s user: 2.13s sys: 0.04s cpu: 98% maxmem: 31576 KB cswaits: 4
    
    simple             0.110
    simplecall         0.115
    simpleucall        0.112
    simpleudcall       0.116
    mandel             0.304
    mandel2            0.304
    ackermann(7)       0.115
    ary(50000)         0.018
    ary2(50000)        0.018
    ary3(2000)         0.140
    fibo(30)           0.313
    hash1(50000)       0.031
    hash2(500)         0.029
    heapsort(20000)    0.079
    matrix(20)         0.084
    nestedloop(12)     0.187
    sieve(30)          0.083
    strcat(200000)     0.011
    ------------------------
    Total              2.167
    real: 2.22s user: 2.14s sys: 0.05s cpu: 98% maxmem: 31576 KB cswaits: 5
    
    simple             0.107
    simplecall         0.113
    simpleucall        0.111
    simpleudcall       0.114
    mandel             0.303
    mandel2            0.306
    ackermann(7)       0.116
    ary(50000)         0.018
    ary2(50000)        0.016
    ary3(2000)         0.143
    fibo(30)           0.311
    hash1(50000)       0.031
    hash2(500)         0.029
    heapsort(20000)    0.078
    matrix(20)         0.082
    nestedloop(12)     0.186
    sieve(30)          0.084
    strcat(200000)     0.010
    ------------------------
    Total              2.159
    real: 2.22s user: 2.14s sys: 0.04s cpu: 98% maxmem: 31580 KB cswaits: 4
    
    bench.php results from 4 runs
    2.257
    2.158
    2.167
    2.159
    
    bench.php avg: 2.1852
    Avg: real: 2.25s user: 2.16s sys: 0.05s cpu: 98.00% maxmem: 31578.00KB cswaits: 4.50
    created results log at /home/phpbench_logs/bench_080914-154208.log
    server PHP info log at /home/phpbench_logs/bench_phpinfo_080914-154208.log
    
    -------------------------------------------
    Run PHP test Zend/micro_bench.php
    -------------------------------------------
    
    empty_loop         0.170
    func()             0.319    0.149
    undef_func()       0.325    0.154
    int_func()         0.295    0.125
    $x = self::$x      0.237    0.066
    self::$x = 0       0.227    0.057
    isset(self::$x)    0.205    0.034
    empty(self::$x)    0.219    0.049
    $x = Foo::$x       0.265    0.095
    Foo::$x = 0        0.202    0.031
    isset(Foo::$x)     0.179    0.008
    empty(Foo::$x)     0.185    0.015
    self::f()          0.343    0.173
    Foo::f()           0.312    0.141
    $x = $this->x      0.214    0.044
    $this->x = 0       0.266    0.095
    $this->x += 2      0.215    0.044
    ++$this->x         0.183    0.012
    --$this->x         0.184    0.014
    $this->x++         0.209    0.039
    $this->x--         0.218    0.048
    isset($this->x)    0.198    0.027
    empty($this->x)    0.211    0.040
    $this->f()         0.342    0.171
    $x = Foo::TEST     0.193    0.023
    new Foo()          0.674    0.504
    $x = TEST          0.151    -0.019
    $x = $_GET         0.249    0.079
    $x = $GLOBALS['v'] 0.343    0.172
    $x = $hash['v']    0.237    0.067
    $x = $str[0]       0.314    0.144
    $x = $a ?: null    0.207    0.037
    $x = $f ?: tmp     0.281    0.111
    $x = $f ? $f : $a  0.219    0.049
    $x = $f ? $f : tmp 0.291    0.121
    ------------------------
    Total              8.879
    real: 8.95s user: 8.83s sys: 0.08s cpu: 99% maxmem: 19456 KB cswaits: 5
    
    empty_loop         0.114
    func()             0.319    0.205
    undef_func()       0.327    0.212
    int_func()         0.293    0.179
    $x = self::$x      0.240    0.126
    self::$x = 0       0.224    0.110
    isset(self::$x)    0.215    0.100
    empty(self::$x)    0.215    0.101
    $x = Foo::$x       0.295    0.181
    Foo::$x = 0        0.203    0.089
    isset(Foo::$x)     0.178    0.064
    empty(Foo::$x)     0.185    0.070
    self::f()          0.342    0.227
    Foo::f()           0.310    0.196
    $x = $this->x      0.224    0.109
    $this->x = 0       0.253    0.139
    $this->x += 2      0.210    0.096
    ++$this->x         0.182    0.068
    --$this->x         0.184    0.070
    $this->x++         0.205    0.091
    $this->x--         0.210    0.095
    isset($this->x)    0.199    0.085
    empty($this->x)    0.206    0.091
    $this->f()         0.349    0.235
    $x = Foo::TEST     0.206    0.091
    new Foo()          0.666    0.552
    $x = TEST          0.151    0.036
    $x = $_GET         0.247    0.132
    $x = $GLOBALS['v'] 0.357    0.243
    $x = $hash['v']    0.233    0.119
    $x = $str[0]       0.309    0.194
    $x = $a ?: null    0.209    0.095
    $x = $f ?: tmp     0.305    0.190
    $x = $f ? $f : $a  0.227    0.113
    $x = $f ? $f : tmp 0.293    0.179
    ------------------------
    Total              8.885
    real: 8.94s user: 8.84s sys: 0.06s cpu: 99% maxmem: 19456 KB cswaits: 4
    
    empty_loop         0.107
    func()             0.314    0.207
    undef_func()       0.320    0.213
    int_func()         0.293    0.186
    $x = self::$x      0.238    0.131
    self::$x = 0       0.230    0.123
    isset(self::$x)    0.209    0.102
    empty(self::$x)    0.228    0.121
    $x = Foo::$x       0.267    0.160
    Foo::$x = 0        0.211    0.104
    isset(Foo::$x)     0.176    0.070
    empty(Foo::$x)     0.186    0.079
    self::f()          0.343    0.236
    Foo::f()           0.313    0.206
    $x = $this->x      0.214    0.107
    $this->x = 0       0.256    0.150
    $this->x += 2      0.213    0.106
    ++$this->x         0.181    0.074
    --$this->x         0.186    0.079
    $this->x++         0.209    0.102
    $this->x--         0.215    0.108
    isset($this->x)    0.200    0.093
    empty($this->x)    0.210    0.103
    $this->f()         0.351    0.244
    $x = Foo::TEST     0.194    0.087
    new Foo()          0.682    0.575
    $x = TEST          0.163    0.056
    $x = $_GET         0.249    0.142
    $x = $GLOBALS['v'] 0.353    0.246
    $x = $hash['v']    0.238    0.131
    $x = $str[0]       0.315    0.208
    $x = $a ?: null    0.208    0.101
    $x = $f ?: tmp     0.279    0.172
    $x = $f ? $f : $a  0.222    0.116
    $x = $f ? $f : tmp 0.285    0.178
    ------------------------
    Total              8.858
    real: 8.91s user: 8.80s sys: 0.07s cpu: 99% maxmem: 19456 KB cswaits: 5
    
    empty_loop         0.104
    func()             0.324    0.220
    undef_func()       0.325    0.221
    int_func()         0.287    0.183
    $x = self::$x      0.233    0.129
    self::$x = 0       0.226    0.122
    isset(self::$x)    0.203    0.099
    empty(self::$x)    0.217    0.113
    $x = Foo::$x       0.272    0.168
    Foo::$x = 0        0.200    0.096
    isset(Foo::$x)     0.180    0.076
    empty(Foo::$x)     0.186    0.082
    self::f()          0.333    0.229
    Foo::f()           0.320    0.216
    $x = $this->x      0.227    0.123
    $this->x = 0       0.248    0.144
    $this->x += 2      0.220    0.116
    ++$this->x         0.177    0.073
    --$this->x         0.177    0.073
    $this->x++         0.209    0.105
    $this->x--         0.211    0.107
    isset($this->x)    0.197    0.093
    empty($this->x)    0.207    0.103
    $this->f()         0.347    0.243
    $x = Foo::TEST     0.187    0.084
    new Foo()          0.668    0.564
    $x = TEST          0.152    0.048
    $x = $_GET         0.252    0.148
    $x = $GLOBALS['v'] 0.353    0.249
    $x = $hash['v']    0.233    0.129
    $x = $str[0]       0.321    0.217
    $x = $a ?: null    0.210    0.106
    $x = $f ?: tmp     0.291    0.187
    $x = $f ? $f : $a  0.222    0.118
    $x = $f ? $f : tmp 0.294    0.190
    ------------------------
    Total              8.815
    real: 8.90s user: 8.76s sys: 0.07s cpu: 99% maxmem: 19456 KB cswaits: 5
    
    micro_bench.php results from 4 runs
    8.879
    8.885
    8.858
    8.815
    
    micro_bench.php avg: 8.8592
    Avg: real: 8.93s user: 8.81s sys: 0.07s cpu: 99.00% maxmem: 19456.00KB cswaits: 4.75
    created results log at /home/phpbench_logs/bench_micro_080914-154208.log
    server PHP info log at /home/phpbench_logs/bench_phpinfo_080914-154208.log
    
    
    -------------------------------------------
    centminmodbench.sh completed
    -------------------------------------------
    

    installnbench.sh - install Centmin Mod + run centminmodbench.sh



    Added a new installnbench.sh file at centminmod/centminmodbench · GitHub


    It basically does 2 tasks when run installnbench.sh on a fresh CentOS 6.5 or 7.0 OS server:
    1. install latest Centmin Mod .08 beta01 LEMP stack ~ 15-30 mins time then
    2. installs and runs centminmodbench.sh (UnixBench enabled) ~ 30-60 mins time
    So all up takes between 45-90 minutes to complete. Will be using this installnbench.sh to test and compare various VPS/cloud providers including Vultr's new 24 cpu core offerings at Vultr - Vultr now with 24 cpu core and 64GB VPS options ! | Centmin Mod Community This way I can spin up multiple VPS at same time and via SecureCRT SSH client run a single command below to launch and run installnbench.sh on all VPS servers to install Centmin Mod and then run centminmodbench.sh thus saving me time from doing each VPS tests one at a time :D

    Code:
    curl -sL https://github.com/centminmod/centminmodbench/raw/master/installnbench.sh | bash
    If you don't want SSH session's connection drop out to abort your benchmark run you can run the script via screen window by installing screen via YUM and then launch centminmodbench.sh via screen
    Code:
    yum -y install screen
    screen -dmS bench
    screen -r bench
    curl -sL https://github.com/centminmod/centminmodbench/raw/master/installnbench.sh | bash
    
    If your SSH session drops out, the script is still running via the screen session called bench. You can use this command to view available sessions:
    Code:
    screen -ls
    
    Sample output
    Code:
    There is a screen on:
    2136.bench (Detached)
    1 Socket in /var/run/screen/S-root.
    
    To reattach the session named bench to continue with the benchmark or find the completed benchmark output, type:
    Code:
    screen -r bench
    

    Notes regarding UnixBench Index numbers



    Unixbench index numbers are much lower for Linux 3.x kernels as opposed to Linux 2.6.x kernels as some sub tests are influenced by the differing Linux Kernel versions used. From previous local tests I have done with CentOS, the 2.6.32 Kernels performed better in some UnixBench subtests than 3.xx Kernels which are used by Linode. Particularly, for Process Creation Index tests.

    Code:
    2.6.32-431 = 3287.4
    3.8.13-26.1 = 2417.4
    3.13.4-1 = 1341.0
    You can read the explanation at byte-unixbench - A Unix benchmark suite - Google Project Hosting which suggests subtests like pipe throughout has no real world bearing on performance so can be disregarded

     
    Last edited: Sep 25, 2014
  2. eva2000

    eva2000 Administrator Staff Member

    53,488
    12,130
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,671
    Local Time:
    5:21 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    768MB KVM VPS Vultr
    Los Angeles Region

    benchmark results

    Code:
    ./centminmodbench.sh
    
    Code:
    -------------------------------------------
    centminmodbench.sh 0.0.1 (centminmod.com)
    -------------------------------------------
    
    -------------------------------------------
    System Information
    -------------------------------------------
    
    2.6.32-431.23.3.el6.x86_64
    
    CentOS release 6.5 (Final)
    
    Centmin Mod 1.2.3-eva2000.07
    
    Architecture:          x86_64
    CPU op-mode(s):        32-bit, 64-bit
    Byte Order:            Little Endian
    CPU(s):                1
    On-line CPU(s) list:   0
    Thread(s) per core:    1
    Core(s) per socket:    1
    Socket(s):             1
    NUMA node(s):          1
    Vendor ID:             GenuineIntel
    CPU family:            6
    Model:                 60
    Stepping:              1
    CPU MHz:               3392.158
    BogoMIPS:              6784.31
    Hypervisor vendor:     KVM
    Virtualization type:   full
    L1d cache:             32K
    L1i cache:             32K
    L2 cache:              4096K
    NUMA node0 CPU(s):     0
    
    CPU NODE SOCKET CORE L1d:L1i:L2 ONLINE
    0   0    0      0    0:0:0      yes
    
                 total       used       free     shared    buffers     cached
    Mem:           742        284        458          0         13        121
    Low:           742        284        458
    High:            0          0          0
    -/+ buffers/cache:        149        593
    Swap:         2047          0       2047
    
    Filesystem      Size  Used Avail Use% Mounted on
    /dev/vda1        15G  9.7G  4.4G  70% /
    tmpfs           372M     0  372M   0% /dev/shm
    tmpfs           372M     0  372M   0% /tmp
    
    -------------------------------------------
    disk ioping tests
    -------------------------------------------
    
    Download ioping-0.6.tar.gz ...
    ioping-0.6.tar.gz found, skipping download...
    Running IOPing I/O benchmark...
    
    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.4 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.3 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, 3221 iops, 12.6 mb/s
    min/avg/max/mdev = 0.2/0.3/0.4/0.0 ms
    
    IOPing seek rate: ./ioping -RD .
    
    --- . (ext4 /dev/vda1) ioping statistics ---
    11969 requests completed in 3000.1 ms, 5371 iops, 21.0 mb/s
    min/avg/max/mdev = 0.1/0.2/2.3/0.0 ms
    
    IOPing sequential: ./ioping -RL .
    
    --- . (ext4 /dev/vda1) ioping statistics ---
    3528 requests completed in 3000.7 ms, 1291 iops, 322.8 mb/s
    min/avg/max/mdev = 0.7/0.8/6.3/0.2 ms
    
    IOPing cached: ./ioping -RC .
    
    --- . (ext4 /dev/vda1) ioping statistics ---
    50311 requests completed in 3000.0 ms, 1032338 iops, 4032.6 mb/s
    min/avg/max/mdev = 0.0/0.0/0.1/0.0 ms
    
    -------------------------------------------
    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, 2.55302 s, 421 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, 2.37204 s, 453 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, 3.81973 s, 281 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, 13.1457 s, 81.7 MB/s
    -------------------------------------------
    disk FIO tests
    -------------------------------------------
    
    Download fio-2.0.9.tar.gz ...
    fio-2.0.9.tar.gz found, skipping download...
    Running FIO benchmark...
    
    make: Nothing to be done for `all'.
    
    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: (groupid=0, jobs=1): err= 0: pid=2603: Mon Sep  8 18:35:24 2014
      read : io=1024.3MB, bw=277321KB/s, iops=69330 , runt=  3782msec
      cpu          : usr=5.71%, sys=33.64%, ctx=65470, majf=0, minf=90
      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=277320KB/s, minb=277320KB/s, maxb=277320KB/s, mint=3782msec, maxt=3782msec
    
    Disk stats (read/write):
      vda: ios=252273/0, merge=0/0, ticks=229556/0, in_queue=229536, util=97.36%
    
    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=2607: Mon Sep  8 18:35:29 2014
      write: io=1024.3MB, bw=247950KB/s, iops=61987 , runt=  4230msec
      cpu          : usr=5.32%, sys=29.04%, ctx=39894, majf=0, minf=25
      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=247949KB/s, minb=247949KB/s, maxb=247949KB/s, mint=4230msec, maxt=4230msec
    
    Disk stats (read/write):
      vda: ios=0/257421, merge=0/31, ticks=0/256436, in_queue=256423, util=97.53%
    
    
    -------------------------------------------
    Running bandwidth benchmark...
    -------------------------------------------
    
    Benchmarking download from Cachefly (http://cachefly.cachefly.net/100mb.test)
    Download Cachefly: 57.9MB/s
    Benchmarking download from Linode, Atlanta, GA, USA (http://speedtest.atlanta.linode.com/100MB-atlanta.bin)
    Download Linode, Atlanta, GA, USA: 14.1MB/s
    Benchmarking download from Linode, Dallas, TX, USA (http://speedtest.dallas.linode.com/100MB-dallas.bin)
    Download Linode, Dallas, TX, USA: 15.1MB/s
    Benchmarking download from Linode, Tokyo, JP (http://speedtest.tokyo.linode.com/100MB-tokyo.bin)
    Download Linode, Tokyo, JP: 5.00MB/s
    Benchmarking download from Linode, London, UK (http://speedtest.london.linode.com/100MB-london.bin)
    Download Linode, London, UK: 4.16MB/s
    Benchmarking download from OVH, Paris, France (http://proof.ovh.net/files/100Mio.dat)
    Download OVH, Paris, France: 4.00MB/s
    Benchmarking download from SmartDC, Rotterdam, Netherlands (http://mirror.i3d.net/100mb.bin)
    Download SmartDC, Rotterdam, Netherlands: 2.42MB/s
    Benchmarking download from Hetzner, Nuernberg, Germany (http://hetzner.de/100MB.iso)
    Download Hetzner, Nuernberg, Germany: 2.86MB/s
    Benchmarking download from iiNet, Perth, WA, Australia (http://ftp.iinet.net.au/test100MB.dat)
    Download iiNet, Perth, WA, Australia: 922KB/s
    Benchmarking download from Leaseweb, Manassas, VA, USA (http://mirror.us.leaseweb.net/speedtest/100mb.bin)
    Download Leaseweb, Manassas, VA, USA: 21.4MB/s
    Benchmarking download from Softlayer, Singapore (http://speedtest.sng01.softlayer.com/downloads/test100.zip)
    Download Softlayer, Singapore: 11.5MB/s
    Benchmarking download from Softlayer, Seattle, WA, USA (http://speedtest.sea01.softlayer.com/downloads/test100.zip)
    Download Softlayer, Seattle, WA, USA: 14.5MB/s
    Benchmarking download from Softlayer, San Jose, CA, USA (http://speedtest.sjc01.softlayer.com/downloads/test100.zip)
    Download Softlayer, San Jose, CA, USA: 30.4MB/s
    Benchmarking download from Softlayer, Washington, DC, USA (http://speedtest.wdc01.softlayer.com/downloads/test100.zip)
    Download Softlayer, Washington, DC, USA: 29.3MB/s
    Benchmarking download from Vultr, Sydney, Australia (http://syd-au-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Sydney, Australia: 9.68MB/s
    Benchmarking download from Vultr, Tokyo, Japan (http://hnd-jp-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Tokyo, Japan: 11.8MB/s
    Benchmarking download from Vultr, Los Angeles, California (http://lax-ca-us-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Los Angeles, California: 66.5MB/s
    Benchmarking download from Vultr, Seattle, Washington (http://wa-us-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Seattle, Washington: 41.9MB/s
    Benchmarking download from Vultr, Dallas, Texas (http://tx-us-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Dallas, Texas: 36.7MB/s
    Benchmarking download from Vultr, Chicago, Illinois (http://il-us-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Chicago, Illinois: 23.8MB/s
    Benchmarking download from Vultr, Atlanta, Georgia (http://ga-us-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Atlanta, Georgia: 26.3MB/s
    Benchmarking download from Vultr, Miami, Florida (http://fl-us-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Miami, Florida: 18.3MB/s
    Benchmarking download from Vultr, New York / New Jersey (http://nj-us-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, New York / New Jersey: 15.0MB/s
    Benchmarking download from Vultr, Frankfurt, Germany (http://fra-de-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Frankfurt, Germany: 3.97MB/s
    Benchmarking download from Vultr, Amsterdam, Netherlands (http://ams-nl-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Amsterdam, Netherlands: 8.31MB/s
    Benchmarking download from Vultr, London, UK (http://lon-gb-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, London, UK: 9.03MB/s
    Benchmarking download from Vultr, Paris, France (http://par-fr-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Paris, France: 8.14MB/s
    
    -------------------------------------------
    Running ping tests...
    -------------------------------------------
    
    Pings (cachefly.cachefly.net):
    PING vip1.g.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=60 time=0.427 ms
    64 bytes from vip1.G-anycast1.cachefly.net (205.234.175.175): icmp_seq=2 ttl=60 time=0.338 ms
    64 bytes from vip1.G-anycast1.cachefly.net (205.234.175.175): icmp_seq=3 ttl=60 time=0.373 ms
    
    --- vip1.g.cachefly.net ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2000ms
    rtt min/avg/max/mdev = 0.338/0.379/0.427/0.039 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=53 time=138 ms
    64 bytes from 108.61.212.117.vultr.com (108.61.212.117): icmp_seq=2 ttl=53 time=137 ms
    64 bytes from 108.61.212.117.vultr.com (108.61.212.117): icmp_seq=3 ttl=53 time=138 ms
    
    --- syd-au-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2141ms
    rtt min/avg/max/mdev = 137.652/138.068/138.311/0.521 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=53 time=108 ms
    64 bytes from 108.61.201.151.vultr.com (108.61.201.151): icmp_seq=2 ttl=53 time=108 ms
    64 bytes from 108.61.201.151.vultr.com (108.61.201.151): icmp_seq=3 ttl=53 time=102 ms
    
    --- hnd-jp-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2105ms
    rtt min/avg/max/mdev = 102.912/106.521/108.516/2.570 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=63 time=0.726 ms
    64 bytes from 108.61.219.200.vultr.com (108.61.219.200): icmp_seq=2 ttl=63 time=0.734 ms
    64 bytes from 108.61.219.200.vultr.com (108.61.219.200): icmp_seq=3 ttl=63 time=0.837 ms
    
    --- lax-ca-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2001ms
    rtt min/avg/max/mdev = 0.726/0.765/0.837/0.059 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=56 time=29.5 ms
    64 bytes from 108.61.194.105.vultr.com (108.61.194.105): icmp_seq=2 ttl=56 time=29.5 ms
    64 bytes from 108.61.194.105.vultr.com (108.61.194.105): icmp_seq=3 ttl=56 time=29.6 ms
    
    --- wa-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2033ms
    rtt min/avg/max/mdev = 29.529/29.553/29.601/0.201 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=59 time=33.6 ms
    64 bytes from 108.61.224.175.vultr.com (108.61.224.175): icmp_seq=2 ttl=59 time=33.5 ms
    64 bytes from 108.61.224.175.vultr.com (108.61.224.175): icmp_seq=3 ttl=59 time=33.6 ms
    
    --- tx-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2037ms
    rtt min/avg/max/mdev = 33.578/33.612/33.640/0.213 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=55 time=54.1 ms
    64 bytes from 107.191.51.12.vultr.com (107.191.51.12): icmp_seq=2 ttl=55 time=54.1 ms
    64 bytes from 107.191.51.12.vultr.com (107.191.51.12): icmp_seq=3 ttl=55 time=54.0 ms
    
    --- il-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2056ms
    rtt min/avg/max/mdev = 54.071/54.131/54.180/0.045 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=58 time=57.7 ms
    64 bytes from 108.61.193.166.vultr.com (108.61.193.166): icmp_seq=2 ttl=58 time=57.8 ms
    64 bytes from 108.61.193.166.vultr.com (108.61.193.166): icmp_seq=3 ttl=58 time=57.8 ms
    
    --- ga-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2060ms
    rtt min/avg/max/mdev = 57.700/57.804/57.880/0.076 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=57 time=65.3 ms
    64 bytes from 104.156.244.232: icmp_seq=2 ttl=57 time=65.3 ms
    64 bytes from 104.156.244.232: icmp_seq=3 ttl=57 time=65.5 ms
    
    --- fl-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2068ms
    rtt min/avg/max/mdev = 65.355/65.409/65.500/0.064 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=54 time=79.8 ms
    64 bytes from 108.61.149.182.vultr.com (108.61.149.182): icmp_seq=2 ttl=54 time=80.6 ms
    64 bytes from 108.61.149.182.vultr.com (108.61.149.182): icmp_seq=3 ttl=54 time=79.9 ms
    
    --- nj-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2082ms
    rtt min/avg/max/mdev = 79.837/80.136/80.609/0.338 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=58 time=164 ms
    64 bytes from 108.61.210.117.vultr.com (108.61.210.117): icmp_seq=2 ttl=58 time=164 ms
    64 bytes from 108.61.210.117.vultr.com (108.61.210.117): icmp_seq=3 ttl=58 time=164 ms
    
    --- fra-de-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2166ms
    rtt min/avg/max/mdev = 164.064/164.163/164.329/0.482 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=55 time=159 ms
    64 bytes from 108.61.198.102.vultr.com (108.61.198.102): icmp_seq=2 ttl=55 time=160 ms
    64 bytes from 108.61.198.102.vultr.com (108.61.198.102): icmp_seq=3 ttl=55 time=160 ms
    
    --- ams-nl-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2162ms
    rtt min/avg/max/mdev = 159.947/160.058/160.224/0.119 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=137 ms
    64 bytes from 108.61.196.101.vultr.com (108.61.196.101): icmp_seq=2 ttl=55 time=136 ms
    64 bytes from 108.61.196.101.vultr.com (108.61.196.101): icmp_seq=3 ttl=55 time=136 ms
    
    --- lon-gb-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2136ms
    rtt min/avg/max/mdev = 136.177/136.549/137.206/0.465 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=58 time=156 ms
    64 bytes from 108.61.209.127.vultr.com (108.61.209.127): icmp_seq=2 ttl=58 time=156 ms
    64 bytes from 108.61.209.127.vultr.com (108.61.209.127): icmp_seq=3 ttl=58 time=156 ms
    
    --- par-fr-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2159ms
    rtt min/avg/max/mdev = 156.288/156.343/156.387/0.458 ms
    
    -------------------------------------------
    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 1
    +DT:md5:3:16
    +R:12817846:md5:3.000000
    +DT:md5:3:64
    +R:9389174:md5:3.000000
    +DT:md5:3:256
    +R:5055560:md5:3.000000
    +DT:md5:3:1024
    +R:1805228:md5:3.000000
    +DT:md5:3:8192
    +R:257640:md5:3.000000
    +DT:sha1:3:16
    +R:14054319:sha1:3.000000
    +DT:sha1:3:64
    +R:9724004:sha1:3.000000
    +DT:sha1:3:256
    +R:5306247:sha1:3.000000
    +DT:sha1:3:1024
    +R:1939942:sha1:3.000000
    +DT:sha1:3:8192
    +R:296353:sha1:3.000000
    +DT:sha256:3:16
    +R:10277455:sha256:3.000000
    +DT:sha256:3:64
    +R:5757875:sha256:3.000000
    +DT:sha256:3:256
    +R:2471487:sha256:3.000000
    +DT:sha256:3:1024
    +R:771799:sha256:3.000000
    +DT:sha256:3:8192
    +R:101271:sha256:3.000000
    +DT:rc4:3:16
    +R:92590391:rc4:3.000000
    +DT:rc4:3:64
    +R:34474678:rc4:3.000000
    +DT:rc4:3:256
    +R:9937127:rc4:3.000000
    +DT:rc4:3:1024
    +R:2483680:rc4:3.000000
    +DT:rc4:3:8192
    +R:323522:rc4:3.000000
    +DT:aes-128 cbc:3:16
    +R:26497648:aes-128 cbc:3.000000
    +DT:aes-128 cbc:3:64
    +R:7275124:aes-128 cbc:3.000000
    +DT:aes-128 cbc:3:256
    +R:1865571:aes-128 cbc:3.000000
    +DT:aes-128 cbc:3:1024
    +R:1002209:aes-128 cbc:2.990000
    +DT:aes-128 cbc:3:8192
    +R:121956:aes-128 cbc:3.000000
    +DT:aes-256 cbc:3:16
    +R:19471599:aes-256 cbc:3.000000
    +DT:aes-256 cbc:3:64
    +R:5003246:aes-256 cbc:3.000000
    +DT:aes-256 cbc:3:256
    +R:1317873:aes-256 cbc:3.000000
    +DT:aes-256 cbc:3:1024
    +R:728947:aes-256 cbc:3.000000
    +DT:aes-256 cbc:3:8192
    +R:92088:aes-256 cbc:3.000000
    +DTP:2048:private:rsa:10
    +R1:9479:2048:10.00
    +DTP:2048:public:rsa:10
    +R2:310930:2048:10.00
    +DTP:4096:private:rsa:10
    +R1:1338:4096:10.01
    +DTP:4096:public:rsa:10
    +R2:84134:4096:9.99
    +DTP:256:sign:ecdsa:10
    +R5:106136:256:10.00
    +DTP:256:verify:ecdsa:10
    +R6:27729:256:9.99
    Forked child 0
    Got: +H:16:64:256:1024:8192 from 0
    Got: +F:3:md5:68361845.33:200302378.67:431407786.67:616184490.67:703528960.00 from 0
    Got: +F:5:sha1:74956368.00:207445418.67:452799744.00:662166869.33:809241258.67 from 0
    Got: +F:7:rc4:493815418.67:735459797.33:847968170.67:847762773.33:883430741.33 from 0
    Got: +F:16:aes-128 cbc:141320789.33:155202645.33:159195392.00:343231443.48:333021184.00 from 0
    Got: +F:18:aes-256 cbc:103848528.00:106735914.67:112458496.00:248813909.33:251461632.00 from 0
    Got: +F:23:sha256:54813093.33:122834666.67:210900224.00:263440725.33:276537344.00 from 0
    Got: +F2:2:2048:0.001055:0.000032 from 0
    Got: +F2:3:4096:0.007481:0.000119 from 0
    Got: +F4:3:256:0.000094:0.000360 from 0
    OpenSSL 1.0.1e-fips 11 Feb 2013
    built on: Wed Aug 13 19:13:02 UTC 2014
    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 --param=ssp-buffer-size=4 -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              68361.85k   200302.38k   431407.79k   616184.49k   703528.96k
    sha1             74956.37k   207445.42k   452799.74k   662166.87k   809241.26k
    rc4             493815.42k   735459.80k   847968.17k   847762.77k   883430.74k
    aes-128 cbc     141320.79k   155202.65k   159195.39k   343231.44k   333021.18k
    aes-256 cbc     103848.53k   106735.91k   112458.50k   248813.91k   251461.63k
    sha256           54813.09k   122834.67k   210900.22k   263440.73k   276537.34k
                      sign    verify    sign/s verify/s
    rsa 2048 bits 0.001055s 0.000032s    947.9  31250.0
    rsa 4096 bits 0.007481s 0.000119s    133.7   8403.4
                                  sign    verify    sign/s verify/s
    256 bit ecdsa (nistp256)   0.0001s   0.0004s  10638.3   2777.8
    -------------------------------------------
    openssl speed -evp aes256 -multi 1
    +DT:aes-256-cbc:3:16
    +R:98738523:aes-256-cbc:3.000000
    +DT:aes-256-cbc:3:64
    +R:26255520:aes-256-cbc:3.000000
    +DT:aes-256-cbc:3:256
    +R:6677918:aes-256-cbc:3.000000
    +DT:aes-256-cbc:3:1024
    +R:1673625:aes-256-cbc:3.000000
    +DT:aes-256-cbc:3:8192
    +R:209917:aes-256-cbc:3.000000
    Forked child 0
    Got: +H:16:64:256:1024:8192 from 0
    Got: +F:22:aes-256-cbc:526605456.00:560117760.00:569849002.67:571264000.00:573213354.67 from 0
    OpenSSL 1.0.1e-fips 11 Feb 2013
    built on: Wed Aug 13 19:13:02 UTC 2014
    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 --param=ssp-buffer-size=4 -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             526605.46k   560117.76k   569849.00k   571264.00k   573213.35k
    -------------------------------------------
    openssl speed -evp aes128 -multi 1
    +DT:aes-128-cbc:3:16
    +R:134042104:aes-128-cbc:3.000000
    +DT:aes-128-cbc:3:64
    +R:36290322:aes-128-cbc:3.000000
    +DT:aes-128-cbc:3:256
    +R:9340439:aes-128-cbc:3.000000
    +DT:aes-128-cbc:3:1024
    +R:2334016:aes-128-cbc:3.000000
    +DT:aes-128-cbc:3:8192
    +R:293149:aes-128-cbc:3.000000
    Forked child 0
    Got: +H:16:64:256:1024:8192 from 0
    Got: +F:22:aes-128-cbc:714891221.33:774193536.00:797050794.67:796677461.33:800492202.67 from 0
    OpenSSL 1.0.1e-fips 11 Feb 2013
    built on: Wed Aug 13 19:13:02 UTC 2014
    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 --param=ssp-buffer-size=4 -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             714891.22k   774193.54k   797050.79k   796677.46k   800492.20k
    -------------------------------------------
    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=15000 --auto-generate-sql-unique-query-number=25 --auto-generate-sql-unique-write-number=25 --auto-generate-sql-write-number=500 --concurrency=16 --iterations=10 --engine=myisam -vv
    Building Create Statements for Auto
    Building Query Statements for Auto
    Parsing engines to use.
    Starting Concurrency Test
    Loading Pre-data
    Generating primary key list
    Loading Pre-data
    Generating primary key list
    Loading Pre-data
    Generating primary key list
    Loading Pre-data
    Generating primary key list
    Loading Pre-data
    Generating primary key list
    Loading Pre-data
    Generating primary key list
    Loading Pre-data
    Generating primary key list
    Loading Pre-data
    Generating primary key list
    Loading Pre-data
    Generating primary key list
    Loading Pre-data
    Generating primary key list
    Generating stats
    Benchmark
            Running for engine myisam
            Average number of seconds to run all queries: 0.926 seconds
            Minimum number of seconds to run all queries: 0.910 seconds
            Maximum number of seconds to run all queries: 0.937 seconds
            Number of clients running queries: 16
            Average number of queries per client: 937
    
    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
    -------------------------------------------
    System PHP Info
    -------------------------------------------
    
    CPU: 1 x Vultr Virtual CPU 2
    CentOS release 6.5 (Final)
    x86_64
    Centmin Mod 1.2.3-eva2000.07
                 total       used       free     shared    buffers     cached
    Mem:           742        286        456          0         62         56
    Low:           742        286        456
    High:            0          0          0
    -/+ buffers/cache:        167        575
    Swap:         2047          0       2047
    ----------------------------------------------
    PHP 5.4.32 (cli) (built: Sep  8 2014 18:30:48)
    Copyright (c) 1997-2014 The PHP Group
    Zend Engine v2.4.0, Copyright (c) 1998-2014 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/apc.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
    
    ----------------------------------------------
    [PHP Modules]
    apc
    bcmath
    bz2
    calendar
    Core
    ctype
    curl
    date
    dom
    enchant
    ereg
    exif
    filter
    ftp
    gd
    gettext
    gmp
    hash
    iconv
    igbinary
    imagick
    imap
    intl
    json
    libxml
    mbstring
    mcrypt
    memcache
    memcached
    mhash
    mysql
    mysqli
    mysqlnd
    openssl
    pcntl
    pcre
    PDO
    pdo_mysql
    pdo_sqlite
    Phar
    posix
    pspell
    readline
    Reflection
    session
    shmop
    SimpleXML
    soap
    sockets
    SPL
    sqlite3
    standard
    sysvmsg
    sysvsem
    sysvshm
    tidy
    tokenizer
    xml
    xmlreader
    xmlrpc
    xmlwriter
    zip
    zlib
    
    [Zend Modules]
    
    ----------------------------------------------
    -------------------------------------------
    Run PHP test Zend/bench.php
    -------------------------------------------
    
    simple             0.056
    simplecall         0.093
    simpleucall        0.089
    simpleudcall       0.094
    mandel             0.139
    mandel2            0.186
    ackermann(7)       0.071
    ary(50000)         0.014
    ary2(50000)        0.014
    ary3(2000)         0.112
    fibo(30)           0.244
    hash1(50000)       0.024
    hash2(500)         0.028
    heapsort(20000)    0.053
    matrix(20)         0.066
    nestedloop(12)     0.096
    sieve(30)          0.071
    strcat(200000)     0.009
    ------------------------
    Total              1.460
    real: 1.48s user: 1.45s sys: 0.01s cpu: 99% maxmem: 124000 KB cswaits: 13
    
    simple             0.055
    simplecall         0.092
    simpleucall        0.090
    simpleudcall       0.093
    mandel             0.140
    mandel2            0.190
    ackermann(7)       0.071
    ary(50000)         0.015
    ary2(50000)        0.014
    ary3(2000)         0.121
    fibo(30)           0.246
    hash1(50000)       0.024
    hash2(500)         0.029
    heapsort(20000)    0.055
    matrix(20)         0.067
    nestedloop(12)     0.097
    sieve(30)          0.072
    strcat(200000)     0.009
    ------------------------
    Total              1.480
    real: 1.49s user: 1.47s sys: 0.01s cpu: 99% maxmem: 123984 KB cswaits: 3
    
    simple             0.055
    simplecall         0.096
    simpleucall        0.091
    simpleudcall       0.094
    mandel             0.135
    mandel2            0.188
    ackermann(7)       0.071
    ary(50000)         0.014
    ary2(50000)        0.013
    ary3(2000)         0.117
    fibo(30)           0.247
    hash1(50000)       0.024
    hash2(500)         0.029
    heapsort(20000)    0.057
    matrix(20)         0.068
    nestedloop(12)     0.098
    sieve(30)          0.073
    strcat(200000)     0.009
    ------------------------
    Total              1.477
    real: 1.49s user: 1.48s sys: 0.00s cpu: 99% maxmem: 124000 KB cswaits: 3
    
    bench.php results from 3 runs
    1.460
    1.480
    1.477
    
    bench.php avg: 1.4723
    Avg: real: 1.49s user: 1.47s sys: 0.01s cpu: 99.00% maxmem: 123994.67KB cswaits: 6.33
    created results log at /home/phpbench_logs/bench_080914-183438.log
    server PHP info log at /home/phpbench_logs/bench_phpinfo_080914-183438.log
    
    -------------------------------------------
    Run PHP test Zend/micro_bench.php
    -------------------------------------------
    
    empty_loop         0.122
    func()             0.582    0.460
    undef_func()       0.524    0.402
    int_func()         0.463    0.341
    $x = self::$x      0.301    0.179
    self::$x = 0       0.189    0.067
    isset(self::$x)    0.162    0.040
    empty(self::$x)    0.173    0.051
    $x = Foo::$x       0.175    0.053
    Foo::$x = 0        0.165    0.043
    isset(Foo::$x)     0.145    0.023
    empty(Foo::$x)     0.151    0.029
    self::f()          0.263    0.141
    Foo::f()           0.234    0.112
    $x = $this->x      0.163    0.041
    $this->x = 0       0.220    0.098
    $this->x += 2      0.164    0.042
    ++$this->x         0.150    0.028
    --$this->x         0.143    0.021
    $this->x++         0.172    0.050
    $this->x--         0.177    0.055
    isset($this->x)    0.157    0.035
    empty($this->x)    0.168    0.046
    $this->f()         0.274    0.152
    $x = Foo::TEST     0.157    0.035
    new Foo()          0.524    0.402
    $x = TEST          0.123    0.001
    $x = $_GET         0.294    0.172
    $x = $GLOBALS['v'] 0.449    0.328
    $x = $hash['v']    0.277    0.155
    $x = $str[0]       0.246    0.124
    $x = $a ?: null    0.167    0.045
    $x = $f ?: tmp     0.225    0.103
    $x = $f ? $f : $a  0.177    0.055
    $x = $f ? $f : tmp 0.227    0.105
    ------------------------
    Total              8.304
    real: 8.32s user: 8.30s sys: 0.00s cpu: 99% maxmem: 75824 KB cswaits: 5
    
    empty_loop         0.083
    func()             0.259    0.175
    undef_func()       0.265    0.182
    int_func()         0.231    0.148
    $x = self::$x      0.195    0.112
    self::$x = 0       0.184    0.101
    isset(self::$x)    0.164    0.081
    empty(self::$x)    0.174    0.091
    $x = Foo::$x       0.168    0.085
    Foo::$x = 0        0.165    0.082
    isset(Foo::$x)     0.144    0.061
    empty(Foo::$x)     0.149    0.066
    self::f()          0.289    0.206
    Foo::f()           0.251    0.168
    $x = $this->x      0.164    0.081
    $this->x = 0       0.221    0.138
    $this->x += 2      0.165    0.081
    ++$this->x         0.152    0.069
    --$this->x         0.143    0.060
    $this->x++         0.172    0.089
    $this->x--         0.163    0.079
    isset($this->x)    0.158    0.074
    empty($this->x)    0.165    0.082
    $this->f()         0.276    0.193
    $x = Foo::TEST     0.152    0.069
    new Foo()          0.525    0.442
    $x = TEST          0.123    0.040
    $x = $_GET         0.281    0.198
    $x = $GLOBALS['v'] 0.419    0.336
    $x = $hash['v']    0.276    0.193
    $x = $str[0]       0.251    0.168
    $x = $a ?: null    0.164    0.081
    $x = $f ?: tmp     0.222    0.139
    $x = $f ? $f : $a  0.177    0.093
    $x = $f ? $f : tmp 0.224    0.141
    ------------------------
    Total              7.313
    real: 7.33s user: 7.31s sys: 0.00s cpu: 99% maxmem: 75840 KB cswaits: 3
    
    empty_loop         0.083
    func()             0.244    0.161
    undef_func()       0.252    0.169
    int_func()         0.230    0.147
    $x = self::$x      0.201    0.118
    self::$x = 0       0.187    0.104
    isset(self::$x)    0.164    0.081
    empty(self::$x)    0.175    0.092
    $x = Foo::$x       0.171    0.088
    Foo::$x = 0        0.167    0.084
    isset(Foo::$x)     0.147    0.064
    empty(Foo::$x)     0.154    0.071
    self::f()          0.277    0.194
    Foo::f()           0.237    0.154
    $x = $this->x      0.166    0.083
    $this->x = 0       0.225    0.142
    $this->x += 2      0.164    0.081
    ++$this->x         0.149    0.066
    --$this->x         0.141    0.058
    $this->x++         0.173    0.090
    $this->x--         0.163    0.080
    isset($this->x)    0.156    0.073
    empty($this->x)    0.164    0.081
    $this->f()         0.274    0.191
    $x = Foo::TEST     0.156    0.073
    new Foo()          0.524    0.441
    $x = TEST          0.132    0.049
    $x = $_GET         0.280    0.197
    $x = $GLOBALS['v'] 0.424    0.341
    $x = $hash['v']    0.275    0.192
    $x = $str[0]       0.253    0.171
    $x = $a ?: null    0.164    0.081
    $x = $f ?: tmp     0.230    0.147
    $x = $f ? $f : $a  0.175    0.092
    $x = $f ? $f : tmp 0.225    0.142
    ------------------------
    Total              7.299
    real: 7.31s user: 7.30s sys: 0.00s cpu: 99% maxmem: 75840 KB cswaits: 3
    
    micro_bench.php results from 3 runs
    8.304
    7.313
    7.299
    
    micro_bench.php avg: 7.6387
    Avg: real: 7.65s user: 7.64s sys: 0.00s cpu: 99.00% maxmem: 75834.67KB cswaits: 3.67
    created results log at /home/phpbench_logs/bench_micro_080914-183438.log
    server PHP info log at /home/phpbench_logs/bench_phpinfo_080914-183438.log
    
    
    -------------------------------------------
    centminmodbench.sh completed
    -------------------------------------------
    
    with UnixBench enabled definitely takes longer to run ~37 minutes

    Code:
    centminmodbench.sh Total Run Time: 2242.865833204 seconds
    without UnixBench ~13 1/2 minutes

    Code:
    centminmodbench.sh Total Run Time: 807.060611932 seconds
    Code:
    ./centminmodbench.sh     
    
    Code:
    -------------------------------------------
    centminmodbench.sh 0.0.1 (centminmod.com)
    -------------------------------------------
    
    -------------------------------------------
    System Information
    -------------------------------------------
    
    2.6.32-431.23.3.el6.x86_64
    
    CentOS release 6.5 (Final)
    
    Centmin Mod 1.2.3-eva2000.07
    
    Architecture:          x86_64
    CPU op-mode(s):        32-bit, 64-bit
    Byte Order:            Little Endian
    CPU(s):                1
    On-line CPU(s) list:   0
    Thread(s) per core:    1
    Core(s) per socket:    1
    Socket(s):             1
    NUMA node(s):          1
    Vendor ID:             GenuineIntel
    CPU family:            6
    Model:                 60
    Stepping:              1
    CPU MHz:               3392.158
    BogoMIPS:              6784.31
    Hypervisor vendor:     KVM
    Virtualization type:   full
    L1d cache:             32K
    L1i cache:             32K
    L2 cache:              4096K
    NUMA node0 CPU(s):     0
    
    CPU NODE SOCKET CORE L1d:L1i:L2 ONLINE
    0   0    0      0    0:0:0      yes
    
                 total       used       free     shared    buffers     cached
    Mem:           742        315        427          0         63         73
    Low:           742        315        427
    High:            0          0          0
    -/+ buffers/cache:        178        564
    Swap:         2047          0       2047
    
    Filesystem      Size  Used Avail Use% Mounted on
    /dev/vda1        15G  9.7G  4.4G  70% /
    tmpfs           372M     0  372M   0% /dev/shm
    tmpfs           372M     0  372M   0% /tmp
    
    -------------------------------------------
    disk ioping tests
    -------------------------------------------
    
    Download ioping-0.6.tar.gz ...
    ioping-0.6.tar.gz found, skipping download...
    Running IOPing I/O benchmark...
    
    IOPing I/O: ./ioping -c 10 .
    4096 bytes from . (ext4 /dev/vda1): request=1 time=2.4 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.4 ms
    4096 bytes from . (ext4 /dev/vda1): request=7 time=0.3 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 9006.3 ms, 1846 iops, 7.2 mb/s
    min/avg/max/mdev = 0.3/0.5/2.4/0.6 ms
    
    IOPing seek rate: ./ioping -RD .
    
    --- . (ext4 /dev/vda1) ioping statistics ---
    11887 requests completed in 3000.2 ms, 5330 iops, 20.8 mb/s
    min/avg/max/mdev = 0.1/0.2/3.6/0.1 ms
    
    IOPing sequential: ./ioping -RL .
    
    --- . (ext4 /dev/vda1) ioping statistics ---
    3453 requests completed in 3000.3 ms, 1270 iops, 317.5 mb/s
    min/avg/max/mdev = 0.7/0.8/3.4/0.1 ms
    
    IOPing cached: ./ioping -RC .
    
    --- . (ext4 /dev/vda1) ioping statistics ---
    49943 requests completed in 3000.0 ms, 952947 iops, 3722.4 mb/s
    min/avg/max/mdev = 0.0/0.0/0.0/0.0 ms
    
    -------------------------------------------
    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, 2.32512 s, 462 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, 2.55836 s, 420 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, 3.96416 s, 271 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, 13.406 s, 80.1 MB/s
    -------------------------------------------
    disk FIO tests
    -------------------------------------------
    
    Download fio-2.0.9.tar.gz ...
    fio-2.0.9.tar.gz found, skipping download...
    Running FIO benchmark...
    
    make: Nothing to be done for `all'.
    
    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: (groupid=0, jobs=1): err= 0: pid=3319: Mon Sep  8 19:11:44 2014
      read : io=1024.3MB, bw=265257KB/s, iops=66314 , runt=  3954msec
      cpu          : usr=4.91%, sys=30.03%, ctx=61509, majf=0, minf=91
      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=265257KB/s, minb=265257KB/s, maxb=265257KB/s, mint=3954msec, maxt=3954msec
    
    Disk stats (read/write):
      vda: ios=259905/0, merge=0/0, ticks=244757/0, in_queue=244830, util=97.57%
    
    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=3323: Mon Sep  8 19:11:49 2014
      write: io=1024.3MB, bw=247365KB/s, iops=61841 , runt=  4240msec
      cpu          : usr=5.90%, sys=26.37%, ctx=33967, majf=0, minf=26
      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=247365KB/s, minb=247365KB/s, maxb=247365KB/s, mint=4240msec, maxt=4240msec
    
    Disk stats (read/write):
      vda: ios=8/256786, merge=0/31, ticks=15/255315, in_queue=255295, util=97.53%
    
    
    -------------------------------------------
    Running bandwidth benchmark...
    -------------------------------------------
    
    Benchmarking download from Cachefly (http://cachefly.cachefly.net/100mb.test)
    Download Cachefly: 70.2MB/s
    Benchmarking download from Linode, Atlanta, GA, USA (http://speedtest.atlanta.linode.com/100MB-atlanta.bin)
    Download Linode, Atlanta, GA, USA: 14.6MB/s
    Benchmarking download from Linode, Dallas, TX, USA (http://speedtest.dallas.linode.com/100MB-dallas.bin)
    Download Linode, Dallas, TX, USA: 9.11MB/s
    Benchmarking download from Linode, Tokyo, JP (http://speedtest.tokyo.linode.com/100MB-tokyo.bin)
    Download Linode, Tokyo, JP: 4.34MB/s
    Benchmarking download from Linode, London, UK (http://speedtest.london.linode.com/100MB-london.bin)
    Download Linode, London, UK: 2.72MB/s
    Benchmarking download from OVH, Paris, France (http://proof.ovh.net/files/100Mio.dat)
    Download OVH, Paris, France: 3.93MB/s
    Benchmarking download from SmartDC, Rotterdam, Netherlands (http://mirror.i3d.net/100mb.bin)
    Download SmartDC, Rotterdam, Netherlands: 2.44MB/s
    Benchmarking download from Hetzner, Nuernberg, Germany (http://hetzner.de/100MB.iso)
    Download Hetzner, Nuernberg, Germany: 831KB/s
    Benchmarking download from iiNet, Perth, WA, Australia (http://ftp.iinet.net.au/test100MB.dat)
    Download iiNet, Perth, WA, Australia: 1.43MB/s
    Benchmarking download from Leaseweb, Manassas, VA, USA (http://mirror.us.leaseweb.net/speedtest/100mb.bin)
    Download Leaseweb, Manassas, VA, USA: 23.1MB/s
    Benchmarking download from Softlayer, Singapore (http://speedtest.sng01.softlayer.com/downloads/test100.zip)
    Download Softlayer, Singapore: 11.6MB/s
    Benchmarking download from Softlayer, Seattle, WA, USA (http://speedtest.sea01.softlayer.com/downloads/test100.zip)
    Download Softlayer, Seattle, WA, USA: 13.5MB/s
    Benchmarking download from Softlayer, San Jose, CA, USA (http://speedtest.sjc01.softlayer.com/downloads/test100.zip)
    Download Softlayer, San Jose, CA, USA: 62.4MB/s
    Benchmarking download from Softlayer, Washington, DC, USA (http://speedtest.wdc01.softlayer.com/downloads/test100.zip)
    Download Softlayer, Washington, DC, USA: 31.6MB/s
    Benchmarking download from Vultr, Sydney, Australia (http://syd-au-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Sydney, Australia: 9.68MB/s
    Benchmarking download from Vultr, Tokyo, Japan (http://hnd-jp-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Tokyo, Japan: 10.6MB/s
    Benchmarking download from Vultr, Los Angeles, California (http://lax-ca-us-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Los Angeles, California: 67.1MB/s
    Benchmarking download from Vultr, Seattle, Washington (http://wa-us-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Seattle, Washington: 40.1MB/s
    Benchmarking download from Vultr, Dallas, Texas (http://tx-us-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Dallas, Texas: 35.9MB/s
    Benchmarking download from Vultr, Chicago, Illinois (http://il-us-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Chicago, Illinois: 19.4MB/s
    Benchmarking download from Vultr, Atlanta, Georgia (http://ga-us-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Atlanta, Georgia: 25.5MB/s
    Benchmarking download from Vultr, Miami, Florida (http://fl-us-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Miami, Florida: 18.7MB/s
    Benchmarking download from Vultr, New York / New Jersey (http://nj-us-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, New York / New Jersey: 16.0MB/s
    Benchmarking download from Vultr, Frankfurt, Germany (http://fra-de-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Frankfurt, Germany: 8.01MB/s
    Benchmarking download from Vultr, Amsterdam, Netherlands (http://ams-nl-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Amsterdam, Netherlands: 7.88MB/s
    Benchmarking download from Vultr, London, UK (http://lon-gb-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, London, UK: 9.39MB/s
    Benchmarking download from Vultr, Paris, France (http://par-fr-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Paris, France: 7.98MB/s
    
    -------------------------------------------
    Running ping tests...
    -------------------------------------------
    
    Pings (cachefly.cachefly.net):
    PING vip1.g.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=60 time=0.327 ms
    64 bytes from vip1.G-anycast1.cachefly.net (205.234.175.175): icmp_seq=2 ttl=60 time=0.334 ms
    64 bytes from vip1.G-anycast1.cachefly.net (205.234.175.175): icmp_seq=3 ttl=60 time=0.341 ms
    
    --- vip1.g.cachefly.net ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2001ms
    rtt min/avg/max/mdev = 0.327/0.334/0.341/0.005 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=53 time=141 ms
    64 bytes from 108.61.212.117.vultr.com (108.61.212.117): icmp_seq=2 ttl=53 time=138 ms
    64 bytes from 108.61.212.117.vultr.com (108.61.212.117): icmp_seq=3 ttl=53 time=138 ms
    
    --- syd-au-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2139ms
    rtt min/avg/max/mdev = 138.176/139.381/141.718/1.707 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=53 time=110 ms
    64 bytes from 108.61.201.151.vultr.com (108.61.201.151): icmp_seq=2 ttl=53 time=115 ms
    64 bytes from 108.61.201.151.vultr.com (108.61.201.151): icmp_seq=3 ttl=53 time=111 ms
    
    --- hnd-jp-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2113ms
    rtt min/avg/max/mdev = 110.072/112.582/115.881/2.466 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=63 time=0.732 ms
    64 bytes from 108.61.219.200.vultr.com (108.61.219.200): icmp_seq=2 ttl=63 time=0.700 ms
    64 bytes from 108.61.219.200.vultr.com (108.61.219.200): icmp_seq=3 ttl=63 time=1.49 ms
    
    --- lax-ca-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2003ms
    rtt min/avg/max/mdev = 0.700/0.974/1.492/0.367 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=56 time=29.6 ms
    64 bytes from 108.61.194.105.vultr.com (108.61.194.105): icmp_seq=2 ttl=56 time=29.5 ms
    64 bytes from 108.61.194.105.vultr.com (108.61.194.105): icmp_seq=3 ttl=56 time=29.6 ms
    
    --- wa-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2033ms
    rtt min/avg/max/mdev = 29.541/29.602/29.645/0.203 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=59 time=33.6 ms
    64 bytes from 108.61.224.175.vultr.com (108.61.224.175): icmp_seq=2 ttl=59 time=33.6 ms
    64 bytes from 108.61.224.175.vultr.com (108.61.224.175): icmp_seq=3 ttl=59 time=33.7 ms
    
    --- tx-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2037ms
    rtt min/avg/max/mdev = 33.603/33.656/33.721/0.048 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=55 time=56.7 ms
    64 bytes from 107.191.51.12.vultr.com (107.191.51.12): icmp_seq=2 ttl=55 time=56.8 ms
    64 bytes from 107.191.51.12.vultr.com (107.191.51.12): icmp_seq=3 ttl=55 time=56.8 ms
    
    --- il-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2059ms
    rtt min/avg/max/mdev = 56.742/56.819/56.884/0.203 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=58 time=49.3 ms
    64 bytes from 108.61.193.166.vultr.com (108.61.193.166): icmp_seq=2 ttl=58 time=49.3 ms
    64 bytes from 108.61.193.166.vultr.com (108.61.193.166): icmp_seq=3 ttl=58 time=49.6 ms
    
    --- ga-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2052ms
    rtt min/avg/max/mdev = 49.331/49.445/49.631/0.132 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=57 time=63.4 ms
    64 bytes from 104.156.244.232: icmp_seq=2 ttl=57 time=63.4 ms
    64 bytes from 104.156.244.232: icmp_seq=3 ttl=57 time=63.4 ms
    
    --- fl-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2066ms
    rtt min/avg/max/mdev = 63.416/63.442/63.467/0.020 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=55 time=77.4 ms
    64 bytes from 108.61.149.182.vultr.com (108.61.149.182): icmp_seq=2 ttl=54 time=77.8 ms
    64 bytes from 108.61.149.182.vultr.com (108.61.149.182): icmp_seq=3 ttl=54 time=77.7 ms
    
    --- nj-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2080ms
    rtt min/avg/max/mdev = 77.435/77.681/77.899/0.374 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=58 time=161 ms
    64 bytes from 108.61.210.117.vultr.com (108.61.210.117): icmp_seq=2 ttl=58 time=161 ms
    64 bytes from 108.61.210.117.vultr.com (108.61.210.117): icmp_seq=3 ttl=58 time=161 ms
    
    --- fra-de-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2165ms
    rtt min/avg/max/mdev = 161.471/161.574/161.741/0.479 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=55 time=160 ms
    64 bytes from 108.61.198.102.vultr.com (108.61.198.102): icmp_seq=2 ttl=55 time=160 ms
    64 bytes from 108.61.198.102.vultr.com (108.61.198.102): icmp_seq=3 ttl=55 time=160 ms
    
    --- ams-nl-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2163ms
    rtt min/avg/max/mdev = 160.895/160.936/160.982/0.035 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=139 ms
    64 bytes from 108.61.196.101.vultr.com (108.61.196.101): icmp_seq=2 ttl=55 time=139 ms
    64 bytes from 108.61.196.101.vultr.com (108.61.196.101): icmp_seq=3 ttl=55 time=139 ms
    
    --- lon-gb-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2142ms
    rtt min/avg/max/mdev = 139.069/139.121/139.225/0.313 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=58 time=151 ms
    64 bytes from 108.61.209.127.vultr.com (108.61.209.127): icmp_seq=2 ttl=58 time=151 ms
    64 bytes from 108.61.209.127.vultr.com (108.61.209.127): icmp_seq=3 ttl=58 time=151 ms
    
    --- par-fr-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2154ms
    rtt min/avg/max/mdev = 151.859/151.901/151.980/0.323 ms
    
    -------------------------------------------
    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 1
    +DT:md5:3:16
    +R:12824317:md5:3.000000
    +DT:md5:3:64
    +R:9362374:md5:3.000000
    +DT:md5:3:256
    +R:5056765:md5:3.000000
    +DT:md5:3:1024
    +R:1807862:md5:3.000000
    +DT:md5:3:8192
    +R:257813:md5:3.000000
    +DT:sha1:3:16
    +R:14210700:sha1:3.000000
    +DT:sha1:3:64
    +R:9762950:sha1:3.000000
    +DT:sha1:3:256
    +R:5303283:sha1:3.000000
    +DT:sha1:3:1024
    +R:1943896:sha1:3.000000
    +DT:sha1:3:8192
    +R:298969:sha1:3.000000
    +DT:sha256:3:16
    +R:10333588:sha256:3.000000
    +DT:sha256:3:64
    +R:5728687:sha256:3.000000
    +DT:sha256:3:256
    +R:2487608:sha256:3.000000
    +DT:sha256:3:1024
    +R:774939:sha256:3.000000
    +DT:sha256:3:8192
    +R:101409:sha256:3.000000
    +DT:rc4:3:16
    +R:92088645:rc4:3.000000
    +DT:rc4:3:64
    +R:34602968:rc4:3.000000
    +DT:rc4:3:256
    +R:9982443:rc4:3.000000
    +DT:rc4:3:1024
    +R:2488895:rc4:3.000000
    +DT:rc4:3:8192
    +R:323924:rc4:2.990000
    +DT:aes-128 cbc:3:16
    +R:26432637:aes-128 cbc:3.000000
    +DT:aes-128 cbc:3:64
    +R:7251103:aes-128 cbc:3.000000
    +DT:aes-128 cbc:3:256
    +R:1860349:aes-128 cbc:3.000000
    +DT:aes-128 cbc:3:1024
    +R:991067:aes-128 cbc:3.000000
    +DT:aes-128 cbc:3:8192
    +R:124793:aes-128 cbc:3.000000
    +DT:aes-256 cbc:3:16
    +R:19427731:aes-256 cbc:3.000000
    +DT:aes-256 cbc:3:64
    +R:5167828:aes-256 cbc:3.000000
    +DT:aes-256 cbc:3:256
    +R:1311924:aes-256 cbc:3.000000
    +DT:aes-256 cbc:3:1024
    +R:725442:aes-256 cbc:3.000000
    +DT:aes-256 cbc:3:8192
    +R:91885:aes-256 cbc:3.000000
    +DTP:2048:private:rsa:10
    +R1:9282:2048:10.00
    +DTP:2048:public:rsa:10
    +R2:309059:2048:10.00
    +DTP:4096:private:rsa:10
    +R1:1328:4096:10.00
    +DTP:4096:public:rsa:10
    +R2:83932:4096:10.00
    +DTP:256:sign:ecdsa:10
    +R5:105657:256:10.00
    +DTP:256:verify:ecdsa:10
    +R6:26935:256:10.00
    Forked child 0
    Got: +H:16:64:256:1024:8192 from 0
    Got: +F:3:md5:68396357.33:199730645.33:431510613.33:617083562.67:704001365.33 from 0
    Got: +F:5:sha1:75790400.00:208276266.67:452546816.00:663516501.33:816384682.67 from 0
    Got: +F:7:rc4:491139440.00:738196650.67:851835136.00:849542826.67:887486758.53 from 0
    Got: +F:16:aes-128 cbc:140974064.00:154690197.33:158749781.33:338284202.67:340768085.33 from 0
    Got: +F:18:aes-256 cbc:103614565.33:110246997.33:111950848.00:247617536.00:250907306.67 from 0
    Got: +F:23:sha256:55112469.33:122211989.33:212275882.67:264512512.00:276914176.00 from 0
    Got: +F2:2:2048:0.001077:0.000032 from 0
    Got: +F2:3:4096:0.007530:0.000119 from 0
    Got: +F4:3:256:0.000095:0.000371 from 0
    OpenSSL 1.0.1e-fips 11 Feb 2013
    built on: Wed Aug 13 19:13:02 UTC 2014
    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 --param=ssp-buffer-size=4 -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              68396.36k   199730.65k   431510.61k   617083.56k   704001.37k
    sha1             75790.40k   208276.27k   452546.82k   663516.50k   816384.68k
    rc4             491139.44k   738196.65k   851835.14k   849542.83k   887486.76k
    aes-128 cbc     140974.06k   154690.20k   158749.78k   338284.20k   340768.09k
    aes-256 cbc     103614.57k   110247.00k   111950.85k   247617.54k   250907.31k
    sha256           55112.47k   122211.99k   212275.88k   264512.51k   276914.18k
                      sign    verify    sign/s verify/s
    rsa 2048 bits 0.001077s 0.000032s    928.5  31250.0
    rsa 4096 bits 0.007530s 0.000119s    132.8   8403.4
                                  sign    verify    sign/s verify/s
    256 bit ecdsa (nistp256)   0.0001s   0.0004s  10526.3   2695.4
    -------------------------------------------
    openssl speed -evp aes256 -multi 1
    +DT:aes-256-cbc:3:16
    +R:98719402:aes-256-cbc:3.000000
    +DT:aes-256-cbc:3:64
    +R:26184021:aes-256-cbc:3.000000
    +DT:aes-256-cbc:3:256
    +R:6621880:aes-256-cbc:3.000000
    +DT:aes-256-cbc:3:1024
    +R:1663238:aes-256-cbc:3.000000
    +DT:aes-256-cbc:3:8192
    +R:206871:aes-256-cbc:3.000000
    Forked child 0
    Got: +H:16:64:256:1024:8192 from 0
    Got: +F:22:aes-256-cbc:526503477.33:558592448.00:565067093.33:567718570.67:564895744.00 from 0
    OpenSSL 1.0.1e-fips 11 Feb 2013
    built on: Wed Aug 13 19:13:02 UTC 2014
    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 --param=ssp-buffer-size=4 -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             526503.48k   558592.45k   565067.09k   567718.57k   564895.74k
    -------------------------------------------
    openssl speed -evp aes128 -multi 1
    +DT:aes-128-cbc:3:16
    +R:135451654:aes-128-cbc:3.000000
    +DT:aes-128-cbc:3:64
    +R:36214562:aes-128-cbc:3.000000
    +DT:aes-128-cbc:3:256
    +R:9208208:aes-128-cbc:3.000000
    +DT:aes-128-cbc:3:1024
    +R:2318107:aes-128-cbc:3.000000
    +DT:aes-128-cbc:3:8192
    +R:290770:aes-128-cbc:2.990000
    Forked child 0
    Got: +H:16:64:256:1024:8192 from 0
    Got: +F:22:aes-128-cbc:722408821.33:772577322.67:785767082.67:791247189.33:796651451.51 from 0
    OpenSSL 1.0.1e-fips 11 Feb 2013
    built on: Wed Aug 13 19:13:02 UTC 2014
    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 --param=ssp-buffer-size=4 -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             722408.82k   772577.32k   785767.08k   791247.19k   796651.45k
    -------------------------------------------
    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=15000 --auto-generate-sql-unique-query-number=25 --auto-generate-sql-unique-write-number=25 --auto-generate-sql-write-number=500 --concurrency=16 --iterations=10 --engine=myisam -vv
    Building Create Statements for Auto
    Building Query Statements for Auto
    Parsing engines to use.
    Starting Concurrency Test
    Loading Pre-data
    Generating primary key list
    Loading Pre-data
    Generating primary key list
    Loading Pre-data
    Generating primary key list
    Loading Pre-data
    Generating primary key list
    Loading Pre-data
    Generating primary key list
    Loading Pre-data
    Generating primary key list
    Loading Pre-data
    Generating primary key list
    Loading Pre-data
    Generating primary key list
    Loading Pre-data
    Generating primary key list
    Loading Pre-data
    Generating primary key list
    Generating stats
    Benchmark
            Running for engine myisam
            Average number of seconds to run all queries: 0.972 seconds
            Minimum number of seconds to run all queries: 0.935 seconds
            Maximum number of seconds to run all queries: 1.021 seconds
            Number of clients running queries: 16
            Average number of queries per client: 937
    
    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
    -------------------------------------------
    System PHP Info
    -------------------------------------------
    
    CPU: 1 x Vultr Virtual CPU 2
    CentOS release 6.5 (Final)
    x86_64
    Centmin Mod 1.2.3-eva2000.07
                 total       used       free     shared    buffers     cached
    Mem:           742        301        440          0         74         58
    Low:           742        301        440
    High:            0          0          0
    -/+ buffers/cache:        168        573
    Swap:         2047          0       2047
    ----------------------------------------------
    PHP 5.4.32 (cli) (built: Sep  8 2014 18:30:48)
    Copyright (c) 1997-2014 The PHP Group
    Zend Engine v2.4.0, Copyright (c) 1998-2014 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/apc.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
    
    ----------------------------------------------
    [PHP Modules]
    apc
    bcmath
    bz2
    calendar
    Core
    ctype
    curl
    date
    dom
    enchant
    ereg
    exif
    filter
    ftp
    gd
    gettext
    gmp
    hash
    iconv
    igbinary
    imagick
    imap
    intl
    json
    libxml
    mbstring
    mcrypt
    memcache
    memcached
    mhash
    mysql
    mysqli
    mysqlnd
    openssl
    pcntl
    pcre
    PDO
    pdo_mysql
    pdo_sqlite
    Phar
    posix
    pspell
    readline
    Reflection
    session
    shmop
    SimpleXML
    soap
    sockets
    SPL
    sqlite3
    standard
    sysvmsg
    sysvsem
    sysvshm
    tidy
    tokenizer
    xml
    xmlreader
    xmlrpc
    xmlwriter
    zip
    zlib
    
    [Zend Modules]
    
    ----------------------------------------------
    -------------------------------------------
    Run PHP test Zend/bench.php
    -------------------------------------------
    
    simple             0.056
    simplecall         0.094
    simpleucall        0.090
    simpleudcall       0.093
    mandel             0.136
    mandel2            0.193
    ackermann(7)       0.071
    ary(50000)         0.022
    ary2(50000)        0.016
    ary3(2000)         0.115
    fibo(30)           0.246
    hash1(50000)       0.024
    hash2(500)         0.028
    heapsort(20000)    0.053
    matrix(20)         0.067
    nestedloop(12)     0.094
    sieve(30)          0.070
    strcat(200000)     0.009
    ------------------------
    Total              1.476
    real: 1.49s user: 1.46s sys: 0.02s cpu: 99% maxmem: 124000 KB cswaits: 3
    
    simple             0.059
    simplecall         0.095
    simpleucall        0.092
    simpleudcall       0.099
    mandel             0.133
    mandel2            0.189
    ackermann(7)       0.071
    ary(50000)         0.015
    ary2(50000)        0.014
    ary3(2000)         0.119
    fibo(30)           0.249
    hash1(50000)       0.024
    hash2(500)         0.028
    heapsort(20000)    0.054
    matrix(20)         0.068
    nestedloop(12)     0.102
    sieve(30)          0.075
    strcat(200000)     0.009
    ------------------------
    Total              1.495
    real: 1.51s user: 1.49s sys: 0.01s cpu: 99% maxmem: 123984 KB cswaits: 3
    
    simple             0.056
    simplecall         0.095
    simpleucall        0.091
    simpleudcall       0.094
    mandel             0.136
    mandel2            0.190
    ackermann(7)       0.071
    ary(50000)         0.015
    ary2(50000)        0.015
    ary3(2000)         0.113
    fibo(30)           0.249
    hash1(50000)       0.028
    hash2(500)         0.028
    heapsort(20000)    0.066
    matrix(20)         0.073
    nestedloop(12)     0.096
    sieve(30)          0.082
    strcat(200000)     0.009
    ------------------------
    Total              1.507
    real: 1.52s user: 1.50s sys: 0.01s cpu: 99% maxmem: 124000 KB cswaits: 3
    
    bench.php results from 3 runs
    1.476
    1.495
    1.507
    
    bench.php avg: 1.4927
    Avg: real: 1.51s user: 1.48s sys: 0.01s cpu: 99.00% maxmem: 123994.67KB cswaits: 3.00
    created results log at /home/phpbench_logs/bench_080914-191058.log
    server PHP info log at /home/phpbench_logs/bench_phpinfo_080914-191058.log
    
    -------------------------------------------
    Run PHP test Zend/micro_bench.php
    -------------------------------------------
    
    empty_loop         0.086
    func()             0.245    0.159
    undef_func()       0.251    0.165
    int_func()         0.229    0.143
    $x = self::$x      0.194    0.109
    self::$x = 0       0.180    0.095
    isset(self::$x)    0.166    0.080
    empty(self::$x)    0.183    0.097
    $x = Foo::$x       0.172    0.086
    Foo::$x = 0        0.164    0.078
    isset(Foo::$x)     0.147    0.061
    empty(Foo::$x)     0.153    0.067
    self::f()          0.282    0.196
    Foo::f()           0.240    0.154
    $x = $this->x      0.167    0.081
    $this->x = 0       0.219    0.133
    $this->x += 2      0.166    0.081
    ++$this->x         0.150    0.065
    --$this->x         0.142    0.057
    $this->x++         0.173    0.088
    $this->x--         0.163    0.077
    isset($this->x)    0.174    0.088
    empty($this->x)    0.164    0.079
    $this->f()         0.273    0.188
    $x = Foo::TEST     0.153    0.067
    new Foo()          0.524    0.439
    $x = TEST          0.121    0.036
    $x = $_GET         0.281    0.196
    $x = $GLOBALS['v'] 0.421    0.335
    $x = $hash['v']    0.275    0.189
    $x = $str[0]       0.245    0.160
    $x = $a ?: null    0.164    0.079
    $x = $f ?: tmp     0.222    0.137
    $x = $f ? $f : $a  0.175    0.089
    $x = $f ? $f : tmp 0.225    0.139
    ------------------------
    Total              7.288
    real: 7.30s user: 7.29s sys: 0.00s cpu: 99% maxmem: 75840 KB cswaits: 3
    
    empty_loop         0.084
    func()             0.263    0.180
    undef_func()       0.252    0.168
    int_func()         0.226    0.143
    $x = self::$x      0.190    0.106
    self::$x = 0       0.191    0.107
    isset(self::$x)    0.170    0.086
    empty(self::$x)    0.173    0.090
    $x = Foo::$x       0.176    0.092
    Foo::$x = 0        0.163    0.080
    isset(Foo::$x)     0.147    0.063
    empty(Foo::$x)     0.161    0.078
    self::f()          0.277    0.194
    Foo::f()           0.233    0.150
    $x = $this->x      0.173    0.090
    $this->x = 0       0.233    0.149
    $this->x += 2      0.180    0.096
    ++$this->x         0.151    0.068
    --$this->x         0.142    0.058
    $this->x++         0.176    0.092
    $this->x--         0.163    0.079
    isset($this->x)    0.157    0.074
    empty($this->x)    0.170    0.086
    $this->f()         0.278    0.194
    $x = Foo::TEST     0.156    0.072
    new Foo()          0.528    0.444
    $x = TEST          0.123    0.039
    $x = $_GET         0.282    0.198
    $x = $GLOBALS['v'] 0.435    0.352
    $x = $hash['v']    0.279    0.196
    $x = $str[0]       0.247    0.163
    $x = $a ?: null    0.165    0.082
    $x = $f ?: tmp     0.221    0.138
    $x = $f ? $f : $a  0.175    0.091
    $x = $f ? $f : tmp 0.226    0.142
    ------------------------
    Total              7.367
    real: 7.38s user: 7.37s sys: 0.00s cpu: 99% maxmem: 75840 KB cswaits: 3
    
    empty_loop         0.082
    func()             0.247    0.165
    undef_func()       0.252    0.170
    int_func()         0.231    0.148
    $x = self::$x      0.190    0.108
    self::$x = 0       0.181    0.098
    isset(self::$x)    0.163    0.080
    empty(self::$x)    0.181    0.098
    $x = Foo::$x       0.170    0.088
    Foo::$x = 0        0.166    0.084
    isset(Foo::$x)     0.160    0.078
    empty(Foo::$x)     0.154    0.072
    self::f()          0.267    0.185
    Foo::f()           0.237    0.154
    $x = $this->x      0.166    0.083
    $this->x = 0       0.247    0.165
    $this->x += 2      0.200    0.118
    ++$this->x         0.151    0.069
    --$this->x         0.142    0.060
    $this->x++         0.177    0.094
    $this->x--         0.166    0.084
    isset($this->x)    0.157    0.075
    empty($this->x)    0.169    0.087
    $this->f()         0.272    0.190
    $x = Foo::TEST     0.156    0.073
    new Foo()          0.696    0.614
    $x = TEST          0.160    0.078
    $x = $_GET         0.281    0.199
    $x = $GLOBALS['v'] 0.419    0.336
    $x = $hash['v']    0.276    0.194
    $x = $str[0]       0.245    0.163
    $x = $a ?: null    0.166    0.083
    $x = $f ?: tmp     0.222    0.140
    $x = $f ? $f : $a  0.175    0.092
    $x = $f ? $f : tmp 0.225    0.143
    ------------------------
    Total              7.551
    real: 7.57s user: 7.55s sys: 0.00s cpu: 99% maxmem: 75840 KB cswaits: 3
    
    micro_bench.php results from 3 runs
    7.288
    7.367
    7.551
    
    micro_bench.php avg: 7.4020
    Avg: real: 7.42s user: 7.40s sys: 0.00s cpu: 99.00% maxmem: 75840.00KB cswaits: 3.00
    created results log at /home/phpbench_logs/bench_micro_080914-191058.log
    server PHP info log at /home/phpbench_logs/bench_phpinfo_080914-191058.log
    
    -------------------------------------------
    Building UnixBench
    -------------------------------------------
    
    Download UnixBench5.1.3.tgz ...
    2014-09-08 19:24:21 URL:https://byte-unixbench.googlecode.com/files/UnixBench5.1.3.tgz [143259/143259] -> "UnixBench5.1.3.tgz" [1]
    Download done.
    UnixBench5.1.3.tgz valid file.
    
    2014-09-08 19:24:22 URL:https://gist.githubusercontent.com/centminmod/7bea01c6698377d1345a/raw/unixbench.patch [1306] -> "unixbench.patch" [1]
    
    patching file Run
    Hunk #1 succeeded at 106 (offset 1 line).
    Hunk #2 succeeded at 1329 (offset 1 line).
    -------------------------------------------
    Running UnixBench
    -------------------------------------------
    
    make all
    make[1]: Entering directory `/home/centminmodbench/UnixBench'
    Checking distribution of files
    ./pgms  exists
    ./src  exists
    ./testdir  exists
    ./tmp  exists
    ./results  exists
    make[1]: Leaving directory `/home/centminmodbench/UnixBench'
    sh: 3dinfo: command not found
    
       #    #  #    #  #  #    #          #####   ######  #    #   ####   #    #
       #    #  ##   #  #   #  #           #    #  #       ##   #  #    #  #    #
       #    #  # #  #  #    ##            #####   #####   # #  #  #       ######
       #    #  #  # #  #    ##            #    #  #       #  # #  #       #    #
       #    #  #   ##  #   #  #           #    #  #       #   ##  #    #  #    #
        ####   #    #  #  #    #          #####   ######  #    #   ####   #    #
    
       Version 5.1.3                      Based on the Byte Magazine Unix Benchmark
    
       Multi-CPU version                  Version 5 revisions by Ian Smith,
                                          Sunnyvale, CA, USA
       January 13, 2011                   johantheghost at yahoo period com
      GNU nano 2.0.9                                     File: centminmodbench.sh                                                                               
    
    1 x Dhrystone 2 using register variables  1 2 3 4 5 6 7 8 9 10
    
    1 x Double-Precision Whetstone  1 2 3 4 5 6 7 8 9 10
    
    1 x System Call Overhead  1 2 3 4 5 6 7 8 9 10
    
    1 x Pipe Throughput  1 2 3 4 5 6 7 8 9 10
    
    1 x Pipe-based Context Switching  1 2 3 4 5 6 7 8 9 10
    
    1 x Process Creation  1 2 3
    
    1 x Execl Throughput  1 2 3
    
    1 x Shell Scripts (1 concurrent)  1 2 3
    
    1 x Shell Scripts (8 concurrent)  1 2 3
    
    1 x Shell Scripts (16 concurrent)  1 2 3
    
    ========================================================================
       BYTE UNIX Benchmarks (Version 5.1.3)
    
       System: vultr.guest: GNU/Linux
       OS: GNU/Linux -- 2.6.32-431.23.3.el6.x86_64 -- #1 SMP Thu Jul 31 17:20:51 UTC 2014
       Machine: x86_64 (x86_64)
       Language: en_US.utf8 (charmap="UTF-8", collate="UTF-8")
       CPU 0: Vultr Virtual CPU 2 (6784.3 bogomips)
              Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
       19:24:23 up 50 min,  2 users,  load average: 2.06, 0.93, 0.38; runlevel 3
    
    ------------------------------------------------------------------------
    Benchmark Run: Mon Sep 08 2014 19:24:23 - 19:48:21
    1 CPU in system; running 1 parallel copy of tests
    
    Dhrystone 2 using register variables       41783364.7 lps   (10.0 s, 7 samples)
    Double-Precision Whetstone                     4480.9 MWIPS (9.9 s, 7 samples)
    Execl Throughput                               6641.0 lps   (30.0 s, 2 samples)
    Pipe Throughput                             2881649.4 lps   (10.0 s, 7 samples)
    Pipe-based Context Switching                 520128.2 lps   (10.0 s, 7 samples)
    Process Creation                              23647.7 lps   (30.0 s, 2 samples)
    Shell Scripts (1 concurrent)                   7492.2 lpm   (60.0 s, 2 samples)
    Shell Scripts (16 concurrent)                   520.6 lpm   (60.0 s, 2 samples)
    Shell Scripts (8 concurrent)                   1039.4 lpm   (60.0 s, 2 samples)
    System Call Overhead                        5629838.2 lps   (10.0 s, 7 samples)
    
    System Benchmarks Partial Index              BASELINE       RESULT    INDEX
    Dhrystone 2 using register variables         116700.0   41783364.7   3580.4
    Double-Precision Whetstone                       55.0       4480.9    814.7
    Execl Throughput                                 43.0       6641.0   1544.4
    Pipe Throughput                               12440.0    2881649.4   2316.4
    Pipe-based Context Switching                   4000.0     520128.2   1300.3
    Process Creation                                126.0      23647.7   1876.8
    Shell Scripts (1 concurrent)                     42.4       7492.2   1767.0
    Shell Scripts (16 concurrent)                     ---        520.6      ---
    Shell Scripts (8 concurrent)                      6.0       1039.4   1732.4
    System Call Overhead                          15000.0    5629838.2   3753.2
                                                                       ========
    System Benchmarks Index Score (Partial Only)                         1879.4
    
    -------------------------------------------
    centminmodbench.sh completed
    -------------------------------------------
    
     
    Last edited: Sep 9, 2014
  3. Josephm

    Josephm Active Member

    132
    44
    28
    Aug 26, 2014
    Ratings:
    +48
    Local Time:
    2:21 AM
    1.9.5
    10.0.21
    Just done full benchmark for both RamNode and DigitalOcean, same package $10/month, using pure SSD KVM. Ramnode is better from my practice:
    RAMNODE:
    Code:
    -------------------------------------------
    centminmodbench.sh 0.0.1 (centminmod.com)
    -------------------------------------------
    -------------------------------------------
    System Information
    -------------------------------------------
    3.10.0-123.4.2.el7.x86_64
    CentOS Linux release 7.0.1406 (Core)
    Centmin Mod 1.2.3-eva2000.08
    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:  13
    Model name:  QEMU Virtual CPU version (cpu64-rhel6)
    Stepping:  3
    CPU MHz:  2600.000
    BogoMIPS:  5200.00
    Hypervisor vendor:  KVM
    Virtualization type:  full
    L1d cache:  32K
    L1i cache:  32K
    L2 cache:  4096K
    NUMA node0 CPU(s):  0,1
    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  buffers  cached
    Mem:  994  342  651  39  8  101
    Low:  994  342  651
    High:  0  0  0
    -/+ buffers/cache:  232  761
    Swap:  0  0  0
    Filesystem  Size  Used Avail Use% Mounted on
    /dev/vda1  20G  4.0G  15G  22% /
    devtmpfs  492M  0  492M  0% /dev
    tmpfs  498M  0  498M  0% /dev/shm
    tmpfs  498M  13M  485M  3% /run
    tmpfs  498M  0  498M  0% /sys/fs/cgroup
    tmpfs  498M  13M  485M  3% /etc/machine-id
    tmpfs  498M  92K  497M  1% /tmp
    -------------------------------------------
    disk ioping tests
    -------------------------------------------
    Download ioping-0.6.tar.gz ...
    2014-09-09 13:22:00 [URL='https://ioping.googlecode.com/files/ioping-0.6.tar.gz']URL:https://ioping.googlecode.com/files/ioping-0.6.tar.gz[/URL] [6957/6957] -> "ioping-0.6.tar.gz" [1]
    Download done.
    ioping-0.6.tar.gz valid file.
    Running IOPing I/O benchmark...
    cc -std=c99 -g -Wall -Wextra -pedantic -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DVERSION=\"0.6\" -c -o ioping.o ioping.c
    cc -o ioping ioping.o -std=c99 -g -Wall -Wextra -pedantic -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -lm
    IOPing I/O: ./ioping -c 10 .
    4096 bytes from . (ext4 /dev/vda1): request=1 time=0.2 ms
    4096 bytes from . (ext4 /dev/vda1): request=2 time=0.2 ms
    4096 bytes from . (ext4 /dev/vda1): request=3 time=0.2 ms
    4096 bytes from . (ext4 /dev/vda1): request=4 time=0.2 ms
    4096 bytes from . (ext4 /dev/vda1): request=5 time=0.2 ms
    4096 bytes from . (ext4 /dev/vda1): request=6 time=0.2 ms
    4096 bytes from . (ext4 /dev/vda1): request=7 time=0.3 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 9003.7 ms, 4170 iops, 16.3 mb/s
    min/avg/max/mdev = 0.2/0.2/0.3/0.0 ms
    IOPing seek rate: ./ioping -RD .
    --- . (ext4 /dev/vda1) ioping statistics ---
    14679 requests completed in 3000.1 ms, 9657 iops, 37.7 mb/s
    min/avg/max/mdev = 0.1/0.1/1.9/0.0 ms
    IOPing sequential: ./ioping -RL .
    --- . (ext4 /dev/vda1) ioping statistics ---
    5827 requests completed in 3000.3 ms, 2391 iops, 597.8 mb/s
    min/avg/max/mdev = 0.4/0.4/1.5/0.0 ms
    IOPing cached: ./ioping -RC .
    --- . (ext4 /dev/vda1) ioping statistics ---
    44803 requests completed in 3000.0 ms, 533433 iops, 2083.7 mb/s
    min/avg/max/mdev = 0.0/0.0/0.0/0.0 ms
    -------------------------------------------
    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, 0.951997 s, 1.1 GB/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, 0.961978 s, 1.1 GB/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, 2.47936 s, 433 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, 9.55923 s, 112 MB/s
    -------------------------------------------
    disk FIO tests
    -------------------------------------------
    Download fio-2.0.9.tar.gz ...
    2014-09-09 13:22:35 [URL='https://raw.githubusercontent.com/Crowd9/Benchmark/master/fio-2.0.9.tar.gz']URL:https://raw.githubusercontent.com/Crowd9/Benchmark/master/fio-2.0.9.tar.gz[/URL] [275092/275092] -> "fio-2.0.9.tar.gz" [1]
    Download done.
    fio-2.0.9.tar.gz valid file.
    Running FIO benchmark...
    FIO_VERSION = fio-2.0.9
      DEP .depend
      CC gettime.o
      CC fio.o
      CC ioengines.o
      CC init.o
      CC stat.o
      CC log.o
      CC time.o
      CC filesetup.o
      CC eta.o
      CC verify.o
      CC memory.o
      CC io_u.o
      CC parse.o
      CC mutex.o
      CC options.o
      CC rbtree.o
      CC smalloc.o
      CC filehash.o
      CC profile.o
      CC debug.o
      CC lib/rand.o
      CC lib/num2str.o
      CC lib/ieee754.o
      CC crc/crc16.o
      CC crc/sha512.o
      CC crc/crc7.o
      CC crc/sha1.o
      CC crc/crc32c.o
      CC crc/crc32.o
      CC crc/crc32c-intel.o
      CC crc/sha256.o
      CC crc/md5.o
      CC crc/crc64.o
      CC engines/cpu.o
      CC engines/mmap.o
      CC engines/sync.o
      CC engines/null.o
      CC engines/net.o
      CC memalign.o
      CC server.o
      CC client.o
      CC iolog.o
      CC backend.o
      CC libfio.o
      CC flow.o
      CC diskutil.o
      CC fifo.o
      CC blktrace.o
      CC helpers.o
      CC cgroup.o
      CC trim.o
      CC engines/libaio.o
      CC engines/posixaio.o
      CC engines/sg.o
      CC engines/splice.o
      CC engines/syslet-rw.o
      CC engines/guasi.o
      CC engines/binject.o
      CC engines/rdma.o
      CC profiles/tiobench.o
      CC fio
    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=2702: Tue Sep  9 13:22:47 2014
      read : io=1024.3MB, bw=227216KB/s, iops=56803 , runt=  4616msec
      cpu  : usr=9.30%, sys=43.03%, ctx=23666, 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=227215KB/s, minb=227215KB/s, maxb=227215KB/s, mint=4616msec, maxt=4616msec
    Disk stats (read/write):
      vda: ios=254604/0, merge=0/0, ticks=264948/0, in_queue=264949, util=97.38%
    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=2716: Tue Sep  9 13:22:56 2014
      write: io=1024.3MB, bw=121716KB/s, iops=30429 , runt=  8617msec
      cpu  : usr=5.47%, sys=20.87%, ctx=12009, majf=0, minf=17
      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=121716KB/s, minb=121716KB/s, maxb=121716KB/s, mint=8617msec, maxt=8617msec
    Disk stats (read/write):
      vda: ios=0/255558, merge=0/7, ticks=0/504216, in_queue=504189, util=98.91%
    
    -------------------------------------------
    Running bandwidth benchmark...
    -------------------------------------------
    ----------------------------------------------
    Benchmarking download from Cachefly ([URL]http://cachefly.cachefly.net/100mb.test[/URL])
    Download Cachefly: 75.3MB/s
    ----------------------------------------------
    Benchmarking download from Linode, Atlanta, GA, USA ([URL]http://speedtest.atlanta.linode.com/100MB-atlanta.bin[/URL])
    Download Linode, Atlanta, GA, USA: 9.70MB/s
    ----------------------------------------------
    Benchmarking download from Linode, Dallas, TX, USA ([URL]http://speedtest.dallas.linode.com/100MB-dallas.bin[/URL])
    Download Linode, Dallas, TX, USA: 5.47MB/s
    ----------------------------------------------
    Benchmarking download from Linode, Tokyo, JP ([URL]http://speedtest.tokyo.linode.com/100MB-tokyo.bin[/URL])
    Download Linode, Tokyo, JP: 10.8MB/s
    ----------------------------------------------
    Benchmarking download from Linode, London, UK ([URL]http://speedtest.london.linode.com/100MB-london.bin[/URL])
    Download Linode, London, UK: 8.35MB/s
    ----------------------------------------------
    Benchmarking download from OVH, Paris, France ([URL]http://proof.ovh.net/files/100Mio.dat[/URL])
    Download OVH, Paris, France: 2.72MB/s
    ----------------------------------------------
    Benchmarking download from SmartDC, Rotterdam, Netherlands ([URL]http://mirror.i3d.net/100mb.bin[/URL])
    Download SmartDC, Rotterdam, Netherlands: 4.11MB/s
    ----------------------------------------------
    Benchmarking download from Hetzner, Nuernberg, Germany ([URL]http://hetzner.de/100MB.iso[/URL])
    Download Hetzner, Nuernberg, Germany: 3.15MB/s
    ----------------------------------------------
    Benchmarking download from iiNet, Perth, WA, Australia ([URL]http://ftp.iinet.net.au/test100MB.dat[/URL])
    Download iiNet, Perth, WA, Australia: 2.86MB/s
    /root/tools/centminmodbench.sh: line 778: div#: command not found
    Benchmarking download from MammothVPS, Sydney, Australia ([URL]http://www.mammothvpscustomer.com/test100MB.dat[/URL])
    Download MammothVPS, Sydney, Australia: 858KB/s
    /root/tools/centminmodbench.sh: line 783: div#: command not found
    Benchmarking download from Leaseweb, Haarlem, NL ([URL]http://mirror.nl.leaseweb.net/speedtest/100mb.bin[/URL])
    Download Leaseweb, Haarlem, NL: 16.0MB/s
    ----------------------------------------------
    Benchmarking download from Leaseweb, Manassas, VA, USA ([URL]http://mirror.us.leaseweb.net/speedtest/100mb.bin[/URL])
    Download Leaseweb, Manassas, VA, USA: 21.0MB/s
    ----------------------------------------------
    Benchmarking download from Softlayer, Singapore ([URL]http://speedtest.sng01.softlayer.com/downloads/test100.zip[/URL])
    Download Softlayer, Singapore: 7.40MB/s
    ----------------------------------------------
    Benchmarking download from Softlayer, Seattle, WA, USA ([URL]http://speedtest.sea01.softlayer.com/downloads/test100.zip[/URL])
    Download Softlayer, Seattle, WA, USA: 26.4MB/s
    ----------------------------------------------
    Benchmarking download from Softlayer, San Jose, CA, USA ([URL]http://speedtest.sjc01.softlayer.com/downloads/test100.zip[/URL])
    Download Softlayer, San Jose, CA, USA: 22.6MB/s
    ----------------------------------------------
    Benchmarking download from Softlayer, Washington, DC, USA ([URL]http://speedtest.wdc01.softlayer.com/downloads/test100.zip[/URL])
    Download Softlayer, Washington, DC, USA: 92.3MB/s
    ----------------------------------------------
    Benchmarking download from Vultr, Sydney, Australia ([URL]http://syd-au-ping.vultr.com/vultr.com.100MB.bin[/URL])
    Download Vultr, Sydney, Australia: 6.91MB/s
    ----------------------------------------------
    Benchmarking download from Vultr, Tokyo, Japan ([URL]http://hnd-jp-ping.vultr.com/vultr.com.100MB.bin[/URL])
    Download Vultr, Tokyo, Japan: 7.92MB/s
    ----------------------------------------------
    Benchmarking download from Vultr, Los Angeles, California ([URL]http://lax-ca-us-ping.vultr.com/vultr.com.100MB.bin[/URL])
    Download Vultr, Los Angeles, California: 19.3MB/s
    ----------------------------------------------
    Benchmarking download from Vultr, Seattle, Washington ([URL]http://wa-us-ping.vultr.com/vultr.com.100MB.bin[/URL])
    Download Vultr, Seattle, Washington: 16.7MB/s
    ----------------------------------------------
    Benchmarking download from Vultr, Dallas, Texas ([URL]http://tx-us-ping.vultr.com/vultr.com.100MB.bin[/URL])
    Download Vultr, Dallas, Texas: 27.7MB/s
    ----------------------------------------------
    Benchmarking download from Vultr, Chicago, Illinois ([URL]http://il-us-ping.vultr.com/vultr.com.100MB.bin[/URL])
    Download Vultr, Chicago, Illinois: 61.4MB/s
    ----------------------------------------------
    Benchmarking download from Vultr, Atlanta, Georgia ([URL]http://ga-us-ping.vultr.com/vultr.com.100MB.bin[/URL])
    Download Vultr, Atlanta, Georgia: 48.2MB/s
    ----------------------------------------------
    Benchmarking download from Vultr, Miami, Florida ([URL]http://fl-us-ping.vultr.com/vultr.com.100MB.bin[/URL])
    Download Vultr, Miami, Florida: 34.3MB/s
    ----------------------------------------------
    Benchmarking download from Vultr, New York / New Jersey ([URL]http://nj-us-ping.vultr.com/vultr.com.100MB.bin[/URL])
    Download Vultr, New York / New Jersey: 85.3MB/s
    ----------------------------------------------
    Benchmarking download from Vultr, Frankfurt, Germany ([URL]http://fra-de-ping.vultr.com/vultr.com.100MB.bin[/URL])
    Download Vultr, Frankfurt, Germany: 14.6MB/s
    ----------------------------------------------
    Benchmarking download from Vultr, Amsterdam, Netherlands ([URL]http://ams-nl-ping.vultr.com/vultr.com.100MB.bin[/URL])
    Download Vultr, Amsterdam, Netherlands: 15.9MB/s
    ----------------------------------------------
    Benchmarking download from Vultr, London, UK ([URL]http://lon-gb-ping.vultr.com/vultr.com.100MB.bin[/URL])
    Download Vultr, London, UK: 17.7MB/s
    ----------------------------------------------
    Benchmarking download from Vultr, Paris, France ([URL]http://par-fr-ping.vultr.com/vultr.com.100MB.bin[/URL])
    Download Vultr, Paris, France: 14.9MB/s
    -------------------------------------------
    Running ping tests...
    -------------------------------------------
    ----------------------------------------------
    Pings (cachefly.cachefly.net):
    PING vip1.g.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=61 time=0.451 ms
    64 bytes from vip1.G-anycast1.cachefly.net (205.234.175.175): icmp_seq=2 ttl=61 time=0.348 ms
    64 bytes from vip1.G-anycast1.cachefly.net (205.234.175.175): icmp_seq=3 ttl=61 time=0.295 ms
    --- vip1.g.cachefly.net ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2002ms
    rtt min/avg/max/mdev = 0.295/0.364/0.451/0.068 ms
    ----------------------------------------------
    Pings (syd-au-ping.vultr.com):
    PING syd-au-ping.vultr.com (108.61.212.117) 56(84) bytes of data.
    64 bytes from 108.61.212.117.vultr.com (108.61.212.117): icmp_seq=1 ttl=51 time=221 ms
    64 bytes from 108.61.212.117.vultr.com (108.61.212.117): icmp_seq=2 ttl=51 time=221 ms
    64 bytes from 108.61.212.117.vultr.com (108.61.212.117): icmp_seq=3 ttl=51 time=220 ms
    --- syd-au-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2000ms
    rtt min/avg/max/mdev = 220.717/221.012/221.166/0.208 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=53 time=164 ms
    64 bytes from 108.61.201.151.vultr.com (108.61.201.151): icmp_seq=2 ttl=53 time=164 ms
    64 bytes from 108.61.201.151.vultr.com (108.61.201.151): icmp_seq=3 ttl=53 time=164 ms
    --- hnd-jp-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2002ms
    rtt min/avg/max/mdev = 164.354/164.549/164.826/0.201 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=58 time=72.8 ms
    64 bytes from 108.61.219.200.vultr.com (108.61.219.200): icmp_seq=2 ttl=58 time=72.8 ms
    64 bytes from 108.61.219.200.vultr.com (108.61.219.200): icmp_seq=3 ttl=58 time=72.8 ms
    --- lax-ca-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2003ms
    rtt min/avg/max/mdev = 72.812/72.821/72.831/0.311 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=56 time=68.1 ms
    64 bytes from 108.61.194.105.vultr.com (108.61.194.105): icmp_seq=2 ttl=56 time=68.2 ms
    64 bytes from 108.61.194.105.vultr.com (108.61.194.105): icmp_seq=3 ttl=56 time=68.1 ms
    --- wa-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2003ms
    rtt min/avg/max/mdev = 68.158/68.177/68.201/0.213 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=59 time=45.0 ms
    64 bytes from 108.61.224.175.vultr.com (108.61.224.175): icmp_seq=2 ttl=59 time=45.1 ms
    64 bytes from 108.61.224.175.vultr.com (108.61.224.175): icmp_seq=3 ttl=59 time=45.1 ms
    --- tx-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2003ms
    rtt min/avg/max/mdev = 45.066/45.103/45.129/0.175 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=57 time=17.7 ms
    64 bytes from 107.191.51.12.vultr.com (107.191.51.12): icmp_seq=2 ttl=57 time=17.8 ms
    64 bytes from 107.191.51.12.vultr.com (107.191.51.12): icmp_seq=3 ttl=57 time=17.7 ms
    --- il-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2078ms
    rtt min/avg/max/mdev = 17.730/17.790/17.851/0.161 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=58 time=24.1 ms
    64 bytes from 108.61.193.166.vultr.com (108.61.193.166): icmp_seq=2 ttl=58 time=24.4 ms
    64 bytes from 108.61.193.166.vultr.com (108.61.193.166): icmp_seq=3 ttl=58 time=23.7 ms
    --- ga-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2001ms
    rtt min/avg/max/mdev = 23.790/24.141/24.457/0.327 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=59 time=33.4 ms
    64 bytes from 104.156.244.232: icmp_seq=2 ttl=59 time=33.1 ms
    64 bytes from 104.156.244.232: icmp_seq=3 ttl=59 time=33.3 ms
    --- fl-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2003ms
    rtt min/avg/max/mdev = 33.196/33.321/33.444/0.101 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=58 time=1.58 ms
    64 bytes from 108.61.149.182.vultr.com (108.61.149.182): icmp_seq=2 ttl=57 time=1.49 ms
    64 bytes from 108.61.149.182.vultr.com (108.61.149.182): icmp_seq=3 ttl=57 time=1.69 ms
    --- nj-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2002ms
    rtt min/avg/max/mdev = 1.491/1.588/1.693/0.082 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=60 time=85.3 ms
    64 bytes from 108.61.210.117.vultr.com (108.61.210.117): icmp_seq=2 ttl=60 time=85.4 ms
    64 bytes from 108.61.210.117.vultr.com (108.61.210.117): icmp_seq=3 ttl=60 time=85.6 ms
    --- fra-de-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2003ms
    rtt min/avg/max/mdev = 85.363/85.459/85.600/0.352 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=57 time=77.2 ms
    64 bytes from 108.61.198.102.vultr.com (108.61.198.102): icmp_seq=2 ttl=57 time=77.2 ms
    64 bytes from 108.61.198.102.vultr.com (108.61.198.102): icmp_seq=3 ttl=57 time=77.0 ms
    --- ams-nl-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2002ms
    rtt min/avg/max/mdev = 77.099/77.202/77.282/0.076 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=57 time=70.1 ms
    64 bytes from 108.61.196.101.vultr.com (108.61.196.101): icmp_seq=2 ttl=57 time=70.0 ms
    64 bytes from 108.61.196.101.vultr.com (108.61.196.101): icmp_seq=3 ttl=57 time=70.1 ms
    --- lon-gb-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2003ms
    rtt min/avg/max/mdev = 70.049/70.091/70.117/0.029 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=60 time=79.1 ms
    64 bytes from 108.61.209.127.vultr.com (108.61.209.127): icmp_seq=2 ttl=60 time=79.2 ms
    64 bytes from 108.61.209.127.vultr.com (108.61.209.127): icmp_seq=3 ttl=60 time=79.2 ms
    --- par-fr-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2003ms
    rtt min/avg/max/mdev = 79.191/79.220/79.252/0.325 ms
    -------------------------------------------
    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
    Forked child 0
    +DT:md5:3:16
    +DT:md5:3:16
    +R:9277875:md5:3.000000
    +R:9220806:md5:3.000000
    +DT:md5:3:64
    +DT:md5:3:64
    +R:6821976:md5:3.000000
    +R:6919026:md5:3.000000
    +DT:md5:3:256
    +DT:md5:3:256
    +R:3879420:md5:3.000000
    +R:3886768:md5:3.000000
    +DT:md5:3:1024
    +DT:md5:3:1024
    +R:1403646:md5:3.000000
    +R:1405282:md5:3.000000
    +DT:md5:3:8192
    +DT:md5:3:8192
    +R:202228:md5:3.000000
    +R:202441:md5:3.000000
    +DT:sha1:3:16
    +DT:sha1:3:16
    +R:9315327:sha1:3.000000
    +R:9367493:sha1:3.000000
    +DT:sha1:3:64
    +DT:sha1:3:64
    +R:6413550:sha1:3.000000
    +R:6392411:sha1:3.000000
    +DT:sha1:3:256
    +DT:sha1:3:256
    +R:3293617:sha1:3.000000
    +R:3340284:sha1:3.000000
    +DT:sha1:3:1024
    +DT:sha1:3:1024
    +R:1122632:sha1:3.000000
    +R:1155414:sha1:3.000000
    +DT:sha1:3:8192
    +DT:sha1:3:8192
    +R:159878:sha1:3.000000
    +R:162213:sha1:3.000000
    +DT:sha256:3:16
    +DT:sha256:3:16
    +R:7897150:sha256:3.000000
    +R:7825331:sha256:3.000000
    +DT:sha256:3:64
    +DT:sha256:3:64
    +R:4457797:sha256:3.000000
    +R:4431031:sha256:3.000000
    +DT:sha256:3:256
    +DT:sha256:3:256
    +R:1900847:sha256:3.000000
    +R:1877786:sha256:3.000000
    +DT:sha256:3:1024
    +DT:sha256:3:1024
    +R:597846:sha256:3.000000
    +R:597061:sha256:3.000000
    +DT:sha256:3:8192
    +DT:sha256:3:8192
    +R:80105:sha256:3.000000
    +R:79971:sha256:3.000000
    +DT:rc4:3:16
    +DT:rc4:3:16
    +R:65164061:rc4:3.000000
    +R:65503401:rc4:3.000000
    +DT:rc4:3:64
    +DT:rc4:3:64
    +R:25750199:rc4:3.000000
    +R:25802252:rc4:3.000000
    +DT:rc4:3:256
    +DT:rc4:3:256
    +R:7467563:rc4:3.000000
    +R:7474958:rc4:3.000000
    +DT:rc4:3:1024
    +DT:rc4:3:1024
    +R:1952655:rc4:3.000000
    +R:1949758:rc4:3.000000
    +DT:rc4:3:8192
    +DT:rc4:3:8192
    +R:246951:rc4:3.000000
    +R:245556:rc4:3.000000
    +DT:aes-128 cbc:3:16
    +DT:aes-128 cbc:3:16
    +R:19448520:aes-128 cbc:3.000000
    +R:19538955:aes-128 cbc:3.000000
    +DT:aes-128 cbc:3:64
    +DT:aes-128 cbc:3:64
    +R:5245370:aes-128 cbc:3.000000
    +R:5283078:aes-128 cbc:3.000000
    +DT:aes-128 cbc:3:256
    +DT:aes-128 cbc:3:256
    +R:1349559:aes-128 cbc:3.000000
    +R:1346738:aes-128 cbc:3.000000
    +DT:aes-128 cbc:3:1024
    +DT:aes-128 cbc:3:1024
    +R:721618:aes-128 cbc:3.000000
    +R:726313:aes-128 cbc:3.000000
    +DT:aes-128 cbc:3:8192
    +DT:aes-128 cbc:3:8192
    +R:90735:aes-128 cbc:3.000000
    +DT:aes-256 cbc:3:16
    +R:90943:aes-128 cbc:3.000000
    +DT:aes-256 cbc:3:16
    +R:13950795:aes-256 cbc:3.000000
    +R:14045073:aes-256 cbc:3.000000
    +DT:aes-256 cbc:3:64
    +DT:aes-256 cbc:3:64
    +R:3784999:aes-256 cbc:3.000000
    +R:3781607:aes-256 cbc:3.000000
    +DT:aes-256 cbc:3:256
    +DT:aes-256 cbc:3:256
    +R:956053:aes-256 cbc:3.000000
    +R:962374:aes-256 cbc:3.000000
    +DT:aes-256 cbc:3:1024
    +DT:aes-256 cbc:3:1024
    +R:528058:aes-256 cbc:3.000000
    +R:526337:aes-256 cbc:3.000000
    +DT:aes-256 cbc:3:8192
    +DT:aes-256 cbc:3:8192
    +R:66478:aes-256 cbc:3.000000
    +R:66495:aes-256 cbc:3.000000
    +DTP:2048:private:rsa:10
    +DTP:2048:private:rsa:10
    +R1:6677:2048:10.00
    +DTP:2048:public:rsa:10
    +R1:6657:2048:10.00
    +DTP:2048:public:rsa:10
    +R2:218974:2048:10.00
    +R2:217885:2048:10.00
    +DTP:4096:private:rsa:10
    +DTP:4096:private:rsa:10
    +R1:933:4096:10.00
    +DTP:4096:public:rsa:10
    +R1:935:4096:10.01
    +DTP:4096:public:rsa:10
    +R2:59343:4096:10.00
    +DTP:256:sign:ecdsa:10
    +R2:59288:4096:10.00
    +DTP:256:sign:ecdsa:10
    +R5:76690:256:10.00
    +DTP:256:verify:ecdsa:10
    +R5:77255:256:10.00
    +DTP:256:verify:ecdsa:10
    +R6:20249:256:10.00
    +R6:20231:256:10.00
    Forked child 1
    Got: +H:16:64:256:1024:8192 from 0
    Got: +F:3:md5:49177632.00:147605888.00:331670869.33:479669589.33:552798890.67 from 0
    Got: +F:5:sha1:49959962.67:136822400.00:285037568.00:383191722.67:436573525.33 from 0
    Got: +F:7:rc4:347541658.67:549337578.67:637863082.67:665517397.33:674340864.00 from 0
    Got: +F:16:aes-128 cbc:104207760.00:112705664.00:114921642.67:246312277.33:247767040.00 from 0
    Got: +F:18:aes-256 cbc:74404240.00:80746645.33:81583189.33:179656362.67:181529258.67 from 0
    Got: +F:23:sha256:42118133.33:95099669.33:160237738.67:204064768.00:218374144.00 from 0
    Got: +F2:2:2048:0.001502:0.000046 from 0
    Got: +F2:3:4096:0.010706:0.000169 from 0
    Got: +F4:3:256:0.000129:0.000494 from 0
    Got: +H:16:64:256:1024:8192 from 1
    Got: +F:3:md5:49482000.00:145535488.00:331043840.00:479111168.00:552217258.67 from 1
    Got: +F:5:sha1:49681744.00:136371434.67:281055317.33:394381312.00:442949632.00 from 1
    Got: +F:7:rc4:349351472.00:550448042.67:637232042.67:666506240.00:670531584.00 from 1
    Got: +F:16:aes-128 cbc:103725440.00:111901226.67:115162368.00:247914837.33:248335018.67 from 1
    Got: +F:18:aes-256 cbc:74907056.00:80674282.67:82122581.33:180243797.33:181575680.00 from 1
    Got: +F:23:sha256:41735098.67:94528661.33:162205610.67:203796821.33:218740053.33 from 1
    Got: +F2:2:2048:0.001498:0.000046 from 1
    Got: +F2:3:4096:0.010718:0.000169 from 1
    Got: +F4:3:256:0.000130:0.000494 from 1
    OpenSSL 1.0.1e-fips 11 Feb 2013
    built on: Wed Aug 13 19:18:18 UTC 2014
    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  98659.63k  293141.38k  662714.71k  958780.76k  1105016.15k
    sha1  99641.71k  273193.83k  566092.89k  777573.03k  879523.16k
    rc4  696893.13k  1099785.62k  1275095.13k  1332023.64k  1344872.45k
    aes-128 cbc  207933.20k  224606.89k  230084.01k  494227.11k  496102.06k
    aes-256 cbc  149311.30k  161420.93k  163705.77k  359900.16k  363104.94k
    sha256  83853.23k  189628.33k  322443.35k  407861.59k  437114.20k
      sign  verify  sign/s verify/s
    rsa 2048 bits 0.000750s 0.000023s  1333.3  43478.3
    rsa 4096 bits 0.005356s 0.000084s  186.7  11834.3
      sign  verify  sign/s verify/s
     256 bit ecdsa (nistp256)  0.0001s  0.0002s  15444.2  4048.6
    -------------------------------------------
    openssl speed -evp aes256 -multi 2
    Forked child 0
    +DT:aes-256-cbc:3:16
    +DT:aes-256-cbc:3:16
    +R:13858804:aes-256-cbc:3.000000
    +DT:aes-256-cbc:3:64
    +R:13816049:aes-256-cbc:3.000000
    +DT:aes-256-cbc:3:64
    +R:3742095:aes-256-cbc:3.000000
    +DT:aes-256-cbc:3:256
    +R:3733499:aes-256-cbc:3.000000
    +DT:aes-256-cbc:3:256
    +R:933630:aes-256-cbc:3.000000
    +DT:aes-256-cbc:3:1024
    +R:944763:aes-256-cbc:3.000000
    +DT:aes-256-cbc:3:1024
    +R:530504:aes-256-cbc:3.000000
    +DT:aes-256-cbc:3:8192
    +R:523308:aes-256-cbc:3.000000
    +DT:aes-256-cbc:3:8192
    +R:66679:aes-256-cbc:3.000000
    +R:66221:aes-256-cbc:3.000000
    Forked child 1
    Got: +H:16:64:256:1024:8192 from 0
    Got: +F:22:aes-256-cbc:73913621.33:79831360.00:79669760.00:181078698.67:182078122.67 from 0
    Got: +H:16:64:256:1024:8192 from 1
    Got: +F:22:aes-256-cbc:73685594.67:79647978.67:80619776.00:178622464.00:180827477.33 from 1
    OpenSSL 1.0.1e-fips 11 Feb 2013
    built on: Wed Aug 13 19:18:18 UTC 2014
    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  147599.22k  159479.34k  160289.54k  359701.16k  362905.60k
    -------------------------------------------
    openssl speed -evp aes128 -multi 2
    Forked child 0
    +DT:aes-128-cbc:3:16
    +DT:aes-128-cbc:3:16
    +R:18548931:aes-128-cbc:3.000000
    +DT:aes-128-cbc:3:64
    +R:18625410:aes-128-cbc:3.000000
    +DT:aes-128-cbc:3:64
    +R:5177918:aes-128-cbc:3.000000
    +DT:aes-128-cbc:3:256
    +R:5218430:aes-128-cbc:3.000000
    +DT:aes-128-cbc:3:256
    +R:1339283:aes-128-cbc:3.000000
    +DT:aes-128-cbc:3:1024
    +R:1344483:aes-128-cbc:3.000000
    +DT:aes-128-cbc:3:1024
    +R:708986:aes-128-cbc:3.000000
    +DT:aes-128-cbc:3:8192
    +R:714456:aes-128-cbc:3.000000
    +DT:aes-128-cbc:3:8192
    +R:90955:aes-128-cbc:3.000000
    +R:91324:aes-128-cbc:3.000000
    Forked child 1
    Got: +H:16:64:256:1024:8192 from 0
    Got: +F:22:aes-128-cbc:98927632.00:110462250.67:114285482.67:242000554.67:248367786.67 from 0
    Got: +H:16:64:256:1024:8192 from 1
    Got: +F:22:aes-128-cbc:99335520.00:111326506.67:114729216.00:243867648.00:249375402.67 from 1
    OpenSSL 1.0.1e-fips 11 Feb 2013
    built on: Wed Aug 13 19:18:18 UTC 2014
    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  198263.15k  221788.76k  229014.70k  485868.20k  497743.19k
    -------------------------------------------
    Centmin Mod Nginx static OpenSSL Benchmark
    -------------------------------------------
    OpenSSL 1.0.1i 6 Aug 2014
    -------------------------------------------
    openssl speed rsa4096 rsa2048 ecdsap256 sha256 sha1 md5 rc4 aes-256-cbc aes-128-cbc -multi 2
    Forked child 0
    +DT:md5:3:16
    +DT:md5:3:16
    +R:6361512:md5:3.000000
    +DT:md5:3:64
    +R:6289709:md5:3.000000
    +DT:md5:3:64
    +R:5105284:md5:3.000000
    +DT:md5:3:256
    +R:5093633:md5:3.000000
    +DT:md5:3:256
    +R:3236340:md5:3.000000
    +DT:md5:3:1024
    +R:3236156:md5:3.000000
    +DT:md5:3:1024
    +R:1311878:md5:3.000000
    +DT:md5:3:8192
    +R:1313353:md5:3.000000
    +DT:md5:3:8192
    +R:200341:md5:3.000000
    +DT:sha1:3:16
    +R:200304:md5:3.000000
    +DT:sha1:3:16
    +R:6321553:sha1:3.000000
    +DT:sha1:3:64
    +R:6347057:sha1:3.000000
    +DT:sha1:3:64
    +R:4839009:sha1:3.000000
    +DT:sha1:3:256
    +R:4869232:sha1:3.000000
    +DT:sha1:3:256
    +R:2836611:sha1:3.000000
    +DT:sha1:3:1024
    +R:2813979:sha1:3.000000
    +DT:sha1:3:1024
    +R:1095266:sha1:3.000000
    +DT:sha1:3:8192
    +R:1088756:sha1:3.000000
    +DT:sha1:3:8192
    +R:161300:sha1:3.000000
    +DT:sha256:3:16
    +R:161326:sha1:3.000000
    +DT:sha256:3:16
    +R:8432147:sha256:3.000000
    +R:8504776:sha256:3.000000
    +DT:sha256:3:64
    +DT:sha256:3:64
    +R:4583520:sha256:3.000000
    +R:4568643:sha256:3.000000
    +DT:sha256:3:256
    +DT:sha256:3:256
    +R:1919896:sha256:3.000000
    +DT:sha256:3:1024
    +R:1960311:sha256:3.000000
    +DT:sha256:3:1024
    +R:605086:sha256:3.000000
    +DT:sha256:3:8192
    +R:600635:sha256:3.000000
    +DT:sha256:3:8192
    +R:79577:sha256:3.000000
    +DT:rc4:3:16
    +R:79638:sha256:3.000000
    +DT:rc4:3:16
    +R:71494887:rc4:3.000000
    +DT:rc4:3:64
    +R:71328135:rc4:3.000000
    +DT:rc4:3:64
    +R:26142679:rc4:3.000000
    +DT:rc4:3:256
    +R:25931287:rc4:3.000000
    +DT:rc4:3:256
    +R:7447101:rc4:3.000000
    +DT:rc4:3:1024
    +R:7343457:rc4:3.000000
    +DT:rc4:3:1024
    +R:1934813:rc4:3.000000
    +DT:rc4:3:8192
    +R:1932529:rc4:3.000000
    +DT:rc4:3:8192
    +R:246825:rc4:3.000000
    +DT:aes-128 cbc:3:16
    +R:248119:rc4:3.000000
    +DT:aes-128 cbc:3:16
    +R:19352487:aes-128 cbc:3.000000
    +DT:aes-128 cbc:3:64
    +R:19267456:aes-128 cbc:3.000000
    +DT:aes-128 cbc:3:64
    +R:5235338:aes-128 cbc:3.000000
    +DT:aes-128 cbc:3:256
    +R:5242034:aes-128 cbc:3.000000
    +DT:aes-128 cbc:3:256
    +R:1339782:aes-128 cbc:3.000000
    +DT:aes-128 cbc:3:1024
    +R:1329855:aes-128 cbc:3.000000
    +DT:aes-128 cbc:3:1024
    +R:720498:aes-128 cbc:3.000000
    +DT:aes-128 cbc:3:8192
    +R:715616:aes-128 cbc:3.000000
    +DT:aes-128 cbc:3:8192
    +R:91552:aes-128 cbc:3.000000
    +DT:aes-256 cbc:3:16
    +R:91268:aes-128 cbc:3.000000
    +DT:aes-256 cbc:3:16
    +R:14122941:aes-256 cbc:3.000000
    +DT:aes-256 cbc:3:64
    +R:14141337:aes-256 cbc:3.000000
    +DT:aes-256 cbc:3:64
    +R:3766437:aes-256 cbc:3.000000
    +DT:aes-256 cbc:3:256
    +R:3736365:aes-256 cbc:3.000000
    +DT:aes-256 cbc:3:256
    +R:936243:aes-256 cbc:3.000000
    +DT:aes-256 cbc:3:1024
    +R:950769:aes-256 cbc:3.000000
    +DT:aes-256 cbc:3:1024
    +R:527240:aes-256 cbc:3.000000
    +DT:aes-256 cbc:3:8192
    +R:521982:aes-256 cbc:3.000000
    +DT:aes-256 cbc:3:8192
    +R:66363:aes-256 cbc:3.000000
    +R:66596:aes-256 cbc:3.000000
    +DTP:2048:private:rsa:10
    +DTP:2048:private:rsa:10
    +R1:6577:2048:10.00
    +DTP:2048:public:rsa:10
    +R1:6657:2048:10.00
    +DTP:2048:public:rsa:10
    +R2:216100:2048:10.00
    +R2:220014:2048:10.00
    +DTP:4096:private:rsa:10
    +DTP:4096:private:rsa:10
    +R1:937:4096:10.01
    +DTP:4096:public:rsa:10
    +R1:945:4096:10.01
    +DTP:4096:public:rsa:10
    +R2:58783:4096:10.00
    +DTP:256:sign:ecdsa:10
    +R2:58778:4096:10.00
    +DTP:256:sign:ecdsa:10
    +R5:78420:256:10.00
    +DTP:256:verify:ecdsa:10
    +R5:78255:256:10.00
    +DTP:256:verify:ecdsa:10
    +R6:21226:256:10.00
    +R6:21372:256:10.00
    Forked child 1
    Got: +H:16:64:256:1024:8192 from 0
    Got: +F:3:md5:33928064.00:108912725.33:276167680.00:447787690.67:547064490.67 from 0
    Got: +F:5:sha1:33714949.33:103232192.00:242057472.00:373850794.67:440456533.33 from 0
    Got: +F:7:rc4:381306064.00:557710485.33:635485952.00:660416170.67:673996800.00 from 0
    Got: +F:16:aes-128 cbc:103213264.00:111687210.67:114328064.00:245929984.00:249997994.67 from 0
    Got: +F:18:aes-256 cbc:75322352.00:80350656.00:79892736.00:179964586.67:181215232.00 from 0
    Got: +F:23:sha256:44971450.67:97464384.00:163831125.33:206536021.33:217298261.33 from 0
    Got: +F2:2:2048:0.001502:0.000045 from 0
    Got: +F2:3:4096:0.010593:0.000170 from 0
    Got: +F4:3:256:0.000128:0.000468 from 0
    Got: +H:16:64:256:1024:8192 from 1
    Got: +F:3:md5:33545114.67:108664170.67:276151978.67:448291157.33:546963456.00 from 1
    Got: +F:5:sha1:33850970.67:103876949.33:240126208.00:371628714.67:440527530.67 from 1
    Got: +F:7:rc4:380416720.00:553200789.33:626641664.00:659636565.33:677530282.67 from 1
    Got: +F:16:aes-128 cbc:102759765.33:111830058.67:113480960.00:244263594.67:249222485.33 from 1
    Got: +F:18:aes-256 cbc:75420464.00:79709120.00:81132288.00:178169856.00:181851477.33 from 1
    Got: +F:23:sha256:45358805.33:97781760.00:167279872.00:205016746.67:217464832.00 from 1
    Got: +F2:2:2048:0.001520:0.000046 from 1
    Got: +F2:3:4096:0.010683:0.000170 from 1
    Got: +F4:3:256:0.000128:0.000471 from 1
    OpenSSL 1.0.1i 6 Aug 2014
    built on: Tue Sep  9 12:19:06 UTC 2014
    options:bn(64,64) rc4(16x,int) des(idx,cisc,16,int) aes(partial) idea(int) blowfish(idx)
    compiler: ccache gcc -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -m64 -DL_ENDIAN -DTERMIO -O3 -Wall -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  67473.18k  217576.90k  552319.66k  896078.85k  1094027.95k
    sha1  67565.92k  207109.14k  482183.68k  745479.51k  880984.06k
    rc4  761722.78k  1110911.27k  1262127.62k  1320052.74k  1351527.08k
    aes-128 cbc  205973.03k  223517.27k  227809.02k  490193.58k  499220.48k
    aes-256 cbc  150742.82k  160059.78k  161025.02k  358134.44k  363066.71k
    sha256  90330.26k  195246.14k  331111.00k  411552.77k  434763.09k
      sign  verify  sign/s verify/s
    rsa 2048 bits 0.000755s 0.000023s  1323.7  43961.4
    rsa 4096 bits 0.005319s 0.000085s  188.0  11764.7
      sign  verify  sign/s verify/s
     256 bit ecdsa (nistp256)  0.0001s  0.0002s  15625.0  4259.9
    -------------------------------------------
    openssl speed -evp aes256 -multi 2
    Forked child 0
    +DT:aes-256-cbc:3:16
    +DT:aes-256-cbc:3:16
    +R:13787867:aes-256-cbc:3.000000
    +DT:aes-256-cbc:3:64
    +R:13355784:aes-256-cbc:3.000000
    +DT:aes-256-cbc:3:64
    +R:3778908:aes-256-cbc:3.000000
    +DT:aes-256-cbc:3:256
    +R:3727657:aes-256-cbc:3.000000
    +DT:aes-256-cbc:3:256
    +R:951329:aes-256-cbc:3.000000
    +DT:aes-256-cbc:3:1024
    +R:941628:aes-256-cbc:3.000000
    +DT:aes-256-cbc:3:1024
    +R:522908:aes-256-cbc:3.000000
    +DT:aes-256-cbc:3:8192
    +R:523471:aes-256-cbc:3.000000
    +DT:aes-256-cbc:3:8192
    +R:66155:aes-256-cbc:3.000000
    +R:66842:aes-256-cbc:3.000000
    Forked child 1
    Got: +H:16:64:256:1024:8192 from 0
    Got: +F:22:aes-256-cbc:73535290.67:80616704.00:81180074.67:178485930.67:180647253.33 from 0
    Got: +H:16:64:256:1024:8192 from 1
    Got: +F:22:aes-256-cbc:71230848.00:79523349.33:80352256.00:178678101.33:182523221.33 from 1
    OpenSSL 1.0.1i 6 Aug 2014
    built on: Tue Sep  9 12:19:06 UTC 2014
    options:bn(64,64) rc4(16x,int) des(idx,cisc,16,int) aes(partial) idea(int) blowfish(idx)
    compiler: ccache gcc -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -m64 -DL_ENDIAN -DTERMIO -O3 -Wall -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  144766.14k  160140.05k  161532.33k  357164.03k  363170.47k
    -------------------------------------------
    openssl speed -evp aes128 -multi 2
    Forked child 0
    +DT:aes-128-cbc:3:16
    +DT:aes-128-cbc:3:16
    +R:18511301:aes-128-cbc:3.000000
    +DT:aes-128-cbc:3:64
    +R:18324867:aes-128-cbc:3.000000
    +DT:aes-128-cbc:3:64
    +R:5152021:aes-128-cbc:3.000000
    +DT:aes-128-cbc:3:256
    +R:5113032:aes-128-cbc:3.000000
    +DT:aes-128-cbc:3:256
    +R:1325245:aes-128-cbc:3.000000
    +DT:aes-128-cbc:3:1024
    +R:1330404:aes-128-cbc:3.000000
    +DT:aes-128-cbc:3:1024
    +R:722091:aes-128-cbc:3.000000
    +DT:aes-128-cbc:3:8192
    +R:712221:aes-128-cbc:3.000000
    +DT:aes-128-cbc:3:8192
    +R:90798:aes-128-cbc:3.000000
    +R:90421:aes-128-cbc:3.000000
    Forked child 1
    Got: +H:16:64:256:1024:8192 from 0
    Got: +F:22:aes-128-cbc:98726938.67:109909781.33:113087573.33:246473728.00:247939072.00 from 0
    Got: +H:16:64:256:1024:8192 from 1
    Got: +F:22:aes-128-cbc:97732624.00:109078016.00:113527808.00:243104768.00:246909610.67 from 1
    OpenSSL 1.0.1i 6 Aug 2014
    built on: Tue Sep  9 12:19:06 UTC 2014
    options:bn(64,64) rc4(16x,int) des(idx,cisc,16,int) aes(partial) idea(int) blowfish(idx)
    compiler: ccache gcc -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -m64 -DL_ENDIAN -DTERMIO -O3 -Wall -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  196459.56k  218987.80k  226615.38k  489578.50k  494848.68k
    -------------------------------------------
    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=20000 --auto-generate-sql-unique-query-number=30 --auto-generate-sql-unique-write-number=30 --auto-generate-sql-write-number=500 --concurrency=32 --iterations=10 --engine=myisam -vv
    Building Create Statements for Auto
    Building Query Statements for Auto
    Parsing engines to use.
    Starting Concurrency Test
    Loading Pre-data
    Generating primary key list
    Loading Pre-data
    Generating primary key list
    Loading Pre-data
    Generating primary key list
    Loading Pre-data
    Generating primary key list
    Loading Pre-data
    Generating primary key list
    Loading Pre-data
    Generating primary key list
    Loading Pre-data
    Generating primary key list
    Loading Pre-data
    Generating primary key list
    Loading Pre-data
    Generating primary key list
    Loading Pre-data
    Generating primary key list
    Generating stats
    Benchmark
      Running for engine myisam
      Average number of seconds to run all queries: 1.555 seconds
      Minimum number of seconds to run all queries: 1.507 seconds
      Maximum number of seconds to run all queries: 1.602 seconds
      Number of clients running queries: 32
      Average number of queries per client: 625
    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
    -------------------------------------------
    System PHP Info
    -------------------------------------------
    CPU: 2 x QEMU Virtual CPU version (cpu64-rhel6)
    CentOS Linux release 7.0.1406 (Core)
    x86_64
    Centmin Mod 1.2.3-eva2000.08
      total  used  free  shared  buffers  cached
    Mem:  994  502  491  39  99  128
    Low:  994  502  491
    High:  0  0  0
    -/+ buffers/cache:  274  719
    Swap:  0  0  0
    ----------------------------------------------
    PHP 5.4.32 (cli) (built: Sep  9 2014 12:24:48)
    Copyright (c) 1997-2014 The PHP Group
    Zend Engine v2.4.0, Copyright (c) 1998-2014 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/apc.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
    ----------------------------------------------
    [PHP Modules]
    apc
    bcmath
    bz2
    calendar
    Core
    ctype
    curl
    date
    dom
    enchant
    ereg
    exif
    filter
    ftp
    gd
    gettext
    gmp
    hash
    iconv
    igbinary
    imagick
    imap
    intl
    json
    libxml
    mbstring
    memcache
    memcached
    mhash
    mysql
    mysqli
    mysqlnd
    openssl
    pcntl
    pcre
    PDO
    pdo_mysql
    pdo_sqlite
    Phar
    posix
    pspell
    readline
    Reflection
    session
    shmop
    SimpleXML
    soap
    sockets
    SPL
    sqlite3
    standard
    sysvmsg
    sysvsem
    sysvshm
    tidy
    tokenizer
    xml
    xmlreader
    xmlrpc
    xmlwriter
    zip
    zlib
    [Zend Modules]
    ----------------------------------------------
    -------------------------------------------
    Run PHP test Zend/bench.php
    -------------------------------------------
    simple  0.117
    simplecall  0.125
    simpleucall  0.123
    simpleudcall  0.128
    mandel  0.244
    mandel2  0.305
    ackermann(7)  0.135
    ary(50000)  0.020
    ary2(50000)  0.018
    ary3(2000)  0.148
    fibo(30)  0.350
    hash1(50000)  0.032
    hash2(500)  0.036
    heapsort(20000)  0.089
    matrix(20)  0.091
    nestedloop(12)  0.200
    sieve(30)  0.097
    strcat(200000)  0.012
    ------------------------
    Total  2.270
    real: 2.29s user: 2.27s sys: 0.01s cpu: 99% maxmem: 31320 KB cswaits: 2
    simple  0.116
    simplecall  0.125
    simpleucall  0.122
    simpleudcall  0.127
    mandel  0.241
    mandel2  0.301
    ackermann(7)  0.133
    ary(50000)  0.019
    ary2(50000)  0.017
    ary3(2000)  0.150
    fibo(30)  0.343
    hash1(50000)  0.036
    hash2(500)  0.036
    heapsort(20000)  0.092
    matrix(20)  0.091
    nestedloop(12)  0.201
    sieve(30)  0.098
    strcat(200000)  0.012
    ------------------------
    Total  2.259
    real: 2.28s user: 2.25s sys: 0.02s cpu: 99% maxmem: 31316 KB cswaits: 1
    simple  0.116
    simplecall  0.124
    simpleucall  0.123
    simpleudcall  0.131
    mandel  0.244
    mandel2  0.310
    ackermann(7)  0.135
    ary(50000)  0.022
    ary2(50000)  0.019
    ary3(2000)  0.151
    fibo(30)  0.352
    hash1(50000)  0.033
    hash2(500)  0.035
    heapsort(20000)  0.093
    matrix(20)  0.095
    nestedloop(12)  0.205
    sieve(30)  0.107
    strcat(200000)  0.012
    ------------------------
    Total  2.307
    real: 2.33s user: 2.30s sys: 0.02s cpu: 99% maxmem: 31320 KB cswaits: 1
    bench.php results from 3 runs
    2.270
    2.259
    2.307
    bench.php avg: 2.2787
    Avg: real: 2.30s user: 2.27s sys: 0.02s cpu: 99.00% maxmem: 31318.67KB cswaits: 1.33
    created results log at /home/phpbench_logs/bench_090914-132200.log
    server PHP info log at /home/phpbench_logs/bench_phpinfo_090914-132200.log
    -------------------------------------------
    Run PHP test Zend/micro_bench.php
    -------------------------------------------
    empty_loop  0.118
    func()  0.357  0.239
    undef_func()  0.354  0.236
    int_func()  0.316  0.197
    $x = self::$x  0.259  0.141
    self::$x = 0  0.267  0.149
    isset(self::$x)  0.223  0.105
    empty(self::$x)  0.237  0.119
    $x = Foo::$x  0.344  0.226
    Foo::$x = 0  0.219  0.101
    isset(Foo::$x)  0.196  0.078
    empty(Foo::$x)  0.202  0.084
    self::f()  0.383  0.265
    Foo::f()  0.344  0.226
    $x = $this->x  0.255  0.137
    $this->x = 0  0.283  0.165
    $this->x += 2  0.228  0.110
    ++$this->x  0.206  0.088
    --$this->x  0.213  0.095
    $this->x++  0.226  0.108
    $this->x--  0.233  0.115
    isset($this->x)  0.217  0.099
    empty($this->x)  0.228  0.110
    $this->f()  0.384  0.266
    $x = Foo::TEST  0.211  0.093
    new Foo()  0.728  0.610
    $x = TEST  0.164  0.046
    $x = $_GET  0.273  0.155
    $x = $GLOBALS['v'] 0.416  0.298
    $x = $hash['v']  0.270  0.152
    $x = $str[0]  0.340  0.222
    $x = $a ?: null  0.225  0.107
    $x = $f ?: tmp  0.307  0.189
    $x = $f ? $f : $a  0.237  0.119
    $x = $f ? $f : tmp 0.397  0.279
    ------------------------
    Total  9.861
    real: 9.88s user: 9.85s sys: 0.01s cpu: 99% maxmem: 19236 KB cswaits: 2
    empty_loop  0.118
    func()  0.350  0.232
    undef_func()  0.371  0.253
    int_func()  0.321  0.203
    $x = self::$x  0.262  0.144
    self::$x = 0  0.266  0.148
    isset(self::$x)  0.226  0.107
    empty(self::$x)  0.241  0.123
    $x = Foo::$x  0.250  0.132
    Foo::$x = 0  0.227  0.109
    isset(Foo::$x)  0.201  0.083
    empty(Foo::$x)  0.206  0.088
    self::f()  0.378  0.260
    Foo::f()  0.339  0.221
    $x = $this->x  0.239  0.121
    $this->x = 0  0.282  0.164
    $this->x += 2  0.230  0.112
    ++$this->x  0.213  0.095
    --$this->x  0.210  0.092
    $this->x++  0.228  0.110
    $this->x--  0.235  0.117
    isset($this->x)  0.219  0.101
    empty($this->x)  0.234  0.116
    $this->f()  0.383  0.265
    $x = Foo::TEST  0.211  0.092
    new Foo()  0.734  0.616
    $x = TEST  0.165  0.047
    $x = $_GET  0.272  0.154
    $x = $GLOBALS['v'] 0.379  0.261
    $x = $hash['v']  0.271  0.153
    $x = $str[0]  0.347  0.229
    $x = $a ?: null  0.232  0.114
    $x = $f ?: tmp  0.306  0.188
    $x = $f ? $f : $a  0.241  0.123
    $x = $f ? $f : tmp 0.397  0.279
    ------------------------
    Total  9.785
    real: 9.81s user: 9.79s sys: 0.00s cpu: 99% maxmem: 19236 KB cswaits: 1
    empty_loop  0.126
    func()  0.357  0.231
    undef_func()  0.378  0.252
    int_func()  0.317  0.192
    $x = self::$x  0.263  0.137
    self::$x = 0  0.258  0.132
    isset(self::$x)  0.223  0.097
    empty(self::$x)  0.242  0.116
    $x = Foo::$x  0.256  0.130
    Foo::$x = 0  0.229  0.103
    isset(Foo::$x)  0.206  0.081
    empty(Foo::$x)  0.203  0.077
    self::f()  0.375  0.249
    Foo::f()  0.349  0.223
    $x = $this->x  0.231  0.105
    $this->x = 0  0.280  0.154
    $this->x += 2  0.227  0.101
    ++$this->x  0.204  0.078
    --$this->x  0.212  0.086
    $this->x++  0.226  0.100
    $this->x--  0.237  0.111
    isset($this->x)  0.226  0.100
    empty($this->x)  0.227  0.101
    $this->f()  0.376  0.250
    $x = Foo::TEST  0.208  0.082
    new Foo()  0.728  0.602
    $x = TEST  0.167  0.041
    $x = $_GET  0.275  0.149
    $x = $GLOBALS['v'] 0.385  0.259
    $x = $hash['v']  0.260  0.134
    $x = $str[0]  0.329  0.203
    $x = $a ?: null  0.223  0.097
    $x = $f ?: tmp  0.303  0.177
    $x = $f ? $f : $a  0.238  0.112
    $x = $f ? $f : tmp 0.395  0.269
    ------------------------
    Total  9.741
    real: 9.76s user: 9.74s sys: 0.01s cpu: 99% maxmem: 19232 KB cswaits: 1
    micro_bench.php results from 3 runs
    9.861
    9.785
    9.741
    micro_bench.php avg: 9.7957
    Avg: real: 9.82s user: 9.79s sys: 0.01s cpu: 99.00% maxmem: 19234.67KB cswaits: 1.33
    created results log at /home/phpbench_logs/bench_micro_090914-132200.log
    server PHP info log at /home/phpbench_logs/bench_phpinfo_090914-132200.log
    
    -------------------------------------------
    centminmodbench.sh completed
    -------------------------------------------
    
    DigitalOcean:
    Code:
    -------------------------------------------
    centminmodbench.sh 0.0.1 (centminmod.com)
    -------------------------------------------
    -------------------------------------------
    System Information
    -------------------------------------------
    3.10.0-123.el7.x86_64
    CentOS Linux release 7.0.1406 (Core)
    Centmin Mod 1.2.3-eva2000.08
    Architecture:  x86_64
    CPU op-mode(s):  32-bit, 64-bit
    Byte Order:  Little Endian
    CPU(s):  1
    On-line CPU(s) list:  0
    Thread(s) per core:  1
    Core(s) per socket:  1
    Socket(s):  1
    NUMA node(s):  1
    Vendor ID:  GenuineIntel
    CPU family:  6
    Model:  2
    Model name:  QEMU Virtual CPU version 1.0
    Stepping:  3
    CPU MHz:  2299.998
    BogoMIPS:  4599.99
    Virtualization:  VT-x
    Hypervisor vendor:  KVM
    Virtualization type:  full
    L1d cache:  32K
    L1i cache:  32K
    L2 cache:  4096K
    NUMA node0 CPU(s):  0
    CPU NODE SOCKET CORE L1d:L1i:L2 ONLINE
    0  0  0  0  0:0:0  yes
      total  used  free  shared  buffers  cached
    Mem:  994  377  617  32  92  87
    Low:  994  377  617
    High:  0  0  0
    -/+ buffers/cache:  197  796
    Swap:  0  0  0
    Filesystem  Size  Used Avail Use% Mounted on
    /dev/vda  30G  4.1G  24G  15% /
    devtmpfs  492M  0  492M  0% /dev
    tmpfs  498M  0  498M  0% /dev/shm
    tmpfs  498M  6.5M  491M  2% /run
    tmpfs  498M  0  498M  0% /sys/fs/cgroup
    tmpfs  498M  120K  497M  1% /tmp
    -------------------------------------------
    disk ioping tests
    -------------------------------------------
    Download ioping-0.6.tar.gz ...
    ioping-0.6.tar.gz found, skipping download...
    Running IOPing I/O benchmark...
    IOPing I/O: ./ioping -c 10 .
    4096 bytes from . (ext4 /dev/vda): request=1 time=0.2 ms
    4096 bytes from . (ext4 /dev/vda): request=2 time=0.3 ms
    4096 bytes from . (ext4 /dev/vda): request=3 time=0.3 ms
    4096 bytes from . (ext4 /dev/vda): request=4 time=0.3 ms
    4096 bytes from . (ext4 /dev/vda): request=5 time=0.2 ms
    4096 bytes from . (ext4 /dev/vda): request=6 time=0.2 ms
    4096 bytes from . (ext4 /dev/vda): request=7 time=0.3 ms
    4096 bytes from . (ext4 /dev/vda): request=8 time=0.2 ms
    4096 bytes from . (ext4 /dev/vda): request=9 time=0.4 ms
    4096 bytes from . (ext4 /dev/vda): request=10 time=0.3 ms
    --- . (ext4 /dev/vda) ioping statistics ---
    10 requests completed in 9004.7 ms, 3549 iops, 13.9 mb/s
    min/avg/max/mdev = 0.2/0.3/0.4/0.0 ms
    IOPing seek rate: ./ioping -RD .
    --- . (ext4 /dev/vda) ioping statistics ---
    18239 requests completed in 3000.1 ms, 13188 iops, 51.5 mb/s
    min/avg/max/mdev = 0.0/0.1/6.7/0.1 ms
    IOPing sequential: ./ioping -RL .
    --- . (ext4 /dev/vda) ioping statistics ---
    7771 requests completed in 3000.3 ms, 3762 iops, 940.4 mb/s
    min/avg/max/mdev = 0.2/0.3/11.7/0.2 ms
    IOPing cached: ./ioping -RC .
    --- . (ext4 /dev/vda) ioping statistics ---
    37119 requests completed in 3000.0 ms, 258471 iops, 1009.7 mb/s
    min/avg/max/mdev = 0.0/0.0/0.1/0.0 ms
    -------------------------------------------
    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, 7.81508 s, 137 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, 8.03027 s, 134 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, 5.30012 s, 203 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, 14.3686 s, 74.7 MB/s
    -------------------------------------------
    disk FIO tests
    -------------------------------------------
    Download fio-2.0.9.tar.gz ...
    fio-2.0.9.tar.gz found, skipping download...
    Running FIO benchmark...
    make: Nothing to be done for `all'.
    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=32294: Tue Sep  9 15:10:50 2014
      read : io=1024.3MB, bw=102806KB/s, iops=25701 , runt= 10202msec
      cpu  : usr=5.06%, sys=31.71%, ctx=598, majf=0, minf=82
      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=102806KB/s, minb=102806KB/s, maxb=102806KB/s, mint=10202msec, maxt=10202msec
    Disk stats (read/write):
      vda: ios=257656/2, merge=0/1, ticks=354749/12, in_queue=355698, util=90.61%
    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=32300: Tue Sep  9 15:11:28 2014
      write: io=1024.3MB, bw=27641KB/s, iops=6910 , runt= 37944msec
      cpu  : usr=2.44%, sys=12.86%, ctx=15740, 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=27641KB/s, minb=27641KB/s, maxb=27641KB/s, mint=37944msec, maxt=37944msec
    Disk stats (read/write):
      vda: ios=0/260997, merge=0/11, ticks=0/2256522, in_queue=2260811, util=99.21%
    
    -------------------------------------------
    Running bandwidth benchmark...
    -------------------------------------------
    ----------------------------------------------
    Benchmarking download from Cachefly ([URL]http://cachefly.cachefly.net/100mb.test[/URL])
    Download Cachefly: 110MB/s
    ----------------------------------------------
    Benchmarking download from Linode, Atlanta, GA, USA ([URL]http://speedtest.atlanta.linode.com/100MB-atlanta.bin[/URL])
    Download Linode, Atlanta, GA, USA: 8.05MB/s
    ----------------------------------------------
    Benchmarking download from Linode, Dallas, TX, USA ([URL]http://speedtest.dallas.linode.com/100MB-dallas.bin[/URL])
    Download Linode, Dallas, TX, USA: 2.20MB/s
    ----------------------------------------------
    Benchmarking download from Linode, Tokyo, JP ([URL]http://speedtest.tokyo.linode.com/100MB-tokyo.bin[/URL])
    Download Linode, Tokyo, JP: 668KB/s
    ----------------------------------------------
    Benchmarking download from Linode, London, UK ([URL]http://speedtest.london.linode.com/100MB-london.bin[/URL])
    Download Linode, London, UK: 25.8MB/s
    ----------------------------------------------
    Benchmarking download from OVH, Paris, France ([URL]http://proof.ovh.net/files/100Mio.dat[/URL])
    Download OVH, Paris, France: 1.59MB/s
    ----------------------------------------------
    Benchmarking download from SmartDC, Rotterdam, Netherlands ([URL]http://mirror.i3d.net/100mb.bin[/URL])
    Download SmartDC, Rotterdam, Netherlands: 1.27MB/s
    ----------------------------------------------
    Benchmarking download from Hetzner, Nuernberg, Germany ([URL]http://hetzner.de/100MB.iso[/URL])
    Download Hetzner, Nuernberg, Germany: 153KB/s
    ----------------------------------------------
    Benchmarking download from iiNet, Perth, WA, Australia ([URL]http://ftp.iinet.net.au/test100MB.dat[/URL])
    Download iiNet, Perth, WA, Australia: 2.42MB/s
    ./centminmodbench.sh: line 778: div#: command not found
    Benchmarking download from MammothVPS, Sydney, Australia ([URL]http://www.mammothvpscustomer.com/test100MB.dat[/URL])
    Download MammothVPS, Sydney, Australia: 442KB/s
    ./centminmodbench.sh: line 783: div#: command not found
    Benchmarking download from Leaseweb, Haarlem, NL ([URL]http://mirror.nl.leaseweb.net/speedtest/100mb.bin[/URL])
    Download Leaseweb, Haarlem, NL: 793KB/s
    ----------------------------------------------
    Benchmarking download from Leaseweb, Manassas, VA, USA ([URL]http://mirror.us.leaseweb.net/speedtest/100mb.bin[/URL])
    Download Leaseweb, Manassas, VA, USA: 6.75MB/s
    ----------------------------------------------
    Benchmarking download from Softlayer, Singapore ([URL]http://speedtest.sng01.softlayer.com/downloads/test100.zip[/URL])
    Download Softlayer, Singapore: 950KB/s
    ----------------------------------------------
    Benchmarking download from Softlayer, Seattle, WA, USA ([URL]http://speedtest.sea01.softlayer.com/downloads/test100.zip[/URL])
    Download Softlayer, Seattle, WA, USA: 1.32MB/s
    ----------------------------------------------
    Benchmarking download from Softlayer, San Jose, CA, USA ([URL]http://speedtest.sjc01.softlayer.com/downloads/test100.zip[/URL])
    Download Softlayer, San Jose, CA, USA: 1.29MB/s
    ----------------------------------------------
    Benchmarking download from Softlayer, Washington, DC, USA ([URL]http://speedtest.wdc01.softlayer.com/downloads/test100.zip[/URL])
    Download Softlayer, Washington, DC, USA: 6.86MB/s
    ----------------------------------------------
    Benchmarking download from Vultr, Sydney, Australia ([URL]http://syd-au-ping.vultr.com/vultr.com.100MB.bin[/URL])
    Download Vultr, Sydney, Australia: 1.58MB/s
    ----------------------------------------------
    Benchmarking download from Vultr, Tokyo, Japan ([URL]http://hnd-jp-ping.vultr.com/vultr.com.100MB.bin[/URL])
    Download Vultr, Tokyo, Japan: 1.02MB/s
    ----------------------------------------------
    Benchmarking download from Vultr, Los Angeles, California ([URL]http://lax-ca-us-ping.vultr.com/vultr.com.100MB.bin[/URL])
    Download Vultr, Los Angeles, California: 1.27MB/s
    ----------------------------------------------
    Benchmarking download from Vultr, Seattle, Washington ([URL]http://wa-us-ping.vultr.com/vultr.com.100MB.bin[/URL])
    Download Vultr, Seattle, Washington: 19.3MB/s
    ----------------------------------------------
    Benchmarking download from Vultr, Dallas, Texas ([URL]http://tx-us-ping.vultr.com/vultr.com.100MB.bin[/URL])
    Download Vultr, Dallas, Texas: 5.11MB/s
    ----------------------------------------------
    Benchmarking download from Vultr, Chicago, Illinois ([URL]http://il-us-ping.vultr.com/vultr.com.100MB.bin[/URL])
    Download Vultr, Chicago, Illinois: 41.6MB/s
    ----------------------------------------------
    Benchmarking download from Vultr, Atlanta, Georgia ([URL]http://ga-us-ping.vultr.com/vultr.com.100MB.bin[/URL])
    Download Vultr, Atlanta, Georgia: 2.89MB/s
    ----------------------------------------------
    Benchmarking download from Vultr, Miami, Florida ([URL]http://fl-us-ping.vultr.com/vultr.com.100MB.bin[/URL])
    Download Vultr, Miami, Florida: 2.52MB/s
    ----------------------------------------------
    Benchmarking download from Vultr, New York / New Jersey ([URL]http://nj-us-ping.vultr.com/vultr.com.100MB.bin[/URL])
    Download Vultr, New York / New Jersey: 15.3MB/s
    ----------------------------------------------
    Benchmarking download from Vultr, Frankfurt, Germany ([URL]http://fra-de-ping.vultr.com/vultr.com.100MB.bin[/URL])
    Download Vultr, Frankfurt, Germany: 1.78MB/s
    ----------------------------------------------
    Benchmarking download from Vultr, Amsterdam, Netherlands ([URL]http://ams-nl-ping.vultr.com/vultr.com.100MB.bin[/URL])
    Download Vultr, Amsterdam, Netherlands: 11.0MB/s
    ----------------------------------------------
    Benchmarking download from Vultr, London, UK ([URL]http://lon-gb-ping.vultr.com/vultr.com.100MB.bin[/URL])
    Download Vultr, London, UK: 16.3MB/s
    ----------------------------------------------
    Benchmarking download from Vultr, Paris, France ([URL]http://par-fr-ping.vultr.com/vultr.com.100MB.bin[/URL])
    Download Vultr, Paris, France: 1.81MB/s
    -------------------------------------------
    Running ping tests...
    -------------------------------------------
    ----------------------------------------------
    Pings (cachefly.cachefly.net):
    PING vip1.g.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=58 time=0.568 ms
    64 bytes from vip1.G-anycast1.cachefly.net (205.234.175.175): icmp_seq=2 ttl=58 time=0.619 ms
    64 bytes from vip1.G-anycast1.cachefly.net (205.234.175.175): icmp_seq=3 ttl=58 time=0.652 ms
    --- vip1.g.cachefly.net ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2002ms
    rtt min/avg/max/mdev = 0.568/0.613/0.652/0.034 ms
    ----------------------------------------------
    Pings (syd-au-ping.vultr.com):
    PING syd-au-ping.vultr.com (108.61.212.117) 56(84) bytes of data.
    64 bytes from 108.61.212.117.vultr.com (108.61.212.117): icmp_seq=1 ttl=51 time=215 ms
    64 bytes from 108.61.212.117.vultr.com (108.61.212.117): icmp_seq=2 ttl=51 time=215 ms
    64 bytes from 108.61.212.117.vultr.com (108.61.212.117): icmp_seq=3 ttl=51 time=217 ms
    --- syd-au-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2000ms
    rtt min/avg/max/mdev = 215.909/216.341/217.161/0.693 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=47 time=178 ms
    64 bytes from 108.61.201.151.vultr.com (108.61.201.151): icmp_seq=2 ttl=47 time=171 ms
    64 bytes from 108.61.201.151.vultr.com (108.61.201.151): icmp_seq=3 ttl=47 time=179 ms
    --- hnd-jp-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2002ms
    rtt min/avg/max/mdev = 171.243/176.339/179.195/3.612 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=76.6 ms
    64 bytes from 108.61.219.200.vultr.com (108.61.219.200): icmp_seq=2 ttl=55 time=70.1 ms
    64 bytes from 108.61.219.200.vultr.com (108.61.219.200): icmp_seq=3 ttl=55 time=70.0 ms
    --- lax-ca-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2002ms
    rtt min/avg/max/mdev = 70.038/72.295/76.669/3.108 ms
    ----------------------------------------------
    Pings (wa-us-ping.vultr.com):
    PING wa-us-ping.vultr.com (108.61.194.105) 56(84) bytes of data.
    64 bytes from 108.61.194.105.vultr.com (108.61.194.105): icmp_seq=1 ttl=55 time=69.2 ms
    64 bytes from 108.61.194.105.vultr.com (108.61.194.105): icmp_seq=2 ttl=55 time=69.2 ms
    64 bytes from 108.61.194.105.vultr.com (108.61.194.105): icmp_seq=3 ttl=55 time=69.2 ms
    --- wa-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2002ms
    rtt min/avg/max/mdev = 69.207/69.257/69.295/0.306 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=55 time=45.8 ms
    64 bytes from 108.61.224.175.vultr.com (108.61.224.175): icmp_seq=2 ttl=55 time=39.6 ms
    64 bytes from 108.61.224.175.vultr.com (108.61.224.175): icmp_seq=3 ttl=55 time=45.8 ms
    --- tx-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2002ms
    rtt min/avg/max/mdev = 39.657/43.810/45.895/2.947 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=54 time=19.9 ms
    64 bytes from 107.191.51.12.vultr.com (107.191.51.12): icmp_seq=2 ttl=54 time=19.8 ms
    64 bytes from 107.191.51.12.vultr.com (107.191.51.12): icmp_seq=3 ttl=54 time=35.6 ms
    --- il-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2003ms
    rtt min/avg/max/mdev = 19.856/25.149/35.607/7.396 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=55 time=20.9 ms
    64 bytes from 108.61.193.166.vultr.com (108.61.193.166): icmp_seq=2 ttl=55 time=20.0 ms
    64 bytes from 108.61.193.166.vultr.com (108.61.193.166): icmp_seq=3 ttl=55 time=20.3 ms
    --- ga-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2002ms
    rtt min/avg/max/mdev = 20.031/20.436/20.937/0.410 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=52 time=33.6 ms
    64 bytes from 104.156.244.232: icmp_seq=2 ttl=52 time=34.7 ms
    64 bytes from 104.156.244.232: icmp_seq=3 ttl=52 time=34.8 ms
    --- fl-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2003ms
    rtt min/avg/max/mdev = 33.691/34.420/34.865/0.519 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=60 time=1.61 ms
    64 bytes from 108.61.149.182.vultr.com (108.61.149.182): icmp_seq=2 ttl=60 time=1.77 ms
    64 bytes from 108.61.149.182.vultr.com (108.61.149.182): icmp_seq=3 ttl=60 time=1.65 ms
    --- nj-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2002ms
    rtt min/avg/max/mdev = 1.612/1.679/1.776/0.084 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=51 time=92.6 ms
    64 bytes from 108.61.210.117.vultr.com (108.61.210.117): icmp_seq=2 ttl=51 time=93.1 ms
    64 bytes from 108.61.210.117.vultr.com (108.61.210.117): icmp_seq=3 ttl=51 time=92.8 ms
    --- fra-de-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2000ms
    rtt min/avg/max/mdev = 92.652/92.861/93.122/0.316 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=50 time=86.5 ms
    64 bytes from 108.61.198.102.vultr.com (108.61.198.102): icmp_seq=2 ttl=50 time=86.8 ms
    64 bytes from 108.61.198.102.vultr.com (108.61.198.102): icmp_seq=3 ttl=50 time=86.6 ms
    --- ams-nl-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2002ms
    rtt min/avg/max/mdev = 86.591/86.697/86.878/0.363 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=56 time=73.5 ms
    64 bytes from 108.61.196.101.vultr.com (108.61.196.101): icmp_seq=2 ttl=56 time=87.4 ms
    64 bytes from 108.61.196.101.vultr.com (108.61.196.101): icmp_seq=3 ttl=56 time=79.9 ms
    --- lon-gb-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2002ms
    rtt min/avg/max/mdev = 73.518/80.294/87.455/5.696 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=52 time=81.9 ms
    64 bytes from 108.61.209.127.vultr.com (108.61.209.127): icmp_seq=2 ttl=52 time=91.4 ms
    64 bytes from 108.61.209.127.vultr.com (108.61.209.127): icmp_seq=3 ttl=52 time=85.9 ms
    --- par-fr-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2002ms
    rtt min/avg/max/mdev = 81.989/86.447/91.430/3.886 ms
    -------------------------------------------
    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 1
    +DT:md5:3:16
    +R:7855397:md5:3.000000
    +DT:md5:3:64
    +R:5869286:md5:3.000000
    +DT:md5:3:256
    +R:3278361:md5:3.000000
    +DT:md5:3:1024
    +R:1176231:md5:3.000000
    +DT:md5:3:8192
    +R:163224:md5:3.000000
    +DT:sha1:3:16
    +R:7251876:sha1:3.000000
    +DT:sha1:3:64
    +R:4856339:sha1:3.000000
    +DT:sha1:3:256
    +R:2445611:sha1:3.000000
    +DT:sha1:3:1024
    +R:823592:sha1:3.000000
    +DT:sha1:3:8192
    +R:116513:sha1:3.000000
    +DT:sha256:3:16
    +R:5701533:sha256:3.000000
    +DT:sha256:3:64
    +R:3108515:sha256:3.000000
    +DT:sha256:3:256
    +R:1313171:sha256:3.000000
    +DT:sha256:3:1024
    +R:379780:sha256:3.000000
    +DT:sha256:3:8192
    +R:51082:sha256:3.000000
    +DT:rc4:3:16
    +R:54789591:rc4:3.000000
    +DT:rc4:3:64
    +R:22334942:rc4:3.000000
    +DT:rc4:3:256
    +R:6318257:rc4:3.000000
    +DT:rc4:3:1024
    +R:1653951:rc4:3.000000
    +DT:rc4:3:8192
    +R:212869:rc4:3.000000
    +DT:aes-128 cbc:3:16
    +R:14626548:aes-128 cbc:3.000000
    +DT:aes-128 cbc:3:64
    +R:3911104:aes-128 cbc:3.000000
    +DT:aes-128 cbc:3:256
    +R:998458:aes-128 cbc:3.000000
    +DT:aes-128 cbc:3:1024
    +R:593654:aes-128 cbc:3.000000
    +DT:aes-128 cbc:3:8192
    +R:72314:aes-128 cbc:3.000000
    +DT:aes-256 cbc:3:16
    +R:10657013:aes-256 cbc:3.000000
    +DT:aes-256 cbc:3:64
    +R:2799157:aes-256 cbc:3.000000
    +DT:aes-256 cbc:3:256
    +R:701841:aes-256 cbc:3.000000
    +DT:aes-256 cbc:3:1024
    +R:416756:aes-256 cbc:3.000000
    +DT:aes-256 cbc:3:8192
    +R:55271:aes-256 cbc:3.000000
    +DTP:2048:private:rsa:10
    +R1:5668:2048:10.00
    +DTP:2048:public:rsa:10
    +R2:184345:2048:10.00
    +DTP:4096:private:rsa:10
    +R1:794:4096:10.01
    +DTP:4096:public:rsa:10
    +R2:48985:4096:10.00
    +DTP:256:sign:ecdsa:10
    +R5:67624:256:10.00
    +DTP:256:verify:ecdsa:10
    +R6:17859:256:10.00
    Forked child 0
    Got: +H:16:64:256:1024:8192 from 0
    Got: +F:3:md5:41895450.67:125211434.67:279753472.00:401486848.00:445710336.00 from 0
    Got: +F:5:sha1:38676672.00:103601898.67:208692138.67:281119402.67:318158165.33 from 0
    Got: +F:7:rc4:292211152.00:476478762.67:539157930.67:564548608.00:581274282.67 from 0
    Got: +F:16:aes-128 cbc:78008256.00:83436885.33:85201749.33:202633898.67:197465429.33 from 0
    Got: +F:18:aes-256 cbc:56837402.67:59715349.33:59890432.00:142252714.67:150926677.33 from 0
    Got: +F:23:sha256:30408176.00:66314986.67:112057258.67:129631573.33:139487914.67 from 0
    Got: +F2:2:2048:0.001764:0.000054 from 0
    Got: +F2:3:4096:0.012607:0.000204 from 0
    Got: +F4:3:256:0.000148:0.000560 from 0
    OpenSSL 1.0.1e-fips 11 Feb 2013
    built on: Wed Aug 13 19:18:18 UTC 2014
    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  41895.45k  125211.43k  279753.47k  401486.85k  445710.34k
    sha1  38676.67k  103601.90k  208692.14k  281119.40k  318158.17k
    rc4  292211.15k  476478.76k  539157.93k  564548.61k  581274.28k
    aes-128 cbc  78008.26k  83436.89k  85201.75k  202633.90k  197465.43k
    aes-256 cbc  56837.40k  59715.35k  59890.43k  142252.71k  150926.68k
    sha256  30408.18k  66314.99k  112057.26k  129631.57k  139487.91k
      sign  verify  sign/s verify/s
    rsa 2048 bits 0.001764s 0.000054s  566.9  18518.5
    rsa 4096 bits 0.012607s 0.000204s  79.3  4902.0
      sign  verify  sign/s verify/s
     256 bit ecdsa (nistp256)  0.0001s  0.0006s  6756.8  1785.7
    -------------------------------------------
    openssl speed -evp aes256 -multi 1
    +DT:aes-256-cbc:3:16
    +R:9080548:aes-256-cbc:3.000000
    +DT:aes-256-cbc:3:64
    +R:2619428:aes-256-cbc:3.000000
    +DT:aes-256-cbc:3:256
    +R:710702:aes-256-cbc:3.000000
    +DT:aes-256-cbc:3:1024
    +R:428313:aes-256-cbc:3.000000
    +DT:aes-256-cbc:3:8192
    +R:53755:aes-256-cbc:3.000000
    Forked child 0
    Got: +H:16:64:256:1024:8192 from 0
    Got: +F:22:aes-256-cbc:48429589.33:55881130.67:60646570.67:146197504.00:146786986.67 from 0
    OpenSSL 1.0.1e-fips 11 Feb 2013
    built on: Wed Aug 13 19:18:18 UTC 2014
    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  48429.59k  55881.13k  60646.57k  146197.50k  146786.99k
    -------------------------------------------
    openssl speed -evp aes128 -multi 1
    +DT:aes-128-cbc:3:16
    +R:13867636:aes-128-cbc:3.000000
    +DT:aes-128-cbc:3:64
    +R:3436869:aes-128-cbc:3.000000
    +DT:aes-128-cbc:3:256
    +R:757377:aes-128-cbc:3.000000
    +DT:aes-128-cbc:3:1024
    +R:581598:aes-128-cbc:3.000000
    +DT:aes-128-cbc:3:8192
    +R:73968:aes-128-cbc:3.000000
    Forked child 0
    Got: +H:16:64:256:1024:8192 from 0
    Got: +F:22:aes-128-cbc:73960725.33:73319872.00:64629504.00:198518784.00:201981952.00 from 0
    OpenSSL 1.0.1e-fips 11 Feb 2013
    built on: Wed Aug 13 19:18:18 UTC 2014
    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  73960.73k  73319.87k  64629.50k  198518.78k  201981.95k
    -------------------------------------------
    Centmin Mod Nginx static OpenSSL Benchmark
    -------------------------------------------
    OpenSSL 1.0.1i 6 Aug 2014
    -------------------------------------------
    openssl speed rsa4096 rsa2048 ecdsap256 sha256 sha1 md5 rc4 aes-256-cbc aes-128-cbc -multi 1
    +DT:md5:3:16
    +R:5249190:md5:3.000000
    +DT:md5:3:64
    +R:4400213:md5:3.000000
    +DT:md5:3:256
    +R:2799592:md5:3.000000
    +DT:md5:3:1024
    +R:1100867:md5:3.000000
    +DT:md5:3:8192
    +R:168943:md5:3.000000
    +DT:sha1:3:16
    +R:5196242:sha1:3.000000
    +DT:sha1:3:64
    +R:3912513:sha1:3.000000
    +DT:sha1:3:256
    +R:2200862:sha1:3.000000
    +DT:sha1:3:1024
    +R:795205:sha1:3.000000
    +DT:sha1:3:8192
    +R:107031:sha1:3.000000
    +DT:sha256:3:16
    +R:5928866:sha256:3.000000
    +DT:sha256:3:64
    +R:3182392:sha256:3.000000
    +DT:sha256:3:256
    +R:1212397:sha256:3.000000
    +DT:sha256:3:1024
    +R:391243:sha256:3.000000
    +DT:sha256:3:8192
    +R:50594:sha256:3.000000
    +DT:rc4:3:16
    +R:55714713:rc4:3.000000
    +DT:rc4:3:64
    +R:22709221:rc4:3.000000
    +DT:rc4:3:256
    +R:6359593:rc4:3.000000
    +DT:rc4:3:1024
    +R:1713652:rc4:3.000000
    +DT:rc4:3:8192
    +R:216843:rc4:3.000000
    +DT:aes-128 cbc:3:16
    +R:11896785:aes-128 cbc:3.000000
    +DT:aes-128 cbc:3:64
    +R:3583829:aes-128 cbc:3.000000
    +DT:aes-128 cbc:3:256
    +R:987344:aes-128 cbc:3.000000
    +DT:aes-128 cbc:3:1024
    +R:578190:aes-128 cbc:3.000000
    +DT:aes-128 cbc:3:8192
    +R:73219:aes-128 cbc:3.000000
    +DT:aes-256 cbc:3:16
    +R:10370150:aes-256 cbc:3.000000
    +DT:aes-256 cbc:3:64
    +R:2712525:aes-256 cbc:3.000000
    +DT:aes-256 cbc:3:256
    +R:701382:aes-256 cbc:3.000000
    +DT:aes-256 cbc:3:1024
    +R:407482:aes-256 cbc:3.000000
    +DT:aes-256 cbc:3:8192
    +R:48411:aes-256 cbc:3.000000
    +DTP:2048:private:rsa:10
    +R1:5005:2048:10.00
    +DTP:2048:public:rsa:10
    +R2:180150:2048:10.00
    +DTP:4096:private:rsa:10
    +R1:771:4096:10.01
    +DTP:4096:public:rsa:10
    +R2:46683:4096:10.00
    +DTP:256:sign:ecdsa:10
    +R5:67293:256:10.00
    +DTP:256:verify:ecdsa:10
    +R6:17886:256:10.00
    Forked child 0
    Got: +H:16:64:256:1024:8192 from 0
    Got: +F:3:md5:27995680.00:93871210.67:238898517.33:375762602.67:461327018.67 from 0
    Got: +F:5:sha1:27713290.67:83466944.00:187806890.67:271429973.33:292265984.00 from 0
    Got: +F:7:rc4:297145136.00:484463381.33:542685269.33:584926549.33:592125952.00 from 0
    Got: +F:16:aes-128 cbc:63449520.00:76455018.67:84253354.67:197355520.00:199936682.67 from 0
    Got: +F:18:aes-256 cbc:55307466.67:57867200.00:59851264.00:139087189.33:132194304.00 from 0
    Got: +F:23:sha256:31620618.67:67891029.33:103457877.33:133544277.33:138155349.33 from 0
    Got: +F2:2:2048:0.001998:0.000056 from 0
    Got: +F2:3:4096:0.012983:0.000214 from 0
    Got: +F4:3:256:0.000149:0.000559 from 0
    OpenSSL 1.0.1i 6 Aug 2014
    built on: Tue Sep  9 13:49:01 UTC 2014
    options:bn(64,64) rc4(16x,int) des(idx,cisc,16,int) aes(partial) idea(int) blowfish(idx)
    compiler: ccache gcc -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -m64 -DL_ENDIAN -DTERMIO -O3 -Wall -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  27995.68k  93871.21k  238898.52k  375762.60k  461327.02k
    sha1  27713.29k  83466.94k  187806.89k  271429.97k  292265.98k
    rc4  297145.14k  484463.38k  542685.27k  584926.55k  592125.95k
    aes-128 cbc  63449.52k  76455.02k  84253.35k  197355.52k  199936.68k
    aes-256 cbc  55307.47k  57867.20k  59851.26k  139087.19k  132194.30k
    sha256  31620.62k  67891.03k  103457.88k  133544.28k  138155.35k
      sign  verify  sign/s verify/s
    rsa 2048 bits 0.001998s 0.000056s  500.5  17857.1
    rsa 4096 bits 0.012983s 0.000214s  77.0  4672.9
      sign  verify  sign/s verify/s
     256 bit ecdsa (nistp256)  0.0001s  0.0006s  6711.4  1788.9
    -------------------------------------------
    openssl speed -evp aes256 -multi 1
    +DT:aes-256-cbc:3:16
    +R:9980176:aes-256-cbc:3.000000
    +DT:aes-256-cbc:3:64
    +R:2775672:aes-256-cbc:3.000000
    +DT:aes-256-cbc:3:256
    +R:699354:aes-256-cbc:3.000000
    +DT:aes-256-cbc:3:1024
    +R:383084:aes-256-cbc:3.000000
    +DT:aes-256-cbc:3:8192
    +R:53916:aes-256-cbc:3.000000
    Forked child 0
    Got: +H:16:64:256:1024:8192 from 0
    Got: +F:22:aes-256-cbc:53227605.33:59214336.00:59678208.00:130759338.67:147226624.00 from 0
    OpenSSL 1.0.1i 6 Aug 2014
    built on: Tue Sep  9 13:49:01 UTC 2014
    options:bn(64,64) rc4(16x,int) des(idx,cisc,16,int) aes(partial) idea(int) blowfish(idx)
    compiler: ccache gcc -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -m64 -DL_ENDIAN -DTERMIO -O3 -Wall -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  53227.61k  59214.34k  59678.21k  130759.34k  147226.62k
    -------------------------------------------
    openssl speed -evp aes128 -multi 1
    +DT:aes-128-cbc:3:16
    +R:13602500:aes-128-cbc:3.000000
    +DT:aes-128-cbc:3:64
    +R:3237659:aes-128-cbc:3.000000
    +DT:aes-128-cbc:3:256
    +R:905376:aes-128-cbc:3.000000
    +DT:aes-128-cbc:3:1024
    +R:562684:aes-128-cbc:3.000000
    +DT:aes-128-cbc:3:8192
    +R:71663:aes-128-cbc:3.000000
    Forked child 0
    Got: +H:16:64:256:1024:8192 from 0
    Got: +F:22:aes-128-cbc:72546666.67:69070058.67:77258752.00:192062805.33:195687765.33 from 0
    OpenSSL 1.0.1i 6 Aug 2014
    built on: Tue Sep  9 13:49:01 UTC 2014
    options:bn(64,64) rc4(16x,int) des(idx,cisc,16,int) aes(partial) idea(int) blowfish(idx)
    compiler: ccache gcc -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -m64 -DL_ENDIAN -DTERMIO -O3 -Wall -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  72546.67k  69070.06k  77258.75k  192062.81k  195687.77k
    -------------------------------------------
    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=20000 --auto-generate-sql-unique-query-number=30 --auto-generate-sql-unique-write-number=30 --auto-generate-sql-write-number=500 --concurrency=32 --iterations=10 --engine=myisam -vv
    Building Create Statements for Auto
    Building Query Statements for Auto
    Parsing engines to use.
    Starting Concurrency Test
    Loading Pre-data
    Generating primary key list
    Loading Pre-data
    Generating primary key list
    Loading Pre-data
    Generating primary key list
    Loading Pre-data
    Generating primary key list
    Loading Pre-data
    Generating primary key list
    Loading Pre-data
    Generating primary key list
    Loading Pre-data
    Generating primary key list
    Loading Pre-data
    Generating primary key list
    Loading Pre-data
    Generating primary key list
    Loading Pre-data
    Generating primary key list
    Generating stats
    Benchmark
      Running for engine myisam
      Average number of seconds to run all queries: 3.102 seconds
      Minimum number of seconds to run all queries: 3.030 seconds
      Maximum number of seconds to run all queries: 3.216 seconds
      Number of clients running queries: 32
      Average number of queries per client: 625
    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
    -------------------------------------------
    System PHP Info
    -------------------------------------------
    CPU: 1 x QEMU Virtual CPU version 1.0
    CentOS Linux release 7.0.1406 (Core)
    x86_64
    Centmin Mod 1.2.3-eva2000.08
      total  used  free  shared  buffers  cached
    Mem:  994  375  618  33  98  67
    Low:  994  375  618
    High:  0  0  0
    -/+ buffers/cache:  209  784
    Swap:  0  0  0
    ----------------------------------------------
    PHP 5.4.32 (cli) (built: Sep  9 2014 13:59:43)
    Copyright (c) 1997-2014 The PHP Group
    Zend Engine v2.4.0, Copyright (c) 1998-2014 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/apc.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
    ----------------------------------------------
    [PHP Modules]
    apc
    bcmath
    bz2
    calendar
    Core
    ctype
    curl
    date
    dom
    enchant
    ereg
    exif
    filter
    ftp
    gd
    gettext
    gmp
    hash
    iconv
    igbinary
    imagick
    imap
    intl
    json
    libxml
    mbstring
    memcache
    memcached
    mhash
    mysql
    mysqli
    mysqlnd
    openssl
    pcntl
    pcre
    PDO
    pdo_mysql
    pdo_sqlite
    Phar
    posix
    pspell
    readline
    Reflection
    session
    shmop
    SimpleXML
    soap
    sockets
    SPL
    sqlite3
    standard
    sysvmsg
    sysvsem
    sysvshm
    tidy
    tokenizer
    xml
    xmlreader
    xmlrpc
    xmlwriter
    zip
    zlib
    [Zend Modules]
    ----------------------------------------------
    -------------------------------------------
    Run PHP test Zend/bench.php
    -------------------------------------------
    simple  0.126
    simplecall  0.144
    simpleucall  0.148
    simpleudcall  0.153
    mandel  0.262
    mandel2  0.331
    ackermann(7)  0.155
    ary(50000)  0.029
    ary2(50000)  0.023
    ary3(2000)  0.180
    fibo(30)  0.422
    hash1(50000)  0.040
    hash2(500)  0.037
    heapsort(20000)  0.105
    matrix(20)  0.113
    nestedloop(12)  0.230
    sieve(30)  0.120
    strcat(200000)  0.013
    ------------------------
    Total  2.631
    real: 2.68s user: 2.62s sys: 0.03s cpu: 98% maxmem: 31380 KB cswaits: 6
    simple  0.129
    simplecall  0.146
    simpleucall  0.143
    simpleudcall  0.147
    mandel  0.260
    mandel2  0.335
    ackermann(7)  0.166
    ary(50000)  0.026
    ary2(50000)  0.026
    ary3(2000)  0.190
    fibo(30)  0.436
    hash1(50000)  0.041
    hash2(500)  0.042
    heapsort(20000)  0.111
    matrix(20)  0.114
    nestedloop(12)  0.232
    sieve(30)  0.123
    strcat(200000)  0.013
    ------------------------
    Total  2.680
    real: 2.73s user: 2.65s sys: 0.03s cpu: 98% maxmem: 31380 KB cswaits: 2
    simple  0.129
    simplecall  0.151
    simpleucall  0.149
    simpleudcall  0.167
    mandel  0.267
    mandel2  0.341
    ackermann(7)  0.160
    ary(50000)  0.026
    ary2(50000)  0.023
    ary3(2000)  0.194
    fibo(30)  0.430
    hash1(50000)  0.041
    hash2(500)  0.039
    heapsort(20000)  0.110
    matrix(20)  0.117
    nestedloop(12)  0.222
    sieve(30)  0.120
    strcat(200000)  0.014
    ------------------------
    Total  2.699
    real: 2.79s user: 2.67s sys: 0.03s cpu: 97% maxmem: 31380 KB cswaits: 3
    bench.php results from 3 runs
    2.631
    2.680
    2.699
    bench.php avg: 2.6700
    Avg: real: 2.73s user: 2.65s sys: 0.03s cpu: 97.67% maxmem: 31380.00KB cswaits: 3.67
    created results log at /home/phpbench_logs/bench_090914-150935.log
    server PHP info log at /home/phpbench_logs/bench_phpinfo_090914-150935.log
    -------------------------------------------
    Run PHP test Zend/micro_bench.php
    -------------------------------------------
    empty_loop  0.131
    func()  0.426  0.295
    undef_func()  0.417  0.286
    int_func()  0.380  0.249
    $x = self::$x  0.295  0.165
    self::$x = 0  0.297  0.167
    isset(self::$x)  0.264  0.133
    empty(self::$x)  0.275  0.144
    $x = Foo::$x  0.291  0.161
    Foo::$x = 0  0.260  0.129
    isset(Foo::$x)  0.226  0.095
    empty(Foo::$x)  0.237  0.107
    self::f()  0.437  0.307
    Foo::f()  0.392  0.261
    $x = $this->x  0.267  0.137
    $this->x = 0  0.333  0.202
    $this->x += 2  0.279  0.148
    ++$this->x  0.246  0.115
    --$this->x  0.233  0.102
    $this->x++  0.276  0.145
    $this->x--  0.276  0.145
    isset($this->x)  0.248  0.118
    empty($this->x)  0.266  0.135
    $this->f()  0.424  0.294
    $x = Foo::TEST  0.235  0.104
    new Foo()  0.869  0.739
    $x = TEST  0.192  0.062
    $x = $_GET  0.334  0.203
    $x = $GLOBALS['v'] 0.470  0.339
    $x = $hash['v']  0.339  0.208
    $x = $str[0]  0.401  0.271
    $x = $a ?: null  0.266  0.136
    $x = $f ?: tmp  0.356  0.225
    $x = $f ? $f : $a  0.277  0.147
    $x = $f ? $f : tmp 0.436  0.306
    ------------------------
    Total  11.352
    real: 11.40s user: 11.29s sys: 0.02s cpu: 99% maxmem: 19292 KB cswaits: 3
    empty_loop  0.240
    func()  0.665  0.424
    undef_func()  0.433  0.193
    int_func()  0.391  0.151
    $x = self::$x  0.295  0.054
    self::$x = 0  0.292  0.051
    isset(self::$x)  0.271  0.030
    empty(self::$x)  0.287  0.047
    $x = Foo::$x  0.287  0.046
    Foo::$x = 0  0.269  0.028
    isset(Foo::$x)  0.242  0.002
    empty(Foo::$x)  0.246  0.005
    self::f()  0.445  0.205
    Foo::f()  0.395  0.155
    $x = $this->x  0.275  0.034
    $this->x = 0  0.348  0.108
    $this->x += 2  0.273  0.032
    ++$this->x  0.248  0.008
    --$this->x  0.234  -0.006
    $this->x++  0.289  0.049
    $this->x--  0.266  0.026
    isset($this->x)  0.252  0.011
    empty($this->x)  0.279  0.038
    $this->f()  0.435  0.195
    $x = Foo::TEST  0.243  0.002
    new Foo()  0.881  0.640
    $x = TEST  0.195  -0.046
    $x = $_GET  0.334  0.094
    $x = $GLOBALS['v'] 0.468  0.227
    $x = $hash['v']  0.314  0.074
    $x = $str[0]  0.386  0.145
    $x = $a ?: null  0.252  0.012
    $x = $f ?: tmp  0.346  0.106
    $x = $f ? $f : $a  0.280  0.040
    $x = $f ? $f : tmp 0.439  0.199
    ------------------------
    Total  11.796
    real: 11.84s user: 11.74s sys: 0.01s cpu: 99% maxmem: 19296 KB cswaits: 3
    empty_loop  0.122
    func()  0.389  0.266
    undef_func()  0.412  0.289
    int_func()  0.369  0.247
    $x = self::$x  0.291  0.169
    self::$x = 0  0.282  0.159
    isset(self::$x)  0.259  0.137
    empty(self::$x)  0.351  0.229
    $x = Foo::$x  0.274  0.152
    Foo::$x = 0  0.267  0.145
    isset(Foo::$x)  0.226  0.104
    empty(Foo::$x)  0.250  0.128
    self::f()  0.457  0.335
    Foo::f()  0.415  0.293
    $x = $this->x  0.276  0.154
    $this->x = 0  0.330  0.208
    $this->x += 2  0.283  0.161
    ++$this->x  0.239  0.117
    --$this->x  0.238  0.116
    $this->x++  0.275  0.153
    $this->x--  0.291  0.169
    isset($this->x)  0.245  0.123
    empty($this->x)  0.259  0.137
    $this->f()  0.452  0.329
    $x = Foo::TEST  0.237  0.115
    new Foo()  0.901  0.779
    $x = TEST  0.198  0.076
    $x = $_GET  0.327  0.204
    $x = $GLOBALS['v'] 0.452  0.330
    $x = $hash['v']  0.337  0.215
    $x = $str[0]  0.399  0.276
    $x = $a ?: null  0.269  0.147
    $x = $f ?: tmp  0.365  0.243
    $x = $f ? $f : $a  0.293  0.171
    $x = $f ? $f : tmp 0.477  0.355
    ------------------------
    Total  11.505
    real: 11.55s user: 11.44s sys: 0.01s cpu: 99% maxmem: 19292 KB cswaits: 3
    micro_bench.php results from 3 runs
    11.352
    11.796
    11.505
    micro_bench.php avg: 11.5510
    Avg: real: 11.60s user: 11.49s sys: 0.01s cpu: 99.00% maxmem: 19293.33KB cswaits: 3.00
    created results log at /home/phpbench_logs/bench_micro_090914-150935.log
    server PHP info log at /home/phpbench_logs/bench_phpinfo_090914-150935.log
    
    -------------------------------------------
    centminmodbench.sh completed
    -------------------------------------------
    
     
  4. eva2000

    eva2000 Administrator Staff Member

    53,488
    12,130
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,671
    Local Time:
    5:21 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    very nice looks like RamNode much faster on all tests nearly and more uniform bandwidth performance across all regions - helps to have 2 cpu threads vs DO's 1 cpu thread as well :)

    which regions were RamNode and DO VPS from ?
     
  5. eva2000

    eva2000 Administrator Staff Member

    53,488
    12,130
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,671
    Local Time:
    5:21 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Updated script with instructions at the end to produce a sanitised version of the results which removes some of the verbose output and masks the server's hostname from UnixBench.

    Also added bandwidth and ping locations for Versaweb Las Vegas and OVH BHS Canada

    end of script run will show

    Code:
    ----------------------------------------------------
    Sanitising Results...
    Generating Public Report Log you can share...
    at: /home/centminmodbench_logs/_publicreport_090914-203155.log
    ----------------------------------------------------
    View Public Report type in SSH window (copy/paste & run):
    
    clear && printf '\e[3J'; cat /home/centminmodbench_logs/_publicreport_090914-203155.log
    ----------------------------------------------------
    typing the command

    Code:
    clear && printf '\e[3J'; cat /home/centminmodbench_logs/_publicreport_090914-203155.log
    will displayed the sanitised output below

    Code:
    -------------------------------------------
    centminmodbench.sh 0.0.1 (centminmod.com)
    -------------------------------------------
    
    -------------------------------------------
    System Information
    -------------------------------------------
    
    2.6.32-431.23.3.el6.x86_64
    
    CentOS release 6.5 (Final)
    
    Centmin Mod 1.2.3-eva2000.07
    
    ----------------------------------------------
    Architecture:          x86_64
    CPU op-mode(s):        32-bit, 64-bit
    Byte Order:            Little Endian
    CPU(s):                1
    On-line CPU(s) list:   0
    Thread(s) per core:    1
    Core(s) per socket:    1
    Socket(s):             1
    NUMA node(s):          1
    Vendor ID:             GenuineIntel
    CPU family:            6
    Model:                 60
    Stepping:              1
    CPU MHz:               3392.158
    BogoMIPS:              6784.31
    Hypervisor vendor:     KVM
    Virtualization type:   full
    L1d cache:             32K
    L1i cache:             32K
    L2 cache:              4096K
    NUMA node0 CPU(s):     0
    
    ----------------------------------------------
    CPU NODE SOCKET CORE L1d:L1i:L2 ONLINE
    0   0    0      0    0:0:0      yes
    
    ----------------------------------------------
                 total       used       free     shared    buffers     cached
    Mem:           742        341        401          0         84         61
    Low:           742        341        401
    High:            0          0          0
    -/+ buffers/cache:        194        548
    Swap:         2047          0       2047
    
    ----------------------------------------------
    Filesystem      Size  Used Avail Use% Mounted on
    /dev/vda1        15G  8.7G  5.4G  62% /
    tmpfs           372M     0  372M   0% /dev/shm
    tmpfs           372M     0  372M   0% /tmp
    
    -------------------------------------------
    disk ioping tests
    -------------------------------------------
    
    
    Running IOPing I/O benchmark...
    
    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.4 ms
    4096 bytes from . (ext4 /dev/vda1): request=6 time=0.3 ms
    4096 bytes from . (ext4 /dev/vda1): request=7 time=0.4 ms
    4096 bytes from . (ext4 /dev/vda1): request=8 time=0.4 ms
    4096 bytes from . (ext4 /dev/vda1): request=9 time=0.3 ms
    4096 bytes from . (ext4 /dev/vda1): request=10 time=0.4 ms
    
    --- . (ext4 /dev/vda1) ioping statistics ---
    10 requests completed in 9004.4 ms, 2895 iops, 11.3 mb/s
    min/avg/max/mdev = 0.2/0.3/0.4/0.0 ms
    
    IOPing seek rate: ./ioping -RD .
    
    --- . (ext4 /dev/vda1) ioping statistics ---
    11679 requests completed in 3000.2 ms, 5202 iops, 20.3 mb/s
    min/avg/max/mdev = 0.1/0.2/1.3/0.0 ms
    
    IOPing sequential: ./ioping -RL .
    
    --- . (ext4 /dev/vda1) ioping statistics ---
    3483 requests completed in 3000.5 ms, 1282 iops, 320.5 mb/s
    min/avg/max/mdev = 0.7/0.8/4.0/0.1 ms
    
    IOPing cached: ./ioping -RC .
    
    --- . (ext4 /dev/vda1) ioping statistics ---
    49972 requests completed in 3000.0 ms, 940596 iops, 3674.2 mb/s
    min/avg/max/mdev = 0.0/0.0/0.0/0.0 ms
    
    -------------------------------------------
    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, 2.29794 s, 467 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, 2.57772 s, 417 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, 3.93486 s, 273 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, 13.2119 s, 81.3 MB/s
    -------------------------------------------
    disk FIO tests
    -------------------------------------------
    
    
    Running FIO benchmark...
    
    
    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=16291: Tue Sep  9 20:32:44 2014
      read : io=1024.3MB, bw=241332KB/s, iops=60332 , runt=  4346msec
      cpu          : usr=5.18%, sys=32.96%, ctx=76604, majf=0, minf=89
      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=241331KB/s, minb=241331KB/s, maxb=241331KB/s, mint=4346msec, maxt=4346msec
    
    Disk stats (read/write):
      vda: ios=261468/0, merge=0/0, ticks=272565/0, in_queue=272553, util=97.79%
    
    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=16295: Tue Sep  9 20:32:49 2014
      write: io=1024.3MB, bw=246957KB/s, iops=61739 , runt=  4247msec
      cpu          : usr=5.82%, sys=28.59%, ctx=40572, majf=0, minf=25
      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=246957KB/s, minb=246957KB/s, maxb=246957KB/s, mint=4247msec, maxt=4247msec
    
    Disk stats (read/write):
      vda: ios=0/256394, merge=0/3, ticks=0/257320, in_queue=257283, util=97.67%
    
    
    -------------------------------------------
    Running bandwidth benchmark...
    -------------------------------------------
    
    ----------------------------------------------
    Download from Cachefly (http://cachefly.cachefly.net/100mb.test)
    Download Cachefly: 62.4MB/s
    ----------------------------------------------
    Download from Linode, Atlanta, GA, USA (http://speedtest.atlanta.linode.com/100MB-atlanta.bin)
    Download Linode, Atlanta, GA, USA: 9.04MB/s
    ----------------------------------------------
    Download from Linode, Dallas, TX, USA (http://speedtest.dallas.linode.com/100MB-dallas.bin)
    Download Linode, Dallas, TX, USA: 20.5MB/s
    ----------------------------------------------
    Download from Linode, Tokyo, JP (http://speedtest.tokyo.linode.com/100MB-tokyo.bin)
    Download Linode, Tokyo, JP: 2.44MB/s
    ----------------------------------------------
    Download from Linode, London, UK (http://speedtest.london.linode.com/100MB-london.bin)
    Download Linode, London, UK: 1.27MB/s
    ----------------------------------------------
    Download from OVH, Paris, France (http://proof.ovh.net/files/100Mio.dat)
    Download OVH, Paris, France: 274KB/s
    ----------------------------------------------
    Download from SmartDC, Rotterdam, Netherlands (http://mirror.i3d.net/100mb.bin)
    Download SmartDC, Rotterdam, Netherlands: 2.12MB/s
    ----------------------------------------------
    Download from Hetzner, Nuernberg, Germany (http://hetzner.de/100MB.iso)
    Download Hetzner, Nuernberg, Germany: 1.93MB/s
    ----------------------------------------------
    Download from Leaseweb, Manassas, VA, USA (http://mirror.us.leaseweb.net/speedtest/100mb.bin)
    Download Leaseweb, Manassas, VA, USA: 10.6MB/s
    ----------------------------------------------
    Download from Softlayer, Singapore (http://speedtest.sng01.softlayer.com/downloads/test100.zip)
    Download Softlayer, Singapore: 9.20MB/s
    ----------------------------------------------
    Download from Softlayer, Seattle, WA, USA (http://speedtest.sea01.softlayer.com/downloads/test100.zip)
    Download Softlayer, Seattle, WA, USA: 27.1MB/s
    ----------------------------------------------
    Download from Softlayer, San Jose, CA, USA (http://speedtest.sjc01.softlayer.com/downloads/test100.zip)
    Download Softlayer, San Jose, CA, USA: 29.6MB/s
    ----------------------------------------------
    Download from Softlayer, Washington, DC, USA (http://speedtest.wdc01.softlayer.com/downloads/test100.zip)
    Download Softlayer, Washington, DC, USA: 22.0MB/s
    ----------------------------------------------
    Download from Vultr, Sydney, Australia (http://syd-au-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Sydney, Australia: 9.72MB/s
    ----------------------------------------------
    Download from Vultr, Tokyo, Japan (http://hnd-jp-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Tokyo, Japan: 11.6MB/s
    ----------------------------------------------
    Download from Vultr, Los Angeles, California (http://lax-ca-us-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Los Angeles, California: 76.6MB/s
    ----------------------------------------------
    Download from Vultr, Seattle, Washington (http://wa-us-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Seattle, Washington: 41.8MB/s
    ----------------------------------------------
    Download from Vultr, Dallas, Texas (http://tx-us-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Dallas, Texas: 35.6MB/s
    ----------------------------------------------
    Download from Vultr, Chicago, Illinois (http://il-us-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Chicago, Illinois: 18.5MB/s
    ----------------------------------------------
    Download from Vultr, Atlanta, Georgia (http://ga-us-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Atlanta, Georgia: 11.6MB/s
    ----------------------------------------------
    Download from Vultr, Miami, Florida (http://fl-us-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Miami, Florida: 13.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: 14.2MB/s
    ----------------------------------------------
    Download from Vultr, Frankfurt, Germany (http://fra-de-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Frankfurt, Germany: 1.34MB/s
    ----------------------------------------------
    Download from Vultr, Amsterdam, Netherlands (http://ams-nl-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Amsterdam, Netherlands: 8.06MB/s
    ----------------------------------------------
    Download from Vultr, London, UK (http://lon-gb-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, London, UK: 9.18MB/s
    ----------------------------------------------
    Download from Vultr, Paris, France (http://par-fr-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Paris, France: 5.00MB/s
    ----------------------------------------------
    Download from VersaWeb, Las Vegas, Nevada (http://199.47.210.50/100mbtest.bin)
    Download VersaWeb, Las Vegas, Nevada: 80.1MB/s
    ----------------------------------------------
    Download from OVH, BHS, Canada (http://bhs.proof.ovh.net/files/100Mio.dat)
    Download OVH, BHS, Canada: 9.39MB/s
    
    -------------------------------------------
    Running ping tests...
    -------------------------------------------
    
    ----------------------------------------------
    Pings (cachefly.cachefly.net):
    PING vip1.g.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=60 time=0.476 ms
    64 bytes from vip1.G-anycast1.cachefly.net (205.234.175.175): icmp_seq=2 ttl=60 time=0.377 ms
    64 bytes from vip1.G-anycast1.cachefly.net (205.234.175.175): icmp_seq=3 ttl=60 time=0.373 ms
    
    --- vip1.g.cachefly.net ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2002ms
    rtt min/avg/max/mdev = 0.373/0.408/0.476/0.053 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=53 time=138 ms
    64 bytes from 108.61.212.117.vultr.com (108.61.212.117): icmp_seq=2 ttl=53 time=137 ms
    64 bytes from 108.61.212.117.vultr.com (108.61.212.117): icmp_seq=3 ttl=53 time=138 ms
    
    --- syd-au-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2139ms
    rtt min/avg/max/mdev = 137.675/138.065/138.318/0.279 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=53 time=103 ms
    64 bytes from 108.61.201.151.vultr.com (108.61.201.151): icmp_seq=2 ttl=53 time=108 ms
    64 bytes from 108.61.201.151.vultr.com (108.61.201.151): icmp_seq=3 ttl=53 time=115 ms
    
    --- hnd-jp-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2118ms
    rtt min/avg/max/mdev = 103.180/109.053/115.458/5.033 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=63 time=0.796 ms
    64 bytes from 108.61.219.200.vultr.com (108.61.219.200): icmp_seq=2 ttl=63 time=0.789 ms
    64 bytes from 108.61.219.200.vultr.com (108.61.219.200): icmp_seq=3 ttl=63 time=0.740 ms
    
    --- lax-ca-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2003ms
    rtt min/avg/max/mdev = 0.740/0.775/0.796/0.024 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=56 time=29.5 ms
    64 bytes from 108.61.194.105.vultr.com (108.61.194.105): icmp_seq=2 ttl=56 time=29.4 ms
    64 bytes from 108.61.194.105.vultr.com (108.61.194.105): icmp_seq=3 ttl=56 time=29.4 ms
    
    --- wa-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2032ms
    rtt min/avg/max/mdev = 29.456/29.503/29.556/0.146 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=59 time=33.6 ms
    64 bytes from 108.61.224.175.vultr.com (108.61.224.175): icmp_seq=2 ttl=59 time=33.6 ms
    64 bytes from 108.61.224.175.vultr.com (108.61.224.175): icmp_seq=3 ttl=59 time=33.5 ms
    
    --- tx-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2037ms
    rtt min/avg/max/mdev = 33.578/33.611/33.652/0.030 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=55 time=54.5 ms
    64 bytes from 107.191.51.12.vultr.com (107.191.51.12): icmp_seq=2 ttl=55 time=54.6 ms
    64 bytes from 107.191.51.12.vultr.com (107.191.51.12): icmp_seq=3 ttl=55 time=54.7 ms
    
    --- il-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2057ms
    rtt min/avg/max/mdev = 54.574/54.660/54.712/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=58 time=56.6 ms
    64 bytes from 108.61.193.166.vultr.com (108.61.193.166): icmp_seq=2 ttl=58 time=61.3 ms
    64 bytes from 108.61.193.166.vultr.com (108.61.193.166): icmp_seq=3 ttl=58 time=57.3 ms
    
    --- ga-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2059ms
    rtt min/avg/max/mdev = 56.669/58.429/61.304/2.049 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=57 time=62.0 ms
    64 bytes from 104.156.244.232: icmp_seq=2 ttl=57 time=62.4 ms
    64 bytes from 104.156.244.232: icmp_seq=3 ttl=57 time=62.1 ms
    
    --- fl-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2064ms
    rtt min/avg/max/mdev = 62.088/62.223/62.410/0.318 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=54 time=83.0 ms
    64 bytes from 108.61.149.182.vultr.com (108.61.149.182): icmp_seq=2 ttl=54 time=79.0 ms
    64 bytes from 108.61.149.182.vultr.com (108.61.149.182): icmp_seq=3 ttl=55 time=79.7 ms
    
    --- nj-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2082ms
    rtt min/avg/max/mdev = 79.007/80.591/83.064/1.771 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=58 time=161 ms
    64 bytes from 108.61.210.117.vultr.com (108.61.210.117): icmp_seq=2 ttl=58 time=161 ms
    64 bytes from 108.61.210.117.vultr.com (108.61.210.117): icmp_seq=3 ttl=58 time=161 ms
    
    --- fra-de-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2163ms
    rtt min/avg/max/mdev = 161.061/161.131/161.177/0.050 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=55 time=166 ms
    64 bytes from 108.61.198.102.vultr.com (108.61.198.102): icmp_seq=2 ttl=55 time=167 ms
    64 bytes from 108.61.198.102.vultr.com (108.61.198.102): icmp_seq=3 ttl=55 time=172 ms
    
    --- ams-nl-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2174ms
    rtt min/avg/max/mdev = 166.497/168.672/172.042/2.439 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=141 ms
    64 bytes from 108.61.196.101.vultr.com (108.61.196.101): icmp_seq=2 ttl=55 time=141 ms
    64 bytes from 108.61.196.101.vultr.com (108.61.196.101): icmp_seq=3 ttl=55 time=142 ms
    
    --- lon-gb-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2144ms
    rtt min/avg/max/mdev = 141.770/142.024/142.473/0.538 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=58 time=153 ms
    64 bytes from 108.61.209.127.vultr.com (108.61.209.127): icmp_seq=2 ttl=58 time=152 ms
    64 bytes from 108.61.209.127.vultr.com (108.61.209.127): icmp_seq=3 ttl=58 time=152 ms
    
    --- par-fr-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2153ms
    rtt min/avg/max/mdev = 152.351/152.751/153.039/0.291 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=59 time=8.38 ms
    64 bytes from 199.47.210.50: icmp_seq=2 ttl=59 time=8.16 ms
    64 bytes from 199.47.210.50: icmp_seq=3 ttl=59 time=8.47 ms
    
    --- 199.47.210.50 ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2011ms
    rtt min/avg/max/mdev = 8.168/8.342/8.473/0.166 ms
    
    ----------------------------------------------
    Pings (VersaWeb Seattle):
    PING 76.164.234.1 (76.164.234.1) 56(84) bytes of data.
    64 bytes from 76.164.234.1: icmp_seq=1 ttl=55 time=27.7 ms
    64 bytes from 76.164.234.1: icmp_seq=2 ttl=55 time=27.1 ms
    64 bytes from 76.164.234.1: icmp_seq=3 ttl=54 time=26.5 ms
    
    --- 76.164.234.1 ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2029ms
    rtt min/avg/max/mdev = 26.533/27.145/27.706/0.480 ms
    
    ----------------------------------------------
    Pings (OVH Canada):
    PING bhs.proof.ovh.net (192.99.19.165) 56(84) bytes of data.
    64 bytes from ns238643.ip-192-99-19.net (192.99.19.165): icmp_seq=1 ttl=51 time=77.5 ms
    64 bytes from ns238643.ip-192-99-19.net (192.99.19.165): icmp_seq=2 ttl=51 time=77.6 ms
    64 bytes from ns238643.ip-192-99-19.net (192.99.19.165): icmp_seq=3 ttl=51 time=77.6 ms
    
    --- bhs.proof.ovh.net ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2080ms
    rtt min/avg/max/mdev = 77.579/77.627/77.682/0.324 ms
    
    -------------------------------------------
    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 1
    OpenSSL 1.0.1e-fips 11 Feb 2013
    built on: Wed Aug 13 19:13:02 UTC 2014
    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 --param=ssp-buffer-size=4 -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              66195.48k   195328.83k   416210.60k   595634.52k   684610.90k
    sha1             71656.04k   203561.41k   434133.59k   636457.30k   772420.95k
    rc4             482905.99k   721646.12k   831167.40k   822041.26k   863401.18k
    aes-128 cbc     137874.61k   151939.09k   154089.47k   335096.49k   338034.69k
    aes-256 cbc     101669.44k   107983.64k   110414.93k   243852.63k   246344.36k
    sha256           53624.19k   119441.09k   205802.15k   257170.09k   271455.57k
                      sign    verify    sign/s verify/s
    rsa 2048 bits 0.001077s 0.000035s    928.5  28571.4
    rsa 4096 bits 0.007686s 0.000122s    130.1   8196.7
                                  sign    verify    sign/s verify/s
     256 bit ecdsa (nistp256)   0.0001s   0.0004s  10309.3   2652.5
    -------------------------------------------
    openssl speed -evp aes256 -multi 1
    OpenSSL 1.0.1e-fips 11 Feb 2013
    built on: Wed Aug 13 19:13:02 UTC 2014
    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 --param=ssp-buffer-size=4 -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             519643.13k   548650.01k   557227.01k   555065.00k   561727.36k
    -------------------------------------------
    openssl speed -evp aes128 -multi 1
    OpenSSL 1.0.1e-fips 11 Feb 2013
    built on: Wed Aug 13 19:13:02 UTC 2014
    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 --param=ssp-buffer-size=4 -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             703940.12k   759539.99k   776047.36k   777169.92k   779883.86k
    
    -------------------------------------------
    Centmin Mod Nginx static OpenSSL Benchmark
    -------------------------------------------
    
    -------------------------------------------
    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=20000 --auto-generate-sql-unique-query-number=30 --auto-generate-sql-unique-write-number=30 --auto-generate-sql-write-number=500 --concurrency=32 --iterations=10 --engine=myisam 
    Benchmark
            Running for engine myisam
            Average number of seconds to run all queries: 1.284 seconds
            Minimum number of seconds to run all queries: 1.274 seconds
            Maximum number of seconds to run all queries: 1.305 seconds
            Number of clients running queries: 32
            Average number of queries per client: 625
    
    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
    -------------------------------------------
    System PHP Info
    -------------------------------------------
    
    CPU: 1 x Vultr Virtual CPU 2
    CentOS release 6.5 (Final)
    x86_64
    Centmin Mod 1.2.3-eva2000.07
                 total       used       free     shared    buffers     cached
    Mem:           742        325        417          0         84         58
    Low:           742        325        417
    High:            0          0          0
    -/+ buffers/cache:        182        560
    Swap:         2047          0       2047
    ----------------------------------------------
    PHP 5.4.32 (cli) (built: Sep  8 2014 18:30:48) 
    Copyright (c) 1997-2014 The PHP Group
    Zend Engine v2.4.0, Copyright (c) 1998-2014 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/apc.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
    
    ----------------------------------------------
    [PHP Modules]
    apc
    bcmath
    bz2
    calendar
    Core
    ctype
    curl
    date
    dom
    enchant
    ereg
    exif
    filter
    ftp
    gd
    gettext
    gmp
    hash
    iconv
    igbinary
    imagick
    imap
    intl
    json
    libxml
    mbstring
    mcrypt
    memcache
    memcached
    mhash
    mysql
    mysqli
    mysqlnd
    openssl
    pcntl
    pcre
    PDO
    pdo_mysql
    pdo_sqlite
    Phar
    posix
    pspell
    readline
    Reflection
    session
    shmop
    SimpleXML
    soap
    sockets
    SPL
    sqlite3
    standard
    sysvmsg
    sysvsem
    sysvshm
    tidy
    tokenizer
    xml
    xmlreader
    xmlrpc
    xmlwriter
    zip
    zlib
    
    [Zend Modules]
    
    ----------------------------------------------
    -------------------------------------------
    Run PHP test Zend/bench.php
    -------------------------------------------
    
    simple             0.058
    simplecall         0.096
    simpleucall        0.092
    simpleudcall       0.096
    mandel             0.138
    mandel2            0.194
    ackermann(7)       0.072
    ary(50000)         0.015
    ary2(50000)        0.013
    ary3(2000)         0.113
    fibo(30)           0.253
    hash1(50000)       0.024
    hash2(500)         0.029
    heapsort(20000)    0.054
    matrix(20)         0.068
    nestedloop(12)     0.097
    sieve(30)          0.072
    strcat(200000)     0.009
    ------------------------
    Total              1.493
    real: 1.51s user: 1.49s sys: 0.01s cpu: 99% maxmem: 124000 KB cswaits: 3
    
    simple             0.060
    simplecall         0.097
    simpleucall        0.094
    simpleudcall       0.101
    mandel             0.143
    mandel2            0.204
    ackermann(7)       0.074
    ary(50000)         0.022
    ary2(50000)        0.014
    ary3(2000)         0.129
    fibo(30)           0.254
    hash1(50000)       0.025
    hash2(500)         0.029
    heapsort(20000)    0.057
    matrix(20)         0.074
    nestedloop(12)     0.102
    sieve(30)          0.076
    strcat(200000)     0.010
    ------------------------
    Total              1.564
    real: 1.58s user: 1.56s sys: 0.01s cpu: 99% maxmem: 123984 KB cswaits: 3
    
    simple             0.057
    simplecall         0.096
    simpleucall        0.093
    simpleudcall       0.097
    mandel             0.139
    mandel2            0.192
    ackermann(7)       0.076
    ary(50000)         0.015
    ary2(50000)        0.014
    ary3(2000)         0.115
    fibo(30)           0.261
    hash1(50000)       0.025
    hash2(500)         0.030
    heapsort(20000)    0.055
    matrix(20)         0.068
    nestedloop(12)     0.097
    sieve(30)          0.073
    strcat(200000)     0.009
    ------------------------
    Total              1.511
    real: 1.52s user: 1.51s sys: 0.01s cpu: 99% maxmem: 124000 KB cswaits: 3
    
    bench.php results from 3 runs
    1.493
    1.564
    1.511
    
    bench.php avg: 1.5227
    Avg: real: 1.54s user: 1.52s sys: 0.01s cpu: 99.00% maxmem: 123994.67KB cswaits: 3.00
    created results log at /home/phpbench_logs/bench_090914-203155.log
    server PHP info log at /home/phpbench_logs/bench_phpinfo_090914-203155.log
    
    -------------------------------------------
    Run PHP test Zend/micro_bench.php
    -------------------------------------------
    
    empty_loop         0.085
    func()             0.257    0.172
    undef_func()       0.264    0.179
    int_func()         0.229    0.144
    $x = self::$x      0.196    0.111
    self::$x = 0       0.189    0.104
    isset(self::$x)    0.170    0.085
    empty(self::$x)    0.177    0.092
    $x = Foo::$x       0.183    0.098
    Foo::$x = 0        0.165    0.080
    isset(Foo::$x)     0.149    0.065
    empty(Foo::$x)     0.157    0.072
    self::f()          0.287    0.202
    Foo::f()           0.244    0.159
    $x = $this->x      0.177    0.092
    $this->x = 0       0.224    0.139
    $this->x += 2      0.180    0.096
    ++$this->x         0.162    0.077
    --$this->x         0.152    0.067
    $this->x++         0.177    0.093
    $this->x--         0.166    0.081
    isset($this->x)    0.165    0.080
    empty($this->x)    0.172    0.087
    $this->f()         0.292    0.207
    $x = Foo::TEST     0.159    0.074
    new Foo()          0.543    0.459
    $x = TEST          0.125    0.040
    $x = $_GET         0.285    0.201
    $x = $GLOBALS['v'] 0.433    0.348
    $x = $hash['v']    0.286    0.201
    $x = $str[0]       0.256    0.171
    $x = $a ?: null    0.172    0.087
    $x = $f ?: tmp     0.252    0.167
    $x = $f ? $f : $a  0.179    0.094
    $x = $f ? $f : tmp 0.256    0.171
    ------------------------
    Total              7.567
    real: 7.58s user: 7.57s sys: 0.00s cpu: 99% maxmem: 75824 KB cswaits: 3
    
    empty_loop         0.084
    func()             0.247    0.163
    undef_func()       0.255    0.170
    int_func()         0.230    0.146
    $x = self::$x      0.195    0.111
    self::$x = 0       0.190    0.105
    isset(self::$x)    0.166    0.082
    empty(self::$x)    0.175    0.091
    $x = Foo::$x       0.173    0.088
    Foo::$x = 0        0.169    0.085
    isset(Foo::$x)     0.151    0.067
    empty(Foo::$x)     0.155    0.071
    self::f()          0.271    0.187
    Foo::f()           0.245    0.161
    $x = $this->x      0.168    0.084
    $this->x = 0       0.235    0.150
    $this->x += 2      0.173    0.089
    ++$this->x         0.153    0.068
    --$this->x         0.144    0.060
    $this->x++         0.176    0.091
    $this->x--         0.166    0.082
    isset($this->x)    0.162    0.077
    empty($this->x)    0.168    0.084
    $this->f()         0.279    0.195
    $x = Foo::TEST     0.155    0.071
    new Foo()          0.551    0.466
    $x = TEST          0.125    0.041
    $x = $_GET         0.288    0.204
    $x = $GLOBALS['v'] 0.428    0.343
    $x = $hash['v']    0.280    0.196
    $x = $str[0]       0.253    0.168
    $x = $a ?: null    0.169    0.085
    $x = $f ?: tmp     0.228    0.144
    $x = $f ? $f : $a  0.181    0.097
    $x = $f ? $f : tmp 0.230    0.145
    ------------------------
    Total              7.416
    real: 7.43s user: 7.42s sys: 0.00s cpu: 99% maxmem: 75840 KB cswaits: 3
    
    empty_loop         0.084
    func()             0.264    0.180
    undef_func()       0.270    0.186
    int_func()         0.235    0.151
    $x = self::$x      0.194    0.110
    self::$x = 0       0.186    0.102
    isset(self::$x)    0.167    0.083
    empty(self::$x)    0.176    0.092
    $x = Foo::$x       0.174    0.090
    Foo::$x = 0        0.168    0.084
    isset(Foo::$x)     0.149    0.065
    empty(Foo::$x)     0.155    0.071
    self::f()          0.292    0.208
    Foo::f()           0.254    0.170
    $x = $this->x      0.169    0.085
    $this->x = 0       0.223    0.140
    $this->x += 2      0.169    0.085
    ++$this->x         0.153    0.070
    --$this->x         0.145    0.061
    $this->x++         0.177    0.093
    $this->x--         0.166    0.082
    isset($this->x)    0.162    0.078
    empty($this->x)    0.167    0.083
    $this->f()         0.281    0.197
    $x = Foo::TEST     0.158    0.074
    new Foo()          0.568    0.484
    $x = TEST          0.125    0.041
    $x = $_GET         0.286    0.202
    $x = $GLOBALS['v'] 0.428    0.344
    $x = $hash['v']    0.281    0.197
    $x = $str[0]       0.261    0.177
    $x = $a ?: null    0.166    0.083
    $x = $f ?: tmp     0.229    0.145
    $x = $f ? $f : $a  0.179    0.096
    $x = $f ? $f : tmp 0.231    0.148
    ------------------------
    Total              7.492
    real: 7.51s user: 7.49s sys: 0.00s cpu: 99% maxmem: 75840 KB cswaits: 3
    
    micro_bench.php results from 3 runs
    7.567
    7.416
    7.492
    
    micro_bench.php avg: 7.4917
    Avg: real: 7.51s user: 7.49s sys: 0.00s cpu: 99.00% maxmem: 75834.67KB cswaits: 3.00
    created results log at /home/phpbench_logs/bench_micro_090914-203155.log
    server PHP info log at /home/phpbench_logs/bench_phpinfo_090914-203155.log
    
    
    -------------------------------------------
    centminmodbench.sh completed
    -------------------------------------------
    
     
  6. eva2000

    eva2000 Administrator Staff Member

    53,488
    12,130
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,671
    Local Time:
    5:21 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    my VersaWeb E3-1240v3, 32GB, 250GB Samsung 840 EVO SSD located in Las Vegas

    some very slow European bandwidth tests amongst the mix but very strong US and Asia results and nice 158ms pings to Sydney Australia :)

    Code:
    -------------------------------------------
    centminmodbench.sh 0.0.1 (centminmod.com)
    -------------------------------------------
    
    -------------------------------------------
    System Information
    -------------------------------------------
    
    2.6.32-431.29.2.el6.x86_64
    
    CentOS release 6.5 (Final)
    
    Centmin Mod 1.2.3-eva2000.07
    
    ----------------------------------------------
    Architecture:          x86_64
    CPU op-mode(s):        32-bit, 64-bit
    Byte Order:            Little Endian
    CPU(s):                8
    On-line CPU(s) list:   0-7
    Thread(s) per core:    2
    Core(s) per socket:    4
    Socket(s):             1
    NUMA node(s):          1
    Vendor ID:             GenuineIntel
    CPU family:            6
    Model:                 60
    Stepping:              3
    CPU MHz:               3392.201
    BogoMIPS:              6784.40
    Virtualization:        VT-x
    L1d cache:             32K
    L1i cache:             32K
    L2 cache:              256K
    L3 cache:              8192K
    NUMA node0 CPU(s):     0-7
    
    ----------------------------------------------
    CPU NODE SOCKET CORE L1d:L1i:L2:L3 ONLINE
    0   0    0      0    0:0:0:0       yes
    1   0    0      1    1:1:1:0       yes
    2   0    0      2    2:2:2:0       yes
    3   0    0      3    3:3:3:0       yes
    4   0    0      0    0:0:0:0       yes
    5   0    0      1    1:1:1:0       yes
    6   0    0      2    2:2:2:0       yes
    7   0    0      3    3:3:3:0       yes
    
    ----------------------------------------------
                 total       used       free     shared    buffers     cached
    Mem:         32044       1141      30902          0         26        407
    Low:         32044       1141      30902
    High:            0          0          0
    -/+ buffers/cache:        707      31336
    Swap:        16087          0      16087
    
    ----------------------------------------------
    Filesystem            Size  Used Avail Use% Mounted on
    /dev/mapper/vg_vw0-lv_root
                          174G  5.0G  161G   3% /
    tmpfs                  16G     0   16G   0% /dev/shm
    /dev/sda1             485M   77M  383M  17% /boot
    tmpfs                  16G   44K   16G   1% /tmp
    
    -------------------------------------------
    disk ioping tests
    -------------------------------------------
    
    
    Running IOPing I/O benchmark...
    
    IOPing I/O: ./ioping -c 10 .
    4096 bytes from . (ext4 /dev/mapper/vg_vw0-lv_root): request=1 time=0.0 ms
    4096 bytes from . (ext4 /dev/mapper/vg_vw0-lv_root): request=2 time=1.9 ms
    4096 bytes from . (ext4 /dev/mapper/vg_vw0-lv_root): request=3 time=1.9 ms
    4096 bytes from . (ext4 /dev/mapper/vg_vw0-lv_root): request=4 time=1.9 ms
    4096 bytes from . (ext4 /dev/mapper/vg_vw0-lv_root): request=5 time=1.9 ms
    4096 bytes from . (ext4 /dev/mapper/vg_vw0-lv_root): request=6 time=1.9 ms
    4096 bytes from . (ext4 /dev/mapper/vg_vw0-lv_root): request=7 time=1.9 ms
    4096 bytes from . (ext4 /dev/mapper/vg_vw0-lv_root): request=8 time=1.9 ms
    4096 bytes from . (ext4 /dev/mapper/vg_vw0-lv_root): request=9 time=1.9 ms
    4096 bytes from . (ext4 /dev/mapper/vg_vw0-lv_root): request=10 time=1.9 ms
    
    --- . (ext4 /dev/mapper/vg_vw0-lv_root) ioping statistics ---
    10 requests completed in 9018.4 ms, 583 iops, 2.3 mb/s
    min/avg/max/mdev = 0.0/1.7/1.9/0.6 ms
    
    IOPing seek rate: ./ioping -RD .
    
    --- . (ext4 /dev/mapper/vg_vw0-lv_root) ioping statistics ---
    21244 requests completed in 3000.1 ms, 12224 iops, 47.7 mb/s
    min/avg/max/mdev = 0.0/0.1/0.4/0.0 ms
    
    IOPing sequential: ./ioping -RL .
    
    --- . (ext4 /dev/mapper/vg_vw0-lv_root) ioping statistics ---
    4598 requests completed in 3000.4 ms, 1716 iops, 428.9 mb/s
    min/avg/max/mdev = 0.5/0.6/0.7/0.0 ms
    
    IOPing cached: ./ioping -RC .
    
    --- . (ext4 /dev/mapper/vg_vw0-lv_root) ioping statistics ---
    57287 requests completed in 3000.0 ms, 1469727 iops, 5741.1 mb/s
    min/avg/max/mdev = 0.0/0.0/0.0/0.0 ms
    
    -------------------------------------------
    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, 3.48433 s, 308 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, 3.4292 s, 313 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, 13.4032 s, 80.1 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, 133.943 s, 8.0 MB/s
    -------------------------------------------
    disk FIO tests
    -------------------------------------------
    
    
    Running FIO benchmark...
    
    
    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=16302: Tue Sep  9 20:15:53 2014
      read : io=1024.3MB, bw=249959KB/s, iops=62489 , runt=  4196msec
      cpu          : usr=3.19%, sys=22.41%, ctx=34597, majf=0, minf=89
      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=249959KB/s, minb=249959KB/s, maxb=249959KB/s, mint=4196msec, maxt=4196msec
    
    Disk stats (read/write):
        dm-0: ios=252465/0, merge=0/0, ticks=52736/0, in_queue=52763, util=97.61%, aggrios=262207/0, aggrmerge=0/0, aggrticks=51468/0, aggrin_queue=51453, aggrutil=97.29%
      sda: ios=262207/0, merge=0/0, ticks=51468/0, in_queue=51453, util=97.29%
    
    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=16314: Tue Sep  9 20:15:57 2014
      write: io=1024.3MB, bw=258714KB/s, iops=64678 , runt=  4054msec
      cpu          : usr=3.90%, sys=28.30%, ctx=32579, majf=0, minf=25
      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=258714KB/s, minb=258714KB/s, maxb=258714KB/s, mint=4054msec, maxt=4054msec
    
    Disk stats (read/write):
        dm-0: ios=0/252147, merge=0/0, ticks=0/51349, in_queue=51359, util=97.55%, aggrios=0/262214, aggrmerge=0/0, aggrticks=0/50530, aggrin_queue=50518, aggrutil=97.24%
      sda: ios=0/262214, merge=0/0, ticks=0/50530, in_queue=50518, util=97.24%
    
    
    -------------------------------------------
    Running bandwidth benchmark...
    -------------------------------------------
    
    ----------------------------------------------
    Download from Cachefly (http://cachefly.cachefly.net/100mb.test)
    Download Cachefly: 65.2MB/s
    ----------------------------------------------
    Download from Linode, Atlanta, GA, USA (http://speedtest.atlanta.linode.com/100MB-atlanta.bin)
    Download Linode, Atlanta, GA, USA: 28.2MB/s
    ----------------------------------------------
    Download from Linode, Dallas, TX, USA (http://speedtest.dallas.linode.com/100MB-dallas.bin)
    Download Linode, Dallas, TX, USA: 37.6MB/s
    ----------------------------------------------
    Download from Linode, Tokyo, JP (http://speedtest.tokyo.linode.com/100MB-tokyo.bin)
    Download Linode, Tokyo, JP: 13.2MB/s
    ----------------------------------------------
    Download from Linode, London, UK (http://speedtest.london.linode.com/100MB-london.bin)
    Download Linode, London, UK: 155KB/s
    ----------------------------------------------
    Download from OVH, Paris, France (http://proof.ovh.net/files/100Mio.dat)
    Download OVH, Paris, France: 11.2MB/s
    ----------------------------------------------
    Download from SmartDC, Rotterdam, Netherlands (http://mirror.i3d.net/100mb.bin)
    Download SmartDC, Rotterdam, Netherlands: 6.51MB/s
    ----------------------------------------------
    Download from Leaseweb, Manassas, VA, USA (http://mirror.us.leaseweb.net/speedtest/100mb.bin)
    Download Leaseweb, Manassas, VA, USA: 21.5MB/s
    ----------------------------------------------
    Download from Softlayer, Singapore (http://speedtest.sng01.softlayer.com/downloads/test100.zip)
    Download Softlayer, Singapore: 9.89MB/s
    ----------------------------------------------
    Download from Softlayer, Seattle, WA, USA (http://speedtest.sea01.softlayer.com/downloads/test100.zip)
    Download Softlayer, Seattle, WA, USA: 43.5MB/s
    ----------------------------------------------
    Download from Softlayer, San Jose, CA, USA (http://speedtest.sjc01.softlayer.com/downloads/test100.zip)
    Download Softlayer, San Jose, CA, USA: 53.7MB/s
    ----------------------------------------------
    Download from Softlayer, Washington, DC, USA (http://speedtest.wdc01.softlayer.com/downloads/test100.zip)
    Download Softlayer, Washington, DC, USA: 28.7MB/s
    ----------------------------------------------
    Download from Vultr, Sydney, Australia (http://syd-au-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Sydney, Australia: 9.46MB/s
    ----------------------------------------------
    Download from Vultr, Tokyo, Japan (http://hnd-jp-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Tokyo, Japan: 11.7MB/s
    ----------------------------------------------
    Download from Vultr, Los Angeles, California (http://lax-ca-us-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Los Angeles, California: 39.5MB/s
    ----------------------------------------------
    Download from Vultr, Seattle, Washington (http://wa-us-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Seattle, Washington: 34.5MB/s
    ----------------------------------------------
    Download from Vultr, Dallas, Texas (http://tx-us-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Dallas, Texas: 27.6MB/s
    ----------------------------------------------
    Download from Vultr, Chicago, Illinois (http://il-us-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Chicago, Illinois: 20.0MB/s
    ----------------------------------------------
    Download from Vultr, Atlanta, Georgia (http://ga-us-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Atlanta, Georgia: 19.8MB/s
    ----------------------------------------------
    Download from Vultr, Miami, Florida (http://fl-us-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Miami, Florida: 63.9KB/s
    ----------------------------------------------
    Download from Vultr, New York / New Jersey (http://nj-us-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, New York / New Jersey: 15.6MB/s
    ----------------------------------------------
    Download from Vultr, Amsterdam, Netherlands (http://ams-nl-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Amsterdam, Netherlands: 56.4KB/s
    ----------------------------------------------
    Download from Vultr, London, UK (http://lon-gb-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, London, UK: 177KB/s
    ----------------------------------------------
    Download from Vultr, Paris, France (http://par-fr-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Paris, France: 7.01MB/s
    ----------------------------------------------
    Download from VersaWeb, Las Vegas, Nevada (http://199.47.210.50/100mbtest.bin)
    Download VersaWeb, Las Vegas, Nevada: 64.6MB/s
    ----------------------------------------------
    Download from OVH, BHS, Canada (http://bhs.proof.ovh.net/files/100Mio.dat)
    Download OVH, BHS, Canada: 16.8MB/s
    
    -------------------------------------------
    Running ping tests...
    -------------------------------------------
    
    ----------------------------------------------
    Pings (cachefly.cachefly.net):
    PING vip1.g.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=58 time=7.93 ms
    64 bytes from vip1.G-anycast1.cachefly.net (205.234.175.175): icmp_seq=2 ttl=58 time=8.02 ms
    64 bytes from vip1.G-anycast1.cachefly.net (205.234.175.175): icmp_seq=3 ttl=58 time=7.98 ms
    
    --- vip1.g.cachefly.net ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 6069ms
    rtt min/avg/max/mdev = 7.939/7.981/8.023/0.080 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=53 time=158 ms
    64 bytes from 108.61.212.117.vultr.com (108.61.212.117): icmp_seq=2 ttl=53 time=158 ms
    64 bytes from 108.61.212.117.vultr.com (108.61.212.117): icmp_seq=3 ttl=53 time=158 ms
    
    --- syd-au-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 6502ms
    rtt min/avg/max/mdev = 158.224/158.684/158.948/0.326 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=53 time=112 ms
    64 bytes from 108.61.201.151.vultr.com (108.61.201.151): icmp_seq=2 ttl=53 time=113 ms
    64 bytes from 108.61.201.151.vultr.com (108.61.201.151): icmp_seq=3 ttl=53 time=113 ms
    
    --- hnd-jp-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 6410ms
    rtt min/avg/max/mdev = 112.703/113.000/113.175/0.442 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=59 time=11.3 ms
    64 bytes from 108.61.219.200.vultr.com (108.61.219.200): icmp_seq=2 ttl=59 time=8.33 ms
    64 bytes from 108.61.219.200.vultr.com (108.61.219.200): icmp_seq=3 ttl=59 time=8.51 ms
    
    --- lax-ca-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 6204ms
    rtt min/avg/max/mdev = 8.336/9.403/11.360/1.387 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=54 time=34.2 ms
    64 bytes from 108.61.194.105.vultr.com (108.61.194.105): icmp_seq=2 ttl=54 time=34.2 ms
    64 bytes from 108.61.194.105.vultr.com (108.61.194.105): icmp_seq=3 ttl=54 time=34.2 ms
    
    --- wa-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 6254ms
    rtt min/avg/max/mdev = 34.227/34.249/34.270/0.152 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=56 time=42.2 ms
    64 bytes from 108.61.224.175.vultr.com (108.61.224.175): icmp_seq=2 ttl=56 time=39.0 ms
    64 bytes from 108.61.224.175.vultr.com (108.61.224.175): icmp_seq=3 ttl=56 time=42.2 ms
    
    --- tx-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 6271ms
    rtt min/avg/max/mdev = 39.059/41.196/42.271/1.511 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=59.4 ms
    64 bytes from 107.191.51.12.vultr.com (107.191.51.12): icmp_seq=2 ttl=52 time=59.3 ms
    64 bytes from 107.191.51.12.vultr.com (107.191.51.12): icmp_seq=3 ttl=52 time=65.6 ms
    
    --- il-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 6339ms
    rtt min/avg/max/mdev = 59.322/61.496/65.694/2.969 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=53 time=62.1 ms
    64 bytes from 108.61.193.166.vultr.com (108.61.193.166): icmp_seq=2 ttl=53 time=67.7 ms
    64 bytes from 108.61.193.166.vultr.com (108.61.193.166): icmp_seq=3 ttl=53 time=63.1 ms
    
    --- ga-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 6312ms
    rtt min/avg/max/mdev = 62.107/64.342/67.739/2.458 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=54 time=70.8 ms
    64 bytes from 104.156.244.232: icmp_seq=2 ttl=54 time=70.4 ms
    64 bytes from 104.156.244.232: icmp_seq=3 ttl=54 time=70.7 ms
    
    --- fl-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 6415ms
    rtt min/avg/max/mdev = 70.420/70.690/70.865/0.193 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=72.4 ms
    64 bytes from 108.61.149.182.vultr.com (108.61.149.182): icmp_seq=2 ttl=52 time=78.4 ms
    64 bytes from 108.61.149.182.vultr.com (108.61.149.182): icmp_seq=3 ttl=52 time=78.4 ms
    
    --- nj-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 6334ms
    rtt min/avg/max/mdev = 72.403/76.424/78.465/2.852 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=53 time=196 ms
    64 bytes from 108.61.210.117.vultr.com (108.61.210.117): icmp_seq=2 ttl=53 time=177 ms
    64 bytes from 108.61.210.117.vultr.com (108.61.210.117): icmp_seq=3 ttl=53 time=179 ms
    
    --- fra-de-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 6560ms
    rtt min/avg/max/mdev = 177.465/184.268/196.014/8.354 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=51 time=168 ms
    64 bytes from 108.61.198.102.vultr.com (108.61.198.102): icmp_seq=2 ttl=51 time=168 ms
    64 bytes from 108.61.198.102.vultr.com (108.61.198.102): icmp_seq=3 ttl=51 time=169 ms
    
    --- ams-nl-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 6529ms
    rtt min/avg/max/mdev = 168.901/169.046/169.296/0.379 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=52 time=219 ms
    64 bytes from 108.61.196.101.vultr.com (108.61.196.101): icmp_seq=2 ttl=52 time=217 ms
    64 bytes from 108.61.196.101.vultr.com (108.61.196.101): icmp_seq=3 ttl=52 time=214 ms
    
    --- lon-gb-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 6618ms
    rtt min/avg/max/mdev = 214.352/217.139/219.505/2.124 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=190 ms
    64 bytes from 108.61.209.127.vultr.com (108.61.209.127): icmp_seq=2 ttl=49 time=185 ms
    64 bytes from 108.61.209.127.vultr.com (108.61.209.127): icmp_seq=3 ttl=49 time=189 ms
    
    --- par-fr-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 6568ms
    rtt min/avg/max/mdev = 185.076/188.321/190.834/2.407 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=61 time=0.868 ms
    64 bytes from 199.47.210.50: icmp_seq=2 ttl=61 time=0.629 ms
    64 bytes from 199.47.210.50: icmp_seq=3 ttl=61 time=0.619 ms
    
    --- 199.47.210.50 ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2001ms
    rtt min/avg/max/mdev = 0.619/0.705/0.868/0.117 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=61 time=31.4 ms
    64 bytes from 76.164.234.1: icmp_seq=2 ttl=61 time=31.4 ms
    64 bytes from 76.164.234.1: icmp_seq=3 ttl=61 time=31.5 ms
    
    --- 76.164.234.1 ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2034ms
    rtt min/avg/max/mdev = 31.480/31.508/31.565/0.150 ms
    
    ----------------------------------------------
    Pings (OVH Canada):
    PING bhs.proof.ovh.net (192.99.19.165) 56(84) bytes of data.
    64 bytes from ns238643.ip-192-99-19.net (192.99.19.165): icmp_seq=1 ttl=58 time=76.0 ms
    64 bytes from ns238643.ip-192-99-19.net (192.99.19.165): icmp_seq=2 ttl=58 time=76.1 ms
    64 bytes from ns238643.ip-192-99-19.net (192.99.19.165): icmp_seq=3 ttl=58 time=76.0 ms
    
    --- bhs.proof.ovh.net ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 6273ms
    rtt min/avg/max/mdev = 76.086/76.095/76.106/0.318 ms
    
    -------------------------------------------
    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 8
    ot: +H:16:64:256:1024:8192 from 6
    OpenSSL 1.0.1e-fips 11 Feb 2013
    built on: Wed Aug 13 19:13:02 UTC 2014
    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 --param=ssp-buffer-size=4 -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             293916.28k   926057.02k  2280963.84k  3651757.40k  4364965.21k
    sha1            274449.18k   750913.73k  1584186.37k  2299539.80k  2652869.97k
    rc4            2512344.96k  3452521.18k  4181291.52k  4329022.81k  4396911.57k
    aes-128 cbc     555585.72k   595361.33k   609664.26k   610022.74k   614905.17k
    aes-256 cbc     404954.28k   428810.97k   434200.15k   436040.70k   436882.09k
    sha256          201244.39k   439556.33k   754883.33k   923381.76k   989075.20k
                      sign    verify    sign/s verify/s
    rsa 2048 bits 0.000263s 0.000008s   3796.2 131147.5
    rsa 4096 bits 0.001769s 0.000027s    565.4  36697.2
                                  sign    verify    sign/s verify/s
    256 bit ecdsa (nistp256)   0.0000s   0.0001s  44943.8  10764.5
    -------------------------------------------
    openssl speed -evp aes256 -multi 8
    OpenSSL 1.0.1e-fips 11 Feb 2013
    built on: Wed Aug 13 19:13:02 UTC 2014
    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 --param=ssp-buffer-size=4 -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            3399982.50k  4092969.59k  4297347.50k  4352416.43k  4361336.15k
    -------------------------------------------
    openssl speed -evp aes128 -multi 8
    OpenSSL 1.0.1e-fips 11 Feb 2013
    built on: Wed Aug 13 19:13:02 UTC 2014
    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 --param=ssp-buffer-size=4 -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            4366581.42k  5551083.03k  5941159.85k  6055945.56k  6081904.64k
    
    -------------------------------------------
    Centmin Mod Nginx static OpenSSL Benchmark
    -------------------------------------------
    
    OpenSSL 1.0.1i 6 Aug 2014
    -------------------------------------------
    openssl speed rsa4096 rsa2048 ecdsap256 sha256 sha1 md5 rc4 aes-256-cbc aes-128-cbc -multi 8
    OpenSSL 1.0.1i 6 Aug 2014
    built on: Thu Aug  7 01:53:16 PDT 2014
    options:bn(64,64) rc4(16x,int) des(idx,cisc,16,int) aes(partial) idea(int) blowfish(idx)
    md5             171373.77k   597147.99k  1691940.44k  3206028.97k  4279530.84k
    sha1            167650.48k   535652.91k  1306102.95k  2139215.19k  2617933.82k
    rc4            2464061.89k  3776015.38k  4178296.83k  4350548.65k  4384071.68k
    aes-128 cbc     553431.99k   596247.57k   606354.43k   612516.18k   615413.08k
    aes-256 cbc     405800.39k   429494.64k   433720.91k   434992.89k   437791.57k
    sha256          205775.40k   444703.83k   760421.38k   926314.84k   988438.53k
                      sign    verify    sign/s verify/s
    rsa 2048 bits 0.000261s 0.000008s   3829.8 131147.5
    rsa 4096 bits 0.001780s 0.000027s    561.8  36697.4
                                  sign    verify    sign/s verify/s
    256 bit ecdsa (nistp256)   0.0000s   0.0001s  43243.2  10692.5
    -------------------------------------------
    openssl speed -evp aes256 -multi 8
    OpenSSL 1.0.1i 6 Aug 2014
    built on: Thu Aug  7 01:53:16 PDT 2014
    options:bn(64,64) rc4(16x,int) des(idx,cisc,16,int) aes(partial) idea(int) blowfish(idx)
    evp            3573767.82k  4136418.47k  4310544.73k  4358341.97k  4355869.35k
    -------------------------------------------
    openssl speed -evp aes128 -multi 8
    OpenSSL 1.0.1i 6 Aug 2014
    built on: Thu Aug  7 01:53:16 PDT 2014
    options:bn(64,64) rc4(16x,int) des(idx,cisc,16,int) aes(partial) idea(int) blowfish(idx)
    evp            4677057.95k  5664412.14k  5976199.85k  6070062.08k  6087450.62k
    -------------------------------------------
    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=20000 --auto-generate-sql-unique-query-number=30 --auto-generate-sql-unique-write-number=30 --auto-generate-sql-write-number=500 --concurrency=32 --iterations=10 --engine=myisam
    Benchmark
            Running for engine myisam
            Average number of seconds to run all queries: 0.496 seconds
            Minimum number of seconds to run all queries: 0.486 seconds
            Maximum number of seconds to run all queries: 0.503 seconds
            Number of clients running queries: 32
            Average number of queries per client: 625
    
    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
    -------------------------------------------
    System PHP Info
    -------------------------------------------
    
    CPU: 8 x Intel(R) Xeon(R) CPU E3-1240 v3 @ 3.40GHz
                 total       used       free     shared    buffers     cached
    Mem:         32044       1368      30675          0        122        420
    Low:         32044       1368      30675
    High:            0          0          0
    -/+ buffers/cache:        825      31218
    Swap:        16087          0      16087
    ----------------------------------------------
    PHP 5.5.15 (cli) (built: Aug  5 2014 13:41:52)
    Copyright (c) 1997-2014 The PHP Group
    Zend Engine v2.5.0, Copyright (c) 1998-2014 Zend Technologies
        with Zend OPcache v7.0.4-dev, Copyright (c) 1999-2014, 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/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/zendopcache.ini
    
    ----------------------------------------------
    [PHP Modules]
    bcmath
    bz2
    calendar
    Core
    ctype
    curl
    date
    dom
    enchant
    ereg
    exif
    fileinfo
    filter
    ftp
    gd
    geoip
    gettext
    gmp
    hash
    iconv
    igbinary
    imagick
    imap
    intl
    json
    libxml
    mbstring
    mcrypt
    memcache
    memcached
    mhash
    mysql
    mysqli
    mysqlnd
    openssl
    pcntl
    pcre
    PDO
    pdo_mysql
    pdo_sqlite
    Phar
    posix
    pspell
    readline
    Reflection
    session
    shmop
    SimpleXML
    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.055
    simplecall         0.086
    simpleucall        0.087
    simpleudcall       0.087
    mandel             0.148
    mandel2            0.198
    ackermann(7)       0.077
    ary(50000)         0.015
    ary2(50000)        0.012
    ary3(2000)         0.118
    fibo(30)           0.266
    hash1(50000)       0.025
    hash2(500)         0.028
    heapsort(20000)    0.055
    matrix(20)         0.071
    nestedloop(12)     0.097
    sieve(30)          0.071
    strcat(200000)     0.009
    ------------------------
    Total              1.503
    real: 1.56s user: 1.50s sys: 0.00s cpu: 96% maxmem: 112496 KB cswaits: 22
    
    simple             0.055
    simplecall         0.086
    simpleucall        0.087
    simpleudcall       0.088
    mandel             0.143
    mandel2            0.207
    ackermann(7)       0.077
    ary(50000)         0.015
    ary2(50000)        0.012
    ary3(2000)         0.119
    fibo(30)           0.266
    hash1(50000)       0.024
    hash2(500)         0.028
    heapsort(20000)    0.054
    matrix(20)         0.069
    nestedloop(12)     0.097
    sieve(30)          0.074
    strcat(200000)     0.009
    ------------------------
    Total              1.511
    real: 1.52s user: 1.51s sys: 0.01s cpu: 99% maxmem: 112512 KB cswaits: 1
    
    simple             0.055
    simplecall         0.086
    simpleucall        0.085
    simpleudcall       0.087
    mandel             0.142
    mandel2            0.202
    ackermann(7)       0.077
    ary(50000)         0.015
    ary2(50000)        0.012
    ary3(2000)         0.119
    fibo(30)           0.268
    hash1(50000)       0.024
    hash2(500)         0.029
    heapsort(20000)    0.055
    matrix(20)         0.073
    nestedloop(12)     0.097
    sieve(30)          0.071
    strcat(200000)     0.009
    ------------------------
    Total              1.507
    real: 1.52s user: 1.51s sys: 0.00s cpu: 99% maxmem: 112512 KB cswaits: 1
    
    bench.php results from 3 runs
    1.503
    1.511
    1.507
    
    bench.php avg: 1.5070
    Avg: real: 1.53s user: 1.51s sys: 0.00s cpu: 98.00% maxmem: 112506.67KB cswaits: 8.00
    created results log at /home/phpbench_logs/bench_090914-201250.log
    server PHP info log at /home/phpbench_logs/bench_phpinfo_090914-201250.log
    
    -------------------------------------------
    Run PHP test Zend/micro_bench.php
    -------------------------------------------
    
    empty_loop         0.086
    func()             0.263    0.176
    undef_func()       0.269    0.183
    int_func()         0.222    0.136
    $x = self::$x      0.200    0.113
    self::$x = 0       0.189    0.103
    isset(self::$x)    0.174    0.087
    empty(self::$x)    0.182    0.096
    $x = Foo::$x       0.183    0.097
    Foo::$x = 0        0.173    0.087
    isset(Foo::$x)     0.150    0.063
    empty(Foo::$x)     0.160    0.074
    self::f()          0.293    0.207
    Foo::f()           0.270    0.184
    $x = $this->x      0.176    0.090
    $this->x = 0       0.235    0.149
    $this->x += 2      0.178    0.092
    ++$this->x         0.158    0.072
    --$this->x         0.156    0.070
    $this->x++         0.186    0.100
    $this->x--         0.173    0.087
    isset($this->x)    0.166    0.080
    empty($this->x)    0.178    0.091
    $this->f()         0.304    0.218
    $x = Foo::TEST     0.183    0.097
    new Foo()          0.573    0.487
    $x = TEST          0.127    0.041
    $x = $_GET         0.187    0.100
    $x = $GLOBALS['v'] 0.241    0.155
    $x = $hash['v']    0.186    0.099
    $x = $str[0]       0.255    0.168
    $x = $a ?: null    0.172    0.086
    $x = $f ?: tmp     0.228    0.141
    $x = $f ? $f : $a  0.184    0.098
    $x = $f ? $f : tmp 0.231    0.144
    ------------------------
    Total              7.290
    real: 7.30s user: 7.29s sys: 0.00s cpu: 99% maxmem: 62448 KB cswaits: 2
    
    empty_loop         0.086
    func()             0.283    0.196
    undef_func()       0.283    0.196
    int_func()         0.235    0.149
    $x = self::$x      0.208    0.122
    self::$x = 0       0.199    0.112
    isset(self::$x)    0.183    0.097
    empty(self::$x)    0.193    0.106
    $x = Foo::$x       0.189    0.102
    Foo::$x = 0        0.172    0.086
    isset(Foo::$x)     0.154    0.068
    empty(Foo::$x)     0.171    0.085
    self::f()          0.295    0.208
    Foo::f()           0.275    0.189
    $x = $this->x      0.182    0.095
    $this->x = 0       0.235    0.149
    $this->x += 2      0.182    0.096
    ++$this->x         0.161    0.074
    --$this->x         0.173    0.087
    $this->x++         0.186    0.100
    $this->x--         0.173    0.087
    isset($this->x)    0.174    0.088
    empty($this->x)    0.179    0.093
    $this->f()         0.308    0.221
    $x = Foo::TEST     0.179    0.093
    new Foo()          0.585    0.498
    $x = TEST          0.128    0.042
    $x = $_GET         0.189    0.103
    $x = $GLOBALS['v'] 0.256    0.169
    $x = $hash['v']    0.196    0.110
    $x = $str[0]       0.276    0.190
    $x = $a ?: null    0.185    0.099
    $x = $f ?: tmp     0.266    0.180
    $x = $f ? $f : $a  0.223    0.137
    $x = $f ? $f : tmp 0.252    0.166
    ------------------------
    Total              7.615
    real: 7.63s user: 7.62s sys: 0.00s cpu: 100% maxmem: 62432 KB cswaits: 1
    
    empty_loop         0.086
    func()             0.262    0.176
    undef_func()       0.270    0.183
    int_func()         0.222    0.135
    $x = self::$x      0.201    0.114
    self::$x = 0       0.190    0.104
    isset(self::$x)    0.175    0.088
    empty(self::$x)    0.181    0.095
    $x = Foo::$x       0.183    0.097
    Foo::$x = 0        0.169    0.083
    isset(Foo::$x)     0.149    0.063
    empty(Foo::$x)     0.161    0.075
    self::f()          0.293    0.207
    Foo::f()           0.284    0.198
    $x = $this->x      0.176    0.090
    $this->x = 0       0.248    0.162
    $this->x += 2      0.187    0.101
    ++$this->x         0.158    0.072
    --$this->x         0.157    0.071
    $this->x++         0.189    0.103
    $this->x--         0.173    0.087
    isset($this->x)    0.171    0.084
    empty($this->x)    0.182    0.096
    $this->f()         0.303    0.217
    $x = Foo::TEST     0.184    0.098
    new Foo()          0.572    0.486
    $x = TEST          0.127    0.041
    $x = $_GET         0.186    0.099
    $x = $GLOBALS['v'] 0.236    0.150
    $x = $hash['v']    0.187    0.101
    $x = $str[0]       0.255    0.168
    $x = $a ?: null    0.173    0.087
    $x = $f ?: tmp     0.232    0.146
    $x = $f ? $f : $a  0.184    0.097
    $x = $f ? $f : tmp 0.234    0.148
    ------------------------
    Total              7.341
    real: 7.35s user: 7.35s sys: 0.00s cpu: 100% maxmem: 62448 KB cswaits: 1
    
    micro_bench.php results from 3 runs
    7.290
    7.615
    7.341
    
    micro_bench.php avg: 7.4153
    Avg: real: 7.43s user: 7.42s sys: 0.00s cpu: 99.67% maxmem: 62442.67KB cswaits: 1.33
    created results log at /home/phpbench_logs/bench_micro_090914-201250.log
    server PHP info log at /home/phpbench_logs/bench_phpinfo_090914-201250.log
    
    
    -------------------------------------------
    centminmodbench.sh completed
    -------------------------------------------
    
    very strong OpenSSL numbers :)

    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 8
    ot: +H:16:64:256:1024:8192 from 6
    OpenSSL 1.0.1e-fips 11 Feb 2013
    built on: Wed Aug 13 19:13:02 UTC 2014
    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 --param=ssp-buffer-size=4 -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             293916.28k   926057.02k  2280963.84k  3651757.40k  4364965.21k
    sha1            274449.18k   750913.73k  1584186.37k  2299539.80k  2652869.97k
    rc4            2512344.96k  3452521.18k  4181291.52k  4329022.81k  4396911.57k
    aes-128 cbc     555585.72k   595361.33k   609664.26k   610022.74k   614905.17k
    aes-256 cbc     404954.28k   428810.97k   434200.15k   436040.70k   436882.09k
    sha256          201244.39k   439556.33k   754883.33k   923381.76k   989075.20k
                      sign    verify    sign/s verify/s
    rsa 2048 bits 0.000263s 0.000008s   3796.2 131147.5
    rsa 4096 bits 0.001769s 0.000027s    565.4  36697.2
                                  sign    verify    sign/s verify/s
    256 bit ecdsa (nistp256)   0.0000s   0.0001s  44943.8  10764.5
    -------------------------------------------
    openssl speed -evp aes256 -multi 8
    OpenSSL 1.0.1e-fips 11 Feb 2013
    built on: Wed Aug 13 19:13:02 UTC 2014
    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 --param=ssp-buffer-size=4 -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            3399982.50k  4092969.59k  4297347.50k  4352416.43k  4361336.15k
    -------------------------------------------
    openssl speed -evp aes128 -multi 8
    OpenSSL 1.0.1e-fips 11 Feb 2013
    built on: Wed Aug 13 19:13:02 UTC 2014
    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 --param=ssp-buffer-size=4 -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            4366581.42k  5551083.03k  5941159.85k  6055945.56k  6081904.64k
    
    Code:
    -------------------------------------------
    Centmin Mod Nginx static OpenSSL Benchmark
    -------------------------------------------
    
    OpenSSL 1.0.1i 6 Aug 2014
    -------------------------------------------
    openssl speed rsa4096 rsa2048 ecdsap256 sha256 sha1 md5 rc4 aes-256-cbc aes-128-cbc -multi 8
    OpenSSL 1.0.1i 6 Aug 2014
    built on: Thu Aug  7 01:53:16 PDT 2014
    options:bn(64,64) rc4(16x,int) des(idx,cisc,16,int) aes(partial) idea(int) blowfish(idx)
    md5             171373.77k   597147.99k  1691940.44k  3206028.97k  4279530.84k
    sha1            167650.48k   535652.91k  1306102.95k  2139215.19k  2617933.82k
    rc4            2464061.89k  3776015.38k  4178296.83k  4350548.65k  4384071.68k
    aes-128 cbc     553431.99k   596247.57k   606354.43k   612516.18k   615413.08k
    aes-256 cbc     405800.39k   429494.64k   433720.91k   434992.89k   437791.57k
    sha256          205775.40k   444703.83k   760421.38k   926314.84k   988438.53k
                      sign    verify    sign/s verify/s
    rsa 2048 bits 0.000261s 0.000008s   3829.8 131147.5
    rsa 4096 bits 0.001780s 0.000027s    561.8  36697.4
                                  sign    verify    sign/s verify/s
    256 bit ecdsa (nistp256)   0.0000s   0.0001s  43243.2  10692.5
    -------------------------------------------
    openssl speed -evp aes256 -multi 8
    OpenSSL 1.0.1i 6 Aug 2014
    built on: Thu Aug  7 01:53:16 PDT 2014
    options:bn(64,64) rc4(16x,int) des(idx,cisc,16,int) aes(partial) idea(int) blowfish(idx)
    evp            3573767.82k  4136418.47k  4310544.73k  4358341.97k  4355869.35k
    -------------------------------------------
    openssl speed -evp aes128 -multi 8
    OpenSSL 1.0.1i 6 Aug 2014
    built on: Thu Aug  7 01:53:16 PDT 2014
    options:bn(64,64) rc4(16x,int) des(idx,cisc,16,int) aes(partial) idea(int) blowfish(idx)
    evp            4677057.95k  5664412.14k  5976199.85k  6070062.08k  6087450.62k
     
  7. eva2000

    eva2000 Administrator Staff Member

    53,488
    12,130
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,671
    Local Time:
    5:21 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Linode 2GB XEN VPS (forum test staging server), Freemont California

    Code:
    -------------------------------------------
    centminmodbench.sh 0.0.1 (centminmod.com)
    -------------------------------------------
    
    -------------------------------------------
    System Information
    -------------------------------------------
    
    3.15.4-x86_64-linode45
    
    CentOS release 6.5 (Final)
    
    Centmin Mod 1.2.3-eva2000.07
    
    ----------------------------------------------
    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:    2
    Core(s) per socket:    1
    Socket(s):             1
    NUMA node(s):          1
    Vendor ID:             GenuineIntel
    CPU family:            6
    Model:                 62
    Stepping:              4
    CPU MHz:               2800.074
    BogoMIPS:              5602.48
    Hypervisor vendor:     Xen
    Virtualization type:   full
    L1d cache:             32K
    L1i cache:             32K
    L2 cache:              256K
    L3 cache:              25600K
    NUMA node0 CPU(s):     0,1
    
    ----------------------------------------------
    CPU NODE SOCKET CORE L1d:L1i:L2:L3 ONLINE
    0   0    0      0    0:0:0:0       yes
    1   0    0      0    0:0:0:0       yes
    
    ----------------------------------------------
                 total       used       free     shared    buffers     cached
    Mem:          1994       1838        156          0        206        658
    Low:          1994       1838        156
    High:            0          0          0
    -/+ buffers/cache:        972       1022
    Swap:          511          0        511
    
    ----------------------------------------------
    Filesystem      Size  Used Avail Use% Mounted on
    /dev/xvda        18G   14G  3.2G  82% /
    tmpfs           997M  108K  997M   1% /dev/shm
    tmpfs           998M   40K  998M   1% /tmp
    
    -------------------------------------------
    disk ioping tests
    -------------------------------------------
    
    2014-09-10 05:04:18 URL:https://ioping.googlecode.com/files/ioping-0.6.tar.gz [6957/6957] -> "ioping-0.6.tar.gz" [1]
    Download done.
    ioping-0.6.tar.gz valid file.
    
    Running IOPing I/O benchmark...
    
    IOPing I/O: ./ioping -c 10 .
    4096 bytes from . (ext4 /dev/root): request=1 time=0.1 ms
    4096 bytes from . (ext4 /dev/root): request=2 time=0.2 ms
    4096 bytes from . (ext4 /dev/root): request=3 time=0.2 ms
    4096 bytes from . (ext4 /dev/root): request=4 time=0.2 ms
    4096 bytes from . (ext4 /dev/root): request=5 time=0.2 ms
    4096 bytes from . (ext4 /dev/root): request=6 time=0.3 ms
    4096 bytes from . (ext4 /dev/root): request=7 time=0.2 ms
    4096 bytes from . (ext4 /dev/root): request=8 time=0.3 ms
    4096 bytes from . (ext4 /dev/root): request=9 time=0.2 ms
    4096 bytes from . (ext4 /dev/root): request=10 time=0.2 ms
    
    --- . (ext4 /dev/root) ioping statistics ---
    10 requests completed in 9003.8 ms, 4810 iops, 18.8 mb/s
    min/avg/max/mdev = 0.1/0.2/0.3/0.1 ms
    
    IOPing seek rate: ./ioping -RD .
    
    --- . (ext4 /dev/root) ioping statistics ---
    11987 requests completed in 3000.1 ms, 12515 iops, 48.9 mb/s
    min/avg/max/mdev = 0.1/0.1/1.1/0.0 ms
    
    IOPing sequential: ./ioping -RL .
    
    --- . (ext4 /dev/root) ioping statistics ---
    6197 requests completed in 3000.1 ms, 3347 iops, 836.7 mb/s
    min/avg/max/mdev = 0.2/0.3/2.0/0.1 ms
    
    IOPing cached: ./ioping -RC .
    
    --- . (ext4 /dev/root) ioping statistics ---
    17349 requests completed in 3000.0 ms, 225778 iops, 881.9 mb/s
    min/avg/max/mdev = 0.0/0.0/0.0/0.0 ms
    
    -------------------------------------------
    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.72466 s, 623 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.2329 s, 871 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, 2.04229 s, 526 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, 6.62468 s, 162 MB/s
    -------------------------------------------
    disk FIO tests
    -------------------------------------------
    
    2014-09-10 05:04:51 URL:https://raw.githubusercontent.com/Crowd9/Benchmark/master/fio-2.0.9.tar.gz [275092/275092] -> "fio-2.0.9.tar.gz" [1]
    Download done.
    fio-2.0.9.tar.gz valid file.
    
    Running FIO benchmark...
    
    FIO_VERSION = fio-2.0.9
    
    FIO random reads: 
    randomreads: (g=0): rw=randread, bs=4K-4K/4K-4K, ioengine=libaio, iodepth=64
    fio-2.0.9
    Starting 1 process
    randomreads: Laying out IO file(s) (1 file(s) / 1024MB)
    
    randomreads: (groupid=0, jobs=1): err= 0: pid=9472: Wed Sep 10 05:05:03 2014
      read : io=1024.3MB, bw=281716KB/s, iops=70428 , runt=  3723msec
      cpu          : usr=10.18%, sys=72.17%, ctx=3942, majf=0, minf=70
      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=281715KB/s, minb=281715KB/s, maxb=281715KB/s, mint=3723msec, maxt=3723msec
    
    Disk stats (read/write):
      xvda: ios=256193/84, merge=106/0, ticks=95440/1296, in_queue=96520, util=87.02%
    
    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=9696: Wed Sep 10 05:05:10 2014
      write: io=1024.3MB, bw=165718KB/s, iops=41429 , runt=  6329msec
      cpu          : usr=8.20%, sys=43.60%, ctx=16592, majf=0, minf=7
      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=165717KB/s, minb=165717KB/s, maxb=165717KB/s, mint=6329msec, maxt=6329msec
    
    Disk stats (read/write):
      xvda: ios=248/253971, merge=58/105, ticks=5413/377254, in_queue=382847, util=96.86%
    
    
    -------------------------------------------
    Running bandwidth benchmark...
    -------------------------------------------
    
    ----------------------------------------------
    Download from Cachefly (http://cachefly.cachefly.net/100mb.test)
    Download Cachefly: 98.1MB/s
    ----------------------------------------------
    Download from Linode, Atlanta, GA, USA (http://speedtest.atlanta.linode.com/100MB-atlanta.bin)
    Download Linode, Atlanta, GA, USA: 10.2MB/s
    ----------------------------------------------
    Download from Linode, Dallas, TX, USA (http://speedtest.dallas.linode.com/100MB-dallas.bin)
    Download Linode, Dallas, TX, USA: 46.6MB/s
    ----------------------------------------------
    Download from Linode, Tokyo, JP (http://speedtest.tokyo.linode.com/100MB-tokyo.bin)
    Download Linode, Tokyo, JP: 948KB/s
    ----------------------------------------------
    Download from Linode, London, UK (http://speedtest.london.linode.com/100MB-london.bin)
    Download Linode, London, UK: 12.9MB/s
    ----------------------------------------------
    Download from OVH, Paris, France (http://proof.ovh.net/files/100Mio.dat)
    Download OVH, Paris, France: 2.31MB/s
    ----------------------------------------------
    Download from SmartDC, Rotterdam, Netherlands (http://mirror.i3d.net/100mb.bin)
    Download SmartDC, Rotterdam, Netherlands: 1.31MB/s
    ----------------------------------------------
    Download from Leaseweb, Manassas, VA, USA (http://mirror.us.leaseweb.net/speedtest/100mb.bin)
    Download Leaseweb, Manassas, VA, USA: 13.9MB/s
    ----------------------------------------------
    Download from Softlayer, Singapore (http://speedtest.sng01.softlayer.com/downloads/test100.zip)
    Download Softlayer, Singapore: 1.80MB/s
    ----------------------------------------------
    Download from Softlayer, Seattle, WA, USA (http://speedtest.sea01.softlayer.com/downloads/test100.zip)
    Download Softlayer, Seattle, WA, USA: 8.99MB/s
    ----------------------------------------------
    Download from Softlayer, San Jose, CA, USA (http://speedtest.sjc01.softlayer.com/downloads/test100.zip)
    Download Softlayer, San Jose, CA, USA: 104MB/s
    ----------------------------------------------
    Download from Softlayer, Washington, DC, USA (http://speedtest.wdc01.softlayer.com/downloads/test100.zip)
    Download Softlayer, Washington, DC, USA: 28.6MB/s
    ----------------------------------------------
    Download from Vultr, Sydney, Australia (http://syd-au-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Sydney, Australia: 10.0MB/s
    ----------------------------------------------
    Download from Vultr, Tokyo, Japan (http://hnd-jp-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Tokyo, Japan: 824KB/s
    ----------------------------------------------
    Download from Vultr, Los Angeles, California (http://lax-ca-us-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Los Angeles, California: 70.8MB/s
    ----------------------------------------------
    Download from Vultr, Seattle, Washington (http://wa-us-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Seattle, Washington: 1.19MB/s
    ----------------------------------------------
    Download from Vultr, Dallas, Texas (http://tx-us-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Dallas, Texas: 19.1MB/s
    ----------------------------------------------
    Download from Vultr, Chicago, Illinois (http://il-us-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Chicago, Illinois: 1.50MB/s
    ----------------------------------------------
    Download from Vultr, Atlanta, Georgia (http://ga-us-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Atlanta, Georgia: 1.94MB/s
    ----------------------------------------------
    Download from Vultr, Miami, Florida (http://fl-us-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Miami, Florida: 1.39MB/s
    ----------------------------------------------
    Download from Vultr, New York / New Jersey (http://nj-us-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, New York / New Jersey: 18.7MB/s
    ----------------------------------------------
    Download from Vultr, Amsterdam, Netherlands (http://ams-nl-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Amsterdam, Netherlands: 8.13MB/s
    ----------------------------------------------
    Download from Vultr, London, UK (http://lon-gb-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, London, UK: 8.24MB/s
    ----------------------------------------------
    Download from Vultr, Paris, France (http://par-fr-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Paris, France: 3.09MB/s
    ----------------------------------------------
    Download from VersaWeb, Las Vegas, Nevada (http://199.47.210.50/100mbtest.bin)
    Download VersaWeb, Las Vegas, Nevada: 71.4MB/s
    ----------------------------------------------
    Download from OVH, BHS, Canada (http://bhs.proof.ovh.net/files/100Mio.dat)
    Download OVH, BHS, Canada: 15.5MB/s
    
    -------------------------------------------
    Running ping tests...
    -------------------------------------------
    
    ----------------------------------------------
    Pings (cachefly.cachefly.net):
    PING vip1.g.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=56 time=0.777 ms
    64 bytes from vip1.G-anycast1.cachefly.net (205.234.175.175): icmp_seq=2 ttl=56 time=0.869 ms
    64 bytes from vip1.G-anycast1.cachefly.net (205.234.175.175): icmp_seq=3 ttl=56 time=0.837 ms
    
    --- vip1.g.cachefly.net ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 1999ms
    rtt min/avg/max/mdev = 0.777/0.827/0.869/0.050 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=54 time=156 ms
    64 bytes from 108.61.212.117.vultr.com (108.61.212.117): icmp_seq=2 ttl=54 time=157 ms
    64 bytes from 108.61.212.117.vultr.com (108.61.212.117): icmp_seq=3 ttl=54 time=156 ms
    
    --- syd-au-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2158ms
    rtt min/avg/max/mdev = 156.793/156.913/157.140/0.361 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=50 time=159 ms
    64 bytes from 108.61.201.151.vultr.com (108.61.201.151): icmp_seq=2 ttl=50 time=160 ms
    64 bytes from 108.61.201.151.vultr.com (108.61.201.151): icmp_seq=3 ttl=50 time=164 ms
    
    --- hnd-jp-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2166ms
    rtt min/avg/max/mdev = 159.015/161.282/164.389/2.296 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=11.6 ms
    64 bytes from 108.61.219.200.vultr.com (108.61.219.200): icmp_seq=2 ttl=55 time=11.6 ms
    64 bytes from 108.61.219.200.vultr.com (108.61.219.200): icmp_seq=3 ttl=55 time=11.7 ms
    
    --- lax-ca-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2015ms
    rtt min/avg/max/mdev = 11.662/11.686/11.724/0.127 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=56 time=59.3 ms
    64 bytes from 108.61.194.105.vultr.com (108.61.194.105): icmp_seq=2 ttl=56 time=64.2 ms
    64 bytes from 108.61.194.105.vultr.com (108.61.194.105): icmp_seq=3 ttl=56 time=65.9 ms
    
    --- wa-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2068ms
    rtt min/avg/max/mdev = 59.382/63.168/65.916/2.782 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=55 time=62.8 ms
    64 bytes from 108.61.224.175.vultr.com (108.61.224.175): icmp_seq=2 ttl=55 time=62.9 ms
    64 bytes from 108.61.224.175.vultr.com (108.61.224.175): icmp_seq=3 ttl=55 time=63.0 ms
    
    --- tx-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2065ms
    rtt min/avg/max/mdev = 62.888/62.959/63.015/0.211 ms
    
    ----------------------------------------------
    Pings (il-us-ping.vultr.com):
    PING il-us-ping.vultr.com (107.191.51.12) 56(84) bytes of data.
    64 bytes from 107.191.51.12.vultr.com (107.191.51.12): icmp_seq=1 ttl=53 time=54.9 ms
    64 bytes from 107.191.51.12.vultr.com (107.191.51.12): icmp_seq=2 ttl=53 time=54.9 ms
    64 bytes from 107.191.51.12.vultr.com (107.191.51.12): icmp_seq=3 ttl=54 time=55.0 ms
    
    --- il-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2057ms
    rtt min/avg/max/mdev = 54.963/54.998/55.057/0.273 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=53 time=66.6 ms
    64 bytes from 108.61.193.166.vultr.com (108.61.193.166): icmp_seq=2 ttl=53 time=66.7 ms
    64 bytes from 108.61.193.166.vultr.com (108.61.193.166): icmp_seq=3 ttl=53 time=66.6 ms
    
    --- ga-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2067ms
    rtt min/avg/max/mdev = 66.617/66.664/66.738/0.052 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=52 time=80.3 ms
    64 bytes from 104.156.244.232: icmp_seq=2 ttl=52 time=80.3 ms
    64 bytes from 104.156.244.232: icmp_seq=3 ttl=52 time=80.4 ms
    
    --- fl-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2083ms
    rtt min/avg/max/mdev = 80.329/80.378/80.464/0.239 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=56 time=71.9 ms
    64 bytes from 108.61.149.182.vultr.com (108.61.149.182): icmp_seq=2 ttl=56 time=71.9 ms
    64 bytes from 108.61.149.182.vultr.com (108.61.149.182): icmp_seq=3 ttl=56 time=71.9 ms
    
    --- nj-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2074ms
    rtt min/avg/max/mdev = 71.914/71.934/71.952/0.310 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=55 time=166 ms
    64 bytes from 108.61.210.117.vultr.com (108.61.210.117): icmp_seq=2 ttl=55 time=166 ms
    64 bytes from 108.61.210.117.vultr.com (108.61.210.117): icmp_seq=3 ttl=55 time=166 ms
    
    --- fra-de-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2169ms
    rtt min/avg/max/mdev = 166.589/166.727/166.798/0.347 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=51 time=152 ms
    64 bytes from 108.61.198.102.vultr.com (108.61.198.102): icmp_seq=2 ttl=51 time=152 ms
    64 bytes from 108.61.198.102.vultr.com (108.61.198.102): icmp_seq=3 ttl=51 time=152 ms
    
    --- ams-nl-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2154ms
    rtt min/avg/max/mdev = 152.038/152.123/152.230/0.328 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=144 ms
    64 bytes from 108.61.196.101.vultr.com (108.61.196.101): icmp_seq=2 ttl=55 time=144 ms
    64 bytes from 108.61.196.101.vultr.com (108.61.196.101): icmp_seq=3 ttl=55 time=144 ms
    
    --- lon-gb-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2147ms
    rtt min/avg/max/mdev = 144.517/144.611/144.748/0.099 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=54 time=156 ms
    64 bytes from 108.61.209.127.vultr.com (108.61.209.127): icmp_seq=2 ttl=54 time=150 ms
    64 bytes from 108.61.209.127.vultr.com (108.61.209.127): icmp_seq=3 ttl=54 time=156 ms
    
    --- par-fr-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2157ms
    rtt min/avg/max/mdev = 150.937/154.452/156.217/2.527 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=57 time=17.0 ms
    64 bytes from 199.47.210.50: icmp_seq=2 ttl=57 time=16.6 ms
    64 bytes from 199.47.210.50: icmp_seq=3 ttl=57 time=16.7 ms
    
    --- 199.47.210.50 ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2018ms
    rtt min/avg/max/mdev = 16.690/16.845/17.083/0.200 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=59 time=56.8 ms
    64 bytes from 76.164.234.1: icmp_seq=2 ttl=59 time=46.8 ms
    64 bytes from 76.164.234.1: icmp_seq=3 ttl=59 time=44.2 ms
    
    --- 76.164.234.1 ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2046ms
    rtt min/avg/max/mdev = 44.280/49.322/56.811/5.403 ms
    
    ----------------------------------------------
    Pings (OVH Canada):
    PING bhs.proof.ovh.net (192.99.19.165) 56(84) bytes of data.
    64 bytes from ns238643.ip-192-99-19.net (192.99.19.165): icmp_seq=1 ttl=56 time=68.7 ms
    64 bytes from ns238643.ip-192-99-19.net (192.99.19.165): icmp_seq=2 ttl=56 time=68.7 ms
    64 bytes from ns238643.ip-192-99-19.net (192.99.19.165): icmp_seq=3 ttl=56 time=68.7 ms
    
    --- bhs.proof.ovh.net ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2072ms
    rtt min/avg/max/mdev = 68.701/68.718/68.749/0.215 ms
    
    -------------------------------------------
    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: Wed Aug 13 19:13:02 UTC 2014
    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 --param=ssp-buffer-size=4 -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              98288.79k   291689.26k   649545.73k   937337.51k  1074675.71k
    sha1            108808.93k   308138.94k   677644.54k   982746.79k  1151186.26k
    rc4             781924.83k  1018614.17k  1224888.92k  1300697.09k  1323646.98k
    aes-128 cbc     202637.96k   219484.48k   222561.37k   225205.25k   225792.41k
    aes-256 cbc     147546.74k   156893.85k   159960.66k   160492.54k   160301.06k
    sha256           82508.44k   189390.76k   322780.16k   399903.74k   419042.65k
                      sign    verify    sign/s verify/s
    rsa 2048 bits 0.000757s 0.000024s   1320.1  42109.9
    rsa 4096 bits 0.005455s 0.000086s    183.3  11561.1
                                  sign    verify    sign/s verify/s
     256 bit ecdsa (nistp256)   0.0001s   0.0003s  15211.1   3903.5
    -------------------------------------------
    openssl speed -evp aes256 -multi 2
    OpenSSL 1.0.1e-fips 11 Feb 2013
    built on: Wed Aug 13 19:13:02 UTC 2014
    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 --param=ssp-buffer-size=4 -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             732906.64k   773901.99k   782283.01k   785569.79k   786604.03k
    -------------------------------------------
    openssl speed -evp aes128 -multi 2
    OpenSSL 1.0.1e-fips 11 Feb 2013
    built on: Wed Aug 13 19:13:02 UTC 2014
    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 --param=ssp-buffer-size=4 -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            1006071.06k  1070840.21k  1091428.27k  1096122.37k  1098162.18k
    
    -------------------------------------------
    Centmin Mod Nginx static OpenSSL Benchmark
    -------------------------------------------
    
    OpenSSL 1.0.1i 6 Aug 2014
    -------------------------------------------
    openssl speed rsa4096 rsa2048 ecdsap256 sha256 sha1 md5 rc4 aes-256-cbc aes-128-cbc -multi 2
    OpenSSL 1.0.1i 6 Aug 2014
    built on: Mon Aug 25 07:31:46 UTC 2014
    options:bn(64,64) rc4(16x,int) des(idx,cisc,16,int) aes(partial) idea(int) blowfish(idx) 
    md5              55524.37k   184226.39k   485532.59k   838804.48k  1060181.33k
    sha1             59700.16k   195488.87k   515959.55k   871870.46k  1132339.20k
    rc4             755542.08k  1083281.96k  1220564.14k  1302961.15k  1323515.90k
    aes-128 cbc     201885.60k   216811.84k   138225.75k   130740.31k   188577.11k
    aes-256 cbc     118830.76k   121563.50k   130700.63k   135005.53k   126615.55k
    sha256           87736.41k   189711.23k   324916.05k   401420.63k   425489.75k
                      sign    verify    sign/s verify/s
    rsa 2048 bits 0.000867s 0.000027s   1153.3  37465.0
    rsa 4096 bits 0.006304s 0.000096s    158.6  10416.7
                                  sign    verify    sign/s verify/s
     256 bit ecdsa (nistp256)   0.0001s   0.0003s  13606.1   3873.1
    -------------------------------------------
    openssl speed -evp aes256 -multi 2
    OpenSSL 1.0.1i 6 Aug 2014
    built on: Mon Aug 25 07:31:46 UTC 2014
    options:bn(64,64) rc4(16x,int) des(idx,cisc,16,int) aes(partial) idea(int) blowfish(idx) 
    evp             702094.66k   736118.19k   745171.54k   746616.83k   747806.72k
    -------------------------------------------
    openssl speed -evp aes128 -multi 2
    OpenSSL 1.0.1i 6 Aug 2014
    built on: Mon Aug 25 07:31:46 UTC 2014
    options:bn(64,64) rc4(16x,int) des(idx,cisc,16,int) aes(partial) idea(int) blowfish(idx) 
    evp             955209.59k  1021027.56k  1038705.49k  1043213.99k  1043824.64k
    -------------------------------------------
    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=20000 --auto-generate-sql-unique-query-number=30 --auto-generate-sql-unique-write-number=30 --auto-generate-sql-write-number=500 --concurrency=32 --iterations=10 --engine=myisam 
    Benchmark
            Running for engine myisam
            Average number of seconds to run all queries: 1.805 seconds
            Minimum number of seconds to run all queries: 1.709 seconds
            Maximum number of seconds to run all queries: 2.269 seconds
            Number of clients running queries: 32
            Average number of queries per client: 625
    
    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
    -------------------------------------------
    System PHP Info
    -------------------------------------------
    
    CPU: 2 x Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz
                 total       used       free     shared    buffers     cached
    Mem:          1994       1441        553          0         86        439
    Low:          1994       1441        553
    High:            0          0          0
    -/+ buffers/cache:        915       1079
    Swap:          511          1        510
    ----------------------------------------------
    PHP 5.6.0 (cli) (built: Aug 28 2014 11:42:32) 
    Copyright (c) 1997-2014 The PHP Group
    Zend Engine v2.6.0, Copyright (c) 1998-2014 Zend Technologies
        with Zend OPcache v7.0.4-dev, Copyright (c) 1999-2014, 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/apcu.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/zendopcache.ini
    
    ----------------------------------------------
    [PHP Modules]
    bcmath
    bz2
    calendar
    Core
    ctype
    curl
    date
    dom
    enchant
    ereg
    exif
    fileinfo
    filter
    ftp
    gd
    geoip
    gettext
    gmp
    hash
    iconv
    igbinary
    imagick
    imap
    intl
    json
    libxml
    mbstring
    mcrypt
    memcache
    memcached
    mhash
    mysql
    mysqli
    mysqlnd
    openssl
    pcntl
    pcre
    PDO
    pdo_mysql
    pdo_sqlite
    Phar
    posix
    pspell
    readline
    Reflection
    session
    shmop
    SimpleXML
    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.122
    simplecall         0.118
    simpleucall        0.116
    simpleudcall       0.119
    mandel             0.253
    mandel2            0.348
    ackermann(7)       0.128
    ary(50000)         0.027
    ary2(50000)        0.024
    ary3(2000)         0.160
    fibo(30)           0.421
    hash1(50000)       0.037
    hash2(500)         0.040
    heapsort(20000)    0.089
    matrix(20)         0.090
    nestedloop(12)     0.199
    sieve(30)          0.097
    strcat(200000)     0.012
    ------------------------
    Total              2.400
    real: 2.44s user: 2.39s sys: 0.04s cpu: 99% maxmem: 161408 KB cswaits: 6
    
    simple             0.120
    simplecall         0.116
    simpleucall        0.113
    simpleudcall       0.120
    mandel             0.251
    mandel2            0.338
    ackermann(7)       0.129
    ary(50000)         0.027
    ary2(50000)        0.026
    ary3(2000)         0.159
    fibo(30)           0.407
    hash1(50000)       0.038
    hash2(500)         0.039
    heapsort(20000)    0.091
    matrix(20)         0.091
    nestedloop(12)     0.200
    sieve(30)          0.098
    strcat(200000)     0.012
    ------------------------
    Total              2.377
    real: 2.41s user: 2.35s sys: 0.05s cpu: 99% maxmem: 161504 KB cswaits: 2
    
    simple             0.123
    simplecall         0.117
    simpleucall        0.114
    simpleudcall       0.118
    mandel             0.249
    mandel2            0.352
    ackermann(7)       0.131
    ary(50000)         0.027
    ary2(50000)        0.024
    ary3(2000)         0.165
    fibo(30)           0.413
    hash1(50000)       0.038
    hash2(500)         0.041
    heapsort(20000)    0.089
    matrix(20)         0.090
    nestedloop(12)     0.199
    sieve(30)          0.097
    strcat(200000)     0.012
    ------------------------
    Total              2.398
    real: 2.43s user: 2.39s sys: 0.03s cpu: 99% maxmem: 159312 KB cswaits: 2
    
    bench.php results from 3 runs
    2.400
    2.377
    2.398
    
    bench.php avg: 2.3917
    Avg: real: 2.43s user: 2.38s sys: 0.04s cpu: 99.00% maxmem: 160741.33KB cswaits: 3.33
    created results log at /home/phpbench_logs/bench_100914-050403.log
    server PHP info log at /home/phpbench_logs/bench_phpinfo_100914-050403.log
    
    -------------------------------------------
    Run PHP test Zend/micro_bench.php
    -------------------------------------------
    
    empty_loop         0.118
    func()             0.363    0.245
    undef_func()       0.479    0.361
    int_func()         0.302    0.185
    $x = self::$x      0.259    0.141
    self::$x = 0       0.323    0.206
    isset(self::$x)    0.367    0.249
    empty(self::$x)    0.368    0.251
    $x = Foo::$x       0.249    0.131
    Foo::$x = 0        0.243    0.126
    isset(Foo::$x)     0.316    0.198
    empty(Foo::$x)     0.342    0.225
    self::f()          0.397    0.279
    Foo::f()           0.358    0.241
    $x = $this->x      0.227    0.109
    $this->x = 0       0.314    0.196
    $this->x += 2      0.250    0.132
    ++$this->x         0.225    0.107
    --$this->x         0.214    0.097
    $this->x++         0.256    0.138
    $this->x--         0.243    0.126
    isset($this->x)    0.345    0.227
    empty($this->x)    0.357    0.240
    $this->f()         0.426    0.309
    $x = Foo::TEST     0.331    0.213
    new Foo()          0.737    0.619
    $x = TEST          0.301    0.184
    $x = $_GET         0.246    0.129
    $x = $GLOBALS['v'] 0.314    0.196
    $x = $hash['v']    0.235    0.118
    $x = $str[0]       0.345    0.228
    $x = $a ?: null    0.218    0.101
    $x = $f ?: tmp     0.306    0.188
    $x = $f ? $f : $a  0.347    0.230
    $x = $f ? $f : tmp 0.303    0.186
    ------------------------
    Total             11.025
    real: 11.06s user: 11.03s sys: 0.01s cpu: 99% maxmem: 111776 KB cswaits: 3
    
    empty_loop         0.118
    func()             0.363    0.246
    undef_func()       0.493    0.375
    int_func()         0.357    0.239
    $x = self::$x      0.270    0.152
    self::$x = 0       0.324    0.206
    isset(self::$x)    0.365    0.247
    empty(self::$x)    0.352    0.234
    $x = Foo::$x       0.243    0.125
    Foo::$x = 0        0.229    0.111
    isset(Foo::$x)     0.316    0.198
    empty(Foo::$x)     0.345    0.228
    self::f()          0.393    0.275
    Foo::f()           0.359    0.241
    $x = $this->x      0.228    0.110
    $this->x = 0       0.333    0.215
    $this->x += 2      0.247    0.129
    ++$this->x         0.218    0.100
    --$this->x         0.212    0.094
    $this->x++         0.258    0.140
    $this->x--         0.237    0.119
    isset($this->x)    0.333    0.215
    empty($this->x)    0.366    0.248
    $this->f()         0.427    0.310
    $x = Foo::TEST     0.345    0.227
    new Foo()          0.746    0.628
    $x = TEST          0.280    0.162
    $x = $_GET         0.232    0.114
    $x = $GLOBALS['v'] 0.303    0.185
    $x = $hash['v']    0.250    0.132
    $x = $str[0]       0.356    0.238
    $x = $a ?: null    0.233    0.115
    $x = $f ?: tmp     0.304    0.186
    $x = $f ? $f : $a  0.345    0.227
    $x = $f ? $f : tmp 0.321    0.203
    ------------------------
    Total             11.100
    real: 11.13s user: 11.10s sys: 0.02s cpu: 99% maxmem: 111760 KB cswaits: 2
    
    empty_loop         0.117
    func()             0.382    0.265
    undef_func()       0.480    0.363
    int_func()         0.303    0.186
    $x = self::$x      0.270    0.153
    self::$x = 0       0.323    0.206
    isset(self::$x)    0.346    0.228
    empty(self::$x)    0.357    0.240
    $x = Foo::$x       0.224    0.107
    Foo::$x = 0        0.218    0.101
    isset(Foo::$x)     0.315    0.198
    empty(Foo::$x)     0.344    0.227
    self::f()          0.397    0.279
    Foo::f()           0.364    0.246
    $x = $this->x      0.228    0.111
    $this->x = 0       0.322    0.205
    $this->x += 2      0.250    0.133
    ++$this->x         0.228    0.111
    --$this->x         0.215    0.097
    $this->x++         0.266    0.149
    $this->x--         0.240    0.123
    isset($this->x)    0.333    0.216
    empty($this->x)    0.359    0.242
    $this->f()         0.406    0.289
    $x = Foo::TEST     0.346    0.229
    new Foo()          0.721    0.604
    $x = TEST          0.279    0.162
    $x = $_GET         0.246    0.129
    $x = $GLOBALS['v'] 0.292    0.175
    $x = $hash['v']    0.239    0.122
    $x = $str[0]       0.331    0.214
    $x = $a ?: null    0.217    0.100
    $x = $f ?: tmp     0.304    0.187
    $x = $f ? $f : $a  0.340    0.223
    $x = $f ? $f : tmp 0.313    0.196
    ------------------------
    Total             10.915
    real: 10.96s user: 10.94s sys: 0.01s cpu: 99% maxmem: 111776 KB cswaits: 1
    
    micro_bench.php results from 3 runs
    11.025
    11.100
    10.915
    
    micro_bench.php avg: 11.0133
    Avg: real: 11.05s user: 11.02s sys: 0.01s cpu: 99.00% maxmem: 111770.67KB cswaits: 2.00
    created results log at /home/phpbench_logs/bench_micro_100914-050403.log
    server PHP info log at /home/phpbench_logs/bench_phpinfo_100914-050403.log
    
    
    -------------------------------------------
    centminmodbench.sh completed
    -------------------------------------------
    
     
  8. eva2000

    eva2000 Administrator Staff Member

    53,488
    12,130
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,671
    Local Time:
    5:21 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    RamNode 512MB CKVM VPS
    Seattle

    Code:
    -------------------------------------------
    centminmodbench.sh 0.0.1 (centminmod.com)
    -------------------------------------------
    
    -------------------------------------------
    System Information
    -------------------------------------------
    
    3.10.0-123.4.2.el7.x86_64
    
    CentOS Linux release 7.0.1406 (Core) 
    
    Centmin Mod 1.2.3-eva2000.08
    
    ----------------------------------------------
    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:                 13
    Model name:            QEMU Virtual CPU version (cpu64-rhel6)
    Stepping:              3
    CPU MHz:               2599.998
    BogoMIPS:              5199.99
    Hypervisor vendor:     KVM
    Virtualization type:   full
    L1d cache:             32K
    L1i cache:             32K
    L2 cache:              4096K
    NUMA node0 CPU(s):     0,1
    
    ----------------------------------------------
    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    buffers     cached
    Mem:           490        416         73         52         16        145
    Low:           490        416         73
    High:            0          0          0
    -/+ buffers/cache:        253        236
    Swap:            0          0          0
    
    ----------------------------------------------
    Filesystem      Size  Used Avail Use% Mounted on
    /dev/vda1        49G  4.1G   43G   9% /
    devtmpfs        240M     0  240M   0% /dev
    tmpfs           246M     0  246M   0% /dev/shm
    tmpfs           246M   33M  213M  14% /run
    tmpfs           246M     0  246M   0% /sys/fs/cgroup
    tmpfs           246M   33M  213M  14% /etc/machine-id
    /dev/loop0      3.7G   16M  3.5G   1% /tmp
    
    -------------------------------------------
    disk ioping tests
    -------------------------------------------
    
    2014-09-10 07:18:36 URL:https://ioping.googlecode.com/files/ioping-0.6.tar.gz [6957/6957] -> "ioping-0.6.tar.gz" [1]
    Download done.
    ioping-0.6.tar.gz valid file.
    
    Running IOPing I/O benchmark...
    
    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.8 ms
    4096 bytes from . (ext4 /dev/vda1): request=4 time=0.3 ms
    4096 bytes from . (ext4 /dev/vda1): request=5 time=0.5 ms
    4096 bytes from . (ext4 /dev/vda1): request=6 time=0.4 ms
    4096 bytes from . (ext4 /dev/vda1): request=7 time=0.3 ms
    4096 bytes from . (ext4 /dev/vda1): request=8 time=0.5 ms
    4096 bytes from . (ext4 /dev/vda1): request=9 time=0.5 ms
    4096 bytes from . (ext4 /dev/vda1): request=10 time=0.4 ms
    
    --- . (ext4 /dev/vda1) ioping statistics ---
    10 requests completed in 9005.4 ms, 2480 iops, 9.7 mb/s
    min/avg/max/mdev = 0.2/0.4/0.8/0.2 ms
    
    IOPing seek rate: ./ioping -RD .
    
    --- . (ext4 /dev/vda1) ioping statistics ---
    6934 requests completed in 3000.1 ms, 3354 iops, 13.1 mb/s
    min/avg/max/mdev = 0.1/0.3/20.2/0.6 ms
    
    IOPing sequential: ./ioping -RL .
    
    --- . (ext4 /dev/vda1) ioping statistics ---
    1681 requests completed in 3000.4 ms, 603 iops, 150.9 mb/s
    min/avg/max/mdev = 0.3/1.7/92.7/4.0 ms
    
    IOPing cached: ./ioping -RC .
    
    --- . (ext4 /dev/vda1) ioping statistics ---
    38530 requests completed in 3000.0 ms, 379909 iops, 1484.0 mb/s
    min/avg/max/mdev = 0.0/0.0/0.4/0.0 ms
    
    -------------------------------------------
    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, 2.00352 s, 536 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.94375 s, 552 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, 3.7712 s, 285 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, 20.3152 s, 52.9 MB/s
    -------------------------------------------
    disk FIO tests
    -------------------------------------------
    
    2014-09-10 07:19:27 URL:https://raw.githubusercontent.com/Crowd9/Benchmark/master/fio-2.0.9.tar.gz [275092/275092] -> "fio-2.0.9.tar.gz" [1]
    Download done.
    fio-2.0.9.tar.gz valid file.
    
    Running FIO benchmark...
    
    FIO_VERSION = fio-2.0.9
    
    FIO random reads: 
    randomreads: (g=0): rw=randread, bs=4K-4K/4K-4K, ioengine=libaio, iodepth=64
    fio-2.0.9
    Starting 1 process
    randomreads: Laying out IO file(s) (1 file(s) / 1024MB)
    
    randomreads: (groupid=0, jobs=1): err= 0: pid=1743: Wed Sep 10 07:19:49 2014
      read : io=1024.3MB, bw=88703KB/s, iops=22175 , runt= 11824msec
      cpu          : usr=7.03%, sys=28.46%, ctx=43928, 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=88703KB/s, minb=88703KB/s, maxb=88703KB/s, mint=11824msec, maxt=11824msec
    
    Disk stats (read/write):
      vda: ios=261316/8, merge=0/5, ticks=714262/14, in_queue=714071, util=99.35%
    
    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=1747: Wed Sep 10 07:20:02 2014
      write: io=1024.3MB, bw=83759KB/s, iops=20939 , runt= 12522msec
      cpu          : usr=6.05%, sys=22.72%, ctx=18978, majf=0, minf=17
      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=83758KB/s, minb=83758KB/s, maxb=83758KB/s, mint=12522msec, maxt=12522msec
    
    Disk stats (read/write):
      vda: ios=683/260406, merge=0/12, ticks=3351/734949, in_queue=738303, util=98.76%
    
    
    -------------------------------------------
    Running bandwidth benchmark...
    -------------------------------------------
    
    ----------------------------------------------
    Download from Cachefly (http://cachefly.cachefly.net/100mb.test)
    Download Cachefly: 57.2MB/s
    ----------------------------------------------
    Download from Linode, Atlanta, GA, USA (http://speedtest.atlanta.linode.com/100MB-atlanta.bin)
    Download Linode, Atlanta, GA, USA: 1.64MB/s
    ----------------------------------------------
    Download from Linode, Dallas, TX, USA (http://speedtest.dallas.linode.com/100MB-dallas.bin)
    Download Linode, Dallas, TX, USA: 7.62MB/s
    ----------------------------------------------
    Download from Linode, Tokyo, JP (http://speedtest.tokyo.linode.com/100MB-tokyo.bin)
    Download Linode, Tokyo, JP: 1.18MB/s
    ----------------------------------------------
    Download from Linode, London, UK (http://speedtest.london.linode.com/100MB-london.bin)
    Download Linode, London, UK: 1.21MB/s
    ----------------------------------------------
    Download from OVH, Paris, France (http://proof.ovh.net/files/100Mio.dat)
    Download OVH, Paris, France: 1022KB/s
    ----------------------------------------------
    Download from SmartDC, Rotterdam, Netherlands (http://mirror.i3d.net/100mb.bin)
    Download SmartDC, Rotterdam, Netherlands: 1.48MB/s
    ----------------------------------------------
    Download from Leaseweb, Manassas, VA, USA (http://mirror.us.leaseweb.net/speedtest/100mb.bin)
    Download Leaseweb, Manassas, VA, USA: 3.36MB/s
    ----------------------------------------------
    Download from Softlayer, Singapore (http://speedtest.sng01.softlayer.com/downloads/test100.zip)
    Download Softlayer, Singapore: 3.64MB/s
    ----------------------------------------------
    Download from Softlayer, Seattle, WA, USA (http://speedtest.sea01.softlayer.com/downloads/test100.zip)
    Download Softlayer, Seattle, WA, USA: 23.7MB/s
    ----------------------------------------------
    Download from Softlayer, San Jose, CA, USA (http://speedtest.sjc01.softlayer.com/downloads/test100.zip)
    Download Softlayer, San Jose, CA, USA: 18.9MB/s
    ----------------------------------------------
    Download from Softlayer, Washington, DC, USA (http://speedtest.wdc01.softlayer.com/downloads/test100.zip)
    Download Softlayer, Washington, DC, USA: 31.5MB/s
    ----------------------------------------------
    Download from Vultr, Sydney, Australia (http://syd-au-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Sydney, Australia: 7.92MB/s
    ----------------------------------------------
    Download from Vultr, Tokyo, Japan (http://hnd-jp-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Tokyo, Japan: 7.00MB/s
    ----------------------------------------------
    Download from Vultr, Los Angeles, California (http://lax-ca-us-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Los Angeles, California: 22.8MB/s
    ----------------------------------------------
    Download from Vultr, Seattle, Washington (http://wa-us-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Seattle, Washington: 20.5MB/s
    ----------------------------------------------
    Download from Vultr, Dallas, Texas (http://tx-us-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Dallas, Texas: 16.8MB/s
    ----------------------------------------------
    Download from Vultr, Chicago, Illinois (http://il-us-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Chicago, Illinois: 8.25MB/s
    ----------------------------------------------
    Download from Vultr, Atlanta, Georgia (http://ga-us-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Atlanta, Georgia: 13.5MB/s
    ----------------------------------------------
    Download from Vultr, Miami, Florida (http://fl-us-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Miami, Florida: 11.7MB/s
    ----------------------------------------------
    Download from Vultr, New York / New Jersey (http://nj-us-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, New York / New Jersey: 10.5MB/s
    ----------------------------------------------
    Download from Vultr, Amsterdam, Netherlands (http://ams-nl-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Amsterdam, Netherlands: 3.50MB/s
    ----------------------------------------------
    Download from Vultr, London, UK (http://lon-gb-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, London, UK: 1.61MB/s
    ----------------------------------------------
    Download from Vultr, Paris, France (http://par-fr-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Paris, France: 7.96MB/s
    ----------------------------------------------
    Download from VersaWeb, Las Vegas, Nevada (http://199.47.210.50/100mbtest.bin)
    Download VersaWeb, Las Vegas, Nevada: 11.6MB/s
    ----------------------------------------------
    Download from OVH, BHS, Canada (http://bhs.proof.ovh.net/files/100Mio.dat)
    Download OVH, BHS, Canada: 3.46MB/s
    
    -------------------------------------------
    Running ping tests...
    -------------------------------------------
    
    ----------------------------------------------
    Pings (cachefly.cachefly.net):
    PING vip1.g.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=60 time=0.353 ms
    64 bytes from vip1.G-anycast1.cachefly.net (205.234.175.175): icmp_seq=2 ttl=60 time=0.410 ms
    64 bytes from vip1.G-anycast1.cachefly.net (205.234.175.175): icmp_seq=3 ttl=60 time=0.376 ms
    
    --- vip1.g.cachefly.net ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2003ms
    rtt min/avg/max/mdev = 0.353/0.379/0.410/0.032 ms
    
    ----------------------------------------------
    Pings (syd-au-ping.vultr.com):
    PING syd-au-ping.vultr.com (108.61.212.117) 56(84) bytes of data.
    64 bytes from 108.61.212.117.vultr.com (108.61.212.117): icmp_seq=1 ttl=51 time=171 ms
    64 bytes from 108.61.212.117.vultr.com (108.61.212.117): icmp_seq=2 ttl=51 time=170 ms
    64 bytes from 108.61.212.117.vultr.com (108.61.212.117): icmp_seq=3 ttl=51 time=171 ms
    
    --- syd-au-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2002ms
    rtt min/avg/max/mdev = 170.612/170.886/171.044/0.389 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=55 time=99.7 ms
    64 bytes from 108.61.201.151.vultr.com (108.61.201.151): icmp_seq=2 ttl=55 time=110 ms
    64 bytes from 108.61.201.151.vultr.com (108.61.201.151): icmp_seq=3 ttl=55 time=106 ms
    
    --- hnd-jp-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2002ms
    rtt min/avg/max/mdev = 99.720/105.660/110.484/4.472 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=58 time=31.3 ms
    64 bytes from 108.61.219.200.vultr.com (108.61.219.200): icmp_seq=2 ttl=58 time=31.3 ms
    64 bytes from 108.61.219.200.vultr.com (108.61.219.200): icmp_seq=3 ttl=58 time=31.5 ms
    
    --- lax-ca-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2002ms
    rtt min/avg/max/mdev = 31.344/31.417/31.553/0.096 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=58 time=0.760 ms
    64 bytes from 108.61.194.105.vultr.com (108.61.194.105): icmp_seq=2 ttl=58 time=0.664 ms
    64 bytes from 108.61.194.105.vultr.com (108.61.194.105): icmp_seq=3 ttl=58 time=0.698 ms
    
    --- wa-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2002ms
    rtt min/avg/max/mdev = 0.664/0.707/0.760/0.045 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=59 time=70.1 ms
    64 bytes from 108.61.224.175.vultr.com (108.61.224.175): icmp_seq=2 ttl=59 time=70.2 ms
    64 bytes from 108.61.224.175.vultr.com (108.61.224.175): icmp_seq=3 ttl=59 time=70.1 ms
    
    --- tx-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2003ms
    rtt min/avg/max/mdev = 70.127/70.193/70.274/0.060 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=55 time=51.3 ms
    64 bytes from 107.191.51.12.vultr.com (107.191.51.12): icmp_seq=2 ttl=55 time=46.3 ms
    64 bytes from 107.191.51.12.vultr.com (107.191.51.12): icmp_seq=3 ttl=55 time=46.4 ms
    
    --- il-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2003ms
    rtt min/avg/max/mdev = 46.393/48.045/51.311/2.309 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=58 time=91.7 ms
    64 bytes from 108.61.193.166.vultr.com (108.61.193.166): icmp_seq=2 ttl=58 time=87.6 ms
    64 bytes from 108.61.193.166.vultr.com (108.61.193.166): icmp_seq=3 ttl=58 time=87.9 ms
    
    --- ga-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2001ms
    rtt min/avg/max/mdev = 87.669/89.103/91.715/1.865 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=59 time=101 ms
    64 bytes from 104.156.244.232: icmp_seq=2 ttl=59 time=101 ms
    64 bytes from 104.156.244.232: icmp_seq=3 ttl=59 time=101 ms
    
    --- fl-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2002ms
    rtt min/avg/max/mdev = 101.043/101.060/101.083/0.016 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=57 time=71.5 ms
    64 bytes from 108.61.149.182.vultr.com (108.61.149.182): icmp_seq=2 ttl=58 time=67.8 ms
    64 bytes from 108.61.149.182.vultr.com (108.61.149.182): icmp_seq=3 ttl=57 time=71.8 ms
    
    --- nj-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2002ms
    rtt min/avg/max/mdev = 67.898/70.414/71.841/1.784 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=60 time=143 ms
    64 bytes from 108.61.210.117.vultr.com (108.61.210.117): icmp_seq=2 ttl=60 time=143 ms
    64 bytes from 108.61.210.117.vultr.com (108.61.210.117): icmp_seq=3 ttl=60 time=144 ms
    
    --- fra-de-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2000ms
    rtt min/avg/max/mdev = 143.906/144.030/144.247/0.345 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=57 time=144 ms
    64 bytes from 108.61.198.102.vultr.com (108.61.198.102): icmp_seq=2 ttl=57 time=144 ms
    64 bytes from 108.61.198.102.vultr.com (108.61.198.102): icmp_seq=3 ttl=57 time=143 ms
    
    --- ams-nl-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2002ms
    rtt min/avg/max/mdev = 143.837/143.998/144.115/0.453 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=53 time=157 ms
    64 bytes from 108.61.196.101.vultr.com (108.61.196.101): icmp_seq=2 ttl=53 time=149 ms
    64 bytes from 108.61.196.101.vultr.com (108.61.196.101): icmp_seq=3 ttl=53 time=149 ms
    
    --- lon-gb-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2001ms
    rtt min/avg/max/mdev = 149.301/152.090/157.251/3.653 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=60 time=146 ms
    64 bytes from 108.61.209.127.vultr.com (108.61.209.127): icmp_seq=2 ttl=60 time=145 ms
    64 bytes from 108.61.209.127.vultr.com (108.61.209.127): icmp_seq=3 ttl=60 time=145 ms
    
    --- par-fr-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2001ms
    rtt min/avg/max/mdev = 145.440/146.023/146.812/0.657 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=60 time=32.6 ms
    64 bytes from 199.47.210.50: icmp_seq=2 ttl=60 time=31.7 ms
    64 bytes from 199.47.210.50: icmp_seq=3 ttl=60 time=31.6 ms
    
    --- 199.47.210.50 ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2003ms
    rtt min/avg/max/mdev = 31.696/32.040/32.639/0.425 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=62 time=4.71 ms
    64 bytes from 76.164.234.1: icmp_seq=2 ttl=62 time=2.91 ms
    64 bytes from 76.164.234.1: icmp_seq=3 ttl=62 time=1.59 ms
    
    --- 76.164.234.1 ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2003ms
    rtt min/avg/max/mdev = 1.592/3.073/4.712/1.280 ms
    
    ----------------------------------------------
    Pings (OVH Canada):
    PING bhs.proof.ovh.net (192.99.19.165) 56(84) bytes of data.
    64 bytes from ns238643.ip-192-99-19.net (192.99.19.165): icmp_seq=1 ttl=53 time=73.5 ms
    64 bytes from ns238643.ip-192-99-19.net (192.99.19.165): icmp_seq=2 ttl=53 time=73.5 ms
    64 bytes from ns238643.ip-192-99-19.net (192.99.19.165): icmp_seq=3 ttl=53 time=73.5 ms
    
    --- bhs.proof.ovh.net ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2002ms
    rtt min/avg/max/mdev = 73.539/73.545/73.550/0.313 ms
    
    -------------------------------------------
    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: Wed Aug 13 19:18:18 UTC 2014
    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              81235.16k   256244.63k   580586.58k   870490.79k  1059973.80k
    sha1             88100.43k   246448.62k   508042.92k   640494.59k   714719.23k
    rc4             685791.88k  1029189.40k  1174791.17k  1198474.92k  1221899.61k
    aes-128 cbc     177333.75k   200509.57k   209964.20k   417168.04k   386460.33k
    aes-256 cbc     133339.07k   145017.00k   152845.06k   319586.99k   326617.77k
    sha256           75321.08k   166662.93k   297248.17k   374263.47k   351974.74k
                      sign    verify    sign/s verify/s
    rsa 2048 bits 0.000878s 0.000025s   1139.4  39215.7
    rsa 4096 bits 0.006052s 0.000100s    165.2  10035.7
                                  sign    verify    sign/s verify/s
     256 bit ecdsa (nistp256)   0.0001s   0.0003s  13937.5   3436.4
    -------------------------------------------
    openssl speed -evp aes256 -multi 2
    OpenSSL 1.0.1e-fips 11 Feb 2013
    built on: Wed Aug 13 19:18:18 UTC 2014
    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             133613.85k   149603.52k   144937.56k   336007.17k   326361.09k
    -------------------------------------------
    openssl speed -evp aes128 -multi 2
    OpenSSL 1.0.1e-fips 11 Feb 2013
    built on: Wed Aug 13 19:18:18 UTC 2014
    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             176753.44k   192199.59k   202029.23k   416692.91k   428433.41k
    
    -------------------------------------------
    Centmin Mod Nginx static OpenSSL Benchmark
    -------------------------------------------
    
    OpenSSL 1.0.1i 6 Aug 2014
    -------------------------------------------
    openssl speed rsa4096 rsa2048 ecdsap256 sha256 sha1 md5 rc4 aes-256-cbc aes-128-cbc -multi 2
    OpenSSL 1.0.1i 6 Aug 2014
    built on: Tue Sep  9 16:02:29 UTC 2014
    options:bn(64,64) rc4(16x,int) des(idx,cisc,16,int) aes(partial) idea(int) blowfish(idx) 
    md5              58448.05k   196475.58k   514124.71k   786752.51k  1022779.39k
    sha1             61405.83k   179451.84k   366989.82k   600577.02k   723247.10k
    rc4             695322.53k  1030873.02k  1143032.75k  1151332.69k  1189399.21k
    aes-128 cbc     170008.59k   186333.76k   187957.67k   366562.99k   443984.55k
    aes-256 cbc     127122.97k   121123.88k   132824.75k   320600.06k   332551.51k
    sha256           76761.88k   163736.92k   277418.58k   344907.78k   359945.56k
                      sign    verify    sign/s verify/s
    rsa 2048 bits 0.000818s 0.000025s   1222.5  39607.8
    rsa 4096 bits 0.006010s 0.000098s    166.4  10206.5
                                  sign    verify    sign/s verify/s
     256 bit ecdsa (nistp256)   0.0001s   0.0003s  13988.8   3683.2
    -------------------------------------------
    openssl speed -evp aes256 -multi 2
    OpenSSL 1.0.1i 6 Aug 2014
    built on: Tue Sep  9 16:02:29 UTC 2014
    options:bn(64,64) rc4(16x,int) des(idx,cisc,16,int) aes(partial) idea(int) blowfish(idx) 
    evp             117580.91k   142908.86k   149425.75k   339873.11k   319097.51k
    -------------------------------------------
    openssl speed -evp aes128 -multi 2
    OpenSSL 1.0.1i 6 Aug 2014
    built on: Tue Sep  9 16:02:29 UTC 2014
    options:bn(64,64) rc4(16x,int) des(idx,cisc,16,int) aes(partial) idea(int) blowfish(idx) 
    evp             170524.17k   189365.80k   208050.52k   458268.33k   457935.53k
    -------------------------------------------
    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=20000 --auto-generate-sql-unique-query-number=30 --auto-generate-sql-unique-write-number=30 --auto-generate-sql-write-number=500 --concurrency=32 --iterations=10 --engine=myisam 
    Benchmark
            Running for engine myisam
            Average number of seconds to run all queries: 2.188 seconds
            Minimum number of seconds to run all queries: 2.039 seconds
            Maximum number of seconds to run all queries: 2.304 seconds
            Number of clients running queries: 32
            Average number of queries per client: 625
    
    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
    -------------------------------------------
    System PHP Info
    -------------------------------------------
    
    CPU: 2 x QEMU Virtual CPU version (cpu64-rhel6)
                 total       used       free     shared    buffers     cached
    Mem:           490        372        117         52         20         92
    Low:           490        372        117
    High:            0          0          0
    -/+ buffers/cache:        259        230
    Swap:            0          0          0
    ----------------------------------------------
    PHP 5.4.32 (cli) (built: Sep  9 2014 16:10:08) 
    Copyright (c) 1997-2014 The PHP Group
    Zend Engine v2.4.0, Copyright (c) 1998-2014 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/apc.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
    
    ----------------------------------------------
    [PHP Modules]
    apc
    bcmath
    bz2
    calendar
    Core
    ctype
    curl
    date
    dom
    enchant
    ereg
    exif
    filter
    ftp
    gd
    gettext
    gmp
    hash
    iconv
    igbinary
    imagick
    imap
    intl
    json
    libxml
    mbstring
    memcache
    memcached
    mhash
    mysql
    mysqli
    mysqlnd
    openssl
    pcntl
    pcre
    PDO
    pdo_mysql
    pdo_sqlite
    Phar
    posix
    pspell
    readline
    Reflection
    session
    shmop
    SimpleXML
    soap
    sockets
    SPL
    sqlite3
    standard
    sysvmsg
    sysvsem
    sysvshm
    tidy
    tokenizer
    xml
    xmlreader
    xmlrpc
    xmlwriter
    zip
    zlib
    
    [Zend Modules]
    
    ----------------------------------------------
    -------------------------------------------
    Run PHP test Zend/bench.php
    -------------------------------------------
    
    simple             0.128
    simplecall         0.142
    simpleucall        0.135
    simpleudcall       0.175
    mandel             0.279
    mandel2            0.346
    ackermann(7)       0.175
    ary(50000)         0.035
    ary2(50000)        0.033
    ary3(2000)         0.182
    fibo(30)           0.502
    hash1(50000)       0.070
    hash2(500)         0.045
    heapsort(20000)    0.111
    matrix(20)         0.157
    nestedloop(12)     0.236
    sieve(30)          0.113
    strcat(200000)     0.012
    ------------------------
    Total              2.877
    real: 2.91s user: 2.84s sys: 0.03s cpu: 98% maxmem: 31392 KB cswaits: 5
    
    simple             0.144
    simplecall         0.148
    simpleucall        0.140
    simpleudcall       0.158
    mandel             0.264
    mandel2            0.335
    ackermann(7)       0.150
    ary(50000)         0.024
    ary2(50000)        0.023
    ary3(2000)         0.169
    fibo(30)           0.391
    hash1(50000)       0.039
    hash2(500)         0.035
    heapsort(20000)    0.122
    matrix(20)         0.112
    nestedloop(12)     0.220
    sieve(30)          0.118
    strcat(200000)     0.012
    ------------------------
    Total              2.602
    real: 2.64s user: 2.60s sys: 0.02s cpu: 99% maxmem: 31388 KB cswaits: 5
    
    simple             0.164
    simplecall         0.143
    simpleucall        0.165
    simpleudcall       0.156
    mandel             0.257
    mandel2            0.342
    ackermann(7)       0.151
    ary(50000)         0.022
    ary2(50000)        0.021
    ary3(2000)         0.167
    fibo(30)           0.374
    hash1(50000)       0.036
    hash2(500)         0.037
    heapsort(20000)    0.105
    matrix(20)         0.100
    nestedloop(12)     0.211
    sieve(30)          0.105
    strcat(200000)     0.013
    ------------------------
    Total              2.569
    real: 2.60s user: 2.55s sys: 0.02s cpu: 99% maxmem: 31392 KB cswaits: 1
    
    bench.php results from 3 runs
    2.877
    2.602
    2.569
    
    bench.php avg: 2.6827
    Avg: real: 2.72s user: 2.66s sys: 0.02s cpu: 98.67% maxmem: 31390.67KB cswaits: 3.67
    created results log at /home/phpbench_logs/bench_100914-071836.log
    server PHP info log at /home/phpbench_logs/bench_phpinfo_100914-071836.log
    
    -------------------------------------------
    Run PHP test Zend/micro_bench.php
    -------------------------------------------
    
    empty_loop         0.127
    func()             0.396    0.269
    undef_func()       0.391    0.264
    int_func()         0.344    0.217
    $x = self::$x      0.296    0.169
    self::$x = 0       0.277    0.150
    isset(self::$x)    0.268    0.141
    empty(self::$x)    0.308    0.181
    $x = Foo::$x       0.284    0.157
    Foo::$x = 0        0.242    0.115
    isset(Foo::$x)     0.268    0.140
    empty(Foo::$x)     0.244    0.117
    self::f()          0.562    0.435
    Foo::f()           0.570    0.443
    $x = $this->x      0.282    0.155
    $this->x = 0       0.303    0.176
    $this->x += 2      0.255    0.128
    ++$this->x         0.238    0.111
    --$this->x         0.225    0.098
    $this->x++         0.248    0.121
    $this->x--         0.279    0.152
    isset($this->x)    0.239    0.112
    empty($this->x)    0.274    0.147
    $this->f()         0.441    0.313
    $x = Foo::TEST     0.278    0.151
    new Foo()          0.866    0.739
    $x = TEST          0.207    0.080
    $x = $_GET         0.329    0.202
    $x = $GLOBALS['v'] 0.444    0.317
    $x = $hash['v']    0.311    0.184
    $x = $str[0]       0.353    0.226
    $x = $a ?: null    0.243    0.116
    $x = $f ?: tmp     0.320    0.193
    $x = $f ? $f : $a  0.269    0.142
    $x = $f ? $f : tmp 0.423    0.296
    ------------------------
    Total             11.403
    real: 11.43s user: 11.33s sys: 0.01s cpu: 99% maxmem: 19300 KB cswaits: 2
    
    empty_loop         0.126
    func()             0.378    0.252
    undef_func()       0.397    0.271
    int_func()         0.424    0.298
    $x = self::$x      0.309    0.183
    self::$x = 0       0.296    0.170
    isset(self::$x)    0.252    0.126
    empty(self::$x)    0.259    0.133
    $x = Foo::$x       0.353    0.227
    Foo::$x = 0        0.281    0.155
    isset(Foo::$x)     0.244    0.118
    empty(Foo::$x)     0.236    0.110
    self::f()          0.435    0.309
    Foo::f()           0.419    0.293
    $x = $this->x      0.295    0.168
    $this->x = 0       0.410    0.284
    $this->x += 2      0.269    0.143
    ++$this->x         0.218    0.092
    --$this->x         0.241    0.114
    $this->x++         0.253    0.127
    $this->x--         0.254    0.128
    isset($this->x)    0.228    0.102
    empty($this->x)    0.241    0.115
    $this->f()         0.433    0.307
    $x = Foo::TEST     0.223    0.096
    new Foo()          0.819    0.693
    $x = TEST          0.172    0.046
    $x = $_GET         0.316    0.190
    $x = $GLOBALS['v'] 0.429    0.302
    $x = $hash['v']    0.308    0.181
    $x = $str[0]       0.366    0.240
    $x = $a ?: null    0.266    0.139
    $x = $f ?: tmp     0.328    0.202
    $x = $f ? $f : $a  0.303    0.177
    $x = $f ? $f : tmp 0.442    0.315
    ------------------------
    Total             11.224
    real: 11.26s user: 11.16s sys: 0.02s cpu: 99% maxmem: 19304 KB cswaits: 1
    
    empty_loop         0.122
    func()             0.510    0.389
    undef_func()       0.399    0.277
    int_func()         0.346    0.224
    $x = self::$x      0.293    0.171
    self::$x = 0       0.381    0.259
    isset(self::$x)    0.250    0.128
    empty(self::$x)    0.276    0.155
    $x = Foo::$x       0.355    0.233
    Foo::$x = 0        0.271    0.149
    isset(Foo::$x)     0.256    0.134
    empty(Foo::$x)     0.240    0.118
    self::f()          0.415    0.293
    Foo::f()           0.394    0.272
    $x = $this->x      0.259    0.137
    $this->x = 0       0.309    0.187
    $this->x += 2      0.284    0.162
    ++$this->x         0.225    0.103
    --$this->x         0.283    0.161
    $this->x++         0.248    0.126
    $this->x--         0.253    0.131
    isset($this->x)    0.223    0.101
    empty($this->x)    0.250    0.128
    $this->f()         0.432    0.310
    $x = Foo::TEST     0.231    0.109
    new Foo()          0.814    0.692
    $x = TEST          0.185    0.063
    $x = $_GET         0.322    0.200
    $x = $GLOBALS['v'] 0.497    0.375
    $x = $hash['v']    0.286    0.164
    $x = $str[0]       0.403    0.281
    $x = $a ?: null    0.251    0.129
    $x = $f ?: tmp     0.328    0.206
    $x = $f ? $f : $a  0.278    0.156
    $x = $f ? $f : tmp 0.428    0.306
    ------------------------
    Total             11.297
    real: 11.33s user: 11.24s sys: 0.02s cpu: 99% maxmem: 19304 KB cswaits: 1
    
    micro_bench.php results from 3 runs
    11.403
    11.224
    11.297
    
    micro_bench.php avg: 11.3080
    Avg: real: 11.34s user: 11.24s sys: 0.02s cpu: 99.00% maxmem: 19302.67KB cswaits: 1.33
    created results log at /home/phpbench_logs/bench_micro_100914-071836.log
    server PHP info log at /home/phpbench_logs/bench_phpinfo_100914-071836.log
    
    
    -------------------------------------------
    centminmodbench.sh completed
    -------------------------------------------
    
     
  9. Josephm

    Josephm Active Member

    132
    44
    28
    Aug 26, 2014
    Ratings:
    +48
    Local Time:
    2:21 AM
    1.9.5
    10.0.21
    Both of my VPSes are from New York ;)
     
  10. eva2000

    eva2000 Administrator Staff Member

    53,488
    12,130
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,671
    Local Time:
    5:21 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Ah so looks like for Asian connectivity from New York, Vultr is better than DigitalOcean :)
     
  11. Josephm

    Josephm Active Member

    132
    44
    28
    Aug 26, 2014
    Ratings:
    +48
    Local Time:
    2:21 AM
    1.9.5
    10.0.21
    Will try Vultr soon ;)
     
  12. eva2000

    eva2000 Administrator Staff Member

    53,488
    12,130
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,671
    Local Time:
    5:21 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Great, FYI made a change so that the santised report output has separate BBCODE wrappers around each test suite so just copying and pasting the sanitised report to a post on the forum will already have [CODE][/CODE] tags :)

    Also made a change so that PHP and Centmin Mod Nginx static OpenSSL tests only run for Centmin Mod LEMP stack servers - this way non-Centmin Mod stack servers should be able to run the rest of the tests ensure php and openssl static nginx tests only run for Centmin Mod insta... · 44ca240 · centminmod/centminmodbench · GitHub
     
    Last edited: Sep 11, 2014
  13. Josephm

    Josephm Active Member

    132
    44
    28
    Aug 26, 2014
    Ratings:
    +48
    Local Time:
    2:21 AM
    1.9.5
    10.0.21
    Use tried Vultr package $15/month, 2CPU, 2 GB RAM, 40 SSD, in New Jersey. In my opinions, it's not good as my benchmark comparing to Ramnode Stardard SSD package ($10/mth) in New York
    I also installed centmindmod 8 successfully ;)
    Code:
    -------------------------------------------
    centminmodbench.sh 0.0.1 (centminmod.com)
    -------------------------------------------
    
    -------------------------------------------
    System Information
    -------------------------------------------
    
    3.10.0-123.6.3.el7.x86_64
    
    CentOS Linux release 7.0.1406 (Core)
    
    Centmin Mod 1.2.3-eva2000.08
    
    ----------------------------------------------
    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:  2
    Socket(s):  1
    NUMA node(s):  1
    Vendor ID:  GenuineIntel
    CPU family:  6
    Model:  60
    Model name:  Vultr Virtual CPU 2
    Stepping:  1
    CPU MHz:  3400.016
    BogoMIPS:  6800.03
    Hypervisor vendor:  KVM
    Virtualization type:  full
    L1d cache:  32K
    L1i cache:  32K
    L2 cache:  4096K
    NUMA node0 CPU(s):  0,1
    
    ----------------------------------------------
    CPU NODE SOCKET CORE L1d:L1i:L2 ONLINE
    0  0  0  0  0:0:0  yes
    1  0  0  1  1:1:1  yes
    
    ----------------------------------------------
      total  used  free  shared  buffers  cached
    Mem:  1840  561  1278  34  18  286
    Low:  1840  561  1278
    High:  0  0  0
    -/+ buffers/cache:  256  1583
    Swap:  0  0  0
    
    ----------------------------------------------
    Filesystem  Size  Used Avail Use% Mounted on
    /dev/vda1  40G  5.0G  33G  14% /
    devtmpfs  916M  0  916M  0% /dev
    tmpfs  921M  0  921M  0% /dev/shm
    tmpfs  921M  8.3M  913M  1% /run
    tmpfs  921M  0  921M  0% /sys/fs/cgroup
    tmpfs  921M  80K  921M  1% /tmp
    
    
    Code:
    -------------------------------------------
    disk ioping tests
    -------------------------------------------
    
    2014-09-11 10:49:30 URL:https://ioping.googlecode.com/files/ioping-0.6.tar.gz [6957/6957] -> "ioping-0.6.tar.gz" [1]
    Download done.
    ioping-0.6.tar.gz valid file.
    
    Running IOPing I/O benchmark...
    ccache gcc -std=c99 -g -Wall -Wextra -pedantic -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DVERSION=\"0.6\" -c -o ioping.o ioping.c
    ccache gcc -o ioping ioping.o -std=c99 -g -Wall -Wextra -pedantic -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -lm
    
    IOPing I/O: ./ioping -c 10 .
    4096 bytes from . (ext4 /dev/vda1): request=1 time=1.0 ms
    4096 bytes from . (ext4 /dev/vda1): request=2 time=0.4 ms
    4096 bytes from . (ext4 /dev/vda1): request=3 time=0.4 ms
    4096 bytes from . (ext4 /dev/vda1): request=4 time=0.4 ms
    4096 bytes from . (ext4 /dev/vda1): request=5 time=0.4 ms
    4096 bytes from . (ext4 /dev/vda1): request=6 time=0.3 ms
    4096 bytes from . (ext4 /dev/vda1): request=7 time=0.4 ms
    4096 bytes from . (ext4 /dev/vda1): request=8 time=0.4 ms
    4096 bytes from . (ext4 /dev/vda1): request=9 time=0.4 ms
    4096 bytes from . (ext4 /dev/vda1): request=10 time=0.4 ms
    
    --- . (ext4 /dev/vda1) ioping statistics ---
    10 requests completed in 9006.2 ms, 2127 iops, 8.3 mb/s
    min/avg/max/mdev = 0.3/0.5/1.0/0.2 ms
    
    IOPing seek rate: ./ioping -RD .
    
    --- . (ext4 /dev/vda1) ioping statistics ---
    10857 requests completed in 3000.0 ms, 5437 iops, 21.2 mb/s
    min/avg/max/mdev = 0.1/0.2/3.7/0.1 ms
    
    IOPing sequential: ./ioping -RL .
    
    --- . (ext4 /dev/vda1) ioping statistics ---
    3381 requests completed in 3000.8 ms, 1242 iops, 310.4 mb/s
    min/avg/max/mdev = 0.7/0.8/2.8/0.1 ms
    
    IOPing cached: ./ioping -RC .
    
    --- . (ext4 /dev/vda1) ioping statistics ---
    50190 requests completed in 3000.0 ms, 834747 iops, 3260.7 mb/s
    min/avg/max/mdev = 0.0/0.0/0.0/0.0 ms
    
    -------------------------------------------
    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, 2.30971 s, 465 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, 2.27888 s, 471 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, 3.88594 s, 276 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, 12.0401 s, 89.2 MB/s
    -------------------------------------------
    disk FIO tests
    -------------------------------------------
    
    2014-09-11 10:50:12 URL:https://raw.githubusercontent.com/Crowd9/Benchmark/master/fio-2.0.9.tar.gz [275092/275092] -> "fio-2.0.9.tar.gz" [1]
    Download done.
    fio-2.0.9.tar.gz valid file.
    
    Running FIO benchmark...
    
    FIO_VERSION = fio-2.0.9
      DEP .depend
      CC gettime.o
      CC fio.o
      CC ioengines.o
      CC init.o
      CC stat.o
      CC log.o
      CC time.o
      CC filesetup.o
      CC eta.o
      CC verify.o
      CC memory.o
      CC io_u.o
      CC parse.o
      CC mutex.o
      CC options.o
      CC rbtree.o
      CC smalloc.o
      CC filehash.o
      CC profile.o
      CC debug.o
      CC lib/rand.o
      CC lib/num2str.o
      CC lib/ieee754.o
      CC crc/crc16.o
      CC crc/sha512.o
      CC crc/crc7.o
      CC crc/sha1.o
      CC crc/crc32c.o
      CC crc/crc32.o
      CC crc/crc32c-intel.o
      CC crc/sha256.o
      CC crc/md5.o
      CC crc/crc64.o
      CC engines/cpu.o
      CC engines/mmap.o
      CC engines/sync.o
      CC engines/null.o
      CC engines/net.o
      CC memalign.o
      CC server.o
      CC client.o
      CC iolog.o
      CC backend.o
      CC libfio.o
      CC flow.o
      CC diskutil.o
      CC fifo.o
      CC blktrace.o
      CC helpers.o
      CC cgroup.o
      CC trim.o
      CC engines/libaio.o
      CC engines/posixaio.o
      CC engines/sg.o
      CC engines/splice.o
      CC engines/syslet-rw.o
      CC engines/guasi.o
      CC engines/binject.o
      CC engines/rdma.o
      CC profiles/tiobench.o
      CC fio
    
    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=10296: Thu Sep 11 10:50:23 2014
      read : io=1024.3MB, bw=256563KB/s, iops=64140 , runt=  4088msec
      cpu  : usr=6.19%, sys=31.71%, ctx=73221, majf=0, minf=82
      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=256562KB/s, minb=256562KB/s, maxb=256562KB/s, mint=4088msec, maxt=4088msec
    
    Disk stats (read/write):
      vda: ios=250528/0, merge=0/0, ticks=247199/0, in_queue=247219, util=97.57%
    
    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=10300: Thu Sep 11 10:50:28 2014
      write: io=1024.3MB, bw=236436KB/s, iops=59108 , runt=  4436msec
      cpu  : usr=5.03%, sys=25.03%, ctx=39925, majf=0, minf=17
      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=236435KB/s, minb=236435KB/s, maxb=236435KB/s, mint=4436msec, maxt=4436msec
    
    Disk stats (read/write):
      vda: ios=0/260133, merge=0/3, ticks=0/273616, in_queue=273616, util=97.84%
    
    
    Code:
    
    -------------------------------------------
    Running bandwidth benchmark...
    -------------------------------------------
    
    ----------------------------------------------
    Download from Cachefly (http://cachefly.cachefly.net/100mb.test)
    Download Cachefly: 4.81MB/s
    ----------------------------------------------
    Download from Linode, Atlanta, GA, USA (http://speedtest.atlanta.linode.com/100MB-atlanta.bin)
    Download Linode, Atlanta, GA, USA: 79.3MB/s
    ----------------------------------------------
    Download from Linode, Dallas, TX, USA (http://speedtest.dallas.linode.com/100MB-dallas.bin)
    Download Linode, Dallas, TX, USA: 46.6MB/s
    ----------------------------------------------
    Download from Linode, Tokyo, JP (http://speedtest.tokyo.linode.com/100MB-tokyo.bin)
    Download Linode, Tokyo, JP: 11.0MB/s
    ----------------------------------------------
    Download from Linode, London, UK (http://speedtest.london.linode.com/100MB-london.bin)
    Download Linode, London, UK: 27.3MB/s
    ----------------------------------------------
    Download from OVH, Paris, France (http://proof.ovh.net/files/100Mio.dat)
    Download OVH, Paris, France: 3.26MB/s
    ----------------------------------------------
    Download from SmartDC, Rotterdam, Netherlands (http://mirror.i3d.net/100mb.bin)
    Download SmartDC, Rotterdam, Netherlands: 6.06MB/s
    ----------------------------------------------
    Download from Leaseweb, Manassas, VA, USA (http://mirror.us.leaseweb.net/speedtest/100mb.bin)
    Download Leaseweb, Manassas, VA, USA: 20.9MB/s
    ----------------------------------------------
    Download from Softlayer, Singapore (http://speedtest.sng01.softlayer.com/downloads/test100.zip)
    Download Softlayer, Singapore: 8.94MB/s
    ----------------------------------------------
    Download from Softlayer, Seattle, WA, USA (http://speedtest.sea01.softlayer.com/downloads/test100.zip)
    Download Softlayer, Seattle, WA, USA: 31.1MB/s
    ----------------------------------------------
    Download from Softlayer, San Jose, CA, USA (http://speedtest.sjc01.softlayer.com/downloads/test100.zip)
    Download Softlayer, San Jose, CA, USA: 26.1MB/s
    ----------------------------------------------
    Download from Softlayer, Washington, DC, USA (http://speedtest.wdc01.softlayer.com/downloads/test100.zip)
    Download Softlayer, Washington, DC, USA: 36.9MB/s
    ----------------------------------------------
    Download from Vultr, Sydney, Australia (http://syd-au-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Sydney, Australia: 6.89MB/s
    ----------------------------------------------
    Download from Vultr, Tokyo, Japan (http://hnd-jp-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Tokyo, Japan: 7.60MB/s
    ----------------------------------------------
    Download from Vultr, Los Angeles, California (http://lax-ca-us-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Los Angeles, California: 20.0MB/s
    ----------------------------------------------
    Download from Vultr, Seattle, Washington (http://wa-us-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Seattle, Washington: 11.0MB/s
    ----------------------------------------------
    Download from Vultr, Dallas, Texas (http://tx-us-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Dallas, Texas: 26.8MB/s
    ----------------------------------------------
    Download from Vultr, Chicago, Illinois (http://il-us-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Chicago, Illinois: 47.4MB/s
    ----------------------------------------------
    Download from Vultr, Atlanta, Georgia (http://ga-us-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Atlanta, Georgia: 48.7MB/s
    ----------------------------------------------
    Download from Vultr, Miami, Florida (http://fl-us-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Miami, Florida: 29.4MB/s
    ----------------------------------------------
    Download from Vultr, New York / New Jersey (http://nj-us-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, New York / New Jersey: 42.3MB/s
    ----------------------------------------------
    Download from Vultr, Amsterdam, Netherlands (http://ams-nl-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Amsterdam, Netherlands: 16.2MB/s
    ----------------------------------------------
    Download from Vultr, London, UK (http://lon-gb-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, London, UK: 17.1MB/s
    ----------------------------------------------
    Download from Vultr, Paris, France (http://par-fr-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Paris, France: 14.2MB/s
    ----------------------------------------------
    Download from VersaWeb, Las Vegas, Nevada (http://199.47.210.50/100mbtest.bin)
    Download VersaWeb, Las Vegas, Nevada: 16.0MB/s
    ----------------------------------------------
    Download from OVH, BHS, Canada (http://bhs.proof.ovh.net/files/100Mio.dat)
    Download OVH, BHS, Canada: 18.5MB/s
    
    -------------------------------------------
    Running ping tests...
    -------------------------------------------
    
    ----------------------------------------------
    Pings (cachefly.cachefly.net):
    PING vip1.g.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=11.0 ms
    64 bytes from vip1.G-anycast1.cachefly.net (205.234.175.175): icmp_seq=2 ttl=57 time=11.5 ms
    64 bytes from vip1.G-anycast1.cachefly.net (205.234.175.175): icmp_seq=3 ttl=57 time=11.1 ms
    
    --- vip1.g.cachefly.net ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2003ms
    rtt min/avg/max/mdev = 11.019/11.234/11.576/0.244 ms
    
    ----------------------------------------------
    Pings (syd-au-ping.vultr.com):
    PING syd-au-ping.vultr.com (108.61.212.117) 56(84) bytes of data.
    64 bytes from 108.61.212.117.vultr.com (108.61.212.117): icmp_seq=1 ttl=51 time=218 ms
    64 bytes from 108.61.212.117.vultr.com (108.61.212.117): icmp_seq=2 ttl=51 time=218 ms
    64 bytes from 108.61.212.117.vultr.com (108.61.212.117): icmp_seq=3 ttl=51 time=218 ms
    
    --- syd-au-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2002ms
    rtt min/avg/max/mdev = 218.164/218.227/218.297/0.385 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=50 time=151 ms
    64 bytes from 108.61.201.151.vultr.com (108.61.201.151): icmp_seq=2 ttl=50 time=162 ms
    64 bytes from 108.61.201.151.vultr.com (108.61.201.151): icmp_seq=3 ttl=50 time=173 ms
    
    --- hnd-jp-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2003ms
    rtt min/avg/max/mdev = 151.301/162.615/173.633/9.119 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=52 time=79.1 ms
    64 bytes from 108.61.219.200.vultr.com (108.61.219.200): icmp_seq=2 ttl=52 time=79.3 ms
    64 bytes from 108.61.219.200.vultr.com (108.61.219.200): icmp_seq=3 ttl=52 time=79.4 ms
    
    --- lax-ca-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2000ms
    rtt min/avg/max/mdev = 79.189/79.327/79.454/0.108 ms
    
    ----------------------------------------------
    Pings (wa-us-ping.vultr.com):
    PING wa-us-ping.vultr.com (108.61.194.105) 56(84) bytes of data.
    64 bytes from 108.61.194.105.vultr.com (108.61.194.105): icmp_seq=1 ttl=55 time=67.3 ms
    64 bytes from 108.61.194.105.vultr.com (108.61.194.105): icmp_seq=2 ttl=55 time=67.6 ms
    64 bytes from 108.61.194.105.vultr.com (108.61.194.105): icmp_seq=3 ttl=55 time=67.4 ms
    
    --- wa-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2002ms
    rtt min/avg/max/mdev = 67.371/67.482/67.621/0.236 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=55 time=46.3 ms
    64 bytes from 108.61.224.175.vultr.com (108.61.224.175): icmp_seq=2 ttl=55 time=46.3 ms
    64 bytes from 108.61.224.175.vultr.com (108.61.224.175): icmp_seq=3 ttl=55 time=46.4 ms
    
    --- tx-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2003ms
    rtt min/avg/max/mdev = 46.326/46.379/46.456/0.184 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=54 time=24.9 ms
    64 bytes from 107.191.51.12.vultr.com (107.191.51.12): icmp_seq=2 ttl=54 time=21.8 ms
    64 bytes from 107.191.51.12.vultr.com (107.191.51.12): icmp_seq=3 ttl=54 time=24.8 ms
    
    --- il-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2002ms
    rtt min/avg/max/mdev = 21.812/23.848/24.929/1.446 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=55 time=28.2 ms
    64 bytes from 108.61.193.166.vultr.com (108.61.193.166): icmp_seq=2 ttl=55 time=28.7 ms
    64 bytes from 108.61.193.166.vultr.com (108.61.193.166): icmp_seq=3 ttl=55 time=28.8 ms
    
    --- ga-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2003ms
    rtt min/avg/max/mdev = 28.296/28.639/28.854/0.245 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=56 time=41.0 ms
    64 bytes from 104.156.244.232: icmp_seq=2 ttl=56 time=41.2 ms
    64 bytes from 104.156.244.232: icmp_seq=3 ttl=56 time=33.4 ms
    
    --- fl-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2003ms
    rtt min/avg/max/mdev = 33.483/38.584/41.235/3.611 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=61 time=0.399 ms
    64 bytes from 108.61.149.182.vultr.com (108.61.149.182): icmp_seq=2 ttl=61 time=0.625 ms
    64 bytes from 108.61.149.182.vultr.com (108.61.149.182): icmp_seq=3 ttl=61 time=0.593 ms
    
    --- nj-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2002ms
    rtt min/avg/max/mdev = 0.399/0.539/0.625/0.099 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=57 time=84.0 ms
    64 bytes from 108.61.210.117.vultr.com (108.61.210.117): icmp_seq=2 ttl=57 time=83.9 ms
    64 bytes from 108.61.210.117.vultr.com (108.61.210.117): icmp_seq=3 ttl=57 time=83.7 ms
    
    --- fra-de-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2002ms
    rtt min/avg/max/mdev = 83.768/83.952/84.096/0.273 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=54 time=77.8 ms
    64 bytes from 108.61.198.102.vultr.com (108.61.198.102): icmp_seq=2 ttl=54 time=77.9 ms
    64 bytes from 108.61.198.102.vultr.com (108.61.198.102): icmp_seq=3 ttl=54 time=77.9 ms
    
    --- ams-nl-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2002ms
    rtt min/avg/max/mdev = 77.834/77.915/77.968/0.327 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=54 time=71.1 ms
    64 bytes from 108.61.196.101.vultr.com (108.61.196.101): icmp_seq=2 ttl=54 time=71.3 ms
    64 bytes from 108.61.196.101.vultr.com (108.61.196.101): icmp_seq=3 ttl=54 time=71.1 ms
    
    --- lon-gb-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2003ms
    rtt min/avg/max/mdev = 71.107/71.205/71.314/0.233 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=57 time=85.8 ms
    64 bytes from 108.61.209.127.vultr.com (108.61.209.127): icmp_seq=2 ttl=57 time=85.9 ms
    64 bytes from 108.61.209.127.vultr.com (108.61.209.127): icmp_seq=3 ttl=57 time=86.0 ms
    
    --- par-fr-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2002ms
    rtt min/avg/max/mdev = 85.807/85.948/86.076/0.356 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=54 time=70.3 ms
    64 bytes from 199.47.210.50: icmp_seq=2 ttl=54 time=70.0 ms
    64 bytes from 199.47.210.50: icmp_seq=3 ttl=54 time=71.8 ms
    
    --- 199.47.210.50 ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2002ms
    rtt min/avg/max/mdev = 70.013/70.760/71.898/0.873 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=56 time=76.2 ms
    64 bytes from 76.164.234.1: icmp_seq=2 ttl=56 time=67.5 ms
    64 bytes from 76.164.234.1: icmp_seq=3 ttl=56 time=69.9 ms
    
    --- 76.164.234.1 ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2003ms
    rtt min/avg/max/mdev = 67.578/71.262/76.231/3.647 ms
    
    ----------------------------------------------
    Pings (OVH Canada):
    PING bhs.proof.ovh.net (192.99.19.165) 56(84) bytes of data.
    64 bytes from ns238643.ip-192-99-19.net (192.99.19.165): icmp_seq=1 ttl=58 time=9.92 ms
    64 bytes from ns238643.ip-192-99-19.net (192.99.19.165): icmp_seq=2 ttl=58 time=10.0 ms
    64 bytes from ns238643.ip-192-99-19.net (192.99.19.165): icmp_seq=3 ttl=58 time=10.0 ms
    
    --- bhs.proof.ovh.net ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2003ms
    rtt min/avg/max/mdev = 9.921/9.979/10.010/0.041 ms
    
    
    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
    Forked child 0
    +DT:md5:3:16
    +DT:md5:3:16
    +R:12333296:md5:3.000000
    +R:12262406:md5:3.000000
    +DT:md5:3:64
    +DT:md5:3:64
    +R:9028135:md5:3.000000
    +R:9058787:md5:3.000000
    +DT:md5:3:256
    +DT:md5:3:256
    +R:4843091:md5:3.000000
    +R:4936499:md5:3.000000
    +DT:md5:3:1024
    +DT:md5:3:1024
    +R:1750987:md5:3.000000
    +R:1767222:md5:3.000000
    +DT:md5:3:8192
    +DT:md5:3:8192
    +R:252985:md5:3.000000
    +R:252668:md5:3.000000
    +DT:sha1:3:16
    +DT:sha1:3:16
    +R:13556212:sha1:3.000000
    +DT:sha1:3:64
    +R:13580389:sha1:3.000000
    +DT:sha1:3:64
    +R:9483410:sha1:3.000000
    +DT:sha1:3:256
    +R:9506303:sha1:3.000000
    +DT:sha1:3:256
    +R:5125928:sha1:3.000000
    +DT:sha1:3:1024
    +R:5095260:sha1:3.000000
    +DT:sha1:3:1024
    +R:1901957:sha1:3.000000
    +R:1906184:sha1:3.000000
    +DT:sha1:3:8192
    +DT:sha1:3:8192
    +R:290389:sha1:3.000000
    +R:287494:sha1:3.000000
    +DT:sha256:3:16
    +DT:sha256:3:16
    +R:10059441:sha256:3.000000
    +R:10091959:sha256:3.000000
    +DT:sha256:3:64
    +DT:sha256:3:64
    +R:5616054:sha256:3.000000
    +DT:sha256:3:256
    +R:5650893:sha256:3.000000
    +DT:sha256:3:256
    +R:2475181:sha256:3.000000
    +R:2479742:sha256:3.000000
    +DT:sha256:3:1024
    +DT:sha256:3:1024
    +R:735046:sha256:3.000000
    +R:676502:sha256:3.000000
    +DT:sha256:3:8192
    +DT:sha256:3:8192
    +R:98952:sha256:3.000000
    +R:98674:sha256:3.000000
    +DT:rc4:3:16
    +DT:rc4:3:16
    +R:76933521:rc4:3.000000
    +R:73330375:rc4:3.000000
    +DT:rc4:3:64
    +DT:rc4:3:64
    +R:32848387:rc4:3.000000
    +R:32110623:rc4:3.000000
    +DT:rc4:3:256
    +DT:rc4:3:256
    +R:9353360:rc4:3.000000
    +R:9718819:rc4:3.000000
    +DT:rc4:3:1024
    +DT:rc4:3:1024
    +R:2433395:rc4:3.000000
    +R:2431769:rc4:3.000000
    +DT:rc4:3:8192
    +DT:rc4:3:8192
    +R:317209:rc4:3.000000
    +R:314896:rc4:3.000000
    +DT:aes-128 cbc:3:16
    +DT:aes-128 cbc:3:16
    +R:25677501:aes-128 cbc:3.000000
    +R:26133459:aes-128 cbc:3.000000
    +DT:aes-128 cbc:3:64
    +DT:aes-128 cbc:3:64
    +R:7132577:aes-128 cbc:3.000000
    +R:7167488:aes-128 cbc:3.000000
    +DT:aes-128 cbc:3:256
    +DT:aes-128 cbc:3:256
    +R:1808157:aes-128 cbc:3.000000
    +R:1798448:aes-128 cbc:3.000000
    +DT:aes-128 cbc:3:1024
    +DT:aes-128 cbc:3:1024
    +R:973891:aes-128 cbc:3.000000
    +R:975248:aes-128 cbc:3.000000
    +DT:aes-128 cbc:3:8192
    +DT:aes-128 cbc:3:8192
    +R:123911:aes-128 cbc:3.000000
    +R:123295:aes-128 cbc:3.000000
    +DT:aes-256 cbc:3:16
    +DT:aes-256 cbc:3:16
    +R:18994380:aes-256 cbc:3.000000
    +R:18949813:aes-256 cbc:3.000000
    +DT:aes-256 cbc:3:64
    +DT:aes-256 cbc:3:64
    +R:3299794:aes-256 cbc:3.000000
    +R:3165355:aes-256 cbc:3.000000
    +DT:aes-256 cbc:3:256
    +DT:aes-256 cbc:3:256
    +R:661092:aes-256 cbc:3.000000
    +R:664071:aes-256 cbc:3.000000
    +DT:aes-256 cbc:3:1024
    +DT:aes-256 cbc:3:1024
    +R:427586:aes-256 cbc:3.000000
    +R:426800:aes-256 cbc:3.000000
    +DT:aes-256 cbc:3:8192
    +DT:aes-256 cbc:3:8192
    +R:54159:aes-256 cbc:3.000000
    +R:54068:aes-256 cbc:3.000000
    +DTP:2048:private:rsa:10
    +DTP:2048:private:rsa:10
    +R1:5140:2048:10.00
    +DTP:2048:public:rsa:10
    +R1:5128:2048:10.00
    +DTP:2048:public:rsa:10
    +R2:174375:2048:10.00
    +R2:173772:2048:10.00
    +DTP:4096:private:rsa:10
    +DTP:4096:private:rsa:10
    +R1:747:4096:10.00
    +DTP:4096:public:rsa:10
    +R1:750:4096:10.00
    +DTP:4096:public:rsa:10
    +R2:48902:4096:10.00
    +DTP:256:sign:ecdsa:10
    +R2:49000:4096:10.01
    +DTP:256:sign:ecdsa:10
    +R5:58312:256:10.00
    +DTP:256:verify:ecdsa:10
    +R5:58320:256:10.00
    +DTP:256:verify:ecdsa:10
    +R6:14618:256:10.00
    +R6:14498:256:10.00
    Forked child 1
    Got: +H:16:64:256:1024:8192 from 0
    Got: +F:3:md5:65399498.67:193254122.67:413277098.67:597670229.33:690817706.67 from 0
    Got: +F:5:sha1:72299797.33:202312746.67:437412522.67:649201322.67:785050282.67 from 0
    Got: +F:7:rc4:410312112.00:685026624.00:798153386.67:830598826.67:866192042.67 from 0
    Got: +F:16:aes-128 cbc:139378448.00:152161642.67:153467562.67:332884650.67:336677546.67 from 0
    Got: +F:18:aes-256 cbc:101065669.33:67527573.33:56413184.00:145949354.67:147890176.00 from 0
    Got: +F:23:sha256:53650352.00:120552384.00:211604650.67:230912682.67:269445802.67 from 0
    Got: +F2:2:2048:0.001950:0.000058 from 0
    Got: +F2:3:4096:0.013387:0.000204 from 0
    Got: +F4:3:256:0.000171:0.000684 from 0
    Got: +H:16:64:256:1024:8192 from 1
    Got: +F:3:md5:65777578.67:192600213.33:421247914.67:603211776.00:689952085.33 from 1
    Got: +F:5:sha1:72428741.33:202801130.67:434795520.00:650644138.67:792955562.67 from 1
    Got: +F:7:rc4:391095333.33:700765589.33:829339221.33:830043818.67:859876010.67 from 1
    Got: +F:16:aes-128 cbc:136946672.00:152906410.67:154296064.00:332421461.33:338359637.33 from 1
    Got: +F:18:aes-256 cbc:101303360.00:70395605.33:56667392.00:145681066.67:147641685.33 from 1
    Got: +F:23:sha256:53823781.33:119809152.00:211215445.33:250895701.33:270204928.00 from 1
    Got: +F2:2:2048:0.001946:0.000057 from 1
    Got: +F2:3:4096:0.013333:0.000204 from 1
    Got: +F4:3:256:0.000171:0.000690 from 1
    OpenSSL 1.0.1e-fips 11 Feb 2013
    built on: Wed Aug 13 19:18:18 UTC 2014
    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  131177.08k  385854.34k  834525.01k  1200882.01k  1380769.79k
    sha1  144728.54k  405113.88k  872208.04k  1299845.46k  1578005.85k
    rc4  801407.45k  1385792.21k  1627492.61k  1660642.65k  1726068.05k
    aes-128 cbc  276325.12k  305068.05k  307763.63k  665306.11k  675037.18k
    aes-256 cbc  202369.03k  137923.18k  113080.58k  291630.42k  295531.86k
    sha256  107474.13k  240361.54k  422820.10k  481808.38k  539650.73k
      sign  verify  sign/s verify/s
    rsa 2048 bits 0.000974s 0.000029s  1026.7  34785.2
    rsa 4096 bits 0.006680s 0.000102s  149.7  9803.9
      sign  verify  sign/s verify/s
     256 bit ecdsa (nistp256)  0.0001s  0.0003s  11695.9  2911.3
    -------------------------------------------
    openssl speed -evp aes256 -multi 2
    Forked child 0
    +DT:aes-256-cbc:3:16
    +DT:aes-256-cbc:3:16
    +R:90765737:aes-256-cbc:3.000000
    +DT:aes-256-cbc:3:64
    +R:91034085:aes-256-cbc:3.000000
    +DT:aes-256-cbc:3:64
    +R:26165335:aes-256-cbc:3.000000
    +DT:aes-256-cbc:3:256
    +R:26238253:aes-256-cbc:3.000000
    +DT:aes-256-cbc:3:256
    +R:6704675:aes-256-cbc:3.000000
    +DT:aes-256-cbc:3:1024
    +R:6722373:aes-256-cbc:3.000000
    +DT:aes-256-cbc:3:1024
    +R:1711724:aes-256-cbc:3.000000
    +DT:aes-256-cbc:3:8192
    +R:1716793:aes-256-cbc:3.000000
    +DT:aes-256-cbc:3:8192
    +R:213716:aes-256-cbc:3.000000
    +R:214335:aes-256-cbc:3.000000
    Forked child 1
    Got: +H:16:64:256:1024:8192 from 0
    Got: +F:22:aes-256-cbc:484083930.67:558193813.33:572132266.67:584268458.67:583587157.33 from 0
    Got: +H:16:64:256:1024:8192 from 1
    Got: +F:22:aes-256-cbc:485515120.00:559749397.33:573642496.00:585998677.33:585277440.00 from 1
    OpenSSL 1.0.1e-fips 11 Feb 2013
    built on: Wed Aug 13 19:18:18 UTC 2014
    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  969599.05k  1117943.21k  1145774.76k  1170267.14k  1168864.60k
    -------------------------------------------
    openssl speed -evp aes128 -multi 2
    Forked child 0
    +DT:aes-128-cbc:3:16
    +DT:aes-128-cbc:3:16
    +R:119338087:aes-128-cbc:3.000000
    +DT:aes-128-cbc:3:64
    +R:119719926:aes-128-cbc:3.000000
    +DT:aes-128-cbc:3:64
    +R:35452846:aes-128-cbc:3.000000
    +DT:aes-128-cbc:3:256
    +R:35581030:aes-128-cbc:3.000000
    +DT:aes-128-cbc:3:256
    +R:9404536:aes-128-cbc:3.000000
    +DT:aes-128-cbc:3:1024
    +R:9434055:aes-128-cbc:3.000000
    +DT:aes-128-cbc:3:1024
    +R:2354755:aes-128-cbc:3.000000
    +DT:aes-128-cbc:3:8192
    +R:2364012:aes-128-cbc:3.000000
    +DT:aes-128-cbc:3:8192
    +R:297439:aes-128-cbc:3.000000
    +R:298427:aes-128-cbc:3.000000
    Forked child 1
    Got: +H:16:64:256:1024:8192 from 0
    Got: +F:22:aes-128-cbc:636469797.33:756327381.33:802520405.33:803756373.33:812206762.67 from 0
    Got: +H:16:64:256:1024:8192 from 1
    Got: +F:22:aes-128-cbc:638506272.00:759061973.33:805039360.00:806916096.00:814904661.33 from 1
    OpenSSL 1.0.1e-fips 11 Feb 2013
    built on: Wed Aug 13 19:18:18 UTC 2014
    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  1274976.07k  1515389.35k  1607559.77k  1610672.47k  1627111.42k
    
    -------------------------------------------
    Centmin Mod Nginx static OpenSSL Benchmark
    -------------------------------------------
    
    OpenSSL 1.0.1i 6 Aug 2014
    -------------------------------------------
    openssl speed rsa4096 rsa2048 ecdsap256 sha256 sha1 md5 rc4 aes-256-cbc aes-128-cbc -multi 2
    Forked child 0
    +DT:md5:3:16
    +DT:md5:3:16
    +R:8816778:md5:3.000000
    +DT:md5:3:64
    +R:8741339:md5:3.000000
    +DT:md5:3:64
    +R:6980921:md5:3.000000
    +DT:md5:3:256
    +R:6941495:md5:3.000000
    +DT:md5:3:256
    +R:4179719:md5:3.000000
    +DT:md5:3:1024
    +R:4247487:md5:3.000000
    +DT:md5:3:1024
    +R:1656789:md5:3.000000
    +R:1668739:md5:3.000000
    +DT:md5:3:8192
    +DT:md5:3:8192
    +R:251041:md5:3.000000
    +R:251500:md5:3.000000
    +DT:sha1:3:16
    +DT:sha1:3:16
    +R:9503779:sha1:3.000000
    +R:9565938:sha1:3.000000
    +DT:sha1:3:64
    +DT:sha1:3:64
    +R:7407304:sha1:3.000000
    +R:7337038:sha1:3.000000
    +DT:sha1:3:256
    +DT:sha1:3:256
    +R:4396393:sha1:3.000000
    +R:4409091:sha1:3.000000
    +DT:sha1:3:1024
    +DT:sha1:3:1024
    +R:1734449:sha1:3.000000
    +R:1754942:sha1:3.000000
    +DT:sha1:3:8192
    +DT:sha1:3:8192
    +R:287573:sha1:3.000000
    +R:286676:sha1:3.000000
    +DT:sha256:3:16
    +DT:sha256:3:16
    +R:10582041:sha256:3.000000
    +DT:sha256:3:64
    +R:10897911:sha256:3.000000
    +DT:sha256:3:64
    +R:5501257:sha256:3.000000
    +DT:sha256:3:256
    +R:5841247:sha256:3.000000
    +DT:sha256:3:256
    +R:2501145:sha256:3.000000
    +DT:sha256:3:1024
    +R:2490861:sha256:3.000000
    +DT:sha256:3:1024
    +R:760473:sha256:3.000000
    +DT:sha256:3:8192
    +R:756202:sha256:3.000000
    +DT:sha256:3:8192
    +R:99389:sha256:3.000000
    +DT:rc4:3:16
    +R:100268:sha256:3.000000
    +DT:rc4:3:16
    +R:88308905:rc4:3.000000
    +DT:rc4:3:64
    +R:87443360:rc4:3.000000
    +DT:rc4:3:64
    +R:33698097:rc4:3.000000
    +DT:rc4:3:256
    +R:33628930:rc4:3.000000
    +DT:rc4:3:256
    +R:9740754:rc4:3.000000
    +DT:rc4:3:1024
    +R:9762178:rc4:3.000000
    +DT:rc4:3:1024
    +R:2430310:rc4:3.000000
    +DT:rc4:3:8192
    +R:2193819:rc4:3.000000
    +DT:rc4:3:8192
    +R:319378:rc4:3.000000
    +DT:aes-128 cbc:3:16
    +R:313543:rc4:3.000000
    +DT:aes-128 cbc:3:16
    +R:25505119:aes-128 cbc:3.000000
    +DT:aes-128 cbc:3:64
    +R:26175471:aes-128 cbc:3.000000
    +DT:aes-128 cbc:3:64
    +R:7174676:aes-128 cbc:3.000000
    +DT:aes-128 cbc:3:256
    +R:7176246:aes-128 cbc:3.000000
    +DT:aes-128 cbc:3:256
    +R:1839166:aes-128 cbc:3.000000
    +R:1824107:aes-128 cbc:3.000000
    +DT:aes-128 cbc:3:1024
    +DT:aes-128 cbc:3:1024
    +R:986435:aes-128 cbc:3.000000
    +R:978481:aes-128 cbc:3.000000
    +DT:aes-128 cbc:3:8192
    +DT:aes-128 cbc:3:8192
    +R:123488:aes-128 cbc:3.000000
    +R:124364:aes-128 cbc:3.000000
    +DT:aes-256 cbc:3:16
    +DT:aes-256 cbc:3:16
    +R:18330128:aes-256 cbc:3.000000
    +R:19246658:aes-256 cbc:3.000000
    +DT:aes-256 cbc:3:64
    +DT:aes-256 cbc:3:64
    +R:5147176:aes-256 cbc:3.000000
    +R:4991299:aes-256 cbc:3.000000
    +DT:aes-256 cbc:3:256
    +DT:aes-256 cbc:3:256
    +R:1300530:aes-256 cbc:3.000000
    +R:1288331:aes-256 cbc:3.000000
    +DT:aes-256 cbc:3:1024
    +DT:aes-256 cbc:3:1024
    +R:726145:aes-256 cbc:3.000000
    +R:714500:aes-256 cbc:3.000000
    +DT:aes-256 cbc:3:8192
    +DT:aes-256 cbc:3:8192
    +R:91385:aes-256 cbc:3.000000
    +R:91004:aes-256 cbc:3.000000
    +DTP:2048:private:rsa:10
    +DTP:2048:private:rsa:10
    +R1:9421:2048:10.00
    +DTP:2048:public:rsa:10
    +R1:9371:2048:10.00
    +DTP:2048:public:rsa:10
    +R2:277655:2048:10.00
    +R2:275671:2048:10.00
    +DTP:4096:private:rsa:10
    +DTP:4096:private:rsa:10
    +R1:745:4096:10.00
    +DTP:4096:public:rsa:10
    +R1:747:4096:10.01
    +DTP:4096:public:rsa:10
    +R2:51154:4096:10.00
    +DTP:256:sign:ecdsa:10
    +R2:51231:4096:10.00
    +DTP:256:sign:ecdsa:10
    +R5:107068:256:10.00
    +DTP:256:verify:ecdsa:10
    +R5:107070:256:10.00
    +DTP:256:verify:ecdsa:10
    +R6:28552:256:10.00
    +R6:28641:256:10.00
    Forked child 1
    Got: +H:16:64:256:1024:8192 from 0
    Got: +F:3:md5:47022816.00:148926314.67:356669354.67:565517312.00:686762666.67 from 0
    Got: +F:5:sha1:51018336.00:156523477.33:375158869.33:599020202.67:782816597.33 from 0
    Got: +F:7:rc4:470980826.67:718892736.00:831211008.00:829545813.33:872114858.67 from 0
    Got: +F:16:aes-128 cbc:136027301.33:153059754.67:155657130.67:336703146.67:337204565.33 from 0
    Got: +F:18:aes-256 cbc:97760682.67:106481045.33:109937578.67:243882666.67:249541973.33 from 0
    Got: +F:23:sha256:56437552.00:117360149.33:213431040.00:259574784.00:271398229.33 from 0
    Got: +F2:2:2048:0.001061:0.000036 from 0
    Got: +F2:3:4096:0.013400:0.000195 from 0
    Got: +F4:3:256:0.000093:0.000349 from 0
    Got: +H:16:64:256:1024:8192 from 1
    Got: +F:3:md5:46620474.67:148085226.67:362452224.00:569596245.33:685509290.67 from 1
    Got: +F:5:sha1:50686821.33:158022485.33:376242432.00:592025258.67:785266005.33 from 1
    Got: +F:7:rc4:466364586.67:717417173.33:833039189.33:748823552.00:856181418.67 from 1
    Got: +F:16:aes-128 cbc:139602512.00:153093248.00:156942165.33:333988181.33:339596629.33 from 1
    Got: +F:18:aes-256 cbc:102648842.67:109806421.33:110978560.00:247857493.33:248501589.33 from 1
    Got: +F:23:sha256:58122192.00:124613269.33:212553472.00:258116949.33:273798485.33 from 1
    Got: +F2:2:2048:0.001067:0.000036 from 1
    Got: +F2:3:4096:0.013423:0.000195 from 1
    Got: +F4:3:256:0.000093:0.000350 from 1
    OpenSSL 1.0.1i 6 Aug 2014
    built on: Thu Sep 11 10:25:07 UTC 2014
    options:bn(64,64) rc4(16x,int) des(idx,cisc,16,int) aes(partial) idea(int) blowfish(idx)
    compiler: ccache gcc -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -m64 -DL_ENDIAN -DTERMIO -O3 -Wall -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  93643.29k  297011.54k  719121.58k  1135113.56k  1372271.96k
    sha1  101705.16k  314545.96k  751401.30k  1191045.46k  1568082.60k
    rc4  937345.41k  1436309.91k  1664250.20k  1578369.37k  1728296.28k
    aes-128 cbc  275629.81k  306153.00k  312599.30k  670691.33k  676801.19k
    aes-256 cbc  200409.53k  216287.47k  220916.14k  491740.16k  498043.56k
    sha256  114559.74k  241973.42k  425984.51k  517691.73k  545196.71k
      sign  verify  sign/s verify/s
    rsa 2048 bits 0.000532s 0.000018s  1879.7  55555.6
    rsa 4096 bits 0.006706s 0.000097s  149.1  10256.4
      sign  verify  sign/s verify/s
     256 bit ecdsa (nistp256)  0.0000s  0.0002s  21505.4  5722.5
    -------------------------------------------
    openssl speed -evp aes256 -multi 2
    Forked child 0
    +DT:aes-256-cbc:3:16
    +DT:aes-256-cbc:3:16
    +R:99375111:aes-256-cbc:3.000000
    +DT:aes-256-cbc:3:64
    +R:99295452:aes-256-cbc:3.000000
    +DT:aes-256-cbc:3:64
    +R:26145895:aes-256-cbc:3.000000
    +DT:aes-256-cbc:3:256
    +R:26138530:aes-256-cbc:3.000000
    +DT:aes-256-cbc:3:256
    +R:6628483:aes-256-cbc:3.000000
    +R:6622326:aes-256-cbc:3.000000
    +DT:aes-256-cbc:3:1024
    +DT:aes-256-cbc:3:1024
    +R:1655730:aes-256-cbc:3.000000
    +R:1658584:aes-256-cbc:3.000000
    +DT:aes-256-cbc:3:8192
    +DT:aes-256-cbc:3:8192
    +R:208058:aes-256-cbc:3.000000
    +R:208132:aes-256-cbc:3.000000
    Forked child 1
    Got: +H:16:64:256:1024:8192 from 0
    Got: +F:22:aes-256-cbc:530000592.00:557779093.33:565630549.33:566130005.33:568339114.67 from 0
    Got: +H:16:64:256:1024:8192 from 1
    Got: +F:22:aes-256-cbc:529575744.00:557621973.33:565105152.00:565155840.00:568137045.33 from 1
    OpenSSL 1.0.1i 6 Aug 2014
    built on: Thu Sep 11 10:25:07 UTC 2014
    options:bn(64,64) rc4(16x,int) des(idx,cisc,16,int) aes(partial) idea(int) blowfish(idx)
    compiler: ccache gcc -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -m64 -DL_ENDIAN -DTERMIO -O3 -Wall -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  1059576.34k  1115401.07k  1130735.70k  1131285.85k  1136476.16k
    -------------------------------------------
    openssl speed -evp aes128 -multi 2
    Forked child 0
    +DT:aes-128-cbc:3:16
    +DT:aes-128-cbc:3:16
    +R:134645808:aes-128-cbc:3.000000
    +DT:aes-128-cbc:3:64
    +R:134238012:aes-128-cbc:3.000000
    +DT:aes-128-cbc:3:64
    +R:35986740:aes-128-cbc:3.000000
    +DT:aes-128-cbc:3:256
    +R:35835355:aes-128-cbc:3.000000
    +DT:aes-128-cbc:3:256
    +R:9191507:aes-128-cbc:3.000000
    +DT:aes-128-cbc:3:1024
    +R:9187374:aes-128-cbc:3.000000
    +DT:aes-128-cbc:3:1024
    +R:2313372:aes-128-cbc:3.000000
    +DT:aes-128-cbc:3:8192
    +R:2313156:aes-128-cbc:3.000000
    +DT:aes-128-cbc:3:8192
    +R:289337:aes-128-cbc:3.000000
    +R:289229:aes-128-cbc:3.000000
    Forked child 1
    Got: +H:16:64:256:1024:8192 from 0
    Got: +F:22:aes-128-cbc:718110976.00:767717120.00:784341930.67:789630976.00:790082901.33 from 0
    Got: +H:16:64:256:1024:8192 from 1
    Got: +F:22:aes-128-cbc:715936064.00:764487573.33:783989248.00:789557248.00:789787989.33 from 1
    OpenSSL 1.0.1i 6 Aug 2014
    built on: Thu Sep 11 10:25:07 UTC 2014
    options:bn(64,64) rc4(16x,int) des(idx,cisc,16,int) aes(partial) idea(int) blowfish(idx)
    compiler: ccache gcc -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -m64 -DL_ENDIAN -DTERMIO -O3 -Wall -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  1434047.04k  1532204.69k  1568331.18k  1579188.22k  1579870.89k
    
    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=20000 --auto-generate-sql-unique-query-number=30 --auto-generate-sql-unique-write-number=30 --auto-generate-sql-write-number=500 --concurrency=32 --iterations=10 --engine=myisam
    Benchmark
      Running for engine myisam
      Average number of seconds to run all queries: 1.116 seconds
      Minimum number of seconds to run all queries: 1.055 seconds
      Maximum number of seconds to run all queries: 1.215 seconds
      Number of clients running queries: 32
      Average number of queries per client: 625
    
    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 Vultr Virtual CPU 2
      total  used  free  shared  buffers  cached
    Mem:  1840  703  1137  35  107  291
    Low:  1840  703  1137
    High:  0  0  0
    -/+ buffers/cache:  304  1536
    Swap:  0  0  0
    ----------------------------------------------
    PHP 5.4.32 (cli) (built: Sep 11 2014 10:29:21)
    Copyright (c) 1997-2014 The PHP Group
    Zend Engine v2.4.0, Copyright (c) 1998-2014 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/apc.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
    
    ----------------------------------------------
    [PHP Modules]
    apc
    bcmath
    bz2
    calendar
    Core
    ctype
    curl
    date
    dom
    enchant
    ereg
    exif
    filter
    ftp
    gd
    gettext
    gmp
    hash
    iconv
    igbinary
    imagick
    imap
    intl
    json
    libxml
    mbstring
    memcache
    memcached
    mhash
    mysql
    mysqli
    mysqlnd
    openssl
    pcntl
    pcre
    PDO
    pdo_mysql
    pdo_sqlite
    Phar
    posix
    pspell
    readline
    Reflection
    session
    shmop
    SimpleXML
    soap
    sockets
    SPL
    sqlite3
    standard
    sysvmsg
    sysvsem
    sysvshm
    tidy
    tokenizer
    xml
    xmlreader
    xmlrpc
    xmlwriter
    zip
    zlib
    
    [Zend Modules]
    
    ----------------------------------------------
    -------------------------------------------
    Run PHP test Zend/bench.php
    -------------------------------------------
    
    simple  0.052
    simplecall  0.087
    simpleucall  0.091
    simpleudcall  0.094
    mandel  0.130
    mandel2  0.178
    ackermann(7)  0.068
    ary(50000)  0.014
    ary2(50000)  0.013
    ary3(2000)  0.109
    fibo(30)  0.238
    hash1(50000)  0.022
    hash2(500)  0.022
    heapsort(20000)  0.051
    matrix(20)  0.064
    nestedloop(12)  0.089
    sieve(30)  0.066
    strcat(200000)  0.008
    ------------------------
    Total  1.394
    real: 1.41s user: 1.39s sys: 0.01s cpu: 99% maxmem: 31452 KB cswaits: 6
    
    simple  0.052
    simplecall  0.093
    simpleucall  0.085
    simpleudcall  0.088
    mandel  0.139
    mandel2  0.188
    ackermann(7)  0.073
    ary(50000)  0.014
    ary2(50000)  0.013
    ary3(2000)  0.109
    fibo(30)  0.242
    hash1(50000)  0.024
    hash2(500)  0.022
    heapsort(20000)  0.053
    matrix(20)  0.063
    nestedloop(12)  0.094
    sieve(30)  0.074
    strcat(200000)  0.009
    ------------------------
    Total  1.434
    real: 1.45s user: 1.44s sys: 0.00s cpu: 99% maxmem: 31452 KB cswaits: 3
    
    simple  0.054
    simplecall  0.095
    simpleucall  0.091
    simpleudcall  0.088
    mandel  0.126
    mandel2  0.181
    ackermann(7)  0.069
    ary(50000)  0.014
    ary2(50000)  0.014
    ary3(2000)  0.115
    fibo(30)  0.243
    hash1(50000)  0.022
    hash2(500)  0.022
    heapsort(20000)  0.053
    matrix(20)  0.067
    nestedloop(12)  0.090
    sieve(30)  0.067
    strcat(200000)  0.009
    ------------------------
    Total  1.422
    real: 1.44s user: 1.42s sys: 0.02s cpu: 99% maxmem: 31452 KB cswaits: 3
    
    bench.php results from 3 runs
    1.394
    1.434
    1.422
    
    bench.php avg: 1.4167
    Avg: real: 1.43s user: 1.42s sys: 0.01s cpu: 99.00% maxmem: 31452.00KB cswaits: 4.00
    created results log at /home/phpbench_logs/bench_110914-104930.log
    server PHP info log at /home/phpbench_logs/bench_phpinfo_110914-104930.log
    
    -------------------------------------------
    Run PHP test Zend/micro_bench.php
    -------------------------------------------
    
    empty_loop  0.084
    func()  0.245  0.161
    undef_func()  0.254  0.170
    int_func()  0.234  0.150
    $x = self::$x  0.195  0.111
    self::$x = 0  0.181  0.096
    isset(self::$x)  0.166  0.082
    empty(self::$x)  0.185  0.100
    $x = Foo::$x  0.196  0.112
    Foo::$x = 0  0.155  0.070
    isset(Foo::$x)  0.143  0.059
    empty(Foo::$x)  0.160  0.075
    self::f()  0.264  0.180
    Foo::f()  0.247  0.163
    $x = $this->x  0.159  0.075
    $this->x = 0  0.195  0.111
    $this->x += 2  0.160  0.076
    ++$this->x  0.137  0.052
    --$this->x  0.138  0.054
    $this->x++  0.160  0.076
    $this->x--  0.161  0.076
    isset($this->x)  0.155  0.071
    empty($this->x)  0.159  0.075
    $this->f()  0.261  0.176
    $x = Foo::TEST  0.149  0.065
    new Foo()  0.490  0.406
    $x = TEST  0.117  0.033
    $x = $_GET  0.183  0.098
    $x = $GLOBALS['v'] 0.244  0.160
    $x = $hash['v']  0.270  0.185
    $x = $str[0]  0.248  0.164
    $x = $a ?: null  0.156  0.072
    $x = $f ?: tmp  0.210  0.126
    $x = $f ? $f : $a  0.167  0.083
    $x = $f ? $f : tmp 0.215  0.131
    ------------------------
    Total  6.843
    real: 6.86s user: 6.84s sys: 0.01s cpu: 99% maxmem: 19364 KB cswaits: 4
    
    empty_loop  0.087
    func()  0.260  0.173
    undef_func()  0.264  0.177
    int_func()  0.243  0.156
    $x = self::$x  0.197  0.110
    self::$x = 0  0.183  0.096
    isset(self::$x)  0.158  0.071
    empty(self::$x)  0.165  0.078
    $x = Foo::$x  0.187  0.100
    Foo::$x = 0  0.157  0.069
    isset(Foo::$x)  0.139  0.051
    empty(Foo::$x)  0.160  0.073
    self::f()  0.270  0.183
    Foo::f()  0.250  0.163
    $x = $this->x  0.169  0.082
    $this->x = 0  0.204  0.117
    $this->x += 2  0.168  0.081
    ++$this->x  0.144  0.057
    --$this->x  0.144  0.057
    $this->x++  0.163  0.076
    $this->x--  0.160  0.073
    isset($this->x)  0.158  0.071
    empty($this->x)  0.158  0.071
    $this->f()  0.259  0.172
    $x = Foo::TEST  0.150  0.063
    new Foo()  0.494  0.407
    $x = TEST  0.117  0.030
    $x = $_GET  0.185  0.098
    $x = $GLOBALS['v'] 0.238  0.151
    $x = $hash['v']  0.186  0.099
    $x = $str[0]  0.235  0.148
    $x = $a ?: null  0.180  0.093
    $x = $f ?: tmp  0.210  0.123
    $x = $f ? $f : $a  0.169  0.082
    $x = $f ? $f : tmp 0.211  0.124
    ------------------------
    Total  6.823
    real: 6.84s user: 6.82s sys: 0.01s cpu: 99% maxmem: 19364 KB cswaits: 3
    
    empty_loop  0.080
    func()  0.243  0.163
    undef_func()  0.248  0.168
    int_func()  0.232  0.152
    $x = self::$x  0.187  0.107
    self::$x = 0  0.180  0.099
    isset(self::$x)  0.157  0.077
    empty(self::$x)  0.190  0.110
    $x = Foo::$x  0.199  0.118
    Foo::$x = 0  0.163  0.083
    isset(Foo::$x)  0.145  0.064
    empty(Foo::$x)  0.143  0.063
    self::f()  0.260  0.180
    Foo::f()  0.237  0.157
    $x = $this->x  0.166  0.086
    $this->x = 0  0.202  0.121
    $this->x += 2  0.155  0.075
    ++$this->x  0.137  0.056
    --$this->x  0.147  0.066
    $this->x++  0.162  0.082
    $this->x--  0.165  0.085
    isset($this->x)  0.149  0.069
    empty($this->x)  0.161  0.081
    $this->f()  0.263  0.183
    $x = Foo::TEST  0.150  0.070
    new Foo()  0.491  0.410
    $x = TEST  0.117  0.037
    $x = $_GET  0.181  0.101
    $x = $GLOBALS['v'] 0.237  0.157
    $x = $hash['v']  0.182  0.101
    $x = $str[0]  0.241  0.161
    $x = $a ?: null  0.155  0.075
    $x = $f ?: tmp  0.213  0.133
    $x = $f ? $f : $a  0.167  0.087
    $x = $f ? $f : tmp 0.214  0.134
    ------------------------
    Total  6.719
    real: 6.73s user: 6.72s sys: 0.01s cpu: 99% maxmem: 19364 KB cswaits: 3
    
    micro_bench.php results from 3 runs
    6.843
    6.823
    6.719
    
    micro_bench.php avg: 6.7950
    Avg: real: 6.81s user: 6.79s sys: 0.01s cpu: 99.00% maxmem: 19364.00KB cswaits: 3.33
    created results log at /home/phpbench_logs/bench_micro_110914-104930.log
    server PHP info log at /home/phpbench_logs/bench_phpinfo_110914-104930.log
    
    
     
  14. eva2000

    eva2000 Administrator Staff Member

    53,488
    12,130
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,671
    Local Time:
    5:21 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    actually your Vultr openssl and php numbers are better than RamNode from the looks of it :)

    Your Vultr

    Code:
    OpenSSL 1.0.1i 6 Aug 2014
    built on: Thu Sep 11 10:25:07 UTC 2014
    options:bn(64,64) rc4(16x,int) des(idx,cisc,16,int) aes(partial) idea(int) blowfish(idx)
    compiler: ccache gcc -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -m64 -DL_ENDIAN -DTERMIO -O3 -Wall -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  93643.29k  297011.54k  719121.58k  1135113.56k  1372271.96k
    sha1  101705.16k  314545.96k  751401.30k  1191045.46k  1568082.60k
    rc4  937345.41k  1436309.91k  1664250.20k  1578369.37k  1728296.28k
    aes-128 cbc  275629.81k  306153.00k  312599.30k  670691.33k  676801.19k
    aes-256 cbc  200409.53k  216287.47k  220916.14k  491740.16k  498043.56k
    sha256  114559.74k  241973.42k  425984.51k  517691.73k  545196.71k
      sign  verify  sign/s verify/s
    rsa 2048 bits 0.000532s 0.000018s  1879.7  55555.6
    rsa 4096 bits 0.006706s 0.000097s  149.1  10256.4
      sign  verify  sign/s verify/s
    256 bit ecdsa (nistp256)  0.0000s  0.0002s  21505.4  5722.5
    
    Your RamNode

    Code:
    OpenSSL 1.0.1i 6 Aug 2014
    built on: Tue Sep  9 12:19:06 UTC 2014
    options:bn(64,64) rc4(16x,int) des(idx,cisc,16,int) aes(partial) idea(int) blowfish(idx)
    compiler: ccache gcc -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -m64 -DL_ENDIAN -DTERMIO -O3 -Wall -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  67473.18k  217576.90k  552319.66k  896078.85k  1094027.95k
    sha1  67565.92k  207109.14k  482183.68k  745479.51k  880984.06k
    rc4  761722.78k  1110911.27k  1262127.62k  1320052.74k  1351527.08k
    aes-128 cbc  205973.03k  223517.27k  227809.02k  490193.58k  499220.48k
    aes-256 cbc  150742.82k  160059.78k  161025.02k  358134.44k  363066.71k
    sha256  90330.26k  195246.14k  331111.00k  411552.77k  434763.09k
      sign  verify  sign/s verify/s
    rsa 2048 bits 0.000755s 0.000023s  1323.7  43961.4
    rsa 4096 bits 0.005319s 0.000085s  188.0  11764.7
      sign  verify  sign/s verify/s
    256 bit ecdsa (nistp256)  0.0001s  0.0002s  15625.0  4259.9
    
    • 256bit ecdsa 21,505 signs/s Vultr vs 15,625 signs/s Ramnode
    • rsa 2048 bit 1,879 signs/s Vultr vs 1,323 signs/s RamNode
    For cpu hardware assisted AES

    Your Vultr

    Code:
    OpenSSL 1.0.1i 6 Aug 2014
    built on: Thu Sep 11 10:25:07 UTC 2014
    options:bn(64,64) rc4(16x,int) des(idx,cisc,16,int) aes(partial) idea(int) blowfish(idx)
    compiler: ccache gcc -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -m64 -DL_ENDIAN -DTERMIO -O3 -Wall -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  1434047.04k  1532204.69k  1568331.18k  1579188.22k  1579870.89k
    Your RamNode

    Code:
    OpenSSL 1.0.1i 6 Aug 2014
    built on: Tue Sep  9 12:19:06 UTC 2014
    options:bn(64,64) rc4(16x,int) des(idx,cisc,16,int) aes(partial) idea(int) blowfish(idx)
    compiler: ccache gcc -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -m64 -DL_ENDIAN -DTERMIO -O3 -Wall -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  196459.56k  218987.80k  226615.38k  489578.50k  494848.68k
    • evp aes128 1,579,870 signs/s Vultr vs 494,848 signs/s RamNode
    If you're concerned with https/SSL performance, Vultr would be better :)

    Same with PHP numbers

    Vultr

    Code:
    real: 1.44s user: 1.42s sys: 0.02s cpu: 99% maxmem: 31452 KB cswaits: 3
    
    bench.php results from 3 runs
    1.394
    1.434
    1.422
    
    bench.php avg: 1.4167
    Avg: real: 1.43s user: 1.42s sys: 0.01s cpu: 99.00% maxmem: 31452.00KB cswaits: 4.00
    
    Code:
    real: 6.73s user: 6.72s sys: 0.01s cpu: 99% maxmem: 19364 KB cswaits: 3
    
    micro_bench.php results from 3 runs
    6.843
    6.823
    6.719
    
    micro_bench.php avg: 6.7950
    Avg: real: 6.81s user: 6.79s sys: 0.01s cpu: 99.00% maxmem: 19364.00KB cswaits: 3.33
    
    RamNode

    Code:
    real: 2.33s user: 2.30s sys: 0.02s cpu: 99% maxmem: 31320 KB cswaits: 1
    bench.php results from 3 runs
    2.270
    2.259
    2.307
    bench.php avg: 2.2787
    Avg: real: 2.30s user: 2.27s sys: 0.02s cpu: 99.00% maxmem: 31318.67KB cswaits: 1.33
    
    Code:
    real: 9.76s user: 9.74s sys: 0.01s cpu: 99% maxmem: 19232 KB cswaits: 1
    micro_bench.php results from 3 runs
    9.861
    9.785
    9.741
    micro_bench.php avg: 9.7957
    Avg: real: 9.82s user: 9.79s sys: 0.01s cpu: 99.00% maxmem: 19234.67KB cswaits: 1.33
    
    • bench.php - 1.4167s avg Vultr vs 2.2787s avg RamNode
    • micro_bench.php - 6.7950s avg Vultr vs 9.7957s avg RamNode
    FYI, lower times for PHP benchmarks = faster
     
    Last edited: Sep 11, 2014
  15. Matt

    Matt Well-Known Member

    925
    414
    63
    May 25, 2014
    Rotherham, UK
    Ratings:
    +669
    Local Time:
    8:21 PM
    1.5.15
    MariaDB 10.2
    upload_2014-9-11_15-1-17.png
     
  16. eva2000

    eva2000 Administrator Staff Member

    53,488
    12,130
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,671
    Local Time:
    5:21 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    @Matt, cpu getting a nice work out :D

    Revised centminmodbench.sh grouping bandwidth tests by region as well as devise an alternative cpu count and detection method for OpenVZ systems.

    Next up is testing Wable.com OpenVZ 2 cpu count with 1.5GB ram and 30GB SSD space.

    Wable uses Dual Xeon E5-2690v2 cpus which were the fastest used by any cloud provider I know of until recent E5-2600v3 series release

    FYI, had to disable disk FIO tests as they hung and Wable artificially caps disk speed to around 200MB/s on lower plans and rises as you go higher on the plans, so disk performance isn't as fast. And disk IOPs capped at base 200 IOPs + 50 IOPs per 1GB of memory on the plan, so a 10GB VPS has 500 IOPs.

    VersaWeb Seattle ping had 33% packet loss and 8000ms ping times !

    Code:
    -------------------------------------------
    centminmodbench.sh 0.0.1 (centminmod.com)
    -------------------------------------------
    
    -------------------------------------------
    System Information
    -------------------------------------------
    
    2.6.32-042stab090.5
    
    CentOS Linux release 7.0.1406 (Core)
    
    Centmin Mod 1.2.3-eva2000.08
    
    ----------------------------------------------
    CPU: 2 x Intel(R) Xeon(R) CPU E5-2690 v2 @ 3.00GHz
    
    ----------------------------------------------
                 total       used       free     shared    buffers     cached
    Mem:          1536       1076        459         93          0        957
    Low:          1536       1076        459
    High:            0          0          0
    -/+ buffers/cache:        119       1416
    Swap:         1536         97       1438
    
    ----------------------------------------------
    Filesystem      Size  Used Avail Use% Mounted on
    /dev/simfs       30G  4.5G   26G  15% /
    devtmpfs        768M     0  768M   0% /dev
    tmpfs           768M     0  768M   0% /dev/shm
    tmpfs           768M  8.2M  760M   2% /run
    tmpfs           768M     0  768M   0% /sys/fs/cgroup
    tmpfs           768M     0  768M   0% /tmp
    
    
    Code:
    -------------------------------------------
    disk ioping tests
    -------------------------------------------
    
    
    Running IOPing I/O benchmark...
    
    IOPing I/O: ./ioping -c 10 .
    4096 bytes from . (simfs /vz/private/155125126): request=1 time=0.1 ms
    4096 bytes from . (simfs /vz/private/155125126): request=2 time=3.9 ms
    4096 bytes from . (simfs /vz/private/155125126): request=3 time=0.1 ms
    4096 bytes from . (simfs /vz/private/155125126): request=4 time=0.1 ms
    4096 bytes from . (simfs /vz/private/155125126): request=5 time=0.3 ms
    4096 bytes from . (simfs /vz/private/155125126): request=6 time=0.3 ms
    4096 bytes from . (simfs /vz/private/155125126): request=7 time=0.7 ms
    4096 bytes from . (simfs /vz/private/155125126): request=8 time=0.8 ms
    4096 bytes from . (simfs /vz/private/155125126): request=9 time=0.4 ms
    4096 bytes from . (simfs /vz/private/155125126): request=10 time=0.2 ms
    
    --- . (simfs /vz/private/155125126) ioping statistics ---
    10 requests completed in 9007.8 ms, 1443 iops, 5.6 mb/s
    min/avg/max/mdev = 0.1/0.7/3.9/1.1 ms
    
    IOPing seek rate: ./ioping -RD .
    
    --- . (simfs /vz/private/155125126) ioping statistics ---
    1099 requests completed in 3004.5 ms, 374 iops, 1.5 mb/s
    min/avg/max/mdev = 0.0/2.7/9.0/2.4 ms
    
    IOPing sequential: ./ioping -RL .
    
    --- . (simfs /vz/private/155125126) ioping statistics ---
    675 requests completed in 3002.9 ms, 230 iops, 57.5 mb/s
    min/avg/max/mdev = 0.2/4.3/24.3/1.7 ms
    
    IOPing cached: ./ioping -RC .
    
    --- . (simfs /vz/private/155125126) ioping statistics ---
    55544 requests completed in 3000.0 ms, 762182 iops, 2977.3 mb/s
    min/avg/max/mdev = 0.0/0.0/0.0/0.0 ms
    
    -------------------------------------------
    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, 7.01671 s, 153 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, 6.6788 s, 161 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, 19.1354 s, 56.1 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, 81.5945 s, 13.2 MB/s
    
    Code:
    
    -------------------------------------------
    Running bandwidth benchmark...
    -------------------------------------------
    
    ----------------------------------------------
    Download from Cachefly (http://cachefly.cachefly.net/100mb.test)
    Download Cachefly: 59.7MB/s
    
    -------------------------------------------
    USA bandwidth tests...
    -------------------------------------------
    
    ----------------------------------------------
    Download from Linode, Atlanta, GA, USA (http://speedtest.atlanta.linode.com/100MB-atlanta.bin)
    Download Linode, Atlanta, GA, USA: 24.7MB/s
    ----------------------------------------------
    Download from Linode, Dallas, TX, USA (http://speedtest.dallas.linode.com/100MB-dallas.bin)
    Download Linode, Dallas, TX, USA: 28.8MB/s
    ----------------------------------------------
    Download from Leaseweb, Manassas, VA, USA (http://mirror.us.leaseweb.net/speedtest/100mb.bin)
    Download Leaseweb, Manassas, VA, USA: 26.2MB/s
    ----------------------------------------------
    Download from Softlayer, Seattle, WA, USA (http://speedtest.sea01.softlayer.com/downloads/test100.zip)
    Download Softlayer, Seattle, WA, USA: 40.5MB/s
    ----------------------------------------------
    Download from Softlayer, San Jose, CA, USA (http://speedtest.sjc01.softlayer.com/downloads/test100.zip)
    Download Softlayer, San Jose, CA, USA: 72.1MB/s
    ----------------------------------------------
    Download from Softlayer, Washington, DC, USA (http://speedtest.wdc01.softlayer.com/downloads/test100.zip)
    Download Softlayer, Washington, DC, USA: 27.5MB/s
    ----------------------------------------------
    Download from VersaWeb, Las Vegas, Nevada (http://199.47.210.50/100mbtest.bin)
    Download VersaWeb, Las Vegas, Nevada: 39.3MB/s
    ----------------------------------------------
    Download from OVH, BHS, Canada (http://bhs.proof.ovh.net/files/100Mio.dat)
    Download OVH, BHS, Canada: 10.2MB/s
    ----------------------------------------------
    Download from Vultr, Los Angeles, California (http://lax-ca-us-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Los Angeles, California: 25.7MB/s
    ----------------------------------------------
    Download from Vultr, Seattle, Washington (http://wa-us-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Seattle, Washington: 90.9MB/s
    ----------------------------------------------
    Download from Vultr, Dallas, Texas (http://tx-us-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Dallas, Texas: 20.6MB/s
    ----------------------------------------------
    Download from Vultr, Chicago, Illinois (http://il-us-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Chicago, Illinois: 32.8MB/s
    ----------------------------------------------
    Download from Vultr, Atlanta, Georgia (http://ga-us-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Atlanta, Georgia: 10.0MB/s
    ----------------------------------------------
    Download from Vultr, Miami, Florida (http://fl-us-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Miami, Florida: 13.9MB/s
    ----------------------------------------------
    Download from Vultr, New York / New Jersey (http://nj-us-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, New York / New Jersey: 24.1MB/s
    
    -------------------------------------------
    Asia bandwidth tests...
    -------------------------------------------
    
    ----------------------------------------------
    Download from Linode, Tokyo, JP (http://speedtest.tokyo.linode.com/100MB-tokyo.bin)
    Download Linode, Tokyo, JP: 14.3MB/s
    ----------------------------------------------
    Download from Softlayer, Singapore (http://speedtest.sng01.softlayer.com/downloads/test100.zip)
    Download Softlayer, Singapore: 10.6MB/s
    ----------------------------------------------
    Download from Vultr, Tokyo, Japan (http://hnd-jp-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Tokyo, Japan: 17.0MB/s
    
    -------------------------------------------
    Europe bandwidth tests...
    -------------------------------------------
    
    ----------------------------------------------
    Download from Linode, London, UK (http://speedtest.london.linode.com/100MB-london.bin)
    Download Linode, London, UK: 12.0MB/s
    ----------------------------------------------
    Download from OVH, Paris, France (http://proof.ovh.net/files/100Mio.dat)
    Download OVH, Paris, France: 14.2MB/s
    ----------------------------------------------
    Download from SmartDC, Rotterdam, Netherlands (http://mirror.i3d.net/100mb.bin)
    Download SmartDC, Rotterdam, Netherlands: 779KB/s
    ----------------------------------------------
    Download from Vultr, Amsterdam, Netherlands (http://ams-nl-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Amsterdam, Netherlands: 11.2MB/s
    ----------------------------------------------
    Download from Vultr, London, UK (http://lon-gb-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, London, UK: 11.9MB/s
    ----------------------------------------------
    Download from Vultr, Paris, France (http://par-fr-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Paris, France: 10.2MB/s
    
    -------------------------------------------
    Australia bandwidth tests...
    -------------------------------------------
    
    ----------------------------------------------
    Download from Vultr, Sydney, Australia (http://syd-au-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Sydney, Australia: 8.70MB/s
    
    -------------------------------------------
    Running ping tests...
    -------------------------------------------
    
    ----------------------------------------------
    Pings (cachefly.cachefly.net):
    PING vip1.g.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=59 time=0.253 ms
    64 bytes from vip1.G-anycast1.cachefly.net (205.234.175.175): icmp_seq=2 ttl=59 time=0.238 ms
    64 bytes from vip1.G-anycast1.cachefly.net (205.234.175.175): icmp_seq=3 ttl=59 time=0.379 ms
    
    --- vip1.g.cachefly.net ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2002ms
    rtt min/avg/max/mdev = 0.238/0.290/0.379/0.063 ms
    
    ----------------------------------------------
    Pings (syd-au-ping.vultr.com):
    PING syd-au-ping.vultr.com (108.61.212.117) 56(84) bytes of data.
    64 bytes from 108.61.212.117.vultr.com (108.61.212.117): icmp_seq=1 ttl=51 time=173 ms
    64 bytes from 108.61.212.117.vultr.com (108.61.212.117): icmp_seq=2 ttl=51 time=172 ms
    64 bytes from 108.61.212.117.vultr.com (108.61.212.117): icmp_seq=3 ttl=51 time=172 ms
    
    --- syd-au-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2002ms
    rtt min/avg/max/mdev = 172.908/172.967/173.017/0.342 ms
    
    ----------------------------------------------
    Pings (hnd-jp-ping.vultr.com):
    PING hnd-jp-ping.vultr.com (108.61.201.151) 56(84) bytes of data.
    64 bytes from 108.61.201.151.vultr.com (108.61.201.151): icmp_seq=1 ttl=52 time=95.4 ms
    64 bytes from 108.61.201.151.vultr.com (108.61.201.151): icmp_seq=2 ttl=52 time=95.9 ms
    64 bytes from 108.61.201.151.vultr.com (108.61.201.151): icmp_seq=3 ttl=52 time=86.9 ms
    
    --- hnd-jp-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2002ms
    rtt min/avg/max/mdev = 86.909/92.796/95.998/4.175 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=35.8 ms
    64 bytes from 108.61.219.200.vultr.com (108.61.219.200): icmp_seq=2 ttl=55 time=36.5 ms
    64 bytes from 108.61.219.200.vultr.com (108.61.219.200): icmp_seq=3 ttl=55 time=36.6 ms
    
    --- lax-ca-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2000ms
    rtt min/avg/max/mdev = 35.866/36.343/36.613/0.338 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=57 time=0.587 ms
    64 bytes from 108.61.194.105.vultr.com (108.61.194.105): icmp_seq=2 ttl=57 time=0.531 ms
    64 bytes from 108.61.194.105.vultr.com (108.61.194.105): icmp_seq=3 ttl=57 time=0.718 ms
    
    --- wa-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2001ms
    rtt min/avg/max/mdev = 0.531/0.612/0.718/0.078 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=56 time=74.3 ms
    64 bytes from 108.61.224.175.vultr.com (108.61.224.175): icmp_seq=2 ttl=56 time=74.5 ms
    64 bytes from 108.61.224.175.vultr.com (108.61.224.175): icmp_seq=3 ttl=56 time=74.6 ms
    
    --- tx-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2001ms
    rtt min/avg/max/mdev = 74.378/74.524/74.669/0.118 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=54 time=46.3 ms
    64 bytes from 107.191.51.12.vultr.com (107.191.51.12): icmp_seq=2 ttl=54 time=45.7 ms
    64 bytes from 107.191.51.12.vultr.com (107.191.51.12): icmp_seq=3 ttl=54 time=45.9 ms
    
    --- il-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2005ms
    rtt min/avg/max/mdev = 45.789/46.056/46.394/0.252 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=55 time=92.0 ms
    64 bytes from 108.61.193.166.vultr.com (108.61.193.166): icmp_seq=2 ttl=55 time=92.0 ms
    64 bytes from 108.61.193.166.vultr.com (108.61.193.166): icmp_seq=3 ttl=55 time=92.1 ms
    
    --- ga-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2002ms
    rtt min/avg/max/mdev = 92.010/92.099/92.199/0.358 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=56 time=106 ms
    64 bytes from 104.156.244.232: icmp_seq=2 ttl=56 time=106 ms
    64 bytes from 104.156.244.232: icmp_seq=3 ttl=56 time=106 ms
    
    --- fl-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2000ms
    rtt min/avg/max/mdev = 106.570/106.618/106.672/0.379 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=54 time=65.4 ms
    64 bytes from 108.61.149.182.vultr.com (108.61.149.182): icmp_seq=2 ttl=54 time=64.8 ms
    64 bytes from 108.61.149.182.vultr.com (108.61.149.182): icmp_seq=3 ttl=54 time=64.8 ms
    
    --- nj-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2002ms
    rtt min/avg/max/mdev = 64.842/65.075/65.490/0.294 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=57 time=160 ms
    64 bytes from 108.61.210.117.vultr.com (108.61.210.117): icmp_seq=2 ttl=57 time=161 ms
    64 bytes from 108.61.210.117.vultr.com (108.61.210.117): icmp_seq=3 ttl=57 time=160 ms
    
    --- fra-de-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2002ms
    rtt min/avg/max/mdev = 160.906/160.973/161.041/0.332 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=51 time=145 ms
    64 bytes from 108.61.198.102.vultr.com (108.61.198.102): icmp_seq=2 ttl=51 time=145 ms
    64 bytes from 108.61.198.102.vultr.com (108.61.198.102): icmp_seq=3 ttl=51 time=145 ms
    
    --- ams-nl-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2001ms
    rtt min/avg/max/mdev = 145.810/145.826/145.841/0.012 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=52 time=234 ms
    64 bytes from 108.61.196.101.vultr.com (108.61.196.101): icmp_seq=2 ttl=52 time=219 ms
    64 bytes from 108.61.196.101.vultr.com (108.61.196.101): icmp_seq=3 ttl=52 time=212 ms
    
    --- lon-gb-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2002ms
    rtt min/avg/max/mdev = 212.206/221.788/234.082/9.134 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=57 time=145 ms
    64 bytes from 108.61.209.127.vultr.com (108.61.209.127): icmp_seq=2 ttl=57 time=145 ms
    64 bytes from 108.61.209.127.vultr.com (108.61.209.127): icmp_seq=3 ttl=57 time=145 ms
    
    --- par-fr-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2001ms
    rtt min/avg/max/mdev = 145.359/145.408/145.485/0.055 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=33.4 ms
    64 bytes from 199.47.210.50: icmp_seq=2 ttl=55 time=33.2 ms
    64 bytes from 199.47.210.50: icmp_seq=3 ttl=55 time=33.0 ms
    
    --- 199.47.210.50 ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2002ms
    rtt min/avg/max/mdev = 33.074/33.274/33.476/0.221 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=59 time=8324 ms
    64 bytes from 76.164.234.1: icmp_seq=3 ttl=59 time=7729 ms
    
    --- 76.164.234.1 ping statistics ---
    3 packets transmitted, 2 received, 33% packet loss, time 1999ms
    rtt min/avg/max/mdev = 7729.851/8027.333/8324.816/297.495 ms, pipe 3
    
    ----------------------------------------------
    Pings (OVH Canada):
    PING bhs.proof.ovh.net (192.99.19.165) 56(84) bytes of data.
    64 bytes from ns238643.ip-192-99-19.net (192.99.19.165): icmp_seq=1 ttl=48 time=168 ms
    64 bytes from ns238643.ip-192-99-19.net (192.99.19.165): icmp_seq=2 ttl=48 time=167 ms
    64 bytes from ns238643.ip-192-99-19.net (192.99.19.165): icmp_seq=3 ttl=48 time=167 ms
    
    --- bhs.proof.ovh.net ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2000ms
    rtt min/avg/max/mdev = 167.753/167.953/168.261/0.221 ms
    
    
    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: Wed Aug 13 19:18:18 UTC 2014
    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             105031.50k   310562.07k   692199.68k  1002953.05k  1154498.56k
    sha1            115736.85k   329678.59k   730421.76k  1052153.51k  1242112.00k
    rc4             732163.75k  1067540.42k  1307209.30k  1388126.55k  1422447.96k
    aes-128 cbc     217511.20k   236958.42k   241652.82k   243781.29k   242322.09k
    aes-256 cbc     158937.85k   168188.54k   172119.21k   173258.07k   167867.73k
    sha256           88918.19k   200844.27k   347613.18k   426082.30k   462015.15k
                      sign    verify    sign/s verify/s
    rsa 2048 bits 0.000706s 0.000022s   1415.9  45983.1
    rsa 4096 bits 0.005045s 0.000081s    198.2  12422.4
                                  sign    verify    sign/s verify/s
    256 bit ecdsa (nistp256)   0.0001s   0.0002s  16666.7   4302.1
    -------------------------------------------
    openssl speed -evp aes256 -multi 2
    OpenSSL 1.0.1e-fips 11 Feb 2013
    built on: Wed Aug 13 19:18:18 UTC 2014
    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             790794.45k   829837.46k   840038.14k   843065.69k   844286.63k
    -------------------------------------------
    openssl speed -evp aes128 -multi 2
    OpenSSL 1.0.1e-fips 11 Feb 2013
    built on: Wed Aug 13 19:18:18 UTC 2014
    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            1076186.94k  1152913.02k  1152413.87k  1157837.82k  1176537.77k
    
    -------------------------------------------
    Centmin Mod Nginx static OpenSSL Benchmark
    -------------------------------------------
    
    OpenSSL 1.0.1i 6 Aug 2014
    -------------------------------------------
    openssl speed rsa4096 rsa2048 ecdsap256 sha256 sha1 md5 rc4 aes-256-cbc aes-128-cbc -multi 2
    OpenSSL 1.0.1i 6 Aug 2014
    built on: Sun Aug 24 15:45:35 UTC 2014
    options:bn(64,64) rc4(16x,int) des(idx,cisc,16,int) aes(partial) idea(int) blowfish(idx)
    md5              71240.75k   228837.03k   580201.05k   937798.31k  1142595.58k
    sha1             77277.78k   243897.86k   608161.71k   977036.63k  1224428.20k
    rc4             797402.32k  1167652.59k  1318147.84k  1401941.33k  1393136.98k
    aes-128 cbc     216503.38k   235991.02k   241340.16k   242701.99k   244066.99k
    aes-256 cbc     159894.60k   169810.71k   172465.24k   172312.92k   173804.20k
    sha256           93597.00k   200886.08k   350868.31k   426908.67k   460764.50k
                      sign    verify    sign/s verify/s
    rsa 2048 bits 0.000705s 0.000022s   1417.9  46511.6
    rsa 4096 bits 0.005038s 0.000080s    198.5  12500.0
                                  sign    verify    sign/s verify/s
    256 bit ecdsa (nistp256)   0.0001s   0.0002s  16736.7   4535.1
    -------------------------------------------
    openssl speed -evp aes256 -multi 2
    OpenSSL 1.0.1i 6 Aug 2014
    built on: Sun Aug 24 15:45:35 UTC 2014
    options:bn(64,64) rc4(16x,int) des(idx,cisc,16,int) aes(partial) idea(int) blowfish(idx)
    evp             793685.57k   831701.53k   833707.61k   843258.88k   841856.34k
    -------------------------------------------
    openssl speed -evp aes128 -multi 2
    OpenSSL 1.0.1i 6 Aug 2014
    built on: Sun Aug 24 15:45:35 UTC 2014
    options:bn(64,64) rc4(16x,int) des(idx,cisc,16,int) aes(partial) idea(int) blowfish(idx)
    evp            1076159.37k  1154290.67k  1174013.87k  1177028.95k  1177225.90k
    
    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=20000 --auto-generate-sql-unique-query-number=30 --auto-generate-sql-unique-write-number=30 --auto-generate-sql-write-number=500 --concurrency=32 --iterations=10 --engine=myisam
    Benchmark
            Running for engine myisam
            Average number of seconds to run all queries: 1.422 seconds
            Minimum number of seconds to run all queries: 1.339 seconds
            Maximum number of seconds to run all queries: 1.508 seconds
            Number of clients running queries: 32
            Average number of queries per client: 625
    
    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(R) Xeon(R) CPU E5-2690 v2 @ 3.00GHz
                 total       used       free     shared    buffers     cached
    Mem:          1536        510       1025         93          0        378
    Low:          1536        510       1025
    High:            0          0          0
    -/+ buffers/cache:        132       1403
    Swap:         1536         97       1438
    ----------------------------------------------
    PHP 5.4.32 (cli) (built: Aug 24 2014 15:52:05)
    Copyright (c) 1997-2014 The PHP Group
    Zend Engine v2.4.0, Copyright (c) 1998-2014 Zend Technologies
        with Zend OPcache v7.0.3, Copyright (c) 1999-2014, 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/igbinary.ini,
    /etc/centminmod/php.d/imagick.ini,
    /etc/centminmod/php.d/memcache.ini,
    /etc/centminmod/php.d/memcached.ini,
    /etc/centminmod/php.d/zendopcache.ini
    
    ----------------------------------------------
    [PHP Modules]
    bcmath
    bz2
    calendar
    Core
    ctype
    curl
    date
    dom
    enchant
    ereg
    exif
    filter
    ftp
    gd
    gettext
    gmp
    hash
    iconv
    igbinary
    imagick
    imap
    intl
    json
    libxml
    mbstring
    memcache
    memcached
    mhash
    mysql
    mysqli
    mysqlnd
    openssl
    pcntl
    pcre
    PDO
    pdo_mysql
    pdo_sqlite
    Phar
    posix
    pspell
    readline
    Reflection
    session
    shmop
    SimpleXML
    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.117
    simplecall         0.109
    simpleucall        0.110
    simpleudcall       0.110
    mandel             0.222
    mandel2            0.283
    ackermann(7)       0.134
    ary(50000)         0.019
    ary2(50000)        0.017
    ary3(2000)         0.143
    fibo(30)           0.332
    hash1(50000)       0.033
    hash2(500)         0.035
    heapsort(20000)    0.087
    matrix(20)         0.087
    nestedloop(12)     0.196
    sieve(30)          0.090
    strcat(200000)     0.011
    ------------------------
    Total              2.134
    real: 2.15s user: 2.11s sys: 0.03s cpu: 99% maxmem: 27572 KB cswaits: 18
    
    simple             0.115
    simplecall         0.105
    simpleucall        0.109
    simpleudcall       0.105
    mandel             0.223
    mandel2            0.284
    ackermann(7)       0.125
    ary(50000)         0.020
    ary2(50000)        0.017
    ary3(2000)         0.142
    fibo(30)           0.333
    hash1(50000)       0.033
    hash2(500)         0.036
    heapsort(20000)    0.089
    matrix(20)         0.088
    nestedloop(12)     0.197
    sieve(30)          0.089
    strcat(200000)     0.011
    ------------------------
    Total              2.121
    real: 2.14s user: 2.11s sys: 0.02s cpu: 99% maxmem: 27572 KB cswaits: 1
    
    simple             0.115
    simplecall         0.105
    simpleucall        0.105
    simpleudcall       0.105
    mandel             0.217
    mandel2            0.287
    ackermann(7)       0.127
    ary(50000)         0.020
    ary2(50000)        0.017
    ary3(2000)         0.143
    fibo(30)           0.360
    hash1(50000)       0.032
    hash2(500)         0.035
    heapsort(20000)    0.087
    matrix(20)         0.089
    nestedloop(12)     0.195
    sieve(30)          0.090
    strcat(200000)     0.011
    ------------------------
    Total              2.141
    real: 2.16s user: 2.13s sys: 0.02s cpu: 99% maxmem: 27576 KB cswaits: 1
    
    bench.php results from 3 runs
    2.134
    2.121
    2.141
    
    bench.php avg: 2.1320
    Avg: real: 2.15s user: 2.12s sys: 0.02s cpu: 99.00% maxmem: 27573.33KB cswaits: 6.67
    created results log at /home/phpbench_logs/bench_110914-135630.log
    server PHP info log at /home/phpbench_logs/bench_phpinfo_110914-135630.log
    
    -------------------------------------------
    Run PHP test Zend/micro_bench.php
    -------------------------------------------
    
    empty_loop         0.111
    func()             0.353    0.241
    undef_func()       0.336    0.224
    int_func()         0.307    0.196
    $x = self::$x      0.248    0.137
    self::$x = 0       0.235    0.124
    isset(self::$x)    0.220    0.109
    empty(self::$x)    0.228    0.116
    $x = Foo::$x       0.234    0.123
    Foo::$x = 0        0.297    0.186
    isset(Foo::$x)     0.185    0.073
    empty(Foo::$x)     0.196    0.084
    self::f()          0.473    0.361
    Foo::f()           0.438    0.326
    $x = $this->x      0.220    0.108
    $this->x = 0       0.267    0.156
    $this->x += 2      0.218    0.106
    ++$this->x         0.187    0.076
    --$this->x         0.196    0.085
    $this->x++         0.214    0.103
    $this->x--         0.221    0.109
    isset($this->x)    0.205    0.094
    empty($this->x)    0.216    0.104
    $this->f()         0.479    0.368
    $x = Foo::TEST     0.198    0.087
    new Foo()          0.694    0.582
    $x = TEST          0.156    0.045
    $x = $_GET         0.238    0.127
    $x = $GLOBALS['v'] 0.334    0.223
    $x = $hash['v']    0.245    0.133
    $x = $str[0]       0.401    0.290
    $x = $a ?: null    0.214    0.103
    $x = $f ?: tmp     0.381    0.269
    $x = $f ? $f : $a  0.229    0.118
    $x = $f ? $f : tmp 0.381    0.269
    ------------------------
    Total              9.755
    real: 9.78s user: 9.75s sys: 0.01s cpu: 99% maxmem: 15528 KB cswaits: 3
    
    empty_loop         0.113
    func()             0.334    0.221
    undef_func()       0.339    0.226
    int_func()         0.429    0.317
    $x = self::$x      0.247    0.134
    self::$x = 0       0.243    0.130
    isset(self::$x)    0.216    0.103
    empty(self::$x)    0.225    0.112
    $x = Foo::$x       0.236    0.123
    Foo::$x = 0        0.289    0.176
    isset(Foo::$x)     0.185    0.072
    empty(Foo::$x)     0.196    0.083
    self::f()          0.475    0.362
    Foo::f()           0.443    0.330
    $x = $this->x      0.221    0.109
    $this->x = 0       0.265    0.152
    $this->x += 2      0.218    0.105
    ++$this->x         0.189    0.076
    --$this->x         0.197    0.084
    $this->x++         0.218    0.105
    $this->x--         0.218    0.105
    isset($this->x)    0.205    0.092
    empty($this->x)    0.216    0.103
    $this->f()         0.477    0.364
    $x = Foo::TEST     0.200    0.087
    new Foo()          0.694    0.582
    $x = TEST          0.157    0.044
    $x = $_GET         0.249    0.136
    $x = $GLOBALS['v'] 0.332    0.219
    $x = $hash['v']    0.238    0.126
    $x = $str[0]       0.414    0.301
    $x = $a ?: null    0.217    0.104
    $x = $f ?: tmp     0.376    0.263
    $x = $f ? $f : $a  0.230    0.118
    $x = $f ? $f : tmp 0.380    0.268
    ------------------------
    Total              9.879
    real: 9.90s user: 9.86s sys: 0.00s cpu: 99% maxmem: 15528 KB cswaits: 1
    
    empty_loop         0.110
    func()             0.332    0.222
    undef_func()       0.352    0.242
    int_func()         0.318    0.208
    $x = self::$x      0.252    0.142
    self::$x = 0       0.236    0.126
    isset(self::$x)    0.215    0.105
    empty(self::$x)    0.226    0.116
    $x = Foo::$x       0.235    0.126
    Foo::$x = 0        0.287    0.178
    isset(Foo::$x)     0.188    0.078
    empty(Foo::$x)     0.196    0.086
    self::f()          0.470    0.360
    Foo::f()           0.437    0.327
    $x = $this->x      0.220    0.111
    $this->x = 0       0.271    0.161
    $this->x += 2      0.219    0.109
    ++$this->x         0.188    0.078
    --$this->x         0.196    0.086
    $this->x++         0.215    0.105
    $this->x--         0.218    0.108
    isset($this->x)    0.206    0.096
    empty($this->x)    0.216    0.106
    $this->f()         0.473    0.363
    $x = Foo::TEST     0.199    0.089
    new Foo()          0.697    0.587
    $x = TEST          0.169    0.059
    $x = $_GET         0.240    0.130
    $x = $GLOBALS['v'] 0.334    0.224
    $x = $hash['v']    0.239    0.129
    $x = $str[0]       0.401    0.291
    $x = $a ?: null    0.215    0.105
    $x = $f ?: tmp     0.375    0.266
    $x = $f ? $f : $a  0.229    0.119
    $x = $f ? $f : tmp 0.379    0.269
    ------------------------
    Total              9.756
    real: 9.78s user: 9.75s sys: 0.00s cpu: 99% maxmem: 15524 KB cswaits: 1
    
    micro_bench.php results from 3 runs
    9.755
    9.879
    9.756
    
    micro_bench.php avg: 9.7967
    Avg: real: 9.82s user: 9.79s sys: 0.00s cpu: 99.00% maxmem: 15526.67KB cswaits: 1.67
    created results log at /home/phpbench_logs/bench_micro_110914-135630.log
    server PHP info log at /home/phpbench_logs/bench_phpinfo_110914-135630.log
    
    -------------------------------------------
    centminmodbench.sh completed
    -------------------------------------------
     
  17. Matt

    Matt Well-Known Member

    925
    414
    63
    May 25, 2014
    Rotherham, UK
    Ratings:
    +669
    Local Time:
    8:21 PM
    1.5.15
    MariaDB 10.2
    Will this only work on servers running Centminmod?
     
  18. rdan

    rdan Well-Known Member

    5,439
    1,398
    113
    May 25, 2014
    Ratings:
    +2,187
    Local Time:
    3:21 AM
    Mainline
    10.2
    I regret I enable UnixBench :(
    Script still not finished that consuming 100% CPU, causing my Live Forum to slow down :(
    30 minutes and still running I think :/
     
  19. rdan

    rdan Well-Known Member

    5,439
    1,398
    113
    May 25, 2014
    Ratings:
    +2,187
    Local Time:
    3:21 AM
    Mainline
    10.2
    My Live Server result:
    Code:
    [1;32;40m-------------------------------------------
    (B[m[1;33;40mcentminmodbench.sh 0.0.1 (centminmod.com)
    (B[m[1;32;40m-------------------------------------------
    (B[m
    [1;32;40m-------------------------------------------
    (B[m[1;33;40mSystem Information
    (B[m[1;32;40m-------------------------------------------
    (B[m
    2.6.32-431.29.2.el6.x86_64
    
    CentOS release 6.5 (Final)
    
    Centmin Mod 1.2.3-eva2000.08
    
    [1;32;40m----------------------------------------------
    (B[mArchitecture:          x86_64
    CPU op-mode(s):        32-bit, 64-bit
    Byte Order:            Little Endian
    CPU(s):                8
    On-line CPU(s) list:   0-7
    Thread(s) per core:    2
    Core(s) per socket:    4
    Socket(s):             1
    NUMA node(s):          1
    Vendor ID:             GenuineIntel
    CPU family:            6
    Model:                 58
    Stepping:              9
    CPU MHz:               3392.251
    BogoMIPS:              6784.50
    Virtualization:        VT-x
    L1d cache:             32K
    L1i cache:             32K
    L2 cache:              256K
    L3 cache:              8192K
    NUMA node0 CPU(s):     0-7
    
    [1;32;40m----------------------------------------------
    (B[mCPU NODE SOCKET CORE L1d:L1i:L2:L3 ONLINE
    0   0    0      0    0:0:0:0       yes
    1   0    0      1    1:1:1:0       yes
    2   0    0      2    2:2:2:0       yes
    3   0    0      3    3:3:3:0       yes
    4   0    0      0    0:0:0:0       yes
    5   0    0      1    1:1:1:0       yes
    6   0    0      2    2:2:2:0       yes
    7   0    0      3    3:3:3:0       yes
    
    [1;32;40m----------------------------------------------
    (B[m             total       used       free     shared    buffers     cached
    Mem:         32062       7900      24162          0        282       1611
    Low:         32062       7900      24162
    High:            0          0          0
    -/+ buffers/cache:       6006      26056
    Swap:        16103          0      16103
    
    [1;32;40m----------------------------------------------
    (B[mFilesystem            Size  Used Avail Use% Mounted on
    /dev/mapper/vg_draft32-lv_root
                           50G  9.0G   38G  20% /
    tmpfs                  16G     0   16G   0% /dev/shm
    /dev/sda1             485M  121M  339M  27% /boot
    /dev/mapper/vg_draft32-lv_home
                          155G   15G  133G  10% /home
    tmpfs                  16G   32K   16G   1% /tmp
    
    
    Code:
    [1;32;40m-------------------------------------------
    (B[m[1;33;40mdisk ioping tests
    (B[m[1;32;40m-------------------------------------------
    (B[m
    2014-09-11 21:25:03 URL:https://ioping.googlecode.com/files/ioping-0.6.tar.gz [6957/6957] -> "ioping-0.6.tar.gz" [1]
    [1;33;40mDownload done.
    (B[m[1;33;40mioping-0.6.tar.gz valid file.
    (B[m
    [1;33;40mRunning IOPing I/O benchmark...
    
    [1;33;40mIOPing I/O: ./ioping -c 10 .
    (B[m4096 bytes from . (ext4 /dev/mapper/vg_draft32-lv_home): request=1 time=3.9 ms
    4096 bytes from . (ext4 /dev/mapper/vg_draft32-lv_home): request=2 time=0.2 ms
    4096 bytes from . (ext4 /dev/mapper/vg_draft32-lv_home): request=3 time=0.2 ms
    4096 bytes from . (ext4 /dev/mapper/vg_draft32-lv_home): request=4 time=0.2 ms
    4096 bytes from . (ext4 /dev/mapper/vg_draft32-lv_home): request=5 time=0.2 ms
    4096 bytes from . (ext4 /dev/mapper/vg_draft32-lv_home): request=6 time=0.2 ms
    4096 bytes from . (ext4 /dev/mapper/vg_draft32-lv_home): request=7 time=0.2 ms
    4096 bytes from . (ext4 /dev/mapper/vg_draft32-lv_home): request=8 time=0.2 ms
    4096 bytes from . (ext4 /dev/mapper/vg_draft32-lv_home): request=9 time=0.2 ms
    4096 bytes from . (ext4 /dev/mapper/vg_draft32-lv_home): request=10 time=0.2 ms
    
    --- . (ext4 /dev/mapper/vg_draft32-lv_home) ioping statistics ---
    10 requests completed in 9006.6 ms, 1741 iops, 6.8 mb/s
    min/avg/max/mdev = 0.2/0.6/3.9/1.1 ms
    
    [1;33;40mIOPing seek rate: ./ioping -RD .
    (B[m
    --- . (ext4 /dev/mapper/vg_draft32-lv_home) ioping statistics ---
    13576 requests completed in 3000.2 ms, 7919 iops, 30.9 mb/s
    min/avg/max/mdev = 0.1/0.1/3.5/0.1 ms
    
    [1;33;40mIOPing sequential: ./ioping -RL .
    (B[m
    --- . (ext4 /dev/mapper/vg_draft32-lv_home) ioping statistics ---
    3638 requests completed in 3000.6 ms, 1361 iops, 340.4 mb/s
    min/avg/max/mdev = 0.6/0.7/5.3/0.2 ms
    
    [1;33;40mIOPing cached: ./ioping -RC .
    (B[m
    --- . (ext4 /dev/mapper/vg_draft32-lv_home) ioping statistics ---
    54618 requests completed in 3000.0 ms, 781195 iops, 3051.5 mb/s
    min/avg/max/mdev = 0.0/0.0/0.2/0.0 ms
    
    [1;32;40m-------------------------------------------
    (B[m[1;33;40mdisk DD tests
    (B[m[1;32;40m-------------------------------------------
    (B[m
    [1;33;40mdd if=/dev/zero of=sb-io-test bs=1M count=1k conv=fdatasync
    (B[m1024+0 records in
    1024+0 records out
    1073741824 bytes (1.1 GB) copied, 8.06226 s, 133 MB/s
    
    [1;33;40mdd if=/dev/zero of=sb-io-test bs=64k count=16k conv=fdatasync
    (B[m16384+0 records in
    16384+0 records out
    1073741824 bytes (1.1 GB) copied, 8.12539 s, 132 MB/s
    
    [1;33;40mdd if=/dev/zero of=sb-io-test bs=1M count=1k oflag=dsync
    (B[m1024+0 records in
    1024+0 records out
    1073741824 bytes (1.1 GB) copied, 7.65874 s, 140 MB/s
    
    [1;33;40mdd if=/dev/zero of=sb-io-test bs=64k count=16k oflag=dsync
    (B[m16384+0 records in
    16384+0 records out
    1073741824 bytes (1.1 GB) copied, 11.7096 s, 91.7 MB/s
    [1;32;40m-------------------------------------------
    (B[m[1;33;40mdisk FIO tests
    (B[m[1;32;40m-------------------------------------------
    (B[m
    2014-09-11 21:26:00 URL:https://raw.githubusercontent.com/Crowd9/Benchmark/master/fio-2.0.9.tar.gz [275092/275092] -> "fio-2.0.9.tar.gz" [1]
    [1;33;40mDownload done.
    (B[m[1;33;40mfio-2.0.9.tar.gz valid file.
    (B[m
    [1;33;40mRunning FIO benchmark...
    (B[m
    FIO_VERSION = fio-2.0.9
    
    [1;33;40mFIO random reads: 
    (B[mrandomreads: (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=12659: Thu Sep 11 21:26:14 2014
      read : io=1024.3MB, bw=302256KB/s, iops=75563 , runt=  3470msec
      cpu          : usr=8.04%, sys=65.93%, ctx=62306, majf=0, minf=90
      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=302255KB/s, minb=302255KB/s, maxb=302255KB/s, mint=3470msec, maxt=3470msec
    
    Disk stats (read/write):
        dm-2: ios=253679/59, merge=0/0, ticks=205592/3, in_queue=205797, util=97.13%, aggrios=131068/32, aggrmerge=35/2, aggrticks=106150/117, aggrin_queue=106226, aggrutil=96.90%
      sdb: ios=0/59, merge=0/0, ticks=0/3, in_queue=3, util=0.03%
      sda: ios=262137/5, merge=70/4, ticks=212301/231, in_queue=212449, util=96.90%
    
    [1;33;40mFIO random writes: 
    (B[mrandomwrites: (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=12673: Thu Sep 11 21:26:22 2014
      write: io=1024.3MB, bw=135507KB/s, iops=33876 , runt=  7740msec
      cpu          : usr=4.37%, sys=35.70%, ctx=68692, majf=0, minf=25
      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=135507KB/s, minb=135507KB/s, maxb=135507KB/s, mint=7740msec, maxt=7740msec
    
    Disk stats (read/write):
        dm-2: ios=0/259625, merge=0/0, ticks=0/486589, in_queue=486805, util=98.75%, aggrios=0/131248, aggrmerge=0/96, aggrticks=0/245057, aggrin_queue=245022, aggrutil=98.64%
      sdb: ios=0/330, merge=0/67, ticks=0/301, in_queue=301, util=0.05%
      sda: ios=0/262167, merge=0/126, ticks=0/489813, in_queue=489744, util=98.64%
    
    
    Code:
    
    [1;32;40m-------------------------------------------
    (B[m[1;33;40mRunning bandwidth benchmark...
    (B[m[1;32;40m-------------------------------------------
    (B[m
    [1;32;40m----------------------------------------------
    (B[m[1;33;40mDownload from Cachefly (http://cachefly.cachefly.net/100mb.test)
    (B[m[1;33;40mDownload Cachefly: 813KB/s
    (B[m[1;32;40m----------------------------------------------
    (B[m[1;33;40mDownload from Linode, Atlanta, GA, USA (http://speedtest.atlanta.linode.com/100MB-atlanta.bin)
    (B[m[1;33;40mDownload Linode, Atlanta, GA, USA: 69.7MB/s
    (B[m[1;32;40m----------------------------------------------
    (B[m[1;33;40mDownload from Linode, Dallas, TX, USA (http://speedtest.dallas.linode.com/100MB-dallas.bin)
    (B[m[1;33;40mDownload Linode, Dallas, TX, USA: 51.3MB/s
    (B[m[1;32;40m----------------------------------------------
    (B[m[1;33;40mDownload from Linode, Tokyo, JP (http://speedtest.tokyo.linode.com/100MB-tokyo.bin)
    (B[m[1;33;40mDownload Linode, Tokyo, JP: 1.91MB/s
    (B[m[1;32;40m----------------------------------------------
    (B[m[1;33;40mDownload from Linode, London, UK (http://speedtest.london.linode.com/100MB-london.bin)
    (B[m[1;33;40mDownload Linode, London, UK: 25.6MB/s
    (B[m[1;32;40m----------------------------------------------
    (B[m[1;33;40mDownload from OVH, Paris, France (http://proof.ovh.net/files/100Mio.dat)
    (B[m[1;33;40mDownload OVH, Paris, France: 25.1MB/s
    (B[m[1;32;40m----------------------------------------------
    (B[m[1;33;40mDownload from SmartDC, Rotterdam, Netherlands (http://mirror.i3d.net/100mb.bin)
    (B[m[1;33;40mDownload SmartDC, Rotterdam, Netherlands: 5.79MB/s
    (B[m[1;32;40m----------------------------------------------
    (B[m[1;33;40mDownload from Leaseweb, Manassas, VA, USA (http://mirror.us.leaseweb.net/speedtest/100mb.bin)
    (B[m[1;33;40mDownload Leaseweb, Manassas, VA, USA: 11.0MB/s
    (B[m[1;32;40m----------------------------------------------
    (B[m[1;33;40mDownload from Softlayer, Singapore (http://speedtest.sng01.softlayer.com/downloads/test100.zip)
    (B[m[1;33;40mDownload Softlayer, Singapore: 12.3MB/s
    (B[m[1;32;40m----------------------------------------------
    (B[m[1;33;40mDownload from Softlayer, Seattle, WA, USA (http://speedtest.sea01.softlayer.com/downloads/test100.zip)
    (B[m[1;33;40mDownload Softlayer, Seattle, WA, USA: 10.1MB/s
    (B[m[1;32;40m----------------------------------------------
    (B[m[1;33;40mDownload from Softlayer, San Jose, CA, USA (http://speedtest.sjc01.softlayer.com/downloads/test100.zip)
    (B[m[1;33;40mDownload Softlayer, San Jose, CA, USA: 42.6MB/s
    (B[m[1;32;40m----------------------------------------------
    (B[m[1;33;40mDownload from Softlayer, Washington, DC, USA (http://speedtest.wdc01.softlayer.com/downloads/test100.zip)
    (B[m[1;33;40mDownload Softlayer, Washington, DC, USA: 27.4MB/s
    (B[m[1;32;40m----------------------------------------------
    (B[m[1;33;40mDownload from Vultr, Sydney, Australia (http://syd-au-ping.vultr.com/vultr.com.100MB.bin)
    (B[m[1;33;40mDownload Vultr, Sydney, Australia: 5.94MB/s
    (B[m[1;32;40m----------------------------------------------
    (B[m[1;33;40mDownload from Vultr, Tokyo, Japan (http://hnd-jp-ping.vultr.com/vultr.com.100MB.bin)
    (B[m[1;33;40mDownload Vultr, Tokyo, Japan: 5.79MB/s
    (B[m[1;32;40m----------------------------------------------
    (B[m[1;33;40mDownload from Vultr, Los Angeles, California (http://lax-ca-us-ping.vultr.com/vultr.com.100MB.bin)
    (B[m[1;33;40mDownload Vultr, Los Angeles, California: 23.4MB/s
    (B[m[1;32;40m----------------------------------------------
    (B[m[1;33;40mDownload from Vultr, Seattle, Washington (http://wa-us-ping.vultr.com/vultr.com.100MB.bin)
    (B[m[1;33;40mDownload Vultr, Seattle, Washington: 21.0MB/s
    (B[m[1;32;40m----------------------------------------------
    (B[m[1;33;40mDownload from Vultr, Dallas, Texas (http://tx-us-ping.vultr.com/vultr.com.100MB.bin)
    (B[m[1;33;40mDownload Vultr, Dallas, Texas: 2.63MB/s
    (B[m[1;32;40m----------------------------------------------
    (B[m[1;33;40mDownload from Vultr, Chicago, Illinois (http://il-us-ping.vultr.com/vultr.com.100MB.bin)
    (B[m[1;33;40mDownload Vultr, Chicago, Illinois: 79.5MB/s
    (B[m[1;32;40m----------------------------------------------
    (B[m[1;33;40mDownload from Vultr, Atlanta, Georgia (http://ga-us-ping.vultr.com/vultr.com.100MB.bin)
    (B[m[1;33;40mDownload Vultr, Atlanta, Georgia: 51.0MB/s
    (B[m[1;32;40m----------------------------------------------
    (B[m[1;33;40mDownload from Vultr, Miami, Florida (http://fl-us-ping.vultr.com/vultr.com.100MB.bin)
    (B[m[1;33;40mDownload Vultr, Miami, Florida: 36.5MB/s
    (B[m[1;32;40m----------------------------------------------
    (B[m[1;33;40mDownload from Vultr, New York / New Jersey (http://nj-us-ping.vultr.com/vultr.com.100MB.bin)
    (B[m[1;33;40mDownload Vultr, New York / New Jersey: 97.2MB/s
    (B[m[1;32;40m----------------------------------------------
    (B[m[1;33;40mDownload from Vultr, Amsterdam, Netherlands (http://ams-nl-ping.vultr.com/vultr.com.100MB.bin)
    (B[m[1;33;40mDownload Vultr, Amsterdam, Netherlands: 17.8MB/s
    (B[m[1;32;40m----------------------------------------------
    (B[m[1;33;40mDownload from Vultr, London, UK (http://lon-gb-ping.vultr.com/vultr.com.100MB.bin)
    (B[m[1;33;40mDownload Vultr, London, UK: 19.8MB/s
    (B[m[1;32;40m----------------------------------------------
    (B[m[1;33;40mDownload from Vultr, Paris, France (http://par-fr-ping.vultr.com/vultr.com.100MB.bin)
    (B[m[1;33;40mDownload Vultr, Paris, France: 18.4MB/s
    (B[m[1;32;40m----------------------------------------------
    (B[m[1;33;40mDownload from VersaWeb, Las Vegas, Nevada (http://199.47.210.50/100mbtest.bin)
    (B[m[1;33;40mDownload VersaWeb, Las Vegas, Nevada: 23.9MB/s
    (B[m[1;32;40m----------------------------------------------
    (B[m[1;33;40mDownload from OVH, BHS, Canada (http://bhs.proof.ovh.net/files/100Mio.dat)
    (B[m[1;33;40mDownload OVH, BHS, Canada: 108MB/s
    (B[m
    [1;32;40m-------------------------------------------
    (B[m[1;33;40mRunning ping tests...
    (B[m[1;32;40m-------------------------------------------
    (B[m
    [1;32;40m----------------------------------------------
    (B[m[1;33;40mPings (cachefly.cachefly.net):
    (B[mPING vip1.g.cachefly.net (205.234.175.175) 56(84) bytes of data.
    64 bytes from vip1.G-anycast1.cachefly.net (205.234.175.175): icmp_seq=1 ttl=54 time=86.4 ms
    64 bytes from vip1.G-anycast1.cachefly.net (205.234.175.175): icmp_seq=2 ttl=54 time=86.4 ms
    64 bytes from vip1.G-anycast1.cachefly.net (205.234.175.175): icmp_seq=3 ttl=54 time=86.0 ms
    
    --- vip1.g.cachefly.net ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2086ms
    rtt min/avg/max/mdev = 86.040/86.301/86.442/0.184 ms
    
    [1;32;40m----------------------------------------------
    (B[m[1;33;40mPings (syd-au-ping.vultr.com):
    (B[mPING syd-au-ping.vultr.com (108.61.212.117) 56(84) bytes of data.
    64 bytes from 108.61.212.117.vultr.com (108.61.212.117): icmp_seq=1 ttl=51 time=252 ms
    64 bytes from 108.61.212.117.vultr.com (108.61.212.117): icmp_seq=2 ttl=51 time=252 ms
    64 bytes from 108.61.212.117.vultr.com (108.61.212.117): icmp_seq=3 ttl=51 time=252 ms
    
    --- syd-au-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2254ms
    rtt min/avg/max/mdev = 252.105/252.120/252.130/0.410 ms
    
    [1;32;40m----------------------------------------------
    (B[m[1;33;40mPings (hnd-jp-ping.vultr.com):
    (B[mPING 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=47 time=267 ms
    64 bytes from 108.61.201.151.vultr.com (108.61.201.151): icmp_seq=2 ttl=47 time=275 ms
    64 bytes from 108.61.201.151.vultr.com (108.61.201.151): icmp_seq=3 ttl=47 time=267 ms
    
    --- hnd-jp-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2268ms
    rtt min/avg/max/mdev = 267.215/270.029/275.102/3.594 ms
    
    [1;32;40m----------------------------------------------
    (B[m[1;33;40mPings (lax-ca-us-ping.vultr.com):
    (B[mPING 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=53 time=79.7 ms
    64 bytes from 108.61.219.200.vultr.com (108.61.219.200): icmp_seq=2 ttl=53 time=77.9 ms
    64 bytes from 108.61.219.200.vultr.com (108.61.219.200): icmp_seq=3 ttl=53 time=78.0 ms
    
    --- lax-ca-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2078ms
    rtt min/avg/max/mdev = 77.959/78.590/79.765/0.891 ms
    
    [1;32;40m----------------------------------------------
    (B[m[1;33;40mPings (wa-us-ping.vultr.com):
    (B[mPING 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=50 time=79.0 ms
    64 bytes from 108.61.194.105.vultr.com (108.61.194.105): icmp_seq=2 ttl=50 time=79.0 ms
    64 bytes from 108.61.194.105.vultr.com (108.61.194.105): icmp_seq=3 ttl=50 time=79.0 ms
    
    --- wa-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2080ms
    rtt min/avg/max/mdev = 79.066/79.074/79.082/0.006 ms
    
    [1;32;40m----------------------------------------------
    (B[m[1;33;40mPings (tx-us-ping.vultr.com):
    (B[mPING tx-us-ping.vultr.com (108.61.224.175) 56(84) bytes of data.
    64 bytes from 108.61.224.175.vultr.com (108.61.224.175): icmp_seq=1 ttl=51 time=126 ms
    64 bytes from 108.61.224.175.vultr.com (108.61.224.175): icmp_seq=2 ttl=51 time=126 ms
    64 bytes from 108.61.224.175.vultr.com (108.61.224.175): icmp_seq=3 ttl=51 time=126 ms
    
    --- tx-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2128ms
    rtt min/avg/max/mdev = 126.512/126.547/126.610/0.413 ms
    
    [1;32;40m----------------------------------------------
    (B[m[1;33;40mPings (il-us-ping.vultr.com):
    (B[mPING il-us-ping.vultr.com (107.191.51.12) 56(84) bytes of data.
    64 bytes from 107.191.51.12.vultr.com (107.191.51.12): icmp_seq=1 ttl=53 time=18.6 ms
    64 bytes from 107.191.51.12.vultr.com (107.191.51.12): icmp_seq=2 ttl=53 time=18.5 ms
    64 bytes from 107.191.51.12.vultr.com (107.191.51.12): icmp_seq=3 ttl=53 time=18.5 ms
    
    --- il-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2021ms
    rtt min/avg/max/mdev = 18.551/18.571/18.609/0.026 ms
    
    [1;32;40m----------------------------------------------
    (B[m[1;33;40mPings (ga-us-ping.vultr.com):
    (B[mPING 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=53 time=30.0 ms
    64 bytes from 108.61.193.166.vultr.com (108.61.193.166): icmp_seq=2 ttl=53 time=30.0 ms
    64 bytes from 108.61.193.166.vultr.com (108.61.193.166): icmp_seq=3 ttl=53 time=29.7 ms
    
    --- ga-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2031ms
    rtt min/avg/max/mdev = 29.756/29.951/30.080/0.199 ms
    
    [1;32;40m----------------------------------------------
    (B[m[1;33;40mPings (fl-us-ping.vultr.com):
    (B[mPING 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=56 time=40.0 ms
    64 bytes from 104.156.244.232: icmp_seq=2 ttl=56 time=39.8 ms
    64 bytes from 104.156.244.232: icmp_seq=3 ttl=56 time=39.7 ms
    
    --- fl-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2042ms
    rtt min/avg/max/mdev = 39.720/39.890/40.093/0.277 ms
    
    [1;32;40m----------------------------------------------
    (B[m[1;33;40mPings (nj-us-ping.vultr.com):
    (B[mPING 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=57 time=9.96 ms
    64 bytes from 108.61.149.182.vultr.com (108.61.149.182): icmp_seq=2 ttl=57 time=9.95 ms
    64 bytes from 108.61.149.182.vultr.com (108.61.149.182): icmp_seq=3 ttl=57 time=10.0 ms
    
    --- nj-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2012ms
    rtt min/avg/max/mdev = 9.957/9.976/10.011/0.117 ms
    
    [1;32;40m----------------------------------------------
    (B[m[1;33;40mPings (fra-de-ping.vultr.com):
    (B[mPING 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=54 time=93.6 ms
    64 bytes from 108.61.210.117.vultr.com (108.61.210.117): icmp_seq=2 ttl=54 time=94.0 ms
    64 bytes from 108.61.210.117.vultr.com (108.61.210.117): icmp_seq=3 ttl=54 time=93.7 ms
    
    --- fra-de-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2096ms
    rtt min/avg/max/mdev = 93.638/93.812/94.022/0.387 ms
    
    [1;32;40m----------------------------------------------
    (B[m[1;33;40mPings (ams-nl-ping.vultr.com):
    (B[mPING 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=49 time=90.4 ms
    64 bytes from 108.61.198.102.vultr.com (108.61.198.102): icmp_seq=2 ttl=49 time=90.5 ms
    64 bytes from 108.61.198.102.vultr.com (108.61.198.102): icmp_seq=3 ttl=49 time=90.5 ms
    
    --- ams-nl-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2093ms
    rtt min/avg/max/mdev = 90.452/90.512/90.549/0.042 ms
    
    [1;32;40m----------------------------------------------
    (B[m[1;33;40mPings (lon-gb-ping.vultr.com):
    (B[mPING 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=56 time=81.2 ms
    64 bytes from 108.61.196.101.vultr.com (108.61.196.101): icmp_seq=2 ttl=56 time=81.0 ms
    64 bytes from 108.61.196.101.vultr.com (108.61.196.101): icmp_seq=3 ttl=56 time=81.1 ms
    
    --- lon-gb-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2083ms
    rtt min/avg/max/mdev = 81.097/81.171/81.243/0.334 ms
    
    [1;32;40m----------------------------------------------
    (B[m[1;33;40mPings (par-fr-ping.vultr.com):
    (B[mPING 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=52 time=84.9 ms
    64 bytes from 108.61.209.127.vultr.com (108.61.209.127): icmp_seq=2 ttl=52 time=84.7 ms
    64 bytes from 108.61.209.127.vultr.com (108.61.209.127): icmp_seq=3 ttl=52 time=84.7 ms
    
    --- par-fr-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2087ms
    rtt min/avg/max/mdev = 84.741/84.807/84.902/0.343 ms
    
    [1;32;40m----------------------------------------------
    (B[m[1;33;40mPings (VersaWeb Las Vegas):
    (B[mPING 199.47.210.50 (199.47.210.50) 56(84) bytes of data.
    64 bytes from 199.47.210.50: icmp_seq=1 ttl=58 time=76.4 ms
    64 bytes from 199.47.210.50: icmp_seq=2 ttl=58 time=76.3 ms
    64 bytes from 199.47.210.50: icmp_seq=3 ttl=58 time=76.2 ms
    
    --- 199.47.210.50 ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2078ms
    rtt min/avg/max/mdev = 76.298/76.346/76.433/0.061 ms
    
    [1;32;40m----------------------------------------------
    (B[m[1;33;40mPings (VersaWeb Seattle):
    (B[mPING 76.164.234.1 (76.164.234.1) 56(84) bytes of data.
    64 bytes from 76.164.234.1: icmp_seq=1 ttl=58 time=6496 ms
    
    --- 76.164.234.1 ping statistics ---
    3 packets transmitted, 1 received, 66% packet loss, time 11999ms
    rtt min/avg/max/mdev = 6496.540/6496.540/6496.540/0.000 ms, pipe 3
    
    [1;32;40m----------------------------------------------
    (B[m[1;33;40mPings (OVH Canada):
    (B[mPING bhs.proof.ovh.net (192.99.19.165) 56(84) bytes of data.
    64 bytes from ns238643.ip-192-99-19.net (192.99.19.165): icmp_seq=1 ttl=63 time=0.236 ms
    64 bytes from ns238643.ip-192-99-19.net (192.99.19.165): icmp_seq=2 ttl=63 time=0.230 ms
    64 bytes from ns238643.ip-192-99-19.net (192.99.19.165): icmp_seq=3 ttl=63 time=0.221 ms
    
    --- bhs.proof.ovh.net ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2000ms
    rtt min/avg/max/mdev = 0.221/0.229/0.236/0.006 ms
    
    
    Code:
    [1;32;40m-------------------------------------------
    (B[m[1;33;40mOpenSSL System Benchmark
    (B[m[1;32;40m-------------------------------------------
    (B[m
    OpenSSL 1.0.1i 6 Aug 2014
    [1;32;40m-------------------------------------------
    (B[m[1;33;40mopenssl speed rsa4096 rsa2048 ecdsap256 sha256 sha1 md5 rc4 aes-256-cbc aes-128-cbc -multi 8
    OpenSSL 1.0.1i 6 Aug 2014
    built on: Wed Aug 20 22:26:48 EDT 2014
    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 -O3 -g -mmmx -msse3 -mfpmath=sse -Wa,--noexecstack -fomit-frame-pointer -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             265749.10k   909839.77k  2099176.79k  2946456.41k  3406386.52k
    sha1            242820.86k   765692.02k  1513735.51k  1947326.46k  2514747.39k
    rc4            2098837.88k  3337432.77k  3447388.53k  3391008.42k  3227574.27k
    aes-128 cbc     425834.62k   496244.48k   567326.81k   554477.91k   564693.67k
    aes-256 cbc     325572.90k   377895.03k   392519.22k   375809.61k   359727.75k
    sha256          175304.37k   375657.94k   672043.69k   802573.72k   865331.88k
                      sign    verify    sign/s verify/s
    rsa 2048 bits 0.000352s 0.000009s   2843.3 110656.4
    rsa 4096 bits 0.002207s 0.000037s    453.0  27344.2
                                  sign    verify    sign/s verify/s
     256 bit ecdsa (nistp256)   0.0000s   0.0001s  29896.1  12381.9
    [1;32;40m-------------------------------------------
    (B[m[1;33;40mopenssl speed -evp aes256 -multi 8
    OpenSSL 1.0.1i 6 Aug 2014
    built on: Wed Aug 20 22:26:48 EDT 2014
    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 -O3 -g -mmmx -msse3 -mfpmath=sse -Wa,--noexecstack -fomit-frame-pointer -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            2753759.91k  3151333.33k  2621538.18k  3165814.51k  3347573.42k
    [1;32;40m-------------------------------------------
    (B[m[1;33;40mopenssl speed -evp aes128 -multi 8
    OpenSSL 1.0.1i 6 Aug 2014
    built on: Wed Aug 20 22:26:48 EDT 2014
    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 -O3 -g -mmmx -msse3 -mfpmath=sse -Wa,--noexecstack -fomit-frame-pointer -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            3334227.89k  4133162.73k  4225601.42k  4977546.92k  4630489.94k
    
    [1;32;40m-------------------------------------------
    (B[m[1;33;40mCentmin Mod Nginx static OpenSSL Benchmark
    (B[m[1;32;40m-------------------------------------------
    (B[m
    OpenSSL 1.0.1i 6 Aug 2014
    [1;32;40m-------------------------------------------
    (B[m[1;33;40mopenssl speed rsa4096 rsa2048 ecdsap256 sha256 sha1 md5 rc4 aes-256-cbc aes-128-cbc -multi 8
    OpenSSL 1.0.1i 6 Aug 2014
    built on: Thu Aug  7 17:40:36 PHT 2014
    options:bn(64,64) rc4(16x,int) des(idx,cisc,16,int) aes(partial) idea(int) blowfish(idx) 
    md5             148254.90k   496356.09k  1286483.41k  2727769.71k  3615263.40k
    sha1            142770.18k   485739.06k  1089045.27k  1942756.46k  2529878.14k
    rc4            2073553.78k  3256578.18k  3410218.31k  3650438.83k  3974900.39k
    aes-128 cbc     535406.79k   562023.07k   545192.56k   571302.64k   576724.99k
    aes-256 cbc     389593.17k   376472.66k   411927.13k   391749.85k   383459.33k
    sha256          183004.11k   347843.56k   647273.39k   869060.27k   911696.23k
                      sign    verify    sign/s verify/s
    rsa 2048 bits 0.000356s 0.000010s   2806.6  95568.9
    rsa 4096 bits 0.002516s 0.000036s    397.4  27481.4
                                  sign    verify    sign/s verify/s
     256 bit ecdsa (nistp256)   0.0000s   0.0001s  36503.2   8954.7
    [1;32;40m-------------------------------------------
    (B[m[1;33;40mopenssl speed -evp aes256 -multi 8
    OpenSSL 1.0.1i 6 Aug 2014
    built on: Thu Aug  7 17:40:36 PHT 2014
    options:bn(64,64) rc4(16x,int) des(idx,cisc,16,int) aes(partial) idea(int) blowfish(idx) 
    evp            2687624.15k  3226760.85k  3345181.78k  3359236.71k  3313598.46k
    [1;32;40m-------------------------------------------
    (B[m[1;33;40mopenssl speed -evp aes128 -multi 8
    OpenSSL 1.0.1i 6 Aug 2014
    built on: Thu Aug  7 17:40:36 PHT 2014
    options:bn(64,64) rc4(16x,int) des(idx,cisc,16,int) aes(partial) idea(int) blowfish(idx) 
    evp            2969416.47k  4181373.47k  4969310.46k  4833976.11k  4557449.90k
    
    Code:
    [1;32;40m-------------------------------------------
    (B[m[1;33;40mRunning mysqlslap
    (B[m[1;32;40m-------------------------------------------
    (B[m
    [1;33;40mmysqlslap --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=20000 --auto-generate-sql-unique-query-number=30 --auto-generate-sql-unique-write-number=30 --auto-generate-sql-write-number=500 --concurrency=32 --iterations=10 --engine=myisam 
    (B[mBenchmark
        Running for engine myisam
        Average number of seconds to run all queries: 0.698 seconds
        Minimum number of seconds to run all queries: 0.655 seconds
        Maximum number of seconds to run all queries: 0.776 seconds
        Number of clients running queries: 32
        Average number of queries per client: 625
    
    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:
    [1;32;40m-------------------------------------------
    (B[m[1;33;40mSystem PHP Info
    (B[m[1;32;40m-------------------------------------------
    (B[m
    CPU: 8 x Intel(R) Xeon(R) CPU E3-1245 V2 @ 3.40GHz
                 total       used       free     shared    buffers     cached
    Mem:         32062       8081      23981          0        341       1648
    Low:         32062       8081      23981
    High:            0          0          0
    -/+ buffers/cache:       6091      25971
    Swap:        16103          0      16103
    ----------------------------------------------
    PHP 5.6.0 (cli) (built: Aug 28 2014 22:27:15) 
    Copyright (c) 1997-2014 The PHP Group
    Zend Engine v2.6.0, Copyright (c) 1998-2014 Zend Technologies
        with Zend OPcache v7.0.4-dev, Copyright (c) 1999-2014, 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/igbinary.ini,
    /etc/centminmod/php.d/imagick.ini,
    /etc/centminmod/php.d/memcache.ini,
    /etc/centminmod/php.d/memcached.ini,
    /etc/centminmod/php.d/phpcustom.ini,
    /etc/centminmod/php.d/zendopcache.ini
    
    ----------------------------------------------
    [PHP Modules]
    bcmath
    bz2
    calendar
    Core
    ctype
    curl
    date
    dom
    enchant
    ereg
    exif
    filter
    ftp
    gd
    gettext
    gmp
    hash
    iconv
    igbinary
    imagick
    imap
    intl
    json
    libxml
    mbstring
    mcrypt
    memcache
    memcached
    mhash
    mysql
    mysqli
    mysqlnd
    openssl
    pcntl
    pcre
    PDO
    pdo_mysql
    pdo_sqlite
    Phar
    posix
    pspell
    readline
    Reflection
    session
    shmop
    SimpleXML
    soap
    sockets
    SPL
    sqlite3
    standard
    sysvmsg
    sysvsem
    sysvshm
    tidy
    tokenizer
    xml
    xmlreader
    xmlrpc
    xmlwriter
    Zend OPcache
    zip
    zlib
    
    [Zend Modules]
    Zend OPcache
    
    ----------------------------------------------
    [1;32;40m-------------------------------------------
    (B[m[1;33;40mRun PHP test Zend/bench.php
    (B[m[1;32;40m-------------------------------------------
    (B[m
    simple             0.099
    simplecall         0.098
    simpleucall        0.102
    simpleudcall       0.102
    mandel             0.213
    mandel2            0.274
    ackermann(7)       0.108
    ary(50000)         0.016
    ary2(50000)        0.013
    ary3(2000)         0.129
    fibo(30)           0.316
    hash1(50000)       0.028
    hash2(500)         0.032
    heapsort(20000)    0.067
    matrix(20)         0.074
    nestedloop(12)     0.165
    sieve(30)          0.076
    strcat(200000)     0.010
    ------------------------
    Total              1.922
    real: 2.03s user: 1.91s sys: 0.02s cpu: 95% maxmem: 112240 KB cswaits: 11
    [php stats]: Number of processes = 9
    [php stats]: Memory usage per process = 20.6111 MB
    [php stats]: TOTAL memory usage = 185.5 MB
    
    simple             0.099
    simplecall         0.095
    simpleucall        0.094
    simpleudcall       0.097
    mandel             0.214
    mandel2            0.273
    ackermann(7)       0.104
    ary(50000)         0.016
    ary2(50000)        0.013
    ary3(2000)         0.129
    fibo(30)           0.296
    hash1(50000)       0.027
    hash2(500)         0.032
    heapsort(20000)    0.065
    matrix(20)         0.072
    nestedloop(12)     0.168
    sieve(30)          0.075
    strcat(200000)     0.010
    ------------------------
    Total              1.879
    real: 1.99s user: 1.88s sys: 0.00s cpu: 95% maxmem: 112224 KB cswaits: 2
    [php stats]: Number of processes = 9
    [php stats]: Memory usage per process = 21.6484 MB
    [php stats]: TOTAL memory usage = 194.836 MB
    
    simple             0.099
    simplecall         0.095
    simpleucall        0.095
    simpleudcall       0.096
    mandel             0.214
    mandel2            0.275
    ackermann(7)       0.103
    ary(50000)         0.017
    ary2(50000)        0.013
    ary3(2000)         0.129
    fibo(30)           0.300
    hash1(50000)       0.029
    hash2(500)         0.032
    heapsort(20000)    0.074
    matrix(20)         0.072
    nestedloop(12)     0.165
    sieve(30)          0.076
    strcat(200000)     0.010
    ------------------------
    Total              1.893
    real: 2.00s user: 1.89s sys: 0.01s cpu: 95% maxmem: 112240 KB cswaits: 3
    [php stats]: Number of processes = 9
    [php stats]: Memory usage per process = 32.0052 MB
    [php stats]: TOTAL memory usage = 288.047 MB
    
    bench.php results from 3 runs
    1.922
    1.879
    1.893
    
    bench.php avg: 1.8980
    Avg: real: 2.01s user: 1.89s sys: 0.01s cpu: 95.00% maxmem: 112234.67KB cswaits: 5.33
    created results log at /home/phpbench_logs/bench_110914-212502.log
    server PHP info log at /home/phpbench_logs/bench_phpinfo_110914-212502.log
    
    [1;32;40m-------------------------------------------
    (B[m[1;33;40mRun PHP test Zend/micro_bench.php
    (B[m[1;32;40m-------------------------------------------
    (B[m
    empty_loop         0.098
    func()             0.296    0.198
    undef_func()       0.303    0.205
    int_func()         0.258    0.160
    $x = self::$x      0.213    0.114
    self::$x = 0       0.200    0.102
    isset(self::$x)    0.187    0.089
    empty(self::$x)    0.204    0.106
    $x = Foo::$x       0.186    0.088
    Foo::$x = 0        0.182    0.084
    isset(Foo::$x)     0.165    0.067
    empty(Foo::$x)     0.183    0.085
    self::f()          0.323    0.225
    Foo::f()           0.294    0.196
    $x = $this->x      0.187    0.089
    $this->x = 0       0.259    0.161
    $this->x += 2      0.205    0.107
    ++$this->x         0.180    0.081
    --$this->x         0.179    0.081
    $this->x++         0.207    0.109
    $this->x--         0.195    0.097
    isset($this->x)    0.182    0.084
    empty($this->x)    0.196    0.098
    $this->f()         0.336    0.238
    $x = Foo::TEST     0.182    0.084
    new Foo()          0.598    0.500
    $x = TEST          0.139    0.041
    $x = $_GET         0.188    0.090
    $x = $GLOBALS['v'] 0.246    0.148
    $x = $hash['v']    0.199    0.101
    $x = $str[0]       0.283    0.185
    $x = $a ?: null    0.181    0.083
    $x = $f ?: tmp     0.258    0.160
    $x = $f ? $f : $a  0.187    0.089
    $x = $f ? $f : tmp 0.250    0.152
    ------------------------
    Total              7.928
    real: 8.04s user: 7.93s sys: 0.01s cpu: 98% maxmem: 62144 KB cswaits: 6
    [php stats]: Number of processes = 9
    [php stats]: Memory usage per process = 23.3394 MB
    [php stats]: TOTAL memory usage = 210.055 MB
    
    empty_loop         0.098
    func()             0.296    0.198
    undef_func()       0.307    0.209
    int_func()         0.252    0.154
    $x = self::$x      0.212    0.114
    self::$x = 0       0.199    0.101
    isset(self::$x)    0.184    0.086
    empty(self::$x)    0.196    0.098
    $x = Foo::$x       0.185    0.087
    Foo::$x = 0        0.177    0.079
    isset(Foo::$x)     0.165    0.067
    empty(Foo::$x)     0.182    0.084
    self::f()          0.321    0.223
    Foo::f()           0.294    0.196
    $x = $this->x      0.185    0.087
    $this->x = 0       0.276    0.178
    $this->x += 2      0.206    0.108
    ++$this->x         0.180    0.082
    --$this->x         0.179    0.081
    $this->x++         0.210    0.112
    $this->x--         0.195    0.097
    isset($this->x)    0.182    0.084
    empty($this->x)    0.194    0.096
    $this->f()         0.336    0.238
    $x = Foo::TEST     0.180    0.082
    new Foo()          0.597    0.499
    $x = TEST          0.139    0.041
    $x = $_GET         0.187    0.089
    $x = $GLOBALS['v'] 0.247    0.149
    $x = $hash['v']    0.193    0.095
    $x = $str[0]       0.289    0.191
    $x = $a ?: null    0.180    0.082
    $x = $f ?: tmp     0.265    0.167
    $x = $f ? $f : $a  0.197    0.099
    $x = $f ? $f : tmp 0.258    0.160
    ------------------------
    Total              7.943
    real: 8.05s user: 7.95s sys: 0.00s cpu: 98% maxmem: 62144 KB cswaits: 3
    [php stats]: Number of processes = 9
    [php stats]: Memory usage per process = 26.7504 MB
    [php stats]: TOTAL memory usage = 240.754 MB
    
    empty_loop         0.098
    func()             0.296    0.198
    undef_func()       0.307    0.210
    int_func()         0.257    0.159
    $x = self::$x      0.210    0.112
    self::$x = 0       0.199    0.102
    isset(self::$x)    0.184    0.086
    empty(self::$x)    0.195    0.098
    $x = Foo::$x       0.185    0.087
    Foo::$x = 0        0.176    0.078
    isset(Foo::$x)     0.165    0.067
    empty(Foo::$x)     0.183    0.085
    self::f()          0.320    0.222
    Foo::f()           0.298    0.200
    $x = $this->x      0.187    0.089
    $this->x = 0       0.262    0.164
    $this->x += 2      0.204    0.106
    ++$this->x         0.183    0.085
    --$this->x         0.182    0.084
    $this->x++         0.209    0.111
    $this->x--         0.199    0.101
    isset($this->x)    0.190    0.092
    empty($this->x)    0.196    0.098
    $this->f()         0.337    0.239
    $x = Foo::TEST     0.183    0.085
    new Foo()          0.601    0.503
    $x = TEST          0.139    0.041
    $x = $_GET         0.187    0.089
    $x = $GLOBALS['v'] 0.246    0.148
    $x = $hash['v']    0.194    0.096
    $x = $str[0]       0.286    0.188
    $x = $a ?: null    0.179    0.082
    $x = $f ?: tmp     0.259    0.161
    $x = $f ? $f : $a  0.189    0.091
    $x = $f ? $f : tmp 0.252    0.154
    ------------------------
    Total              7.936
    real: 8.04s user: 7.94s sys: 0.00s cpu: 98% maxmem: 62144 KB cswaits: 3
    [php stats]: Number of processes = 9
    [php stats]: Memory usage per process = 27.9709 MB
    [php stats]: TOTAL memory usage = 251.738 MB
    
    micro_bench.php results from 3 runs
    7.928
    7.943
    7.936
    
    micro_bench.php avg: 7.9357
    Avg: real: 8.04s user: 7.94s sys: 0.00s cpu: 98.00% maxmem: 62144.00KB cswaits: 4.00
    created results log at /home/phpbench_logs/bench_micro_110914-212502.log
    server PHP info log at /home/phpbench_logs/bench_phpinfo_110914-212502.log
    
    
    Code:
    [1;32;40m-------------------------------------------
    (B[m[1;33;40mBuilding UnixBench
    (B[m[1;32;40m-------------------------------------------
    (B[m
    [1;33;40mDownload UnixBench5.1.3.tgz ...
    (B[m2014-09-11 21:39:56 URL:https://byte-unixbench.googlecode.com/files/UnixBench5.1.3.tgz [143259/143259] -> "UnixBench5.1.3.tgz" [1]
    [1;33;40mDownload done.
    (B[m[1;33;40mUnixBench5.1.3.tgz valid file.
    (B[m
    2014-09-11 21:39:57 URL:https://gist.githubusercontent.com/centminmod/7bea01c6698377d1345a/raw/unixbench.patch [1306] -> "unixbench.patch" [1]
    gcc -o ./pgms/arithoh -DTIME -Wall -pedantic -ansi -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall -Darithoh ./src/arith.c
    gcc -o ./pgms/register -DTIME -Wall -pedantic -ansi -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall -Ddatum='register int' ./src/arith.c
    gcc -o ./pgms/short -DTIME -Wall -pedantic -ansi -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall -Ddatum=short ./src/arith.c
    gcc -o ./pgms/int -DTIME -Wall -pedantic -ansi -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall -Ddatum=int ./src/arith.c
    Checking distribution of files
    gcc -o ./pgms/long -DTIME -Wall -pedantic -ansi -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall -Ddatum=long ./src/arith.c
    gcc -o ./pgms/float -DTIME -Wall -pedantic -ansi -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall -Ddatum=float ./src/arith.c
    gcc -o ./pgms/double -DTIME -Wall -pedantic -ansi -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall -Ddatum=double ./src/arith.c
    ./pgms  exists
    ./src  exists
    ./testdir  exists
    ./results  exists
    gcc -o ./pgms/hanoi -DTIME -Wall -pedantic -ansi -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall ./src/hanoi.c
    gcc -o ./pgms/syscall -DTIME -Wall -pedantic -ansi -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall ./src/syscall.c
    gcc -o ./pgms/context1 -DTIME -Wall -pedantic -ansi -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall ./src/context1.c
    gcc -o ./pgms/pipe -DTIME -Wall -pedantic -ansi -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall ./src/pipe.c
    gcc -o ./pgms/spawn -DTIME -Wall -pedantic -ansi -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall ./src/spawn.c
    gcc -o ./pgms/execl -DTIME -Wall -pedantic -ansi -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall ./src/execl.c
    cd ./src; gcc -c -DTIME -Wall -pedantic -ansi -DHZ= -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall dhry_1.c
    cd ./src; gcc -c -DTIME -Wall -pedantic -ansi -DREG=register -DHZ= -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall dhry_1.c -o dhry_1_reg.o
    ./src/syscall.c: In function ‘main’:
    ./src/syscall.c:93: warning: null argument where non-null required (argument 2)
    gcc -o ./pgms/looper -DTIME -Wall -pedantic -ansi -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall ./src/looper.c
    gcc -o ./pgms/fstime -DTIME -Wall -pedantic -ansi -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall ./src/fstime.c
    gcc -o ./pgms/whetstone-double -DTIME -Wall -pedantic -ansi -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall -DDP -DUNIX -DUNIXBENCH ./src/whets.c -lm
    cd ./src; gcc -c -DTIME -Wall -pedantic -ansi -DHZ= -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall dhry_2.c
    cd ./src; gcc -c -DTIME -Wall -pedantic -ansi -DREG=register -DHZ= -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall dhry_2.c -o dhry_2_reg.o
    gcc -o ./pgms/dhry2 -DTIME -Wall -pedantic -ansi -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall ./src/dhry_1.o ./src/dhry_2.o
    gcc -o ./pgms/dhry2reg -DTIME -Wall -pedantic -ansi -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall ./src/dhry_1_reg.o ./src/dhry_2_reg.o
    cd ./src; rm -f dhry_1.o dhry_2.o
    cd ./src; rm -f dhry_1_reg.o dhry_2_reg.o
    patching file Run
    Hunk #1 succeeded at 106 (offset 1 line).
    Hunk #2 succeeded at 1329 (offset 1 line).
    [1;32;40m-------------------------------------------
    (B[m[1;33;40mRunning UnixBench
    (B[m[1;32;40m-------------------------------------------
    (B[m
    make all
    make[1]: Entering directory `/home/centminmodbench/UnixBench'
    Checking distribution of files
    ./pgms  exists
    ./src  exists
    ./testdir  exists
    ./tmp  exists
    ./results  exists
    make[1]: Leaving directory `/home/centminmodbench/UnixBench'
    sh: 3dinfo: command not found
    
       #    #  #    #  #  #    #          #####   ######  #    #   ####   #    #
       #    #  ##   #  #   #  #           #    #  #       ##   #  #    #  #    #
       #    #  # #  #  #    ##            #####   #####   # #  #  #       ######
       #    #  #  # #  #    ##            #    #  #       #  # #  #       #    #
       #    #  #   ##  #   #  #           #    #  #       #   ##  #    #  #    #
        ####   #    #  #  #    #          #####   ######  #    #   ####   #    #
    
       Version 5.1.3                      Based on the Byte Magazine Unix Benchmark
    
       Multi-CPU version                  Version 5 revisions by Ian Smith,
                                          Sunnyvale, CA, USA
       January 13, 2011                   johantheghost at yahoo period com
    
    
    1 x Dhrystone 2 using register variables  1 2 3 4 5 6 7 8 9 10
    
    1 x Double-Precision Whetstone  1 2 3 4 5 6 7 8 9 10
    
    1 x System Call Overhead  1 2 3 4 5 6 7 8 9 10
    
    1 x Pipe Throughput  1 2 3 4 5 6 7 8 9 10
    
    1 x Pipe-based Context Switching  1 2 3 4 5 6 7 8 9 10
    
    1 x Process Creation  1 2 3
    
    1 x Execl Throughput  1 2 3
    
    1 x Shell Scripts (1 concurrent)  1 2 3
    
    1 x Shell Scripts (8 concurrent)  1 2 3
    
    1 x Shell Scripts (16 concurrent)  1 2 3
    
    8 x Dhrystone 2 using register variables  1 2 3 4 5 6 7 8 9 10
    
    8 x Double-Precision Whetstone  1 2 3 4 5 6 7 8 9 10
    
    8 x System Call Overhead  1 2 3 4 5 6 7 8 9 10
    
    8 x Pipe Throughput  1 2 3 4 5 6 7 8 9 10
    
    8 x Pipe-based Context Switching  1 2 3 4 5 6 7 8 9 10
    
    8 x Process Creation  1 2 3
    
    8 x Execl Throughput  1 2 3
    
    8 x Shell Scripts (1 concurrent)  1 2 3
    
    8 x Shell Scripts (8 concurrent)  1 2 3
    
    8 x Shell Scripts (16 concurrent)  1 2 3
    
    ========================================================================
       BYTE UNIX Benchmarks (Version 5.1.3)
    
       System: hostname: GNU/Linux
       OS: GNU/Linux -- 2.6.32-431.29.2.el6.x86_64 -- #1 SMP Tue Sep 9 21:36:05 UTC 2014
       Machine: x86_64 (x86_64)
       Language: en_US.utf8 (charmap="UTF-8", collate="UTF-8")
       CPU 0: Intel(R) Xeon(R) CPU E3-1245 V2 @ 3.40GHz (6784.5 bogomips)
              Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
       CPU 1: Intel(R) Xeon(R) CPU E3-1245 V2 @ 3.40GHz (6784.5 bogomips)
              Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
       CPU 2: Intel(R) Xeon(R) CPU E3-1245 V2 @ 3.40GHz (6784.5 bogomips)
              Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
       CPU 3: Intel(R) Xeon(R) CPU E3-1245 V2 @ 3.40GHz (6784.5 bogomips)
              Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
       CPU 4: Intel(R) Xeon(R) CPU E3-1245 V2 @ 3.40GHz (6784.5 bogomips)
              Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
       CPU 5: Intel(R) Xeon(R) CPU E3-1245 V2 @ 3.40GHz (6784.5 bogomips)
              Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
       CPU 6: Intel(R) Xeon(R) CPU E3-1245 V2 @ 3.40GHz (6784.5 bogomips)
              Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
       CPU 7: Intel(R) Xeon(R) CPU E3-1245 V2 @ 3.40GHz (6784.5 bogomips)
              Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
       21:39:57 up 14:34,  1 user,  load average: 4.40, 5.81, 3.19; runlevel 3
    
    ------------------------------------------------------------------------
    Benchmark Run: Thu Sep 11 2014 21:39:57 - 22:03:58
    8 CPUs in system; running 1 parallel copy of tests
    
    Dhrystone 2 using register variables       38270892.2 lps   (10.0 s, 7 samples)
    Double-Precision Whetstone                     4120.3 MWIPS (9.9 s, 7 samples)
    Execl Throughput                               5349.9 lps   (30.0 s, 2 samples)
    Pipe Throughput                             2008027.5 lps   (10.0 s, 7 samples)
    Pipe-based Context Switching                 229273.7 lps   (10.0 s, 7 samples)
    Process Creation                              17667.1 lps   (30.0 s, 2 samples)
    Shell Scripts (1 concurrent)                   8355.0 lpm   (60.0 s, 2 samples)
    Shell Scripts (16 concurrent)                  1789.7 lpm   (60.0 s, 2 samples)
    Shell Scripts (8 concurrent)                   3207.2 lpm   (60.0 s, 2 samples)
    System Call Overhead                        2666916.0 lps   (10.0 s, 7 samples)
    
    System Benchmarks Partial Index              BASELINE       RESULT    INDEX
    Dhrystone 2 using register variables         116700.0   38270892.2   3279.4
    Double-Precision Whetstone                       55.0       4120.3    749.1
    Execl Throughput                                 43.0       5349.9   1244.2
    Pipe Throughput                               12440.0    2008027.5   1614.2
    Pipe-based Context Switching                   4000.0     229273.7    573.2
    Process Creation                                126.0      17667.1   1402.1
    Shell Scripts (1 concurrent)                     42.4       8355.0   1970.5
    Shell Scripts (16 concurrent)                     ---       1789.7      ---
    Shell Scripts (8 concurrent)                      6.0       3207.2   5345.4
    System Call Overhead                          15000.0    2666916.0   1777.9
                                                                       ========
    System Benchmarks Index Score (Partial Only)                         1613.8
    
    ------------------------------------------------------------------------
    Benchmark Run: Thu Sep 11 2014 22:03:58 - 22:28:26
    8 CPUs in system; running 8 parallel copies of tests
    
    Dhrystone 2 using register variables      156548804.3 lps   (10.0 s, 7 samples)
    Double-Precision Whetstone                    28527.5 MWIPS (9.9 s, 7 samples)
    Execl Throughput                              27500.6 lps   (30.0 s, 2 samples)
    Pipe Throughput                             8493665.2 lps   (10.0 s, 7 samples)
    Pipe-based Context Switching                1744536.9 lps   (10.0 s, 7 samples)
    Process Creation                              77757.8 lps   (30.0 s, 2 samples)
    Shell Scripts (1 concurrent)                  29872.6 lpm   (60.0 s, 2 samples)
    Shell Scripts (16 concurrent)                  2037.0 lpm   (60.1 s, 2 samples)
    Shell Scripts (8 concurrent)                   4037.7 lpm   (60.1 s, 2 samples)
    System Call Overhead                        9687952.9 lps   (10.0 s, 7 samples)
    
    System Benchmarks Partial Index              BASELINE       RESULT    INDEX
    Dhrystone 2 using register variables         116700.0  156548804.3  13414.6
    Double-Precision Whetstone                       55.0      28527.5   5186.8
    Execl Throughput                                 43.0      27500.6   6395.5
    Pipe Throughput                               12440.0    8493665.2   6827.7
    Pipe-based Context Switching                   4000.0    1744536.9   4361.3
    Process Creation                                126.0      77757.8   6171.3
    Shell Scripts (1 concurrent)                     42.4      29872.6   7045.4
    Shell Scripts (16 concurrent)                     ---       2037.0      ---
    Shell Scripts (8 concurrent)                      6.0       4037.7   6729.4
    System Call Overhead                          15000.0    9687952.9   6458.6
                                                                       ========
    System Benchmarks Index Score (Partial Only)                         6638.5
    
    
    [1;32;40m-------------------------------------------
    (B[m[1;33;40mcentminmodbench.sh completed
    (B[m[1;32;40m-------------------------------------------
    (B[m
    centminmodbench.sh Total Run Time: 3803.369326584 seconds
     
  20. Josephm

    Josephm Active Member

    132
    44
    28
    Aug 26, 2014
    Ratings:
    +48
    Local Time:
    2:21 AM
    1.9.5
    10.0.21
    Forget to post centminmod installation time.
    Ranmode standard ssd $10:
    Code:
    Total Centmin Mod Install Time: 1304.624733841 seconds
    
    Vultr $15:
    Code:
    Total Centmin Mod Install Time: 887.321833424 seconds
    
    Thanks for your info @eva2000, sure Vultr is better based on the installation time. However I see Ramnode has incredible SSD speed 1.1 GB/s:eek:
    Will test premium SSD $14 package from Ramnode whether it's better or not :D