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,811
    12,159
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,711
    Local Time:
    3:49 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    yup made the change to support non-Centmin Mod servers by disabling PHP and Centmin Mod Nginx static OpenSSL tests for non-Centmin Mod servers Previews - centminmodbench.sh - benchmark script for Centmin Mod LEMP servers | Centmin Mod Community :)

    yeah UnixBench takes 30+ minutes :)

    hence Github page says


    Yeah but past a certain point disk sequential or cached speed is useless - you'd want a nice mix of cpu, mysql and PHP performance and if you use https/SSL, good OpenSSL performance too
     
    Last edited: Sep 12, 2014
  2. eva2000

    eva2000 Administrator Staff Member

    53,811
    12,159
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,711
    Local Time:
    3:49 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    interesting results, cachefly ~813KB/s EEK

    You're on Xeon E3-1245v2 so yeah it shows on OpenSSL numbers as Xeon E3-12xx v3 would have a bit more advantage especially for cpu hardware assisted aes128/aes256 OpenSSL numbers

    VersaWeb E3-1240v3 OpenSSL numbers

    Code:
    -------------------------------------------
    OpenSSL System Benchmark
    -------------------------------------------
    
    OpenSSL 1.0.1e-fips 11 Feb 2013
    -------------------------------------------
    
    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
    
    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
    
    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
    
                      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
    
    evp            3573767.82k  4136418.47k  4310544.73k  4358341.97k  4355869.35k
    -------------------------------------------
    openssl speed -evp aes128 -multi 8
    OpenSSL 1.0.1i 6 Aug 2014
    
    evp            4677057.95k  5664412.14k  5976199.85k  6070062.08k  6087450.62k
    • cpu based aes128 evp = 6,087,450
    • rsa 2048 bit = 3,829 signs/s
    • 256bit ecdsa = 43,243 signs/s
     
  3. rdan

    rdan Well-Known Member

    5,439
    1,399
    113
    May 25, 2014
    Ratings:
    +2,188
    Local Time:
    1:49 PM
    Mainline
    10.2
    How to totally remove centminmodbench on my live server?
    Files and Folders to delete?

    Thanks!
     
  4. eva2000

    eva2000 Administrator Staff Member

    53,811
    12,159
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,711
    Local Time:
    3:49 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Just update script with cleanup function and updated README at centminmod/centminmodbench · GitHub with manual removal instructions

    for cleanup function

    Code:
    ./centminmodbench.sh cleanup
    
    ----------------------------------------------
    cleaned up folders and logs
    manually remove the file to complete process:
    /root/tools/centminmodbench.sh
     
  5. rdan

    rdan Well-Known Member

    5,439
    1,399
    113
    May 25, 2014
    Ratings:
    +2,188
    Local Time:
    1:49 PM
    Mainline
    10.2
    rm -rf /home/centminmodbench
    rm -rf /home/centminmodbench_logs
    rm -rf /home/mysqlslap
    rm -rf /home/phpbench_logs
    rm -rf /root/tools/centminmodbench.sh

    Thanks :)
     
  6. eva2000

    eva2000 Administrator Staff Member

    53,811
    12,159
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,711
    Local Time:
    3:49 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    yup :)
     
  7. rdan

    rdan Well-Known Member

    5,439
    1,399
    113
    May 25, 2014
    Ratings:
    +2,188
    Local Time:
    1:49 PM
    Mainline
    10.2
    Running this on Live Server didn't install any additional software?
    Seems like after I run this my live server, my forum's performance is very slow now :(
    Even I already rebooted the server.
     
  8. Josephm

    Josephm Active Member

    132
    44
    28
    Aug 26, 2014
    Ratings:
    +48
    Local Time:
    12:49 PM
    1.9.5
    10.0.21
    Another test on 1024MB SKVM at Ramnode, it seems not better as Vultr package $15/month, about the download speed, is it impacted by working hours now in US?
    Code:
    -------------------------------------------
    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:  1
    Socket(s):  4
    NUMA node(s):  1
    Vendor ID:  GenuineIntel
    CPU family:  6
    Model:  13
    Model name:  QEMU Virtual CPU version (cpu64-rhel6)
    Stepping:  3
    CPU MHz:  3500.018
    BogoMIPS:  7000.03
    Hypervisor vendor:  KVM
    Virtualization type:  full
    L1d cache:  32K
    L1i cache:  32K
    L2 cache:  4096K
    NUMA node0 CPU(s):  0-3
    ----------------------------------------------
    CPU NODE SOCKET CORE L1d:L1i:L2 ONLINE
    0  0  0  0  0:0:0  yes
    1  0  1  1  1:1:1  yes
    2  0  2  2  2:2:2  yes
    3  0  3  3  3:3:3  yes
    ----------------------------------------------
      total  used  free  shared  buffers  cached
    Mem:  993  409  584  32  0  155
    Low:  993  409  584
    High:  0  0  0
    -/+ buffers/cache:  252  741
    Swap:  3999  0  3999
    ----------------------------------------------
    Filesystem  Size  Used Avail Use% Mounted on
    /dev/mapper/data-root  24G  4.1G  20G  17% /
    devtmpfs  491M  0  491M  0% /dev
    tmpfs  497M  0  497M  0% /dev/shm
    tmpfs  497M  6.6M  491M  2% /run
    tmpfs  497M  0  497M  0% /sys/fs/cgroup
    tmpfs  497M  32K  497M  1% /tmp
    /dev/vda1  397M  120M  277M  31% /boot
    
    Code:
    -------------------------------------------
    disk ioping tests
    -------------------------------------------
    2014-09-11 18:40:13 [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...
    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 . (xfs /dev/mapper/data-root): request=1 time=0.1 ms
    4096 bytes from . (xfs /dev/mapper/data-root): request=2 time=0.2 ms
    4096 bytes from . (xfs /dev/mapper/data-root): request=3 time=0.2 ms
    4096 bytes from . (xfs /dev/mapper/data-root): request=4 time=0.2 ms
    4096 bytes from . (xfs /dev/mapper/data-root): request=5 time=0.2 ms
    4096 bytes from . (xfs /dev/mapper/data-root): request=6 time=0.2 ms
    4096 bytes from . (xfs /dev/mapper/data-root): request=7 time=0.2 ms
    4096 bytes from . (xfs /dev/mapper/data-root): request=8 time=0.2 ms
    4096 bytes from . (xfs /dev/mapper/data-root): request=9 time=0.2 ms
    4096 bytes from . (xfs /dev/mapper/data-root): request=10 time=0.2 ms
    --- . (xfs /dev/mapper/data-root) ioping statistics ---
    10 requests completed in 9002.9 ms, 5405 iops, 21.1 mb/s
    min/avg/max/mdev = 0.1/0.2/0.2/0.0 ms
    IOPing seek rate: ./ioping -RD .
    --- . (xfs /dev/mapper/data-root) ioping statistics ---
    15182 requests completed in 3000.0 ms, 10595 iops, 41.4 mb/s
    min/avg/max/mdev = 0.1/0.1/1.6/0.0 ms
    IOPing sequential: ./ioping -RL .
    --- . (xfs /dev/mapper/data-root) ioping statistics ---
    10025 requests completed in 3000.1 ms, 4604 iops, 1151.1 mb/s
    min/avg/max/mdev = 0.2/0.2/16.4/0.2 ms
    IOPing cached: ./ioping -RC .
    --- . (xfs /dev/mapper/data-root) ioping statistics ---
    47910 requests completed in 3000.1 ms, 711411 iops, 2779.0 mb/s
    min/avg/max/mdev = 0.0/0.0/0.2/0.0 ms
    
    Code:
    -------------------------------------------
    disk DD tests
    -------------------------------------------
    dd if=/dev/zero of=sb-io-test bs=1M count=1k conv=fdatasync
    1024+0 records in
    1024+0 records out
    1073741824 bytes (1.1 GB) copied, 0.713437 s, 1.5 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.828446 s, 1.3 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, 1.12234 s, 957 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, 4.62348 s, 232 MB/s
    
    Code:
    -------------------------------------------
    disk FIO tests
    -------------------------------------------
    2014-09-11 18:40:41 [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
      CC gettime.o
      DEP .depend
      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=3106: Thu Sep 11 18:40:50 2014
      read : io=1024.3MB, bw=248479KB/s, iops=62119 , runt=  4221msec
      cpu  : usr=8.01%, sys=36.40%, ctx=16922, 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=248478KB/s, minb=248478KB/s, maxb=248478KB/s, mint=4221msec, maxt=4221msec
    Disk stats (read/write):
      dm-0: ios=248058/0, merge=0/0, ticks=233483/0, in_queue=233503, util=97.55%, aggrios=262215/0, aggrmerge=0/0, aggrticks=246545/0, aggrin_queue=246486, aggrutil=97.25%
      vda: ios=262215/0, merge=0/0, ticks=246545/0, in_queue=246486, util=97.25%
    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=3120: Thu Sep 11 18:40:58 2014
      write: io=1024.3MB, bw=126198KB/s, iops=31549 , runt=  8311msec
      cpu  : usr=4.48%, sys=17.70%, ctx=14984, 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=126197KB/s, minb=126197KB/s, maxb=126197KB/s, mint=8311msec, maxt=8311msec
    Disk stats (read/write):
      dm-0: ios=0/257185, merge=0/0, ticks=0/494613, in_queue=494784, util=98.79%, aggrios=0/262207, aggrmerge=0/0, aggrticks=0/503985, aggrin_queue=503937, aggrutil=98.62%
      vda: ios=0/262207, merge=0/0, ticks=0/503985, in_queue=503937, util=98.62%
    
    Code:
    -------------------------------------------
    Running bandwidth benchmark...
    -------------------------------------------
    ----------------------------------------------
    Download from Cachefly ([URL]http://cachefly.cachefly.net/100mb.test[/URL])
    Download Cachefly: 85.4MB/s
    -------------------------------------------
    USA bandwidth tests...
    -------------------------------------------
    ----------------------------------------------
    Download from Linode, Atlanta, GA, USA ([URL]http://speedtest.atlanta.linode.com/100MB-atlanta.bin[/URL])
    Download Linode, Atlanta, GA, USA: 7.37MB/s
    ----------------------------------------------
    Download from Linode, Dallas, TX, USA ([URL]http://speedtest.dallas.linode.com/100MB-dallas.bin[/URL])
    Download Linode, Dallas, TX, USA: 3.11MB/s
    ----------------------------------------------
    Download from Leaseweb, Manassas, VA, USA ([URL]http://mirror.us.leaseweb.net/speedtest/100mb.bin[/URL])
    Download Leaseweb, Manassas, VA, USA: 20.1MB/s
    ----------------------------------------------
    Download from Softlayer, Seattle, WA, USA ([URL]http://speedtest.sea01.softlayer.com/downloads/test100.zip[/URL])
    Download Softlayer, Seattle, WA, USA: 18.3MB/s
    ----------------------------------------------
    Download from Softlayer, San Jose, CA, USA ([URL]http://speedtest.sjc01.softlayer.com/downloads/test100.zip[/URL])
    Download Softlayer, San Jose, CA, USA: 8.23MB/s
    ----------------------------------------------
    Download from Softlayer, Washington, DC, USA ([URL]http://speedtest.wdc01.softlayer.com/downloads/test100.zip[/URL])
    Download Softlayer, Washington, DC, USA: 39.8MB/s
    ----------------------------------------------
    Download from VersaWeb, Las Vegas, Nevada ([URL]http://199.47.210.50/100mbtest.bin[/URL])
    Download VersaWeb, Las Vegas, Nevada: 14.8MB/s
    ----------------------------------------------
    Download from OVH, BHS, Canada ([URL]http://bhs.proof.ovh.net/files/100Mio.dat[/URL])
    Download OVH, BHS, Canada: 21.2MB/s
    ----------------------------------------------
    Download from Vultr, Los Angeles, California ([URL]http://lax-ca-us-ping.vultr.com/vultr.com.100MB.bin[/URL])
    Download Vultr, Los Angeles, California: 21.6MB/s
    ----------------------------------------------
    Download from Vultr, Seattle, Washington ([URL]http://wa-us-ping.vultr.com/vultr.com.100MB.bin[/URL])
    Download Vultr, Seattle, Washington: 19.1MB/s
    ----------------------------------------------
    Download from Vultr, Dallas, Texas ([URL]http://tx-us-ping.vultr.com/vultr.com.100MB.bin[/URL])
    Download Vultr, Dallas, Texas: 10.6MB/s
    ----------------------------------------------
    Download from Vultr, Chicago, Illinois ([URL]http://il-us-ping.vultr.com/vultr.com.100MB.bin[/URL])
    Download Vultr, Chicago, Illinois: 56.4MB/s
    ----------------------------------------------
    Download from Vultr, Atlanta, Georgia ([URL]http://ga-us-ping.vultr.com/vultr.com.100MB.bin[/URL])
    Download Vultr, Atlanta, Georgia: 32.9MB/s
    ----------------------------------------------
    Download from Vultr, Miami, Florida ([URL]http://fl-us-ping.vultr.com/vultr.com.100MB.bin[/URL])
    Download Vultr, Miami, Florida: 35.7MB/s
    ----------------------------------------------
    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: 108MB/s
    -------------------------------------------
    Asia bandwidth tests...
    -------------------------------------------
    ----------------------------------------------
    Download from Linode, Tokyo, JP ([URL]http://speedtest.tokyo.linode.com/100MB-tokyo.bin[/URL])
    Download Linode, Tokyo, JP: 1.57MB/s
    ----------------------------------------------
    Download from Softlayer, Singapore ([URL]http://speedtest.sng01.softlayer.com/downloads/test100.zip[/URL])
    Download Softlayer, Singapore: 7.54MB/s
    ----------------------------------------------
    Download from Vultr, Tokyo, Japan ([URL]http://hnd-jp-ping.vultr.com/vultr.com.100MB.bin[/URL])
    Download Vultr, Tokyo, Japan: 7.83MB/s
    -------------------------------------------
    Europe bandwidth tests...
    -------------------------------------------
    ----------------------------------------------
    Download from Linode, London, UK ([URL]http://speedtest.london.linode.com/100MB-london.bin[/URL])
    Download Linode, London, UK: 2.23MB/s
    ----------------------------------------------
    Download from OVH, Paris, France ([URL]http://proof.ovh.net/files/100Mio.dat[/URL])
    Download OVH, Paris, France: 4.29MB/s
    ----------------------------------------------
    Download from SmartDC, Rotterdam, Netherlands ([URL]http://mirror.i3d.net/100mb.bin[/URL])
    Download SmartDC, Rotterdam, Netherlands: 5.69MB/s
    ----------------------------------------------
    Download from Vultr, Amsterdam, Netherlands ([URL]http://ams-nl-ping.vultr.com/vultr.com.100MB.bin[/URL])
    Download Vultr, Amsterdam, Netherlands: 14.6MB/s
    ----------------------------------------------
    Download from Vultr, London, UK ([URL]http://lon-gb-ping.vultr.com/vultr.com.100MB.bin[/URL])
    Download Vultr, London, UK: 17.0MB/s
    ----------------------------------------------
    Download from Vultr, Paris, France ([URL]http://par-fr-ping.vultr.com/vultr.com.100MB.bin[/URL])
    Download Vultr, Paris, France: 8.59MB/s
    -------------------------------------------
    Australia bandwidth tests...
    -------------------------------------------
    ----------------------------------------------
    Download from Vultr, Sydney, Australia ([URL]http://syd-au-ping.vultr.com/vultr.com.100MB.bin[/URL])
    Download Vultr, Sydney, Australia: 6.53MB/s
    
    Code:
    -------------------------------------------
    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.702 ms
    64 bytes from vip1.G-anycast1.cachefly.net (205.234.175.175): icmp_seq=2 ttl=61 time=0.751 ms
    64 bytes from vip1.G-anycast1.cachefly.net (205.234.175.175): icmp_seq=3 ttl=61 time=0.705 ms
    --- vip1.g.cachefly.net ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2002ms
    rtt min/avg/max/mdev = 0.702/0.719/0.751/0.031 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=219 ms
    64 bytes from 108.61.212.117.vultr.com (108.61.212.117): icmp_seq=2 ttl=51 time=219 ms
    64 bytes from 108.61.212.117.vultr.com (108.61.212.117): icmp_seq=3 ttl=51 time=219 ms
    --- syd-au-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2002ms
    rtt min/avg/max/mdev = 219.220/219.270/219.310/0.037 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=160 ms
    64 bytes from 108.61.201.151.vultr.com (108.61.201.151): icmp_seq=2 ttl=53 time=161 ms
    64 bytes from 108.61.201.151.vultr.com (108.61.201.151): icmp_seq=3 ttl=53 time=161 ms
    --- hnd-jp-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2002ms
    rtt min/avg/max/mdev = 160.790/161.143/161.387/0.415 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=75.7 ms
    64 bytes from 108.61.219.200.vultr.com (108.61.219.200): icmp_seq=3 ttl=58 time=72.7 ms
    --- lax-ca-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2002ms
    rtt min/avg/max/mdev = 72.770/73.800/75.787/1.439 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.3 ms
    64 bytes from 108.61.194.105.vultr.com (108.61.194.105): icmp_seq=3 ttl=56 time=68.2 ms
    --- wa-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2002ms
    rtt min/avg/max/mdev = 68.183/68.276/68.370/0.311 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=40.8 ms
    64 bytes from 108.61.224.175.vultr.com (108.61.224.175): icmp_seq=2 ttl=59 time=40.9 ms
    64 bytes from 108.61.224.175.vultr.com (108.61.224.175): icmp_seq=3 ttl=59 time=40.8 ms
    --- tx-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2003ms
    rtt min/avg/max/mdev = 40.836/40.888/40.990/0.244 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=23.4 ms
    64 bytes from 107.191.51.12.vultr.com (107.191.51.12): icmp_seq=2 ttl=57 time=23.4 ms
    64 bytes from 107.191.51.12.vultr.com (107.191.51.12): icmp_seq=3 ttl=57 time=23.5 ms
    --- il-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2002ms
    rtt min/avg/max/mdev = 23.456/23.487/23.508/0.022 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=22.5 ms
    64 bytes from 108.61.193.166.vultr.com (108.61.193.166): icmp_seq=2 ttl=58 time=23.6 ms
    64 bytes from 108.61.193.166.vultr.com (108.61.193.166): icmp_seq=3 ttl=58 time=23.6 ms
    --- ga-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2002ms
    rtt min/avg/max/mdev = 22.519/23.265/23.673/0.557 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=32.4 ms
    64 bytes from 104.156.244.232: icmp_seq=2 ttl=59 time=32.7 ms
    64 bytes from 104.156.244.232: icmp_seq=3 ttl=59 time=32.5 ms
    --- fl-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2002ms
    rtt min/avg/max/mdev = 32.423/32.575/32.787/0.154 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.48 ms
    64 bytes from 108.61.149.182.vultr.com (108.61.149.182): icmp_seq=2 ttl=57 time=1.47 ms
    64 bytes from 108.61.149.182.vultr.com (108.61.149.182): icmp_seq=3 ttl=57 time=1.54 ms
    --- nj-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2000ms
    rtt min/avg/max/mdev = 1.473/1.501/1.543/0.030 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=79.6 ms
    64 bytes from 108.61.210.117.vultr.com (108.61.210.117): icmp_seq=2 ttl=60 time=79.0 ms
    64 bytes from 108.61.210.117.vultr.com (108.61.210.117): icmp_seq=3 ttl=60 time=79.3 ms
    --- fra-de-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2002ms
    rtt min/avg/max/mdev = 79.029/79.340/79.638/0.409 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.9 ms
    64 bytes from 108.61.198.102.vultr.com (108.61.198.102): icmp_seq=2 ttl=57 time=79.4 ms
    64 bytes from 108.61.198.102.vultr.com (108.61.198.102): icmp_seq=3 ttl=57 time=77.6 ms
    --- ams-nl-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2002ms
    rtt min/avg/max/mdev = 77.636/78.334/79.445/0.794 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.1 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 2002ms
    rtt min/avg/max/mdev = 70.143/70.165/70.182/0.216 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.1 ms
    64 bytes from 108.61.209.127.vultr.com (108.61.209.127): icmp_seq=3 ttl=60 time=79.1 ms
    --- par-fr-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2002ms
    rtt min/avg/max/mdev = 79.140/79.141/79.144/0.324 ms
    ----------------------------------------------
    Pings (VersaWeb Las Vegas):
    PING 199.47.210.50 (199.47.210.50) 56(84) bytes of data.
    64 bytes from 199.47.210.50: icmp_seq=1 ttl=55 time=77.6 ms
    64 bytes from 199.47.210.50: icmp_seq=2 ttl=55 time=77.4 ms
    64 bytes from 199.47.210.50: icmp_seq=3 ttl=55 time=77.3 ms
    --- 199.47.210.50 ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2003ms
    rtt min/avg/max/mdev = 77.397/77.520/77.679/0.256 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=62.5 ms
    64 bytes from 76.164.234.1: icmp_seq=2 ttl=59 time=62.5 ms
    64 bytes from 76.164.234.1: icmp_seq=3 ttl=59 time=62.6 ms
    --- 76.164.234.1 ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2003ms
    rtt min/avg/max/mdev = 62.527/62.569/62.639/0.293 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=24.7 ms
    64 bytes from ns238643.ip-192-99-19.net (192.99.19.165): icmp_seq=2 ttl=53 time=25.4 ms
    64 bytes from ns238643.ip-192-99-19.net (192.99.19.165): icmp_seq=3 ttl=53 time=24.8 ms
    --- bhs.proof.ovh.net ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2003ms
    rtt min/avg/max/mdev = 24.723/24.993/25.452/0.326 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 4
    Forked child 0
    Forked child 1
    Forked child 2
    +DT:md5:3:16
    +DT:md5:3:16
    +DT:md5:3:16
    +DT:md5:3:16
    +R:9210370:md5:3.000000
    +R:9392028:md5:3.000000
    +R:8623426:md5:3.000000
    +DT:md5:3:64
    +DT:md5:3:64
    +DT:md5:3:64
    +R:8717158:md5:3.000000
    +DT:md5:3:64
    +R:7293865:md5:3.000000
    +R:7586998:md5:3.000000
    +R:7444495:md5:3.000000
    +DT:md5:3:256
    +DT:md5:3:256
    +DT:md5:3:256
    +R:7474133:md5:3.000000
    +DT:md5:3:256
    +R:4647949:md5:3.000000
    +R:4746508:md5:3.000000
    +R:4684298:md5:3.000000
    +DT:md5:3:1024
    +DT:md5:3:1024
    +DT:md5:3:1024
    +R:4804573:md5:3.000000
    +DT:md5:3:1024
    +R:1702279:md5:3.000000
    +R:1820311:md5:3.000000
    +R:1747523:md5:3.000000
    +DT:md5:3:8192
    +DT:md5:3:8192
    +DT:md5:3:8192
    +R:1798970:md5:3.000000
    +DT:md5:3:8192
    +R:259532:md5:3.000000
    +R:256320:md5:3.000000
    +R:254196:md5:3.000000
    +DT:sha1:3:16
    +DT:sha1:3:16
    +DT:sha1:3:16
    +R:251919:md5:3.000000
    +DT:sha1:3:16
    +R:10544736:sha1:3.000000
    +R:10433289:sha1:3.000000
    +DT:sha1:3:64
    +DT:sha1:3:64
    +R:10617321:sha1:3.000000
    +DT:sha1:3:64
    +R:10272265:sha1:3.000000
    +DT:sha1:3:64
    +R:7899069:sha1:3.000000
    +R:7207427:sha1:3.000000
    +DT:sha1:3:256
    +DT:sha1:3:256
    +R:7632237:sha1:3.000000
    +DT:sha1:3:256
    +R:7717995:sha1:3.000000
    +DT:sha1:3:256
    +R:2804082:sha1:3.000000
    +R:3524290:sha1:3.000000
    +DT:sha1:3:1024
    +DT:sha1:3:1024
    +R:3107810:sha1:3.000000
    +DT:sha1:3:1024
    +R:3133755:sha1:3.000000
    +DT:sha1:3:1024
    +R:1388153:sha1:3.000000
    +R:1208405:sha1:3.000000
    +DT:sha1:3:8192
    +DT:sha1:3:8192
    +R:1310406:sha1:3.000000
    +DT:sha1:3:8192
    +R:1341918:sha1:3.000000
    +DT:sha1:3:8192
    +R:194943:sha1:3.000000
    +R:181565:sha1:3.000000
    +DT:sha256:3:16
    +DT:sha256:3:16
    +R:176007:sha1:3.000000
    +DT:sha256:3:16
    +R:192159:sha1:3.000000
    +DT:sha256:3:16
    +R:8913750:sha256:3.000000
    +R:9723443:sha256:3.000000
    +DT:sha256:3:64
    +DT:sha256:3:64
    +R:9586742:sha256:3.000000
    +DT:sha256:3:64
    +R:8549195:sha256:3.000000
    +DT:sha256:3:64
    +R:4842306:sha256:3.000000
    +R:5131062:sha256:3.000000
    +DT:sha256:3:256
    +DT:sha256:3:256
    +R:5471665:sha256:3.000000
    +DT:sha256:3:256
    +R:4981114:sha256:3.000000
    +DT:sha256:3:256
    +R:1970318:sha256:3.000000
    +R:1807985:sha256:3.000000
    +R:2146060:sha256:3.000000
    +DT:sha256:3:1024
    +DT:sha256:3:1024
    +DT:sha256:3:1024
    +R:2280662:sha256:3.000000
    +DT:sha256:3:1024
    +R:554940:sha256:3.000000
    +R:626182:sha256:3.000000
    +R:545399:sha256:3.000000
    +DT:sha256:3:8192
    +DT:sha256:3:8192
    +DT:sha256:3:8192
    +R:627680:sha256:3.000000
    +DT:sha256:3:8192
    +R:78522:sha256:3.000000
    +R:80163:sha256:3.000000
    +DT:rc4:3:16
    +DT:rc4:3:16
    +R:71947:sha256:3.000000
    +DT:rc4:3:16
    +R:78614:sha256:3.000000
    +DT:rc4:3:16
    +R:71244060:rc4:3.000000
    +R:70713213:rc4:3.000000
    +R:72940295:rc4:3.000000
    +DT:rc4:3:64
    +DT:rc4:3:64
    +DT:rc4:3:64
    +R:75735390:rc4:3.000000
    +DT:rc4:3:64
    +R:32082463:rc4:3.000000
    +R:28734847:rc4:3.000000
    +R:28266239:rc4:3.000000
    +DT:rc4:3:256
    +DT:rc4:3:256
    +DT:rc4:3:256
    +R:29497261:rc4:3.000000
    +DT:rc4:3:256
    +R:9209498:rc4:3.000000
    +R:9013323:rc4:3.000000
    +R:8679764:rc4:3.000000
    +DT:rc4:3:1024
    +DT:rc4:3:1024
    +DT:rc4:3:1024
    +R:8817129:rc4:3.000000
    +DT:rc4:3:1024
    +R:1875336:rc4:3.000000
    +R:2071108:rc4:3.000000
    +R:2353030:rc4:3.000000
    +DT:rc4:3:8192
    +DT:rc4:3:8192
    +DT:rc4:3:8192
    +R:2346297:rc4:3.000000
    +DT:rc4:3:8192
    +R:273538:rc4:3.000000
    +R:296340:rc4:3.000000
    +R:289121:rc4:3.000000
    +DT:aes-128 cbc:3:16
    +DT:aes-128 cbc:3:16
    +DT:aes-128 cbc:3:16
    +R:307973:rc4:3.000000
    +DT:aes-128 cbc:3:16
    +R:18449838:aes-128 cbc:3.000000
    +R:22472991:aes-128 cbc:3.000000
    +R:19257107:aes-128 cbc:3.000000
    +DT:aes-128 cbc:3:64
    +DT:aes-128 cbc:3:64
    +DT:aes-128 cbc:3:64
    +R:18132781:aes-128 cbc:3.000000
    +DT:aes-128 cbc:3:64
    +R:6696824:aes-128 cbc:3.000000
    +R:5660432:aes-128 cbc:3.000000
    +R:6028179:aes-128 cbc:3.000000
    +DT:aes-128 cbc:3:256
    +DT:aes-128 cbc:3:256
    +DT:aes-128 cbc:3:256
    +R:6298066:aes-128 cbc:3.000000
    +DT:aes-128 cbc:3:256
    +R:1557068:aes-128 cbc:3.000000
    +R:1593434:aes-128 cbc:3.000000
    +R:1446487:aes-128 cbc:3.000000
    +DT:aes-128 cbc:3:1024
    +DT:aes-128 cbc:3:1024
    +DT:aes-128 cbc:3:1024
    +R:1694258:aes-128 cbc:3.000000
    +DT:aes-128 cbc:3:1024
    +R:965885:aes-128 cbc:3.000000
    +R:953156:aes-128 cbc:3.000000
    +R:940622:aes-128 cbc:3.000000
    +DT:aes-128 cbc:3:8192
    +DT:aes-128 cbc:3:8192
    +DT:aes-128 cbc:3:8192
    +R:869220:aes-128 cbc:3.000000
    +DT:aes-128 cbc:3:8192
    +R:108317:aes-128 cbc:3.000000
    +R:121833:aes-128 cbc:3.000000
    +DT:aes-256 cbc:3:16
    +DT:aes-256 cbc:3:16
    +R:112560:aes-128 cbc:3.000000
    +DT:aes-256 cbc:3:16
    +R:121737:aes-128 cbc:3.000000
    +DT:aes-256 cbc:3:16
    +R:11837927:aes-256 cbc:3.000000
    +R:14480978:aes-256 cbc:3.000000
    +R:13878430:aes-256 cbc:3.000000
    +DT:aes-256 cbc:3:64
    +DT:aes-256 cbc:3:64
    +DT:aes-256 cbc:3:64
    +R:13919722:aes-256 cbc:3.000000
    +DT:aes-256 cbc:3:64
    +R:3514835:aes-256 cbc:3.000000
    +R:4375242:aes-256 cbc:3.000000
    +R:4512898:aes-256 cbc:3.000000
    +DT:aes-256 cbc:3:256
    +DT:aes-256 cbc:3:256
    +DT:aes-256 cbc:3:256
    +R:4213195:aes-256 cbc:3.000000
    +DT:aes-256 cbc:3:256
    +R:1209871:aes-256 cbc:3.000000
    +R:1246488:aes-256 cbc:3.000000
    +R:1260581:aes-256 cbc:3.000000
    +DT:aes-256 cbc:3:1024
    +DT:aes-256 cbc:3:1024
    +DT:aes-256 cbc:3:1024
    +R:1237854:aes-256 cbc:3.000000
    +DT:aes-256 cbc:3:1024
    +R:647660:aes-256 cbc:3.000000
    +R:690675:aes-256 cbc:3.000000
    +R:692308:aes-256 cbc:3.000000
    +DT:aes-256 cbc:3:8192
    +DT:aes-256 cbc:3:8192
    +DT:aes-256 cbc:3:8192
    +R:628160:aes-256 cbc:3.000000
    +DT:aes-256 cbc:3:8192
    +R:80557:aes-256 cbc:3.000000
    +R:79714:aes-256 cbc:3.000000
    +R:83145:aes-256 cbc:3.000000
    +R:83560:aes-256 cbc:3.000000
    +DTP:2048:private:rsa:10
    +DTP:2048:private:rsa:10
    +DTP:2048:private:rsa:10
    +DTP:2048:private:rsa:10
    +R1:8385:2048:10.00
    +DTP:2048:public:rsa:10
    +R1:7738:2048:10.00
    +DTP:2048:public:rsa:10
    +R1:7605:2048:10.00
    +DTP:2048:public:rsa:10
    +R1:7701:2048:10.00
    +DTP:2048:public:rsa:10
    +R2:248115:2048:10.00
    +R2:240257:2048:10.00
    +R2:241145:2048:10.00
    +R2:226636:2048:10.00
    +DTP:4096:private:rsa:10
    +DTP:4096:private:rsa:10
    +DTP:4096:private:rsa:10
    +DTP:4096:private:rsa:10
    +R1:842:4096:10.00
    +DTP:4096:public:rsa:10
    +R1:976:4096:10.01
    +R1:937:4096:10.01
    +DTP:4096:public:rsa:10
    +DTP:4096:public:rsa:10
    +R1:1003:4096:10.01
    +DTP:4096:public:rsa:10
    +R2:72312:4096:10.00
    +DTP:256:sign:ecdsa:10
    +R2:73335:4096:10.00
    +R2:73533:4096:10.00
    +DTP:256:sign:ecdsa:10
    +DTP:256:sign:ecdsa:10
    +R2:69537:4096:10.00
    +DTP:256:sign:ecdsa:10
    +R5:80577:256:10.00
    +DTP:256:verify:ecdsa:10
    +R5:82008:256:10.00
    +DTP:256:verify:ecdsa:10
    +R5:82623:256:10.00
    +DTP:256:verify:ecdsa:10
    +R5:85358:256:10.00
    +DTP:256:verify:ecdsa:10
    +R6:20104:256:10.00
    +R6:19453:256:10.00
    +R6:19553:256:10.00
    +R6:20789:256:10.00
    Forked child 3
    Got: +H:16:64:256:1024:8192 from 0
    Got: +F:3:md5:46491509.33:159448170.67:409990229.33:614048426.67:687906816.00 from 0
    Got: +F:5:sha1:54785413.33:164650560.00:267413760.00:458041344.00:524722176.00 from 0
    Got: +F:7:rc4:403922080.00:629274901.33:752395008.00:800869376.00:840971605.33 from 0
    Got: +F:16:aes-128 cbc:96708165.33:134358741.33:144576682.67:296693760.00:332423168.00 from 0
    Got: +F:18:aes-256 cbc:74238517.33:89881493.33:105630208.00:214411946.67:228174506.67 from 0
    Got: +F:23:sha256:45595706.67:106263765.33:194616490.67:214248106.67:214668629.33 from 0
    Got: +F2:2:2048:0.001315:0.000041 from 0
    Got: +F2:3:4096:0.010256:0.000136 from 0
    Got: +F4:3:256:0.000122:0.000514 from 0
    Got: +H:16:64:256:1024:8192 from 1
    Got: +F:3:md5:49121973.33:155602453.33:405035349.33:596487850.67:699924480.00 from 1
    Got: +F:5:sha1:56238592.00:153758442.67:239281664.00:412468906.67:495793493.33 from 1
    Got: +F:7:rc4:389014906.67:603013098.67:769136896.00:803167573.33:789493077.33 from 1
    Got: +F:16:aes-128 cbc:98399136.00:142865578.67:135973034.67:325343914.67:295777621.33 from 1
    Got: +F:18:aes-256 cbc:63135610.67:74983146.67:103242325.33:221067946.67:219974314.67 from 1
    Got: +F:23:sha256:51858362.67:109462656.00:168133802.67:189419520.00:196463274.67 from 1
    Got: +F2:2:2048:0.001193:0.000040 from 1
    Got: +F2:3:4096:0.010683:0.000136 from 1
    Got: +F4:3:256:0.000121:0.000511 from 1
    Got: +H:16:64:256:1024:8192 from 2
    Got: +F:3:md5:45991605.33:161855957.33:399726762.67:581044565.33:708695381.33 from 2
    Got: +F:5:sha1:56625712.00:162821056.00:265199786.67:447285248.00:480616448.00 from 2
    Got: +F:7:rc4:377137136.00:613010069.33:785877162.67:706938197.33:809205760.00 from 2
    Got: +F:16:aes-128 cbc:102704570.67:128601152.00:132869802.67:329688746.67:332685312.00 from 2
    Got: +F:18:aes-256 cbc:77231882.67:96275157.33:107569578.67:235750400.00:217672362.67 from 2
    Got: +F:23:sha256:51129290.67:116728853.33:183130453.33:186162858.67:214417408.00 from 2
    Got: +F2:2:2048:0.001299:0.000044 from 2
    Got: +F2:3:4096:0.009980:0.000144 from 2
    Got: +F4:3:256:0.000117:0.000481 from 2
    Got: +H:16:64:256:1024:8192 from 3
    Got: +F:3:md5:50090816.00:158815893.33:396624981.33:621332821.33:694124544.00 from 3
    Got: +F:5:sha1:55644208.00:168513472.00:300739413.33:473822890.67:532324352.00 from 3
    Got: +F:7:rc4:379968320.00:684425877.33:740673194.67:640114688.00:746941098.67 from 3
    Got: +F:16:aes-128 cbc:119855952.00:120755882.67:123433557.33:321065642.67:307363840.00 from 3
    Got: +F:18:aes-256 cbc:74018293.33:93338496.00:106366976.00:236307797.33:227041280.00 from 3
    Got: +F:23:sha256:47540000.00:103302528.00:154281386.67:213736789.33:218898432.00 from 3
    Got: +F2:2:2048:0.001292:0.000042 from 3
    Got: +F2:3:4096:0.011876:0.000138 from 3
    Got: +F4:3:256:0.000124:0.000497 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  191695.90k  635722.47k  1611377.32k  2412913.66k  2790651.22k
    sha1  223293.93k  649743.53k  1072634.62k  1791618.39k  2033456.47k
    rc4  1550042.44k  2529723.95k  3048082.26k  2951089.83k  3186611.54k
    aes-128 cbc  417667.82k  526581.35k  536853.08k  1272792.06k  1268249.94k
    aes-256 cbc  288624.30k  354478.29k  422809.09k  907538.09k  892862.46k
    sha256  196123.36k  435757.80k  700162.13k  803567.27k  844447.74k
      sign  verify  sign/s verify/s
    rsa 2048 bits 0.000318s 0.000010s  3142.5  95927.0
    rsa 4096 bits 0.002663s 0.000035s  375.5  28896.7
      sign  verify  sign/s verify/s
    256 bit ecdsa (nistp256)  0.0000s  0.0001s  33072.7  7993.5
    -------------------------------------------
    openssl speed -evp aes256 -multi 4
    Forked child 0
    Forked child 1
    Forked child 2
    +DT:aes-256-cbc:3:16
    +DT:aes-256-cbc:3:16
    +DT:aes-256-cbc:3:16
    +DT:aes-256-cbc:3:16
    +R:11555457:aes-256-cbc:3.000000
    +DT:aes-256-cbc:3:64
    +R:15582916:aes-256-cbc:3.000000
    +R:12087223:aes-256-cbc:3.000000
    +DT:aes-256-cbc:3:64
    +DT:aes-256-cbc:3:64
    +R:14383696:aes-256-cbc:3.000000
    +DT:aes-256-cbc:3:64
    +R:3492118:aes-256-cbc:3.000000
    +DT:aes-256-cbc:3:256
    +R:4317010:aes-256-cbc:3.000000
    +R:3277498:aes-256-cbc:3.000000
    +DT:aes-256-cbc:3:256
    +DT:aes-256-cbc:3:256
    +R:3994995:aes-256-cbc:3.000000
    +DT:aes-256-cbc:3:256
    +R:878309:aes-256-cbc:3.000000
    +DT:aes-256-cbc:3:1024
    +R:641068:aes-256-cbc:3.000000
    +R:741763:aes-256-cbc:3.000000
    +DT:aes-256-cbc:3:1024
    +DT:aes-256-cbc:3:1024
    +R:922968:aes-256-cbc:3.000000
    +DT:aes-256-cbc:3:1024
    +R:504353:aes-256-cbc:3.000000
    +R:484328:aes-256-cbc:3.000000
    +R:470731:aes-256-cbc:3.000000
    +DT:aes-256-cbc:3:8192
    +DT:aes-256-cbc:3:8192
    +DT:aes-256-cbc:3:8192
    +R:519442:aes-256-cbc:3.000000
    +DT:aes-256-cbc:3:8192
    +R:73590:aes-256-cbc:3.000000
    +R:85683:aes-256-cbc:3.000000
    +R:79333:aes-256-cbc:3.000000
    +R:75620:aes-256-cbc:3.000000
    Forked child 3
    Got: +H:16:64:256:1024:8192 from 0
    Got: +F:22:aes-256-cbc:61629104.00:74498517.33:74949034.67:172152490.67:200949760.00 from 0
    Got: +H:16:64:256:1024:8192 from 1
    Got: +F:22:aes-256-cbc:64465189.33:92096213.33:54704469.33:160676181.33:216631978.67 from 1
    Got: +H:16:64:256:1024:8192 from 2
    Got: +F:22:aes-256-cbc:83108885.33:69919957.33:63297109.33:165317290.67:233971712.00 from 2
    Got: +H:16:64:256:1024:8192 from 3
    Got: +F:22:aes-256-cbc:76713045.33:85226560.00:78759936.00:177302869.33:206493013.33 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  285916.22k  321741.25k  271710.55k  675448.83k  858046.46k
    -------------------------------------------
    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:16972699:aes-128-cbc:3.000000
    +DT:aes-128-cbc:3:64
    +R:16090105:aes-128-cbc:3.000000
    +DT:aes-128-cbc:3:64
    +R:18035818:aes-128-cbc:3.000000
    +DT:aes-128-cbc:3:64
    +R:17513554:aes-128-cbc:3.000000
    +DT:aes-128-cbc:3:64
    +R:6869758:aes-128-cbc:3.000000
    +DT:aes-128-cbc:3:256
    +R:6860920:aes-128-cbc:3.000000
    +DT:aes-128-cbc:3:256
    +R:6953483:aes-128-cbc:3.000000
    +DT:aes-128-cbc:3:256
    +R:6693461:aes-128-cbc:3.000000
    +DT:aes-128-cbc:3:256
    +R:1414196:aes-128-cbc:3.000000
    +DT:aes-128-cbc:3:1024
    +R:1416062:aes-128-cbc:3.000000
    +DT:aes-128-cbc:3:1024
    +R:1482485:aes-128-cbc:3.000000
    +DT:aes-128-cbc:3:1024
    +R:1398112:aes-128-cbc:3.000000
    +DT:aes-128-cbc:3:1024
    +R:654668:aes-128-cbc:3.000000
    +DT:aes-128-cbc:3:8192
    +R:608203:aes-128-cbc:3.000000
    +DT:aes-128-cbc:3:8192
    +R:788504:aes-128-cbc:3.000000
    +DT:aes-128-cbc:3:8192
    +R:769076:aes-128-cbc:3.010000
    +DT:aes-128-cbc:3:8192
    +R:105059:aes-128-cbc:3.000000
    +R:112053:aes-128-cbc:3.000000
    +R:108825:aes-128-cbc:3.000000
    +R:116413:aes-128-cbc:3.000000
    Forked child 3
    Got: +H:16:64:256:1024:8192 from 0
    Got: +F:22:aes-128-cbc:90521061.33:146554837.33:120678058.67:261639144.19:317885098.67 from 0
    Got: +H:16:64:256:1024:8192 from 1
    Got: +F:22:aes-128-cbc:85813893.33:146366293.33:120837290.67:223460010.67:286881109.33 from 1
    Got: +H:16:64:256:1024:8192 from 2
    Got: +F:22:aes-128-cbc:96191029.33:148340970.67:126505386.67:207599957.33:305979392.00 from 2
    Got: +H:16:64:256:1024:8192 from 3
    Got: +F:22:aes-128-cbc:93405621.33:142793834.67:119305557.33:269142698.67:297164800.00 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  365931.61k  584055.94k  487326.29k  961841.81k  1207910.40k
    -------------------------------------------
    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 4
    Forked child 0
    Forked child 1
    Forked child 2
    +DT:md5:3:16
    +DT:md5:3:16
    +DT:md5:3:16
    +DT:md5:3:16
    +R:7646397:md5:3.000000
    +R:7978727:md5:3.000000
    +DT:md5:3:64
    +DT:md5:3:64
    +R:8374264:md5:3.000000
    +R:7834774:md5:3.000000
    +DT:md5:3:64
    +DT:md5:3:64
    +R:6802235:md5:3.000000
    +R:6796500:md5:3.000000
    +DT:md5:3:256
    +DT:md5:3:256
    +R:6712279:md5:3.000000
    +DT:md5:3:256
    +R:6430047:md5:3.000000
    +DT:md5:3:256
    +R:3872961:md5:3.000000
    +R:3527526:md5:3.000000
    +DT:md5:3:1024
    +DT:md5:3:1024
    +R:4048858:md5:3.000000
    +DT:md5:3:1024
    +R:3428406:md5:3.000000
    +DT:md5:3:1024
    +R:1682562:md5:3.000000
    +R:1580239:md5:3.000000
    +DT:md5:3:8192
    +DT:md5:3:8192
    +R:1672261:md5:3.000000
    +DT:md5:3:8192
    +R:1664362:md5:3.000000
    +DT:md5:3:8192
    +R:244272:md5:3.000000
    +R:229734:md5:3.000000
    +DT:sha1:3:16
    +DT:sha1:3:16
    +R:242653:md5:3.000000
    +R:238164:md5:3.000000
    +DT:sha1:3:16
    +DT:sha1:3:16
    +R:7163258:sha1:3.000000
    +R:7312372:sha1:3.000000
    +DT:sha1:3:64
    +DT:sha1:3:64
    +R:7906231:sha1:3.000000
    +DT:sha1:3:64
    +R:7362621:sha1:3.000000
    +DT:sha1:3:64
    +R:5808604:sha1:3.000000
    +R:6050770:sha1:3.000000
    +DT:sha1:3:256
    +DT:sha1:3:256
    +R:5746348:sha1:3.000000
    +DT:sha1:3:256
    +R:5579511:sha1:3.000000
    +DT:sha1:3:256
    +R:2846698:sha1:3.000000
    +R:2605457:sha1:3.000000
    +DT:sha1:3:1024
    +DT:sha1:3:1024
    +R:3337663:sha1:3.000000
    +DT:sha1:3:1024
    +R:2813715:sha1:3.000000
    +DT:sha1:3:1024
    +R:1321903:sha1:3.000000
    +R:1263013:sha1:3.000000
    +DT:sha1:3:8192
    +DT:sha1:3:8192
    +R:1314958:sha1:3.000000
    +DT:sha1:3:8192
    +R:1305073:sha1:3.000000
    +DT:sha1:3:8192
    +R:178608:sha1:3.000000
    +R:178667:sha1:3.000000
    +R:149647:sha1:3.000000
    +R:160780:sha1:3.000000
    +DT:sha256:3:16
    +DT:sha256:3:16
    +DT:sha256:3:16
    +DT:sha256:3:16
    +R:7803888:sha256:3.000000
    +R:8459968:sha256:3.000000
    +R:8579752:sha256:3.000000
    +R:8130833:sha256:3.000000
    +DT:sha256:3:64
    +DT:sha256:3:64
    +DT:sha256:3:64
    +DT:sha256:3:64
    +R:4905297:sha256:3.000000
    +R:5033301:sha256:3.000000
    +R:4305738:sha256:3.000000
    +R:4183021:sha256:3.000000
    +DT:sha256:3:256
    +DT:sha256:3:256
    +DT:sha256:3:256
    +DT:sha256:3:256
    +R:2037058:sha256:3.000000
    +R:2158956:sha256:3.000000
    +R:2053354:sha256:3.000000
    +R:1981067:sha256:3.000000
    +DT:sha256:3:1024
    +DT:sha256:3:1024
    +DT:sha256:3:1024
    +DT:sha256:3:1024
    +R:722250:sha256:3.000000
    +R:574151:sha256:3.000000
    +R:522384:sha256:3.000000
    +R:574688:sha256:3.000000
    +DT:sha256:3:8192
    +DT:sha256:3:8192
    +DT:sha256:3:8192
    +DT:sha256:3:8192
    +R:75310:sha256:3.000000
    +R:81308:sha256:3.000000
    +DT:rc4:3:16
    +DT:rc4:3:16
    +R:84288:sha256:3.000000
    +DT:rc4:3:16
    +R:67493:sha256:3.000000
    +DT:rc4:3:16
    +R:51945934:rc4:3.000000
    +R:59564642:rc4:3.000000
    +R:62786452:rc4:3.000000
    +R:59484941:rc4:3.000000
    +DT:rc4:3:64
    +DT:rc4:3:64
    +DT:rc4:3:64
    +DT:rc4:3:64
    +R:26158550:rc4:3.000000
    +R:25642539:rc4:3.000000
    +R:25750059:rc4:3.000000
    +R:25795755:rc4:3.000000
    +DT:rc4:3:256
    +DT:rc4:3:256
    +DT:rc4:3:256
    +DT:rc4:3:256
    +R:7774693:rc4:3.000000
    +R:7229666:rc4:3.000000
    +R:7753793:rc4:3.000000
    +R:6699048:rc4:3.000000
    +DT:rc4:3:1024
    +DT:rc4:3:1024
    +DT:rc4:3:1024
    +DT:rc4:3:1024
    +R:2083952:rc4:3.000000
    +R:2014394:rc4:3.000000
    +R:1727424:rc4:3.000000
    +R:1902756:rc4:3.000000
    +DT:rc4:3:8192
    +DT:rc4:3:8192
    +DT:rc4:3:8192
    +DT:rc4:3:8192
    +R:277159:rc4:3.000000
    +R:264806:rc4:3.000000
    +R:248430:rc4:3.000000
    +R:292419:rc4:3.000000
    +DT:aes-128 cbc:3:16
    +DT:aes-128 cbc:3:16
    +DT:aes-128 cbc:3:16
    +DT:aes-128 cbc:3:16
    +R:21713078:aes-128 cbc:3.000000
    +R:20308552:aes-128 cbc:3.000000
    +R:22992641:aes-128 cbc:3.000000
    +DT:aes-128 cbc:3:64
    +DT:aes-128 cbc:3:64
    +DT:aes-128 cbc:3:64
    +R:17707866:aes-128 cbc:3.000000
    +DT:aes-128 cbc:3:64
    +R:5382675:aes-128 cbc:3.000000
    +R:3896243:aes-128 cbc:3.000000
    +R:3861808:aes-128 cbc:3.000000
    +DT:aes-128 cbc:3:256
    +DT:aes-128 cbc:3:256
    +DT:aes-128 cbc:3:256
    +R:5292917:aes-128 cbc:3.000000
    +DT:aes-128 cbc:3:256
    +R:1689298:aes-128 cbc:3.000000
    +R:1820553:aes-128 cbc:3.000000
    +R:1415605:aes-128 cbc:3.000000
    +DT:aes-128 cbc:3:1024
    +DT:aes-128 cbc:3:1024
    +DT:aes-128 cbc:3:1024
    +R:1458953:aes-128 cbc:3.000000
    +DT:aes-128 cbc:3:1024
    +R:822447:aes-128 cbc:3.000000
    +R:751117:aes-128 cbc:3.000000
    +R:750364:aes-128 cbc:3.000000
    +DT:aes-128 cbc:3:8192
    +DT:aes-128 cbc:3:8192
    +DT:aes-128 cbc:3:8192
    +R:946404:aes-128 cbc:3.000000
    +DT:aes-128 cbc:3:8192
    +R:78920:aes-128 cbc:3.000000
    +R:95713:aes-128 cbc:3.000000
    +R:74286:aes-128 cbc:3.000000
    +DT:aes-256 cbc:3:16
    +DT:aes-256 cbc:3:16
    +DT:aes-256 cbc:3:16
    +R:99661:aes-128 cbc:3.000000
    +DT:aes-256 cbc:3:16
    +R:18465068:aes-256 cbc:3.000000
    +R:18757096:aes-256 cbc:3.000000
    +R:18991950:aes-256 cbc:3.000000
    +DT:aes-256 cbc:3:64
    +DT:aes-256 cbc:3:64
    +DT:aes-256 cbc:3:64
    +R:18238965:aes-256 cbc:3.000000
    +DT:aes-256 cbc:3:64
    +R:3971243:aes-256 cbc:3.000000
    +R:3956688:aes-256 cbc:3.000000
    +R:3512583:aes-256 cbc:3.000000
    +DT:aes-256 cbc:3:256
    +DT:aes-256 cbc:3:256
    +DT:aes-256 cbc:3:256
    +R:4313686:aes-256 cbc:3.000000
    +DT:aes-256 cbc:3:256
    +R:1161062:aes-256 cbc:3.000000
    +R:1285801:aes-256 cbc:3.000000
    +R:1302712:aes-256 cbc:3.000000
    +DT:aes-256 cbc:3:1024
    +DT:aes-256 cbc:3:1024
    +DT:aes-256 cbc:3:1024
    +R:1206070:aes-256 cbc:3.000000
    +DT:aes-256 cbc:3:1024
    +R:632508:aes-256 cbc:3.000000
    +R:657463:aes-256 cbc:3.000000
    +R:709420:aes-256 cbc:3.000000
    +DT:aes-256 cbc:3:8192
    +DT:aes-256 cbc:3:8192
    +DT:aes-256 cbc:3:8192
    +R:627639:aes-256 cbc:3.000000
    +DT:aes-256 cbc:3:8192
    +R:90654:aes-256 cbc:3.000000
    +R:91552:aes-256 cbc:3.000000
    +R:78312:aes-256 cbc:3.000000
    +R:87173:aes-256 cbc:3.000000
    +DTP:2048:private:rsa:10
    +DTP:2048:private:rsa:10
    +DTP:2048:private:rsa:10
    +DTP:2048:private:rsa:10
    +R1:8220:2048:10.00
    +R1:8334:2048:10.00
    +DTP:2048:public:rsa:10
    +DTP:2048:public:rsa:10
    +R1:8822:2048:10.00
    +DTP:2048:public:rsa:10
    +R1:8143:2048:10.00
    +DTP:2048:public:rsa:10
    +R2:287390:2048:10.00
    +R2:263673:2048:10.00
    +R2:277332:2048:10.00
    +R2:283139:2048:10.00
    +DTP:4096:private:rsa:10
    +DTP:4096:private:rsa:10
    +DTP:4096:private:rsa:10
    +DTP:4096:private:rsa:10
    +R1:1118:4096:10.00
    +DTP:4096:public:rsa:10
    +R1:1119:4096:10.01
    +DTP:4096:public:rsa:10
    +R1:1133:4096:10.01
    +DTP:4096:public:rsa:10
    +R1:1167:4096:10.01
    +DTP:4096:public:rsa:10
    +R2:67832:4096:10.00
    +DTP:256:sign:ecdsa:10
    +R2:64502:4096:10.00
    +DTP:256:sign:ecdsa:10
    +R2:68877:4096:10.00
    +DTP:256:sign:ecdsa:10
    +R2:65279:4096:10.00
    +DTP:256:sign:ecdsa:10
    +R5:94801:256:10.00
    +DTP:256:verify:ecdsa:10
    +R5:87781:256:10.00
    +DTP:256:verify:ecdsa:10
    +R5:91418:256:10.00
    +DTP:256:verify:ecdsa:10
    +R5:87043:256:10.00
    +DTP:256:verify:ecdsa:10
    +R6:23612:256:10.00
    +R6:22641:256:10.00
    +R6:24529:256:10.00
    +R6:24081:256:10.00
    Forked child 3
    Got: +H:16:64:256:1024:8192 from 0
    Got: +F:3:md5:40780784.00:145114346.67:301015552.00:574314496.00:627326976.00 from 0
    Got: +F:5:sha1:38204042.67:129083093.33:242918229.33:431108437.33:487718912.00 from 0
    Got: +F:7:rc4:277044981.33:549334592.00:663440469.33:687579818.67:756828842.67 from 0
    Got: +F:16:aes-128 cbc:122627418.67:82385237.33:120798293.33:256124245.33:261360298.67 from 0
    Got: +F:18:aes-256 cbc:100037845.33:84409344.00:111164757.33:242148693.33:247545856.00 from 0
    Got: +F:23:sha256:43364442.67:89237781.33:173828949.33:196160170.67:205646506.67 from 0
    Got: +F2:2:2048:0.001217:0.000035 from 0
    Got: +F2:3:4096:0.008578:0.000153 from 0
    Got: +F4:3:256:0.000115:0.000415 from 0
    Got: +H:16:64:256:1024:8192 from 1
    Got: +F:3:md5:42553210.67:144992000.00:330492672.00:539388245.33:667025408.00 from 1
    Got: +F:5:sha1:38999317.33:123916885.33:222332330.67:451209557.33:487880021.33 from 1
    Got: +F:7:rc4:317678090.67:550309440.00:616931498.67:711322282.67:678379520.00 from 1
    Got: +F:16:aes-128 cbc:94441952.00:112915562.67:124497322.67:323039232.00:272140970.67 from 1
    Got: +F:18:aes-256 cbc:97274480.00:92025301.33:102917973.33:214234112.00:238040405.33 from 1
    Got: +F:23:sha256:45758677.33:91855744.00:184230912.00:195976874.67:222025045.33 from 1
    Got: +F2:2:2048:0.001228:0.000035 from 1
    Got: +F2:3:4096:0.008945:0.000147 from 1
    Got: +F4:3:256:0.000105:0.000424 from 1
    Got: +H:16:64:256:1024:8192 from 2
    Got: +F:3:md5:44662741.33:137174336.00:292557312.00:568102229.33:650346496.00 from 2
    Got: +F:5:sha1:42166565.33:122588757.33:284813909.33:448838997.33:408636074.67 from 2
    Got: +F:7:rc4:334861077.33:547040832.00:661657002.67:589627392.00:798498816.00 from 2
    Got: +F:16:aes-128 cbc:108312277.33:83119850.67:155353856.00:256381269.33:215504213.33 from 2
    Got: +F:18:aes-256 cbc:101290400.00:74935104.00:99077290.67:224414037.33:213843968.00 from 2
    Got: +F:23:sha256:45119829.33:104646336.00:169051050.67:246528000.00:230162432.00 from 2
    Got: +F2:2:2048:0.001200:0.000038 from 2
    Got: +F2:3:4096:0.008835:0.000145 from 2
    Got: +F4:3:256:0.000109:0.000408 from 2
    Got: +H:16:64:256:1024:8192 from 3
    Got: +F:3:md5:41785461.33:143195285.33:345502549.33:570798421.33:662604458.67 from 3
    Got: +F:5:sha1:39267312.00:119029568.00:240103680.00:445464917.33:439036586.67 from 3
    Got: +F:7:rc4:317253018.67:558049066.67:571652096.00:649474048.00:723096917.33 from 3
    Got: +F:16:aes-128 cbc:115803082.67:114830400.00:144153429.33:280728576.00:202850304.00 from 3
    Got: +F:18:aes-256 cbc:98480362.67:84719850.67:109721685.33:215896064.00:249997994.67 from 3
    Got: +F:23:sha256:41620736.00:107377088.00:175219541.33:178307072.00:184300885.33 from 3
    Got: +F2:2:2048:0.001134:0.000036 from 3
    Got: +F2:3:4096:0.008945:0.000155 from 3
    Got: +F4:3:256:0.000114:0.000442 from 3
    OpenSSL 1.0.1i 6 Aug 2014
    built on: Thu Sep 11 18:25:15 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  169782.20k  570475.97k  1269568.09k  2252603.39k  2607303.34k
    sha1  158637.24k  494618.30k  990168.15k  1776621.91k  1823271.59k
    rc4  1246837.17k  2204733.93k  2513681.07k  2638003.54k  2956804.10k
    aes-128 cbc  441184.73k  393251.05k  544802.90k  1116273.32k  951855.79k
    aes-256 cbc  397083.09k  336089.60k  422881.71k  896692.91k  949428.22k
    sha256  175863.69k  393116.95k  702330.45k  816972.12k  842134.87k
      sign  verify  sign/s verify/s
    rsa 2048 bits 0.000298s 0.000009s  3351.2 111236.4
    rsa 4096 bits 0.002206s 0.000037s  453.4  26686.8
      sign  verify  sign/s verify/s
    256 bit ecdsa (nistp256)  0.0000s  0.0001s  36165.7  9481.6
    -------------------------------------------
    openssl speed -evp aes256 -multi 4
    Forked child 0
    Forked child 1
    Forked child 2
    +DT:aes-256-cbc:3:16
    +DT:aes-256-cbc:3:16
    +DT:aes-256-cbc:3:16
    +DT:aes-256-cbc:3:16
    +R:16349581:aes-256-cbc:3.000000
    +R:13235398:aes-256-cbc:3.000000
    +DT:aes-256-cbc:3:64
    +DT:aes-256-cbc:3:64
    +R:17312954:aes-256-cbc:3.000000
    +DT:aes-256-cbc:3:64
    +R:12274641:aes-256-cbc:3.000000
    +DT:aes-256-cbc:3:64
    +R:4397112:aes-256-cbc:3.000000
    +R:4889124:aes-256-cbc:3.000000
    +DT:aes-256-cbc:3:256
    +DT:aes-256-cbc:3:256
    +R:4070566:aes-256-cbc:3.000000
    +DT:aes-256-cbc:3:256
    +R:4988476:aes-256-cbc:3.000000
    +DT:aes-256-cbc:3:256
    +R:1077237:aes-256-cbc:3.000000
    +R:1161582:aes-256-cbc:3.000000
    +DT:aes-256-cbc:3:1024
    +DT:aes-256-cbc:3:1024
    +R:1302115:aes-256-cbc:3.000000
    +DT:aes-256-cbc:3:1024
    +R:1239502:aes-256-cbc:3.000000
    +DT:aes-256-cbc:3:1024
    +R:719203:aes-256-cbc:3.010000
    +R:560268:aes-256-cbc:3.010000
    +DT:aes-256-cbc:3:8192
    +DT:aes-256-cbc:3:8192
    +R:644943:aes-256-cbc:3.000000
    +DT:aes-256-cbc:3:8192
    +R:691365:aes-256-cbc:3.000000
    +DT:aes-256-cbc:3:8192
    +R:74379:aes-256-cbc:3.000000
    +R:90337:aes-256-cbc:3.000000
    +R:78498:aes-256-cbc:3.000000
    +R:77275:aes-256-cbc:3.000000
    Forked child 3
    Got: +H:16:64:256:1024:8192 from 0
    Got: +F:22:aes-256-cbc:65464752.00:106420821.33:105770837.33:235985920.00:211012266.67 from 0
    Got: +H:16:64:256:1024:8192 from 1
    Got: +F:22:aes-256-cbc:87197765.33:104301312.00:91924224.00:190602801.33:203104256.00 from 1
    Got: +H:16:64:256:1024:8192 from 2
    Got: +F:22:aes-256-cbc:70588789.33:93805056.00:99121664.00:244672382.72:246680234.67 from 2
    Got: +H:16:64:256:1024:8192 from 3
    Got: +F:22:aes-256-cbc:92335754.67:86838741.33:111113813.33:220140544.00:214351872.00 from 3
    OpenSSL 1.0.1i 6 Aug 2014
    built on: Thu Sep 11 18:25:15 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  315587.06k  391365.93k  407930.54k  891401.65k  875148.63k
    -------------------------------------------
    openssl speed -evp aes128 -multi 4
    Forked child 0
    Forked child 1
    Forked child 2
    +DT:aes-128-cbc:3:16
    +DT:aes-128-cbc:3:16
    +DT:aes-128-cbc:3:16
    +DT:aes-128-cbc:3:16
    +R:20532133:aes-128-cbc:3.000000
    +DT:aes-128-cbc:3:64
    +R:21816168:aes-128-cbc:3.000000
    +DT:aes-128-cbc:3:64
    +R:22085575:aes-128-cbc:3.000000
    +DT:aes-128-cbc:3:64
    +R:18771146:aes-128-cbc:3.000000
    +DT:aes-128-cbc:3:64
    +R:5561746:aes-128-cbc:3.000000
    +DT:aes-128-cbc:3:256
    +R:6983163:aes-128-cbc:3.000000
    +DT:aes-128-cbc:3:256
    +R:6314658:aes-128-cbc:3.000000
    +DT:aes-128-cbc:3:256
    +R:6865176:aes-128-cbc:3.000000
    +DT:aes-128-cbc:3:256
    +R:1811676:aes-128-cbc:3.000000
    +DT:aes-128-cbc:3:1024
    +R:1833236:aes-128-cbc:3.000000
    +DT:aes-128-cbc:3:1024
    +R:1744813:aes-128-cbc:3.000000
    +DT:aes-128-cbc:3:1024
    +R:1709406:aes-128-cbc:3.000000
    +DT:aes-128-cbc:3:1024
    +R:941950:aes-128-cbc:3.000000
    +DT:aes-128-cbc:3:8192
    +R:909922:aes-128-cbc:3.000000
    +DT:aes-128-cbc:3:8192
    +R:985494:aes-128-cbc:3.000000
    +DT:aes-128-cbc:3:8192
    +R:845810:aes-128-cbc:3.000000
    +DT:aes-128-cbc:3:8192
    +R:120734:aes-128-cbc:3.000000
    +R:108405:aes-128-cbc:3.000000
    +R:110438:aes-128-cbc:3.000000
    +R:108663:aes-128-cbc:3.000000
    Forked child 3
    Got: +H:16:64:256:1024:8192 from 0
    Got: +F:22:aes-128-cbc:109504709.33:118650581.33:154596352.00:321518933.33:296017920.00 from 0
    Got: +H:16:64:256:1024:8192 from 1
    Got: +F:22:aes-128-cbc:116352896.00:148974144.00:156436138.67:310586709.33:329684309.33 from 1
    Got: +H:16:64:256:1024:8192 from 2
    Got: +F:22:aes-128-cbc:117789733.33:134712704.00:148890709.33:336381952.00:301569365.33 from 2
    Got: +H:16:64:256:1024:8192 from 3
    Got: +F:22:aes-128-cbc:100112778.67:146457088.00:145869312.00:288703146.67:296722432.00 from 3
    OpenSSL 1.0.1i 6 Aug 2014
    built on: Thu Sep 11 18:25:15 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  443760.12k  548794.52k  605792.51k  1257190.74k  1223994.03k
    
    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: 0.944 seconds
      Minimum number of seconds to run all queries: 0.896 seconds
      Maximum number of seconds to run all queries: 1.011 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: 4 x QEMU Virtual CPU version (cpu64-rhel6)
      total  used  free  shared  buffers  cached
    Mem:  993  387  606  33  0  96
    Low:  993  387  606
    High:  0  0  0
    -/+ buffers/cache:  291  702
    Swap:  3999  0  3999
    ----------------------------------------------
    PHP 5.4.32 (cli) (built: Sep 11 2014 18:28:57)
    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.054
    simplecall  0.088
    simpleucall  0.087
    simpleudcall  0.089
    mandel  0.130
    mandel2  0.187
    ackermann(7)  0.071
    ary(50000)  0.014
    ary2(50000)  0.012
    ary3(2000)  0.114
    fibo(30)  0.249
    hash1(50000)  0.022
    hash2(500)  0.025
    heapsort(20000)  0.052
    matrix(20)  0.069
    nestedloop(12)  0.093
    sieve(30)  0.077
    strcat(200000)  0.008
    ------------------------
    Total  1.441
    real: 1.56s user: 1.43s sys: 0.01s cpu: 93% maxmem: 31372 KB cswaits: 8
    simple  0.054
    simplecall  0.091
    simpleucall  0.086
    simpleudcall  0.089
    mandel  0.132
    mandel2  0.191
    ackermann(7)  0.069
    ary(50000)  0.015
    ary2(50000)  0.014
    ary3(2000)  0.115
    fibo(30)  0.247
    hash1(50000)  0.026
    hash2(500)  0.025
    heapsort(20000)  0.062
    matrix(20)  0.071
    nestedloop(12)  0.093
    sieve(30)  0.068
    strcat(200000)  0.009
    ------------------------
    Total  1.457
    real: 1.57s user: 1.45s sys: 0.01s cpu: 93% maxmem: 31372 KB cswaits: 2
    simple  0.055
    simplecall  0.092
    simpleucall  0.089
    simpleudcall  0.089
    mandel  0.130
    mandel2  0.186
    ackermann(7)  0.070
    ary(50000)  0.015
    ary2(50000)  0.013
    ary3(2000)  0.115
    fibo(30)  0.249
    hash1(50000)  0.025
    hash2(500)  0.026
    heapsort(20000)  0.065
    matrix(20)  0.070
    nestedloop(12)  0.093
    sieve(30)  0.081
    strcat(200000)  0.008
    ------------------------
    Total  1.469
    real: 1.58s user: 1.46s sys: 0.01s cpu: 93% maxmem: 31376 KB cswaits: 3
    bench.php results from 3 runs
    1.441
    1.457
    1.469
    bench.php avg: 1.4557
    Avg: real: 1.57s user: 1.45s sys: 0.01s cpu: 93.00% maxmem: 31373.33KB cswaits: 4.33
    created results log at /home/phpbench_logs/bench_110914-184013.log
    server PHP info log at /home/phpbench_logs/bench_phpinfo_110914-184013.log
    -------------------------------------------
    Run PHP test Zend/micro_bench.php
    -------------------------------------------
    empty_loop  0.094
    func()  0.286  0.191
    undef_func()  0.287  0.192
    int_func()  0.257  0.163
    $x = self::$x  0.202  0.107
    self::$x = 0  0.191  0.097
    isset(self::$x)  0.182  0.088
    empty(self::$x)  0.179  0.085
    $x = Foo::$x  0.227  0.133
    Foo::$x = 0  0.170  0.076
    isset(Foo::$x)  0.154  0.059
    empty(Foo::$x)  0.159  0.065
    self::f()  0.293  0.198
    Foo::f()  0.269  0.174
    $x = $this->x  0.171  0.077
    $this->x = 0  0.219  0.125
    $this->x += 2  0.175  0.080
    ++$this->x  0.184  0.090
    --$this->x  0.172  0.078
    $this->x++  0.172  0.078
    $this->x--  0.176  0.082
    isset($this->x)  0.172  0.078
    empty($this->x)  0.173  0.079
    $this->f()  0.282  0.187
    $x = Foo::TEST  0.170  0.075
    new Foo()  0.554  0.460
    $x = TEST  0.131  0.036
    $x = $_GET  0.222  0.128
    $x = $GLOBALS['v'] 0.325  0.230
    $x = $hash['v']  0.207  0.112
    $x = $str[0]  0.245  0.150
    $x = $a ?: null  0.179  0.084
    $x = $f ?: tmp  0.235  0.140
    $x = $f ? $f : $a  0.181  0.087
    $x = $f ? $f : tmp 0.230  0.136
    ------------------------
    Total  7.525
    real: 7.64s user: 7.52s sys: 0.01s cpu: 98% maxmem: 19292 KB cswaits: 4
    empty_loop  0.089
    func()  0.260  0.170
    undef_func()  0.318  0.229
    int_func()  0.237  0.147
    $x = self::$x  0.192  0.103
    self::$x = 0  0.192  0.102
    isset(self::$x)  0.162  0.073
    empty(self::$x)  0.169  0.079
    $x = Foo::$x  0.180  0.090
    Foo::$x = 0  0.162  0.072
    isset(Foo::$x)  0.149  0.060
    empty(Foo::$x)  0.156  0.067
    self::f()  0.277  0.188
    Foo::f()  0.246  0.156
    $x = $this->x  0.167  0.077
    $this->x = 0  0.205  0.115
    $this->x += 2  0.165  0.076
    ++$this->x  0.143  0.053
    --$this->x  0.142  0.052
    $this->x++  0.164  0.074
    $this->x--  0.165  0.076
    isset($this->x)  0.152  0.063
    empty($this->x)  0.166  0.076
    $this->f()  0.271  0.181
    $x = Foo::TEST  0.157  0.067
    new Foo()  0.516  0.427
    $x = TEST  0.121  0.032
    $x = $_GET  0.206  0.117
    $x = $GLOBALS['v'] 0.265  0.176
    $x = $hash['v']  0.188  0.099
    $x = $str[0]  0.243  0.153
    $x = $a ?: null  0.158  0.069
    $x = $f ?: tmp  0.217  0.128
    $x = $f ? $f : $a  0.172  0.083
    $x = $f ? $f : tmp 0.219  0.129
    ------------------------
    Total  6.989
    real: 7.11s user: 6.99s sys: 0.01s cpu: 98% maxmem: 19292 KB cswaits: 3
    empty_loop  0.084
    func()  0.252  0.169
    undef_func()  0.258  0.174
    int_func()  0.236  0.153
    $x = self::$x  0.205  0.122
    self::$x = 0  0.184  0.100
    isset(self::$x)  0.163  0.079
    empty(self::$x)  0.169  0.085
    $x = Foo::$x  0.228  0.145
    Foo::$x = 0  0.163  0.080
    isset(Foo::$x)  0.141  0.057
    empty(Foo::$x)  0.145  0.062
    self::f()  0.274  0.190
    Foo::f()  0.254  0.170
    $x = $this->x  0.172  0.089
    $this->x = 0  0.203  0.119
    $this->x += 2  0.170  0.087
    ++$this->x  0.143  0.059
    --$this->x  0.147  0.063
    $this->x++  0.163  0.079
    $this->x--  0.166  0.082
    isset($this->x)  0.157  0.074
    empty($this->x)  0.169  0.085
    $this->f()  0.269  0.186
    $x = Foo::TEST  0.154  0.071
    new Foo()  0.524  0.440
    $x = TEST  0.119  0.035
    $x = $_GET  0.191  0.107
    $x = $GLOBALS['v'] 0.259  0.176
    $x = $hash['v']  0.187  0.104
    $x = $str[0]  0.243  0.160
    $x = $a ?: null  0.162  0.079
    $x = $f ?: tmp  0.218  0.135
    $x = $f ? $f : $a  0.169  0.085
    $x = $f ? $f : tmp 0.217  0.133
    ------------------------
    Total  6.959
    real: 7.08s user: 6.96s sys: 0.00s cpu: 98% maxmem: 19288 KB cswaits: 3
    micro_bench.php results from 3 runs
    7.525
    6.989
    6.959
    micro_bench.php avg: 7.1577
    Avg: real: 7.28s user: 7.16s sys: 0.01s cpu: 98.00% maxmem: 19290.67KB cswaits: 3.33
    created results log at /home/phpbench_logs/bench_micro_110914-184013.log
    server PHP info log at /home/phpbench_logs/bench_phpinfo_110914-184013.log
    
     
  9. eva2000

    eva2000 Administrator Staff Member

    53,811
    12,159
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,711
    Local Time:
    3:49 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Anything installed by centminmodbench.sh is only temporarily done in the /home/centminmodbench directory that you deleted so there is nothing permanently installed as such. Is it still slow for you ? Only thing I can think of is the disk I/O tests could of caused less quality SSD brands/models to operate in a degraded state due to the amount of writes to the SSD. Probably need to wait for the SSD trim/garbage collection routines to trigger to get back to more decent performance. The better quality and brand SSDs will handle this better i.e. Intel S3700 model SSDs and there's things you can do to SSD pre-use/pre-deployment to improve such situations which would be up to your web host to implement.

    yeah network bandwidth is subject to utilisation factors etc.
     
  10. eva2000

    eva2000 Administrator Staff Member

    53,811
    12,159
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,711
    Local Time:
    3:49 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Last edited: Sep 12, 2014
  11. eva2000

    eva2000 Administrator Staff Member

    53,811
    12,159
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,711
    Local Time:
    3:49 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    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
     
  12. rdan

    rdan Well-Known Member

    5,439
    1,399
    113
    May 25, 2014
    Ratings:
    +2,188
    Local Time:
    1:49 PM
    Mainline
    10.2
    No issues for now @eva2000
    Maybe a glitch with my local network :(
     
  13. eva2000

    eva2000 Administrator Staff Member

    53,811
    12,159
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,711
    Local Time:
    3:49 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    sad to hear either way.

    Just tried my installnbench.sh run on 512MB RamNode CKVM VPS server all up took 2905 seconds ~48 mins minus Unixbench
    • Centmin Mod .08 beta install = 1501 seconds
    • centminmodbench.sh = 1404 seconds - for some reason unixbench didn't run so will need to fix that okay fixed the problem

    Code:
    -------------------------------------------
    centminmodbench.sh 0.1
    http://bench.centminmod.com
    written by: George Liu (eva2000)
    http://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        279        210         28          5         85
    Low:           490        279        210
    High:            0          0          0
    -/+ buffers/cache:        187        302
    Swap:            0          0          0
    
    ----------------------------------------------
    Filesystem      Size  Used Avail Use% Mounted on
    /dev/vda1        49G  4.0G   43G   9% /
    devtmpfs        240M     0  240M   0% /dev
    tmpfs           246M     0  246M   0% /dev/shm
    tmpfs           246M  8.4M  237M   4% /run
    tmpfs           246M     0  246M   0% /sys/fs/cgroup
    tmpfs           246M  8.4M  237M   4% /etc/machine-id
    tmpfs           246M     0  246M   0% /tmp
    
    
    Code:
    -------------------------------------------
    disk ioping tests
    -------------------------------------------
    
    2014-09-12 09:14: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...
    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.4 ms
    4096 bytes from . (ext4 /dev/vda1): request=3 time=0.3 ms
    4096 bytes from . (ext4 /dev/vda1): request=4 time=0.4 ms
    4096 bytes from . (ext4 /dev/vda1): request=5 time=0.3 ms
    4096 bytes from . (ext4 /dev/vda1): request=6 time=0.7 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.5 ms
    4096 bytes from . (ext4 /dev/vda1): request=10 time=0.3 ms
    
    --- . (ext4 /dev/vda1) ioping statistics ---
    10 requests completed in 9005.2 ms, 2621 iops, 10.2 mb/s
    min/avg/max/mdev = 0.2/0.4/0.7/0.1 ms
    
    IOPing seek rate: ./ioping -RD .
    
    --- . (ext4 /dev/vda1) ioping statistics ---
    6570 requests completed in 3000.1 ms, 3148 iops, 12.3 mb/s
    min/avg/max/mdev = 0.1/0.3/12.1/0.5 ms
    
    IOPing sequential: ./ioping -RL .
    
    --- . (ext4 /dev/vda1) ioping statistics ---
    1633 requests completed in 3000.3 ms, 581 iops, 145.3 mb/s
    min/avg/max/mdev = 0.3/1.7/57.1/2.8 ms
    
    IOPing cached: ./ioping -RC .
    
    --- . (ext4 /dev/vda1) ioping statistics ---
    38886 requests completed in 3000.0 ms, 340941 iops, 1331.8 mb/s
    min/avg/max/mdev = 0.0/0.0/1.3/0.0 ms
    
    
    Code:
    -------------------------------------------
    disk DD tests
    -------------------------------------------
    
    dd if=/dev/zero of=sb-io-test bs=1M count=1k conv=fdatasync
    1024+0 records in
    1024+0 records out
    1073741824 bytes (1.1 GB) copied, 1.1561 s, 929 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.5035 s, 429 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.99288 s, 269 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, 19.8507 s, 54.1 MB/s
    
    Code:
    -------------------------------------------
    disk FIO tests
    -------------------------------------------
    
    2014-09-12 09:15:21 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=32449: Fri Sep 12 09:15:40 2014
      read : io=1024.3MB, bw=113743KB/s, iops=28435 , runt=  9221msec
      cpu          : usr=8.48%, sys=33.95%, ctx=24235, 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=113743KB/s, minb=113743KB/s, maxb=113743KB/s, mint=9221msec, maxt=9221msec
    
    Disk stats (read/write):
      vda: ios=260215/2, merge=0/1, ticks=527553/1, in_queue=527306, util=99.07%
    
    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=32453: Fri Sep 12 09:15:53 2014
      write: io=1024.3MB, bw=80155KB/s, iops=20038 , runt= 13085msec
      cpu          : usr=5.97%, sys=22.41%, ctx=18982, 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=80154KB/s, minb=80154KB/s, maxb=80154KB/s, mint=13085msec, maxt=13085msec
    
    Disk stats (read/write):
      vda: ios=0/261195, merge=0/4, ticks=0/766030, in_queue=766099, util=99.16%
    
    
    Code:
    
    -------------------------------------------
    Running bandwidth benchmark...
    -------------------------------------------
    
    ----------------------------------------------
    Download from Cachefly (http://cachefly.cachefly.net/100mb.test)
    Download Cachefly: 56.3MB/s
    
    -------------------------------------------
    USA bandwidth tests...
    -------------------------------------------
    
    ----------------------------------------------
    Download from Linode, Atlanta, GA, USA (http://speedtest.atlanta.linode.com/100MB-atlanta.bin)
    Download Linode, Atlanta, GA, USA: 1.71MB/s
    ----------------------------------------------
    Download from Linode, Dallas, TX, USA (http://speedtest.dallas.linode.com/100MB-dallas.bin)
    Download Linode, Dallas, TX, USA: 8.46MB/s
    ----------------------------------------------
    Download from Leaseweb, Manassas, VA, USA (http://mirror.us.leaseweb.net/speedtest/100mb.bin)
    Download Leaseweb, Manassas, VA, USA: 15.9MB/s
    ----------------------------------------------
    Download from Softlayer, Seattle, WA, USA (http://speedtest.sea01.softlayer.com/downloads/test100.zip)
    Download Softlayer, Seattle, WA, USA: 35.9MB/s
    ----------------------------------------------
    Download from Softlayer, San Jose, CA, USA (http://speedtest.sjc01.softlayer.com/downloads/test100.zip)
    Download Softlayer, San Jose, CA, USA: 13.3MB/s
    ----------------------------------------------
    Download from Softlayer, Washington, DC, USA (http://speedtest.wdc01.softlayer.com/downloads/test100.zip)
    Download Softlayer, Washington, DC, USA: 29.1MB/s
    ----------------------------------------------
    Download from VersaWeb, Las Vegas, Nevada (http://199.47.210.50/100mbtest.bin)
    Download VersaWeb, Las Vegas, Nevada: 36.6MB/s
    ----------------------------------------------
    Download from OVH, BHS, Canada (http://bhs.proof.ovh.net/files/100Mio.dat)
    Download OVH, BHS, Canada: 2.48MB/s
    ----------------------------------------------
    Download from Vultr, Los Angeles, California (http://lax-ca-us-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Los Angeles, California: 24.1MB/s
    ----------------------------------------------
    Download from Vultr, Seattle, Washington (http://wa-us-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Seattle, Washington: 42.0MB/s
    ----------------------------------------------
    Download from Vultr, Dallas, Texas (http://tx-us-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Dallas, Texas: 17.0MB/s
    ----------------------------------------------
    Download from Vultr, Chicago, Illinois (http://il-us-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Chicago, Illinois: 5.28MB/s
    ----------------------------------------------
    Download from Vultr, Atlanta, Georgia (http://ga-us-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Atlanta, Georgia: 4.61MB/s
    ----------------------------------------------
    Download from Vultr, Miami, Florida (http://fl-us-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Miami, Florida: 3.78MB/s
    ----------------------------------------------
    Download from Vultr, New York / New Jersey (http://nj-us-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, New York / New Jersey: 3.11MB/s
    
    -------------------------------------------
    Asia bandwidth tests...
    -------------------------------------------
    
    ----------------------------------------------
    Download from Linode, Tokyo, JP (http://speedtest.tokyo.linode.com/100MB-tokyo.bin)
    Download Linode, Tokyo, JP: 1.18MB/s
    ----------------------------------------------
    Download from Softlayer, Singapore (http://speedtest.sng01.softlayer.com/downloads/test100.zip)
    Download Softlayer, Singapore: 3.64MB/s
    ----------------------------------------------
    Download from Vultr, Tokyo, Japan (http://hnd-jp-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Tokyo, Japan: 2.99MB/s
    
    -------------------------------------------
    Europe bandwidth tests...
    -------------------------------------------
    
    ----------------------------------------------
    Download from Linode, London, UK (http://speedtest.london.linode.com/100MB-london.bin)
    Download Linode, London, UK: 848KB/s
    ----------------------------------------------
    Download from OVH, Paris, France (http://proof.ovh.net/files/100Mio.dat)
    Download OVH, Paris, France: 927KB/s
    ----------------------------------------------
    Download from SmartDC, Rotterdam, Netherlands (http://mirror.i3d.net/100mb.bin)
    Download SmartDC, Rotterdam, Netherlands: 1024KB/s
    ----------------------------------------------
    Download from Vultr, Amsterdam, Netherlands (http://ams-nl-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Amsterdam, Netherlands: 4.07MB/s
    ----------------------------------------------
    Download from Vultr, London, UK (http://lon-gb-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, London, UK: 3.04MB/s
    ----------------------------------------------
    Download from Vultr, Paris, France (http://par-fr-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Paris, France: 2.73MB/s
    
    -------------------------------------------
    Australia bandwidth tests...
    -------------------------------------------
    
    ----------------------------------------------
    Download from Vultr, Sydney, Australia (http://syd-au-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Sydney, Australia: 6.03MB/s
    
    Code:
    
    -------------------------------------------
    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.355 ms
    64 bytes from vip1.G-anycast1.cachefly.net (205.234.175.175): icmp_seq=2 ttl=60 time=0.520 ms
    64 bytes from vip1.G-anycast1.cachefly.net (205.234.175.175): icmp_seq=3 ttl=60 time=0.344 ms
    
    --- vip1.g.cachefly.net ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2003ms
    rtt min/avg/max/mdev = 0.344/0.406/0.520/0.082 ms
    
    ----------------------------------------------
    Pings (syd-au-ping.vultr.com):
    PING syd-au-ping.vultr.com (108.61.212.117) 56(84) bytes of data.
    64 bytes from 108.61.212.117.vultr.com (108.61.212.117): icmp_seq=1 ttl=51 time=171 ms
    64 bytes from 108.61.212.117.vultr.com (108.61.212.117): icmp_seq=2 ttl=51 time=171 ms
    64 bytes from 108.61.212.117.vultr.com (108.61.212.117): icmp_seq=3 ttl=51 time=171 ms
    
    --- syd-au-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2002ms
    rtt min/avg/max/mdev = 171.265/171.463/171.733/0.391 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=116 ms
    64 bytes from 108.61.201.151.vultr.com (108.61.201.151): icmp_seq=2 ttl=55 time=106 ms
    64 bytes from 108.61.201.151.vultr.com (108.61.201.151): icmp_seq=3 ttl=55 time=102 ms
    
    --- hnd-jp-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2000ms
    rtt min/avg/max/mdev = 102.313/108.320/116.571/6.039 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.4 ms
    64 bytes from 108.61.219.200.vultr.com (108.61.219.200): icmp_seq=2 ttl=58 time=31.4 ms
    64 bytes from 108.61.219.200.vultr.com (108.61.219.200): icmp_seq=3 ttl=58 time=31.3 ms
    
    --- lax-ca-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2000ms
    rtt min/avg/max/mdev = 31.387/31.428/31.453/0.206 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.609 ms
    64 bytes from 108.61.194.105.vultr.com (108.61.194.105): icmp_seq=2 ttl=58 time=0.706 ms
    64 bytes from 108.61.194.105.vultr.com (108.61.194.105): icmp_seq=3 ttl=58 time=0.646 ms
    
    --- wa-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2002ms
    rtt min/avg/max/mdev = 0.609/0.653/0.706/0.049 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=72.2 ms
    64 bytes from 108.61.224.175.vultr.com (108.61.224.175): icmp_seq=2 ttl=59 time=70.3 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 2002ms
    rtt min/avg/max/mdev = 70.152/70.940/72.272/0.971 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=45.5 ms
    64 bytes from 107.191.51.12.vultr.com (107.191.51.12): icmp_seq=2 ttl=55 time=46.4 ms
    64 bytes from 107.191.51.12.vultr.com (107.191.51.12): icmp_seq=3 ttl=57 time=45.3 ms
    
    --- il-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2002ms
    rtt min/avg/max/mdev = 45.388/45.777/46.403/0.479 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=87.6 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.6 ms
    
    --- ga-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 1999ms
    rtt min/avg/max/mdev = 87.651/87.673/87.693/0.017 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 1999ms
    rtt min/avg/max/mdev = 101.684/101.697/101.705/0.009 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=68.6 ms
    64 bytes from 108.61.149.182.vultr.com (108.61.149.182): icmp_seq=2 ttl=58 time=64.9 ms
    64 bytes from 108.61.149.182.vultr.com (108.61.149.182): icmp_seq=3 ttl=58 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.865/66.128/68.605/1.776 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=146 ms
    64 bytes from 108.61.210.117.vultr.com (108.61.210.117): icmp_seq=2 ttl=60 time=146 ms
    64 bytes from 108.61.210.117.vultr.com (108.61.210.117): icmp_seq=3 ttl=60 time=146 ms
    
    --- fra-de-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2000ms
    rtt min/avg/max/mdev = 146.509/146.528/146.560/0.442 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=145 ms
    64 bytes from 108.61.198.102.vultr.com (108.61.198.102): icmp_seq=2 ttl=57 time=145 ms
    64 bytes from 108.61.198.102.vultr.com (108.61.198.102): icmp_seq=3 ttl=57 time=146 ms
    
    --- ams-nl-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2000ms
    rtt min/avg/max/mdev = 145.269/145.671/146.417/0.687 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=145 ms
    64 bytes from 108.61.196.101.vultr.com (108.61.196.101): icmp_seq=2 ttl=56 time=137 ms
    64 bytes from 108.61.196.101.vultr.com (108.61.196.101): icmp_seq=3 ttl=56 time=137 ms
    
    --- lon-gb-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2003ms
    rtt min/avg/max/mdev = 137.129/140.060/145.603/3.944 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=147 ms
    64 bytes from 108.61.209.127.vultr.com (108.61.209.127): icmp_seq=2 ttl=60 time=147 ms
    64 bytes from 108.61.209.127.vultr.com (108.61.209.127): icmp_seq=3 ttl=60 time=147 ms
    
    --- par-fr-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2002ms
    rtt min/avg/max/mdev = 147.777/147.815/147.888/0.318 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=31.7 ms
    64 bytes from 199.47.210.50: icmp_seq=2 ttl=60 time=31.4 ms
    64 bytes from 199.47.210.50: icmp_seq=3 ttl=60 time=31.4 ms
    
    --- 199.47.210.50 ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2003ms
    rtt min/avg/max/mdev = 31.440/31.551/31.726/0.125 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=5200 ms
    64 bytes from 76.164.234.1: icmp_seq=2 ttl=62 time=4215 ms
    64 bytes from 76.164.234.1: icmp_seq=3 ttl=62 time=3219 ms
    
    --- 76.164.234.1 ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 1999ms
    rtt min/avg/max/mdev = 3219.761/4212.100/5200.964/808.826 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=53 time=73.4 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.487/73.501/73.510/0.010 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              84463.51k   260551.94k   587606.19k   858362.17k  1058297.17k
    sha1             89219.48k   247403.34k   492016.47k   698348.54k   706996.91k
    rc4             663743.82k  1003418.92k  1168353.11k  1175225.00k  1251636.57k
    aes-128 cbc     162470.49k   180262.29k   196767.74k   443611.82k   439044.78k
    aes-256 cbc     122671.18k   140029.85k   145026.13k   293797.55k   293898.92k
    sha256           67983.83k   159411.54k   270260.14k   345259.69k   376255.83k
                      sign    verify    sign/s verify/s
    rsa 2048 bits 0.000867s 0.000025s   1153.0  40000.0
    rsa 4096 bits 0.005672s 0.000090s    176.3  11050.1
                                  sign    verify    sign/s verify/s
    256 bit ecdsa (nistp256)   0.0001s   0.0003s  12583.8   3534.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             113125.15k   139570.58k   149364.91k   299116.54k   327453.35k
    -------------------------------------------
    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             182578.18k   203694.98k   204053.08k   461291.86k   463101.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 2
    OpenSSL 1.0.1i 6 Aug 2014
    built on: Fri Sep 12 08:58:16 UTC 2014
    options:bn(64,64) rc4(16x,int) des(idx,cisc,16,int) aes(partial) idea(int) blowfish(idx)
    md5              61582.60k   203004.69k   510374.57k   869661.35k  1038944.94k
    sha1             61561.13k   192300.46k   412951.04k   680138.07k   822793.56k
    rc4             722968.44k  1042803.33k  1196228.27k  1233222.66k  1263023.45k
    aes-128 cbc     183621.05k   201473.00k   204020.31k   456861.01k   388087.81k
    aes-256 cbc     130876.03k   150774.61k   141594.88k   324881.07k   318193.66k
    sha256           79687.14k   176661.21k   310971.82k   382454.10k   344470.87k
                      sign    verify    sign/s verify/s
    rsa 2048 bits 0.000953s 0.000028s   1049.6  36062.4
    rsa 4096 bits 0.005912s 0.000095s    169.1  10500.5
                                  sign    verify    sign/s verify/s
    256 bit ecdsa (nistp256)   0.0001s   0.0003s  13172.1   3518.1
    -------------------------------------------
    openssl speed -evp aes256 -multi 2
    OpenSSL 1.0.1i 6 Aug 2014
    built on: Fri Sep 12 08:58:16 UTC 2014
    options:bn(64,64) rc4(16x,int) des(idx,cisc,16,int) aes(partial) idea(int) blowfish(idx)
    evp             122226.92k   125845.35k   144555.09k   312313.17k   301080.58k
    -------------------------------------------
    openssl speed -evp aes128 -multi 2
    OpenSSL 1.0.1i 6 Aug 2014
    built on: Fri Sep 12 08:58:16 UTC 2014
    options:bn(64,64) rc4(16x,int) des(idx,cisc,16,int) aes(partial) idea(int) blowfish(idx)
    evp             156289.55k   184692.63k   191350.44k   411586.56k   412691.11k
    
    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: 2.370 seconds
            Minimum number of seconds to run all queries: 2.103 seconds
            Maximum number of seconds to run all queries: 2.613 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 QEMU Virtual CPU version (cpu64-rhel6)
                 total       used       free     shared    buffers     cached
    Mem:           490        333        156         28         37         89
    Low:           490        333        156
    High:            0          0          0
    -/+ buffers/cache:        206        283
    Swap:            0          0          0
    ----------------------------------------------
    PHP 5.4.32 (cli) (built: Sep 12 2014 09:05:27)
    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.150
    simplecall         0.254
    simpleucall        0.248
    simpleudcall       0.141
    mandel             0.256
    mandel2            0.345
    ackermann(7)       0.145
    ary(50000)         0.024
    ary2(50000)        0.020
    ary3(2000)         0.172
    fibo(30)           0.384
    hash1(50000)       0.036
    hash2(500)         0.034
    heapsort(20000)    0.101
    matrix(20)         0.105
    nestedloop(12)     0.208
    sieve(30)          0.118
    strcat(200000)     0.016
    ------------------------
    Total              2.758
    real: 2.79s user: 2.74s sys: 0.03s cpu: 99% maxmem: 31312 KB cswaits: 4
    
    simple             0.144
    simplecall         0.217
    simpleucall        0.138
    simpleudcall       0.140
    mandel             0.262
    mandel2            0.449
    ackermann(7)       0.149
    ary(50000)         0.022
    ary2(50000)        0.020
    ary3(2000)         0.166
    fibo(30)           0.415
    hash1(50000)       0.042
    hash2(500)         0.033
    heapsort(20000)    0.111
    matrix(20)         0.098
    nestedloop(12)     0.205
    sieve(30)          0.114
    strcat(200000)     0.012
    ------------------------
    Total              2.739
    real: 2.77s user: 2.67s sys: 0.02s cpu: 97% maxmem: 31312 KB cswaits: 1
    
    simple             0.123
    simplecall         0.136
    simpleucall        0.130
    simpleudcall       0.150
    mandel             0.251
    mandel2            0.345
    ackermann(7)       0.203
    ary(50000)         0.020
    ary2(50000)        0.019
    ary3(2000)         0.178
    fibo(30)           0.381
    hash1(50000)       0.039
    hash2(500)         0.034
    heapsort(20000)    0.098
    matrix(20)         0.101
    nestedloop(12)     0.207
    sieve(30)          0.114
    strcat(200000)     0.012
    ------------------------
    Total              2.539
    real: 2.57s user: 2.53s sys: 0.03s cpu: 99% maxmem: 31308 KB cswaits: 1
    
    bench.php results from 3 runs
    2.758
    2.739
    2.539
    
    bench.php avg: 2.6787
    Avg: real: 2.71s user: 2.65s sys: 0.03s cpu: 98.33% maxmem: 31310.67KB cswaits: 2.00
    created results log at /home/phpbench_logs/bench_120914-091430.log
    server PHP info log at /home/phpbench_logs/bench_phpinfo_120914-091430.log
    
    -------------------------------------------
    Run PHP test Zend/micro_bench.php
    -------------------------------------------
    
    empty_loop         0.179
    func()             0.625    0.446
    undef_func()       0.477    0.298
    int_func()         0.336    0.156
    $x = self::$x      0.281    0.101
    self::$x = 0       0.318    0.139
    isset(self::$x)    0.287    0.108
    empty(self::$x)    0.252    0.073
    $x = Foo::$x       0.263    0.084
    Foo::$x = 0        0.233    0.054
    isset(Foo::$x)     0.206    0.027
    empty(Foo::$x)     0.216    0.036
    self::f()          0.426    0.246
    Foo::f()           0.378    0.199
    $x = $this->x      0.242    0.063
    $this->x = 0       0.313    0.134
    $this->x += 2      0.247    0.068
    ++$this->x         0.210    0.031
    --$this->x         0.233    0.053
    $this->x++         0.239    0.060
    $this->x--         0.248    0.069
    isset($this->x)    0.230    0.051
    empty($this->x)    0.248    0.069
    $this->f()         0.403    0.224
    $x = Foo::TEST     0.245    0.066
    new Foo()          0.798    0.619
    $x = TEST          0.171    -0.008
    $x = $_GET         0.295    0.116
    $x = $GLOBALS['v'] 0.411    0.232
    $x = $hash['v']    0.279    0.100
    $x = $str[0]       0.375    0.196
    $x = $a ?: null    0.237    0.058
    $x = $f ?: tmp     0.322    0.142
    $x = $f ? $f : $a  0.248    0.069
    $x = $f ? $f : tmp 0.429    0.250
    ------------------------
    Total             10.904
    real: 10.94s user: 10.86s sys: 0.03s cpu: 99% maxmem: 19224 KB cswaits: 2
    
    empty_loop         0.120
    func()             0.372    0.252
    undef_func()       0.380    0.260
    int_func()         0.347    0.227
    $x = self::$x      0.286    0.166
    self::$x = 0       0.282    0.162
    isset(self::$x)    0.245    0.125
    empty(self::$x)    0.264    0.144
    $x = Foo::$x       0.260    0.140
    Foo::$x = 0        0.226    0.106
    isset(Foo::$x)     0.215    0.095
    empty(Foo::$x)     0.214    0.094
    self::f()          0.396    0.276
    Foo::f()           0.380    0.260
    $x = $this->x      0.254    0.134
    $this->x = 0       0.310    0.190
    $this->x += 2      0.242    0.122
    ++$this->x         0.236    0.116
    --$this->x         0.233    0.113
    $this->x++         0.246    0.126
    $this->x--         0.244    0.124
    isset($this->x)    0.249    0.130
    empty($this->x)    0.261    0.141
    $this->f()         0.424    0.304
    $x = Foo::TEST     0.241    0.121
    new Foo()          0.767    0.647
    $x = TEST          0.172    0.052
    $x = $_GET         0.307    0.187
    $x = $GLOBALS['v'] 0.429    0.309
    $x = $hash['v']    0.279    0.159
    $x = $str[0]       0.402    0.282
    $x = $a ?: null    0.245    0.125
    $x = $f ?: tmp     0.336    0.216
    $x = $f ? $f : $a  0.265    0.145
    $x = $f ? $f : tmp 0.456    0.336
    ------------------------
    Total             10.585
    real: 10.61s user: 10.57s sys: 0.02s cpu: 99% maxmem: 19224 KB cswaits: 1
    
    empty_loop         0.140
    func()             0.385    0.245
    undef_func()       0.385    0.245
    int_func()         0.391    0.251
    $x = self::$x      0.303    0.163
    self::$x = 0       0.288    0.148
    isset(self::$x)    0.267    0.127
    empty(self::$x)    0.298    0.158
    $x = Foo::$x       0.289    0.149
    Foo::$x = 0        0.286    0.146
    isset(Foo::$x)     0.243    0.103
    empty(Foo::$x)     0.261    0.121
    self::f()          0.419    0.279
    Foo::f()           0.397    0.257
    $x = $this->x      0.275    0.135
    $this->x = 0       0.324    0.184
    $this->x += 2      0.253    0.113
    ++$this->x         0.237    0.097
    --$this->x         0.297    0.157
    $this->x++         0.250    0.110
    $this->x--         0.256    0.116
    isset($this->x)    0.245    0.105
    empty($this->x)    0.254    0.114
    $this->f()         0.417    0.277
    $x = Foo::TEST     0.268    0.128
    new Foo()          0.860    0.720
    $x = TEST          0.192    0.052
    $x = $_GET         0.341    0.201
    $x = $GLOBALS['v'] 0.438    0.298
    $x = $hash['v']    0.298    0.158
    $x = $str[0]       0.375    0.235
    $x = $a ?: null    0.260    0.120
    $x = $f ?: tmp     0.377    0.237
    $x = $f ? $f : $a  0.283    0.143
    $x = $f ? $f : tmp 0.451    0.311
    ------------------------
    Total             11.304
    real: 11.33s user: 11.24s sys: 0.03s cpu: 99% maxmem: 19220 KB cswaits: 1
    
    micro_bench.php results from 3 runs
    10.904
    10.585
    11.304
    
    micro_bench.php avg: 10.9310
    Avg: real: 10.96s user: 10.89s sys: 0.03s cpu: 99.00% maxmem: 19222.67KB cswaits: 1.33
    created results log at /home/phpbench_logs/bench_micro_120914-091430.log
    server PHP info log at /home/phpbench_logs/bench_phpinfo_120914-091430.log
    
    
    Code:
    -------------------------------------------
    centminmodbench.sh completed
    -------------------------------------------
    
    centminmodbench.sh Total Run Time: 1404.880693388 seconds
    
    ----------------------------------------------------
    Generated Public Report Log you can share...
    at: /home/centminmodbench_logs/_publicreport_120914-091430.log
    ----------------------------------------------------
     
    Last edited: Sep 12, 2014
  14. eva2000

    eva2000 Administrator Staff Member

    53,811
    12,159
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,711
    Local Time:
    3:49 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    woah enabling UnixBench on RamNode 512MB CKVM VPS with 2 cpu cores added 3742 seconds on top to finish in 5,146 seconds or just under 86 minutes.

    Code:
    -------------------------------------------
    centminmodbench.sh 0.1
    http://bench.centminmod.com
    written by: George Liu (eva2000)
    http://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        391         98         32         39        122
    Low:           490        391         98
    High:            0          0          0
    -/+ buffers/cache:        229        260
    Swap:            0          0          0
    
    ----------------------------------------------
    Filesystem      Size  Used Avail Use% Mounted on
    /dev/vda1        49G  4.0G   43G   9% /
    devtmpfs        240M     0  240M   0% /dev
    tmpfs           246M     0  246M   0% /dev/shm
    tmpfs           246M   13M  233M   6% /run
    tmpfs           246M     0  246M   0% /sys/fs/cgroup
    tmpfs           246M   13M  233M   6% /etc/machine-id
    tmpfs           246M     0  246M   0% /tmp
    
    
    Code:
    -------------------------------------------
    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.6 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.2 ms
    4096 bytes from . (ext4 /dev/vda1): request=6 time=1.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 9005.4 ms, 2508 iops, 9.8 mb/s
    min/avg/max/mdev = 0.2/0.4/1.2/0.3 ms
    
    IOPing seek rate: ./ioping -RD .
    
    --- . (ext4 /dev/vda1) ioping statistics ---
    6472 requests completed in 3000.2 ms, 3011 iops, 11.8 mb/s
    min/avg/max/mdev = 0.1/0.3/5.8/0.4 ms
    
    IOPing sequential: ./ioping -RL .
    
    --- . (ext4 /dev/vda1) ioping statistics ---
    2922 requests completed in 3000.1 ms, 1111 iops, 277.7 mb/s
    min/avg/max/mdev = 0.3/0.9/8.0/0.6 ms
    
    IOPing cached: ./ioping -RC .
    
    --- . (ext4 /dev/vda1) ioping statistics ---
    35847 requests completed in 3000.0 ms, 304663 iops, 1190.1 mb/s
    min/avg/max/mdev = 0.0/0.0/4.9/0.0 ms
    
    
    Code:
    -------------------------------------------
    disk DD tests
    -------------------------------------------
    
    dd if=/dev/zero of=sb-io-test bs=1M count=1k conv=fdatasync
    1024+0 records in
    1024+0 records out
    1073741824 bytes (1.1 GB) copied, 1.49096 s, 720 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.88625 s, 372 MB/s
    
    dd if=/dev/zero of=sb-io-test bs=1M count=1k oflag=dsync
    1024+0 records in
    1024+0 records out
    1073741824 bytes (1.1 GB) copied, 4.87847 s, 220 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, 16.4759 s, 65.2 MB/s
    
    Code:
    -------------------------------------------
    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=2822: Fri Sep 12 10:25:51 2014
      read : io=1024.3MB, bw=121238KB/s, iops=30309 , runt=  8651msec
      cpu          : usr=8.50%, sys=33.65%, ctx=32249, 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=121237KB/s, minb=121237KB/s, maxb=121237KB/s, mint=8651msec, maxt=8651msec
    
    Disk stats (read/write):
      vda: ios=259611/2, merge=0/2, ticks=509843/1, in_queue=509811, util=98.91%
    
    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=2826: Fri Sep 12 10:26:07 2014
      write: io=1024.3MB, bw=68825KB/s, iops=17206 , runt= 15239msec
      cpu          : usr=5.22%, sys=18.39%, ctx=21432, 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=68825KB/s, minb=68825KB/s, maxb=68825KB/s, mint=15239msec, maxt=15239msec
    
    Disk stats (read/write):
      vda: ios=75/261833, merge=0/9, ticks=163/923328, in_queue=923910, util=99.31%
    
    
    Code:
    
    -------------------------------------------
    Running bandwidth benchmark...
    -------------------------------------------
    
    ----------------------------------------------
    Download from Cachefly (http://cachefly.cachefly.net/100mb.test)
    Download Cachefly: 54.4MB/s
    
    -------------------------------------------
    USA bandwidth tests...
    -------------------------------------------
    
    ----------------------------------------------
    Download from Linode, Atlanta, GA, USA (http://speedtest.atlanta.linode.com/100MB-atlanta.bin)
    Download Linode, Atlanta, GA, USA: 1.21MB/s
    ----------------------------------------------
    Download from Linode, Dallas, TX, USA (http://speedtest.dallas.linode.com/100MB-dallas.bin)
    Download Linode, Dallas, TX, USA: 7.02MB/s
    ----------------------------------------------
    Download from Leaseweb, Manassas, VA, USA (http://mirror.us.leaseweb.net/speedtest/100mb.bin)
    Download Leaseweb, Manassas, VA, USA: 3.75MB/s
    ----------------------------------------------
    Download from Softlayer, Seattle, WA, USA (http://speedtest.sea01.softlayer.com/downloads/test100.zip)
    Download Softlayer, Seattle, WA, USA: 24.8MB/s
    ----------------------------------------------
    Download from Softlayer, San Jose, CA, USA (http://speedtest.sjc01.softlayer.com/downloads/test100.zip)
    Download Softlayer, San Jose, CA, USA: 10.4MB/s
    ----------------------------------------------
    Download from Softlayer, Washington, DC, USA (http://speedtest.wdc01.softlayer.com/downloads/test100.zip)
    Download Softlayer, Washington, DC, USA: 4.60MB/s
    ----------------------------------------------
    Download from VersaWeb, Las Vegas, Nevada (http://199.47.210.50/100mbtest.bin)
    Download VersaWeb, Las Vegas, Nevada: 8.73MB/s
    ----------------------------------------------
    Download from OVH, BHS, Canada (http://bhs.proof.ovh.net/files/100Mio.dat)
    Download OVH, BHS, Canada: 2.09MB/s
    ----------------------------------------------
    Download from Vultr, Los Angeles, California (http://lax-ca-us-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Los Angeles, California: to‘/dev/null’
    ----------------------------------------------
    Download from Vultr, Seattle, Washington (http://wa-us-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Seattle, Washington: 29.1MB/s
    ----------------------------------------------
    Download from Vultr, Dallas, Texas (http://tx-us-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Dallas, Texas: 5.24MB/s
    ----------------------------------------------
    Download from Vultr, Chicago, Illinois (http://il-us-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Chicago, Illinois: 5.54MB/s
    ----------------------------------------------
    Download from Vultr, Atlanta, Georgia (http://ga-us-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Atlanta, Georgia: 7.77MB/s
    ----------------------------------------------
    Download from Vultr, Miami, Florida (http://fl-us-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Miami, Florida: 4.89MB/s
    ----------------------------------------------
    Download from Vultr, New York / New Jersey (http://nj-us-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, New York / New Jersey: 4.31MB/s
    
    -------------------------------------------
    Asia bandwidth tests...
    -------------------------------------------
    
    ----------------------------------------------
    Download from Linode, Tokyo, JP (http://speedtest.tokyo.linode.com/100MB-tokyo.bin)
    Download Linode, Tokyo, JP: 1.75MB/s
    ----------------------------------------------
    Download from Softlayer, Singapore (http://speedtest.sng01.softlayer.com/downloads/test100.zip)
    Download Softlayer, Singapore: 9.47MB/s
    ----------------------------------------------
    Download from Vultr, Tokyo, Japan (http://hnd-jp-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Tokyo, Japan: 2.56MB/s
    
    -------------------------------------------
    Europe bandwidth tests...
    -------------------------------------------
    
    ----------------------------------------------
    Download from Linode, London, UK (http://speedtest.london.linode.com/100MB-london.bin)
    Download Linode, London, UK: 1.09MB/s
    ----------------------------------------------
    Download from OVH, Paris, France (http://proof.ovh.net/files/100Mio.dat)
    Download OVH, Paris, France: 1.78MB/s
    ----------------------------------------------
    Download from SmartDC, Rotterdam, Netherlands (http://mirror.i3d.net/100mb.bin)
    Download SmartDC, Rotterdam, Netherlands: 1.32MB/s
    ----------------------------------------------
    Download from Vultr, Amsterdam, Netherlands (http://ams-nl-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Amsterdam, Netherlands: 2.01MB/s
    ----------------------------------------------
    Download from Vultr, London, UK (http://lon-gb-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, London, UK: 2.44MB/s
    ----------------------------------------------
    Download from Vultr, Paris, France (http://par-fr-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Paris, France: 2.43MB/s
    
    -------------------------------------------
    Australia bandwidth tests...
    -------------------------------------------
    
    ----------------------------------------------
    Download from Vultr, Sydney, Australia (http://syd-au-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Sydney, Australia: 8.57MB/s
    
    Code:
    
    -------------------------------------------
    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.361 ms
    64 bytes from vip1.G-anycast1.cachefly.net (205.234.175.175): icmp_seq=2 ttl=60 time=0.333 ms
    64 bytes from vip1.G-anycast1.cachefly.net (205.234.175.175): icmp_seq=3 ttl=60 time=0.404 ms
    
    --- vip1.g.cachefly.net ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2003ms
    rtt min/avg/max/mdev = 0.333/0.366/0.404/0.029 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=169 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 2000ms
    rtt min/avg/max/mdev = 169.734/170.575/171.006/0.683 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=97.5 ms
    64 bytes from 108.61.201.151.vultr.com (108.61.201.151): icmp_seq=2 ttl=55 time=94.8 ms
    64 bytes from 108.61.201.151.vultr.com (108.61.201.151): icmp_seq=3 ttl=55 time=108 ms
    
    --- hnd-jp-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2001ms
    rtt min/avg/max/mdev = 94.831/100.282/108.485/5.904 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.4 ms
    64 bytes from 108.61.219.200.vultr.com (108.61.219.200): icmp_seq=2 ttl=58 time=31.2 ms
    64 bytes from 108.61.219.200.vultr.com (108.61.219.200): icmp_seq=3 ttl=58 time=31.4 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.265/31.364/31.424/0.160 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.590 ms
    64 bytes from 108.61.194.105.vultr.com (108.61.194.105): icmp_seq=2 ttl=58 time=0.617 ms
    64 bytes from 108.61.194.105.vultr.com (108.61.194.105): icmp_seq=3 ttl=58 time=0.617 ms
    
    --- wa-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2002ms
    rtt min/avg/max/mdev = 0.590/0.608/0.617/0.012 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.2 ms
    64 bytes from 108.61.224.175.vultr.com (108.61.224.175): icmp_seq=2 ttl=59 time=70.3 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 2001ms
    rtt min/avg/max/mdev = 70.107/70.238/70.391/0.327 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.1 ms
    64 bytes from 107.191.51.12.vultr.com (107.191.51.12): icmp_seq=2 ttl=57 time=45.3 ms
    64 bytes from 107.191.51.12.vultr.com (107.191.51.12): icmp_seq=3 ttl=55 time=51.1 ms
    
    --- il-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2002ms
    rtt min/avg/max/mdev = 45.399/49.235/51.170/2.718 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=87.6 ms
    64 bytes from 108.61.193.166.vultr.com (108.61.193.166): icmp_seq=2 ttl=58 time=87.5 ms
    64 bytes from 108.61.193.166.vultr.com (108.61.193.166): icmp_seq=3 ttl=58 time=87.6 ms
    
    --- ga-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2002ms
    rtt min/avg/max/mdev = 87.530/87.628/87.691/0.251 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=102 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.837/102.127/102.565/0.408 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=67.7 ms
    64 bytes from 108.61.149.182.vultr.com (108.61.149.182): icmp_seq=2 ttl=57 time=71.9 ms
    64 bytes from 108.61.149.182.vultr.com (108.61.149.182): icmp_seq=3 ttl=58 time=67.8 ms
    
    --- nj-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2000ms
    rtt min/avg/max/mdev = 67.714/69.154/71.904/1.945 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=146 ms
    64 bytes from 108.61.210.117.vultr.com (108.61.210.117): icmp_seq=2 ttl=60 time=146 ms
    64 bytes from 108.61.210.117.vultr.com (108.61.210.117): icmp_seq=3 ttl=60 time=146 ms
    
    --- fra-de-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2002ms
    rtt min/avg/max/mdev = 146.572/146.591/146.621/0.021 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=145 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=145 ms
    
    --- ams-nl-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2002ms
    rtt min/avg/max/mdev = 144.942/145.048/145.157/0.323 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=139 ms
    64 bytes from 108.61.196.101.vultr.com (108.61.196.101): icmp_seq=2 ttl=56 time=139 ms
    64 bytes from 108.61.196.101.vultr.com (108.61.196.101): icmp_seq=3 ttl=56 time=137 ms
    
    --- lon-gb-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2000ms
    rtt min/avg/max/mdev = 137.310/138.880/139.667/1.110 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=145 ms
    64 bytes from 108.61.209.127.vultr.com (108.61.209.127): icmp_seq=2 ttl=60 time=147 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 2002ms
    rtt min/avg/max/mdev = 145.330/146.020/147.386/1.014 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=31.8 ms
    64 bytes from 199.47.210.50: icmp_seq=2 ttl=60 time=31.9 ms
    64 bytes from 199.47.210.50: icmp_seq=3 ttl=60 time=31.5 ms
    
    --- 199.47.210.50 ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2002ms
    rtt min/avg/max/mdev = 31.526/31.783/31.940/0.275 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=0.728 ms
    64 bytes from 76.164.234.1: icmp_seq=2 ttl=62 time=0.697 ms
    64 bytes from 76.164.234.1: icmp_seq=3 ttl=62 time=0.731 ms
    
    --- 76.164.234.1 ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2000ms
    rtt min/avg/max/mdev = 0.697/0.718/0.731/0.034 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.4 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 2003ms
    rtt min/avg/max/mdev = 73.483/73.532/73.558/0.034 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              90023.73k   275791.91k   537769.39k   918296.92k  1057729.19k
    sha1             89209.67k   238421.40k   501987.75k   681667.93k   778294.61k
    rc4             659534.34k  1023994.52k  1009623.55k   969046.02k   879842.57k
    aes-128 cbc     136960.99k   202802.77k   197222.74k   435841.37k   402923.52k
    aes-256 cbc     133020.55k   134527.27k   130739.37k   324541.10k   294013.61k
    sha256           61989.83k   101667.43k   291840.00k   342175.74k   383300.95k
                      sign    verify    sign/s verify/s
    rsa 2048 bits 0.000949s 0.000028s   1053.8  35401.0
    rsa 4096 bits 0.006303s 0.000098s    158.6  10179.8
                                  sign    verify    sign/s verify/s
     256 bit ecdsa (nistp256)   0.0001s   0.0003s  13745.9   3674.7
    -------------------------------------------
    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             134027.80k   133069.95k   114828.46k   324047.87k   300651.86k
    -------------------------------------------
    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             149224.99k   164264.83k   205711.96k   458088.79k   463792.81k
    
    -------------------------------------------
    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: Fri Sep 12 08:58:16 UTC 2014
    options:bn(64,64) rc4(16x,int) des(idx,cisc,16,int) aes(partial) idea(int) blowfish(idx) 
    md5              62488.10k   204759.49k   518840.75k   856081.75k  1025507.33k
    sha1             59914.71k   190673.37k   393782.95k   656525.65k   810426.37k
    rc4             703469.33k  1059254.68k  1168659.63k  1247335.77k  1165475.84k
    aes-128 cbc     191609.01k   200851.39k   209828.52k   466486.27k   457433.09k
    aes-256 cbc     142860.10k   148708.25k   154546.09k   330075.48k   340746.24k
    sha256           81620.99k   164605.59k   292143.70k   344111.45k   348438.53k
                      sign    verify    sign/s verify/s
    rsa 2048 bits 0.000813s 0.000026s   1229.3  38461.5
    rsa 4096 bits 0.006430s 0.000098s    155.5  10183.5
                                  sign    verify    sign/s verify/s
     256 bit ecdsa (nistp256)   0.0001s   0.0003s  13163.0   3637.2
    -------------------------------------------
    openssl speed -evp aes256 -multi 2
    OpenSSL 1.0.1i 6 Aug 2014
    built on: Fri Sep 12 08:58:16 UTC 2014
    options:bn(64,64) rc4(16x,int) des(idx,cisc,16,int) aes(partial) idea(int) blowfish(idx) 
    evp             119745.78k   133957.29k   146670.34k   309946.71k   320353.62k
    -------------------------------------------
    openssl speed -evp aes128 -multi 2
    OpenSSL 1.0.1i 6 Aug 2014
    built on: Fri Sep 12 08:58:16 UTC 2014
    options:bn(64,64) rc4(16x,int) des(idx,cisc,16,int) aes(partial) idea(int) blowfish(idx) 
    evp             167610.12k   171518.59k   150555.39k   274869.59k   424752.47k
    
    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: 2.223 seconds
            Minimum number of seconds to run all queries: 2.103 seconds
            Maximum number of seconds to run all queries: 2.340 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 QEMU Virtual CPU version (cpu64-rhel6)
                 total       used       free     shared    buffers     cached
    Mem:           490        319        170         32         44         61
    Low:           490        319        170
    High:            0          0          0
    -/+ buffers/cache:        213        276
    Swap:            0          0          0
    ----------------------------------------------
    PHP 5.4.32 (cli) (built: Sep 12 2014 09:05:27) 
    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.123
    simplecall         0.137
    simpleucall        0.135
    simpleudcall       0.140
    mandel             0.257
    mandel2            0.370
    ackermann(7)       0.150
    ary(50000)         0.022
    ary2(50000)        0.019
    ary3(2000)         0.162
    fibo(30)           0.369
    hash1(50000)       0.045
    hash2(500)         0.034
    heapsort(20000)    0.113
    matrix(20)         0.101
    nestedloop(12)     0.207
    sieve(30)          0.116
    strcat(200000)     0.012
    ------------------------
    Total              2.512
    real: 2.54s user: 2.51s sys: 0.02s cpu: 99% maxmem: 31388 KB cswaits: 4
    
    simple             0.120
    simplecall         0.143
    simpleucall        0.148
    simpleudcall       0.145
    mandel             0.268
    mandel2            0.328
    ackermann(7)       0.146
    ary(50000)         0.026
    ary2(50000)        0.021
    ary3(2000)         0.172
    fibo(30)           0.411
    hash1(50000)       0.045
    hash2(500)         0.033
    heapsort(20000)    0.116
    matrix(20)         0.168
    nestedloop(12)     0.280
    sieve(30)          0.172
    strcat(200000)     0.018
    ------------------------
    Total              2.760
    real: 2.79s user: 2.70s sys: 0.02s cpu: 97% maxmem: 31384 KB cswaits: 1
    
    simple             0.126
    simplecall         0.136
    simpleucall        0.156
    simpleudcall       0.134
    mandel             0.262
    mandel2            0.383
    ackermann(7)       0.226
    ary(50000)         0.032
    ary2(50000)        0.031
    ary3(2000)         0.226
    fibo(30)           0.399
    hash1(50000)       0.040
    hash2(500)         0.034
    heapsort(20000)    0.110
    matrix(20)         0.103
    nestedloop(12)     0.212
    sieve(30)          0.109
    strcat(200000)     0.012
    ------------------------
    Total              2.730
    real: 2.76s user: 2.69s sys: 0.03s cpu: 98% maxmem: 31388 KB cswaits: 1
    
    bench.php results from 3 runs
    2.512
    2.760
    2.730
    
    bench.php avg: 2.6673
    Avg: real: 2.70s user: 2.63s sys: 0.02s cpu: 98.00% maxmem: 31386.67KB cswaits: 2.00
    created results log at /home/phpbench_logs/bench_120914-102453.log
    server PHP info log at /home/phpbench_logs/bench_phpinfo_120914-102453.log
    
    -------------------------------------------
    Run PHP test Zend/micro_bench.php
    -------------------------------------------
    
    empty_loop         0.122
    func()             0.374    0.252
    undef_func()       0.398    0.276
    int_func()         0.338    0.216
    $x = self::$x      0.291    0.169
    self::$x = 0       0.370    0.248
    isset(self::$x)    0.377    0.255
    empty(self::$x)    0.357    0.235
    $x = Foo::$x       0.259    0.137
    Foo::$x = 0        0.235    0.113
    isset(Foo::$x)     0.210    0.088
    empty(Foo::$x)     0.270    0.148
    self::f()          0.500    0.378
    Foo::f()           0.413    0.291
    $x = $this->x      0.263    0.141
    $this->x = 0       0.325    0.203
    $this->x += 2      0.269    0.147
    ++$this->x         0.220    0.098
    --$this->x         0.298    0.176
    $this->x++         0.259    0.137
    $this->x--         0.267    0.145
    isset($this->x)    0.235    0.113
    empty($this->x)    0.345    0.223
    $this->f()         0.512    0.390
    $x = Foo::TEST     0.257    0.136
    new Foo()          0.897    0.776
    $x = TEST          0.194    0.072
    $x = $_GET         0.299    0.177
    $x = $GLOBALS['v'] 0.427    0.305
    $x = $hash['v']    0.305    0.183
    $x = $str[0]       0.416    0.294
    $x = $a ?: null    0.260    0.138
    $x = $f ?: tmp     0.339    0.217
    $x = $f ? $f : $a  0.270    0.148
    $x = $f ? $f : tmp 0.444    0.322
    ------------------------
    Total             11.612
    real: 11.64s user: 11.51s sys: 0.02s cpu: 99% maxmem: 19296 KB cswaits: 2
    
    empty_loop         0.151
    func()             0.483    0.332
    undef_func()       0.527    0.376
    int_func()         0.355    0.204
    $x = self::$x      0.276    0.125
    self::$x = 0       0.283    0.132
    isset(self::$x)    0.295    0.144
    empty(self::$x)    0.279    0.128
    $x = Foo::$x       0.267    0.116
    Foo::$x = 0        0.235    0.084
    isset(Foo::$x)     0.205    0.054
    empty(Foo::$x)     0.248    0.097
    self::f()          0.412    0.261
    Foo::f()           0.373    0.222
    $x = $this->x      0.252    0.101
    $this->x = 0       0.309    0.158
    $this->x += 2      0.251    0.100
    ++$this->x         0.220    0.069
    --$this->x         0.229    0.078
    $this->x++         0.283    0.132
    $this->x--         0.280    0.129
    isset($this->x)    0.231    0.080
    empty($this->x)    0.251    0.100
    $this->f()         0.403    0.252
    $x = Foo::TEST     0.227    0.076
    new Foo()          1.017    0.866
    $x = TEST          0.177    0.026
    $x = $_GET         0.315    0.164
    $x = $GLOBALS['v'] 0.466    0.315
    $x = $hash['v']    0.392    0.241
    $x = $str[0]       0.343    0.192
    $x = $a ?: null    0.233    0.082
    $x = $f ?: tmp     0.313    0.162
    $x = $f ? $f : $a  0.242    0.091
    $x = $f ? $f : tmp 0.413    0.262
    ------------------------
    Total             11.235
    real: 11.26s user: 11.09s sys: 0.04s cpu: 98% maxmem: 19292 KB cswaits: 1
    
    empty_loop         0.172
    func()             0.610    0.438
    undef_func()       0.651    0.480
    int_func()         0.353    0.181
    $x = self::$x      0.312    0.140
    self::$x = 0       0.290    0.118
    isset(self::$x)    0.261    0.090
    empty(self::$x)    0.271    0.099
    $x = Foo::$x       0.255    0.083
    Foo::$x = 0        0.241    0.069
    isset(Foo::$x)     0.207    0.035
    empty(Foo::$x)     0.223    0.052
    self::f()          0.420    0.248
    Foo::f()           0.376    0.204
    $x = $this->x      0.269    0.097
    $this->x = 0       0.331    0.159
    $this->x += 2      0.248    0.076
    ++$this->x         0.227    0.055
    --$this->x         0.234    0.062
    $this->x++         0.245    0.074
    $this->x--         0.261    0.090
    isset($this->x)    0.230    0.058
    empty($this->x)    0.250    0.078
    $this->f()         0.418    0.246
    $x = Foo::TEST     0.362    0.190
    new Foo()          0.813    0.641
    $x = TEST          0.180    0.008
    $x = $_GET         0.298    0.126
    $x = $GLOBALS['v'] 0.439    0.268
    $x = $hash['v']    0.452    0.280
    $x = $str[0]       0.564    0.392
    $x = $a ?: null    0.368    0.196
    $x = $f ?: tmp     0.475    0.303
    $x = $f ? $f : $a  0.250    0.079
    $x = $f ? $f : tmp 0.488    0.316
    ------------------------
    Total             12.044
    real: 12.08s user: 11.93s sys: 0.03s cpu: 99% maxmem: 19296 KB cswaits: 1
    
    micro_bench.php results from 3 runs
    11.612
    11.235
    12.044
    
    micro_bench.php avg: 11.6303
    Avg: real: 11.66s user: 11.51s sys: 0.03s cpu: 98.67% maxmem: 19294.67KB cswaits: 1.33
    created results log at /home/phpbench_logs/bench_micro_120914-102453.log
    server PHP info log at /home/phpbench_logs/bench_phpinfo_120914-102453.log
    
    
    Code:
    -------------------------------------------
    Building UnixBench
    -------------------------------------------
    
    Download UnixBench5.1.3.tgz ...
    2014-09-12 11:02:32 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-12 11:02:33 URL:https://gist.githubusercontent.com/centminmod/7bea01c6698377d1345a/raw/unixbench.patch [1306] -> "unixbench.patch" [1]
    Checking distribution of files
    ./pgms  exists
    gcc -o ./pgms/arithoh -DTIME -Wall -pedantic -ansi -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall -Darithoh ./src/arith.c
    ./src  exists
    ./testdir  exists
    ./results  exists
    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
    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
    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
    ./src/syscall.c: In function ‘main’:
    ./src/syscall.c:93:21: warning: null argument where non-null required (argument 2) [-Wnonnull]
                         execl("/bin/true", (char *) 0);
                         ^
    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
    In file included from ./src/execl.c:34:0:
    ./src/big.c: In function ‘getwork’:
    ./src/big.c:452:11: warning: variable ‘c’ set but not used [-Wunused-but-set-variable]
         char  c;
               ^
    cd ./src; gcc -c -DTIME -Wall -pedantic -ansi -DHZ= -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall dhry_2.c
    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
    cd ./src; rm -f dhry_1.o dhry_2.o
    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
    gcc -o ./pgms/looper -DTIME -Wall -pedantic -ansi -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall ./src/looper.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/fstime -DTIME -Wall -pedantic -ansi -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall ./src/fstime.c
    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_reg.o dhry_2_reg.o
    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
    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
    
    
    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
    
    2 x Dhrystone 2 using register variables  1 2 3 4 5 6 7 8 9 10
    
    2 x Double-Precision Whetstone  1 2 3 4 5 6 7 8 9 10
    
    2 x System Call Overhead  1 2 3 4 5 6 7 8 9 10
    
    2 x Pipe Throughput  1 2 3 4 5 6 7 8 9 10
    
    2 x Pipe-based Context Switching  1 2 3 4 5 6 7 8 9 10
    
    2 x Process Creation  1 2 3
    
    2 x Execl Throughput  1 2 3
    
    2 x Shell Scripts (1 concurrent)  1 2 3
    
    2 x Shell Scripts (8 concurrent)  1 2 3
    
    2 x Shell Scripts (16 concurrent)  1 2 3
    
    ========================================================================
       BYTE UNIX Benchmarks (Version 5.1.3)
    
       System: hostname: GNU/Linux
       OS: GNU/Linux -- 3.10.0-123.4.2.el7.x86_64 -- #1 SMP Mon Jun 30 16:09:14 UTC 2014
       Machine: x86_64 (x86_64)
       Language: en_US.utf8 (charmap="UTF-8", collate="UTF-8")
       CPU 0: QEMU Virtual CPU version (cpu64-rhel6) (5200.0 bogomips)
              x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
       CPU 1: QEMU Virtual CPU version (cpu64-rhel6) (5200.0 bogomips)
              x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
       11:02:34 up  2:14,  2 users,  load average: 1.62, 1.54, 0.80; runlevel 3
    
    ------------------------------------------------------------------------
    Benchmark Run: Fri Sep 12 2014 11:02:34 - 11:26:36
    2 CPUs in system; running 1 parallel copy of tests
    
    Dhrystone 2 using register variables       28758929.6 lps   (10.0 s, 7 samples)
    Double-Precision Whetstone                     3884.2 MWIPS (9.7 s, 7 samples)
    Execl Throughput                               2281.5 lps   (30.0 s, 2 samples)
    Pipe Throughput                             1408364.2 lps   (10.0 s, 7 samples)
    Pipe-based Context Switching                 281418.4 lps   (10.0 s, 7 samples)
    Process Creation                               7411.8 lps   (30.0 s, 2 samples)
    Shell Scripts (1 concurrent)                   4993.8 lpm   (60.0 s, 2 samples)
    Shell Scripts (16 concurrent)                   548.1 lpm   (60.1 s, 2 samples)
    Shell Scripts (8 concurrent)                   1019.8 lpm   (60.0 s, 2 samples)
    System Call Overhead                        2127248.5 lps   (10.0 s, 7 samples)
    
    System Benchmarks Partial Index              BASELINE       RESULT    INDEX
    Dhrystone 2 using register variables         116700.0   28758929.6   2464.3
    Double-Precision Whetstone                       55.0       3884.2    706.2
    Execl Throughput                                 43.0       2281.5    530.6
    Pipe Throughput                               12440.0    1408364.2   1132.1
    Pipe-based Context Switching                   4000.0     281418.4    703.5
    Process Creation                                126.0       7411.8    588.2
    Shell Scripts (1 concurrent)                     42.4       4993.8   1177.8
    Shell Scripts (16 concurrent)                     ---        548.1      ---
    Shell Scripts (8 concurrent)                      6.0       1019.8   1699.7
    System Call Overhead                          15000.0    2127248.5   1418.2
                                                                       ========
    System Benchmarks Index Score (Partial Only)                         1023.1
    
    ------------------------------------------------------------------------
    Benchmark Run: Fri Sep 12 2014 11:26:36 - 11:50:40
    2 CPUs in system; running 2 parallel copies of tests
    
    Dhrystone 2 using register variables       56777420.5 lps   (10.0 s, 7 samples)
    Double-Precision Whetstone                     7778.6 MWIPS (9.9 s, 7 samples)
    Execl Throughput                               4688.3 lps   (30.0 s, 2 samples)
    Pipe Throughput                             2703143.3 lps   (10.0 s, 7 samples)
    Pipe-based Context Switching                 552003.1 lps   (10.0 s, 7 samples)
    Process Creation                              18232.1 lps   (30.0 s, 2 samples)
    Shell Scripts (1 concurrent)                   7464.2 lpm   (60.0 s, 2 samples)
    Shell Scripts (16 concurrent)                   633.1 lpm   (60.1 s, 2 samples)
    Shell Scripts (8 concurrent)                   1174.6 lpm   (60.0 s, 2 samples)
    System Call Overhead                        3360050.2 lps   (10.0 s, 7 samples)
    
    System Benchmarks Partial Index              BASELINE       RESULT    INDEX
    Dhrystone 2 using register variables         116700.0   56777420.5   4865.2
    Double-Precision Whetstone                       55.0       7778.6   1414.3
    Execl Throughput                                 43.0       4688.3   1090.3
    Pipe Throughput                               12440.0    2703143.3   2172.9
    Pipe-based Context Switching                   4000.0     552003.1   1380.0
    Process Creation                                126.0      18232.1   1447.0
    Shell Scripts (1 concurrent)                     42.4       7464.2   1760.4
    Shell Scripts (16 concurrent)                     ---        633.1      ---
    Shell Scripts (8 concurrent)                      6.0       1174.6   1957.6
    System Call Overhead                          15000.0    3360050.2   2240.0
                                                                       ========
    System Benchmarks Index Score (Partial Only)                         1847.9
    
    
    Code:
    -------------------------------------------
    centminmodbench.sh completed
    -------------------------------------------
    
    centminmodbench.sh Total Run Time: 5146.893765794 seconds
    
    ----------------------------------------------------
    Generated Public Report Log you can share...
    at: /home/centminmodbench_logs/_publicreport_120914-102453.log
    ----------------------------------------------------
    
     
  15. eva2000

    eva2000 Administrator Staff Member

    53,811
    12,159
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,711
    Local Time:
    3:49 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
  16. eva2000

    eva2000 Administrator Staff Member

    53,811
    12,159
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,711
    Local Time:
    3:49 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    re-ran VersaWeb E3-1240v3, 32GB ram, 250GB Samsung 840 EVO SSD tests with latest centminmodbench.sh

    Code:
    -------------------------------------------
    centminmodbench.sh 0.1
    http://bench.centminmod.com
    written by: George Liu (eva2000)
    http://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       1837      30206          0        199        630
    Low:         32044       1837      30206
    High:            0          0          0
    -/+ buffers/cache:       1006      31037
    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
    
    
    Code:
    -------------------------------------------
    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.1 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.8 ms
    4096 bytes from . (ext4 /dev/mapper/vg_vw0-lv_root): request=4 time=1.8 ms
    4096 bytes from . (ext4 /dev/mapper/vg_vw0-lv_root): request=5 time=1.8 ms
    4096 bytes from . (ext4 /dev/mapper/vg_vw0-lv_root): request=6 time=1.8 ms
    4096 bytes from . (ext4 /dev/mapper/vg_vw0-lv_root): request=7 time=1.8 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.8 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.2 ms, 599 iops, 2.3 mb/s
    min/avg/max/mdev = 0.1/1.7/1.9/0.5 ms
    
    IOPing seek rate: ./ioping -RD .
    
    --- . (ext4 /dev/mapper/vg_vw0-lv_root) ioping statistics ---
    21315 requests completed in 3000.0 ms, 12273 iops, 47.9 mb/s
    min/avg/max/mdev = 0.0/0.1/0.2/0.0 ms
    
    IOPing sequential: ./ioping -RL .
    
    --- . (ext4 /dev/mapper/vg_vw0-lv_root) ioping statistics ---
    4574 requests completed in 3000.4 ms, 1706 iops, 426.5 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 ---
    57270 requests completed in 3000.0 ms, 1453332 iops, 5677.1 mb/s
    min/avg/max/mdev = 0.0/0.0/0.0/0.0 ms
    
    
    Code:
    -------------------------------------------
    disk DD tests
    -------------------------------------------
    
    dd if=/dev/zero of=sb-io-test bs=1M count=1k conv=fdatasync
    1024+0 records in
    1024+0 records out
    1073741824 bytes (1.1 GB) copied, 3.45003 s, 311 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.43568 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.8561 s, 77.5 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.364 s, 8.1 MB/s
    
    Code:
    -------------------------------------------
    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=21370: Fri Sep 12 06:40:16 2014
      read : io=1024.3MB, bw=249959KB/s, iops=62489 , runt=  4196msec
      cpu          : usr=3.31%, sys=21.84%, ctx=34741, 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=252946/0, merge=0/0, ticks=52893/0, in_queue=52912, util=97.66%, aggrios=262207/0, aggrmerge=0/0, aggrticks=51502/0, aggrin_queue=51473, aggrutil=97.31%
      sda: ios=262207/0, merge=0/0, ticks=51502/0, in_queue=51473, util=97.31%
    
    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=21384: Fri Sep 12 06:40:20 2014
      write: io=1024.3MB, bw=259804KB/s, iops=64950 , runt=  4037msec
      cpu          : usr=3.82%, sys=28.22%, ctx=32594, 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=259803KB/s, minb=259803KB/s, maxb=259803KB/s, mint=4037msec, maxt=4037msec
    
    Disk stats (read/write):
        dm-0: ios=0/253379, merge=0/0, ticks=0/50972, in_queue=50994, util=97.55%, aggrios=0/262282, aggrmerge=0/0, aggrticks=0/49827, aggrin_queue=49801, aggrutil=97.35%
      sda: ios=0/262282, merge=0/0, ticks=0/49827, in_queue=49801, util=97.35%
    
    
    Code:
    
    -------------------------------------------
    Running bandwidth benchmark...
    -------------------------------------------
    
    ----------------------------------------------
    Download from Cachefly (http://cachefly.cachefly.net/100mb.test)
    Download Cachefly: 49.3MB/s
    
    -------------------------------------------
    USA bandwidth tests...
    -------------------------------------------
    
    ----------------------------------------------
    Download from Linode, Atlanta, GA, USA (http://speedtest.atlanta.linode.com/100MB-atlanta.bin)
    Download Linode, Atlanta, GA, USA: 25.7MB/s
    ----------------------------------------------
    Download from Linode, Dallas, TX, USA (http://speedtest.dallas.linode.com/100MB-dallas.bin)
    Download Linode, Dallas, TX, USA: 14.3MB/s
    ----------------------------------------------
    Download from Leaseweb, Manassas, VA, USA (http://mirror.us.leaseweb.net/speedtest/100mb.bin)
    Download Leaseweb, Manassas, VA, USA: 15.7MB/s
    ----------------------------------------------
    Download from Softlayer, Seattle, WA, USA (http://speedtest.sea01.softlayer.com/downloads/test100.zip)
    Download Softlayer, Seattle, WA, USA: 37.3MB/s
    ----------------------------------------------
    Download from Softlayer, San Jose, CA, USA (http://speedtest.sjc01.softlayer.com/downloads/test100.zip)
    Download Softlayer, San Jose, CA, USA: 37.6MB/s
    ----------------------------------------------
    Download from Softlayer, Washington, DC, USA (http://speedtest.wdc01.softlayer.com/downloads/test100.zip)
    Download Softlayer, Washington, DC, USA: 24.9MB/s
    ----------------------------------------------
    Download from VersaWeb, Las Vegas, Nevada (http://199.47.210.50/100mbtest.bin)
    Download VersaWeb, Las Vegas, Nevada: 39.8MB/s
    ----------------------------------------------
    Download from OVH, BHS, Canada (http://bhs.proof.ovh.net/files/100Mio.dat)
    Download OVH, BHS, Canada: 16.6MB/s
    ----------------------------------------------
    Download from Vultr, Los Angeles, California (http://lax-ca-us-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Los Angeles, California: 38.1MB/s
    ----------------------------------------------
    Download from Vultr, Seattle, Washington (http://wa-us-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Seattle, Washington: 30.8MB/s
    ----------------------------------------------
    Download from Vultr, Dallas, Texas (http://tx-us-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Dallas, Texas: 30.6MB/s
    ----------------------------------------------
    Download from Vultr, Chicago, Illinois (http://il-us-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Chicago, Illinois: 20.4MB/s
    ----------------------------------------------
    Download from Vultr, Atlanta, Georgia (http://ga-us-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Atlanta, Georgia: 18.8MB/s
    ----------------------------------------------
    Download from Vultr, Miami, Florida (http://fl-us-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Miami, Florida: 17.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: 19.4MB/s
    
    -------------------------------------------
    Asia bandwidth tests...
    -------------------------------------------
    
    ----------------------------------------------
    Download from Linode, Tokyo, JP (http://speedtest.tokyo.linode.com/100MB-tokyo.bin)
    Download Linode, Tokyo, JP: 14.6MB/s
    ----------------------------------------------
    Download from Softlayer, Singapore (http://speedtest.sng01.softlayer.com/downloads/test100.zip)
    Download Softlayer, Singapore: 11.1MB/s
    ----------------------------------------------
    Download from Vultr, Tokyo, Japan (http://hnd-jp-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Tokyo, Japan: 11.4MB/s
    
    -------------------------------------------
    Europe bandwidth tests...
    -------------------------------------------
    
    ----------------------------------------------
    Download from Linode, London, UK (http://speedtest.london.linode.com/100MB-london.bin)
    Download Linode, London, UK: 9.05MB/s
    ----------------------------------------------
    Download from OVH, Paris, France (http://proof.ovh.net/files/100Mio.dat)
    Download OVH, Paris, France: 9.82MB/s
    ----------------------------------------------
    Download from SmartDC, Rotterdam, Netherlands (http://mirror.i3d.net/100mb.bin)
    Download SmartDC, Rotterdam, Netherlands: 8.18MB/s
    ----------------------------------------------
    Download from Vultr, Amsterdam, Netherlands (http://ams-nl-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Amsterdam, Netherlands: 8.46MB/s
    ----------------------------------------------
    Download from Vultr, London, UK (http://lon-gb-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, London, UK: 7.39MB/s
    ----------------------------------------------
    Download from Vultr, Paris, France (http://par-fr-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Paris, France: 7.94MB/s
    
    -------------------------------------------
    Australia bandwidth tests...
    -------------------------------------------
    
    ----------------------------------------------
    Download from Vultr, Sydney, Australia (http://syd-au-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Sydney, Australia: 9.52MB/s
    
    Code:
    
    -------------------------------------------
    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.90 ms
    64 bytes from vip1.G-anycast1.cachefly.net (205.234.175.175): icmp_seq=2 ttl=58 time=8.11 ms
    64 bytes from vip1.G-anycast1.cachefly.net (205.234.175.175): icmp_seq=3 ttl=58 time=8.01 ms
    
    --- vip1.g.cachefly.net ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2010ms
    rtt min/avg/max/mdev = 7.904/8.010/8.112/0.112 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 2160ms
    rtt min/avg/max/mdev = 158.092/158.160/158.201/0.461 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=113 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=114 ms
    
    --- hnd-jp-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2117ms
    rtt min/avg/max/mdev = 113.537/113.748/114.133/0.475 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=9.85 ms
    64 bytes from 108.61.219.200.vultr.com (108.61.219.200): icmp_seq=2 ttl=59 time=8.37 ms
    64 bytes from 108.61.219.200.vultr.com (108.61.219.200): icmp_seq=3 ttl=59 time=8.34 ms
    
    --- lax-ca-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2010ms
    rtt min/avg/max/mdev = 8.349/8.857/9.853/0.708 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.3 ms
    64 bytes from 108.61.194.105.vultr.com (108.61.194.105): icmp_seq=3 ttl=54 time=34.3 ms
    
    --- wa-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2037ms
    rtt min/avg/max/mdev = 34.246/34.299/34.352/0.157 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=39.1 ms
    64 bytes from 108.61.224.175.vultr.com (108.61.224.175): icmp_seq=2 ttl=56 time=38.6 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 2045ms
    rtt min/avg/max/mdev = 38.667/40.012/42.245/1.606 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=62.3 ms
    64 bytes from 107.191.51.12.vultr.com (107.191.51.12): icmp_seq=2 ttl=52 time=62.8 ms
    64 bytes from 107.191.51.12.vultr.com (107.191.51.12): icmp_seq=3 ttl=52 time=62.3 ms
    
    --- il-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2063ms
    rtt min/avg/max/mdev = 62.306/62.508/62.834/0.232 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=69.1 ms
    64 bytes from 108.61.193.166.vultr.com (108.61.193.166): icmp_seq=2 ttl=53 time=67.1 ms
    64 bytes from 108.61.193.166.vultr.com (108.61.193.166): icmp_seq=3 ttl=53 time=68.4 ms
    
    --- ga-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2070ms
    rtt min/avg/max/mdev = 67.168/68.256/69.120/0.840 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=85.8 ms
    64 bytes from 104.156.244.232: icmp_seq=2 ttl=54 time=85.2 ms
    64 bytes from 104.156.244.232: icmp_seq=3 ttl=54 time=85.7 ms
    
    --- fl-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2088ms
    rtt min/avg/max/mdev = 85.221/85.626/85.861/0.287 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=78.5 ms
    64 bytes from 108.61.149.182.vultr.com (108.61.149.182): icmp_seq=2 ttl=54 time=72.3 ms
    64 bytes from 108.61.149.182.vultr.com (108.61.149.182): icmp_seq=3 ttl=54 time=72.2 ms
    
    --- nj-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2075ms
    rtt min/avg/max/mdev = 72.249/74.375/78.572/2.984 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=167 ms
    64 bytes from 108.61.210.117.vultr.com (108.61.210.117): icmp_seq=2 ttl=53 time=167 ms
    64 bytes from 108.61.210.117.vultr.com (108.61.210.117): icmp_seq=3 ttl=53 time=167 ms
    
    --- fra-de-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2170ms
    rtt min/avg/max/mdev = 167.548/167.568/167.592/0.473 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=154 ms
    64 bytes from 108.61.198.102.vultr.com (108.61.198.102): icmp_seq=2 ttl=51 time=154 ms
    64 bytes from 108.61.198.102.vultr.com (108.61.198.102): icmp_seq=3 ttl=51 time=154 ms
    
    --- ams-nl-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2156ms
    rtt min/avg/max/mdev = 154.134/154.203/154.246/0.456 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=153 ms
    64 bytes from 108.61.196.101.vultr.com (108.61.196.101): icmp_seq=2 ttl=52 time=161 ms
    64 bytes from 108.61.196.101.vultr.com (108.61.196.101): icmp_seq=3 ttl=52 time=161 ms
    
    --- lon-gb-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2161ms
    rtt min/avg/max/mdev = 153.669/158.897/161.639/3.727 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=161 ms
    64 bytes from 108.61.209.127.vultr.com (108.61.209.127): icmp_seq=2 ttl=49 time=160 ms
    64 bytes from 108.61.209.127.vultr.com (108.61.209.127): icmp_seq=3 ttl=49 time=160 ms
    
    --- par-fr-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2163ms
    rtt min/avg/max/mdev = 160.216/160.782/161.329/0.454 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.783 ms
    64 bytes from 199.47.210.50: icmp_seq=2 ttl=61 time=0.610 ms
    64 bytes from 199.47.210.50: icmp_seq=3 ttl=61 time=0.611 ms
    
    --- 199.47.210.50 ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2001ms
    rtt min/avg/max/mdev = 0.610/0.668/0.783/0.081 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=5814 ms
    64 bytes from 76.164.234.1: icmp_seq=2 ttl=61 time=4820 ms
    64 bytes from 76.164.234.1: icmp_seq=3 ttl=61 time=3824 ms
    
    --- 76.164.234.1 ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 5824ms
    rtt min/avg/max/mdev = 3824.790/4820.159/5814.841/812.437 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=58 time=76.1 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.1 ms
    
    --- bhs.proof.ovh.net ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2078ms
    rtt min/avg/max/mdev = 76.139/76.152/76.161/0.225 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 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
    md5             290019.75k   925327.42k  2286440.40k  3652644.86k  4372414.93k
    sha1            269935.29k   750543.32k  1580566.53k  2298932.57k  2651327.15k
    rc4            2508226.05k  3453361.90k  4182206.38k  4326836.22k  4362218.15k
    aes-128 cbc     555039.70k   595089.94k   608382.21k   613839.19k   615434.92k
    aes-256 cbc     405839.51k   429830.94k   433883.14k   435547.48k   436092.93k
    sha256          201342.97k   439466.65k   756108.03k   923257.86k   986614.44k
                      sign    verify    sign/s verify/s
    rsa 2048 bits 0.000263s 0.000008s   3795.7 131147.5
    rsa 4096 bits 0.001771s 0.000027s    564.8  36697.2
                                  sign    verify    sign/s verify/s
     256 bit ecdsa (nistp256)   0.0000s   0.0001s  44881.0  10607.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            3355082.48k  4046304.51k  4291658.15k  4358100.36k  4359749.63k
    -------------------------------------------
    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            4310385.18k  5531562.26k  5944723.63k  6047307.09k  6089662.46k
    
    -------------------------------------------
    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             171231.86k   595244.71k  1691020.12k  3196920.49k  4274585.60k
    sha1            166863.34k   534656.53k  1301725.01k  2143532.69k  2618127.70k
    rc4            2460139.09k  3782103.98k  4176598.78k  4340119.89k  4366860.29k
    aes-128 cbc     553363.16k   595690.52k   610615.21k   614238.55k   615647.91k
    aes-256 cbc     405621.01k   428507.16k   433734.74k   435701.42k   436696.41k
    sha256          205898.23k   444734.34k   757487.10k   926470.49k   988605.10k
                      sign    verify    sign/s verify/s
    rsa 2048 bits 0.000261s 0.000008s   3831.0 131147.5
    rsa 4096 bits 0.001782s 0.000027s    561.2  36697.2
                                  sign    verify    sign/s verify/s
     256 bit ecdsa (nistp256)   0.0000s   0.0001s  43243.6  10720.4
    -------------------------------------------
    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            3548289.49k  4123162.67k  4311814.40k  4351149.40k  4361019.39k
    -------------------------------------------
    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            4666081.76k  5662951.23k  5982844.50k  6060517.72k  6070326.61k
    
    Code:
    -------------------------------------------
    Running mysqlslap
    -------------------------------------------
    
    mysqlslap --auto-generate-sql --auto-generate-sql-add-autoincrement --auto-generate-sql-secondary-indexes=5 --number-int-cols=5 --number-char-cols=5 --number-of-queries=25000 --auto-generate-sql-unique-query-number=40 --auto-generate-sql-unique-write-number=40 --auto-generate-sql-write-number=1000 --concurrency=64 --iterations=10 --engine=myisam 
    Benchmark
            Running for engine myisam
            Average number of seconds to run all queries: 0.638 seconds
            Minimum number of seconds to run all queries: 0.629 seconds
            Maximum number of seconds to run all queries: 0.652 seconds
            Number of clients running queries: 64
            Average number of queries per client: 390
    
    Dropping the database is potentially a very bad thing to do.
    Any data stored in the database will be destroyed.
    
    Do you really want to drop the 'test' database [y/N] Database "test" dropped
    
    Code:
    -------------------------------------------
    System PHP Info
    -------------------------------------------
    
    CPU: 8 x Intel(R) Xeon(R) CPU E3-1240 v3 @ 3.40GHz
                 total       used       free     shared    buffers     cached
    Mem:         32044       1841      30202          0        203        631
    Low:         32044       1841      30202
    High:            0          0          0
    -/+ buffers/cache:       1006      31037
    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.057
    simplecall         0.086
    simpleucall        0.087
    simpleudcall       0.087
    mandel             0.146
    mandel2            0.200
    ackermann(7)       0.076
    ary(50000)         0.014
    ary2(50000)        0.012
    ary3(2000)         0.117
    fibo(30)           0.265
    hash1(50000)       0.024
    hash2(500)         0.029
    heapsort(20000)    0.055
    matrix(20)         0.070
    nestedloop(12)     0.097
    sieve(30)          0.071
    strcat(200000)     0.009
    ------------------------
    Total              1.503
    real: 1.51s user: 1.50s sys: 0.01s cpu: 99% maxmem: 112512 KB cswaits: 1
    
    simple             0.055
    simplecall         0.091
    simpleucall        0.091
    simpleudcall       0.090
    mandel             0.144
    mandel2            0.201
    ackermann(7)       0.079
    ary(50000)         0.014
    ary2(50000)        0.012
    ary3(2000)         0.118
    fibo(30)           0.271
    hash1(50000)       0.024
    hash2(500)         0.028
    heapsort(20000)    0.054
    matrix(20)         0.074
    nestedloop(12)     0.097
    sieve(30)          0.071
    strcat(200000)     0.009
    ------------------------
    Total              1.524
    real: 1.53s user: 1.52s sys: 0.00s cpu: 99% maxmem: 112512 KB cswaits: 1
    
    simple             0.055
    simplecall         0.087
    simpleucall        0.087
    simpleudcall       0.087
    mandel             0.142
    mandel2            0.200
    ackermann(7)       0.077
    ary(50000)         0.014
    ary2(50000)        0.012
    ary3(2000)         0.118
    fibo(30)           0.270
    hash1(50000)       0.024
    hash2(500)         0.029
    heapsort(20000)    0.054
    matrix(20)         0.072
    nestedloop(12)     0.097
    sieve(30)          0.071
    strcat(200000)     0.009
    ------------------------
    Total              1.506
    real: 1.52s user: 1.50s sys: 0.01s cpu: 99% maxmem: 112512 KB cswaits: 1
    
    bench.php results from 3 runs
    1.503
    1.524
    1.506
    
    bench.php avg: 1.5110
    Avg: real: 1.52s user: 1.51s sys: 0.01s cpu: 99.00% maxmem: 112512.00KB cswaits: 1.00
    created results log at /home/phpbench_logs/bench_120914-063713.log
    server PHP info log at /home/phpbench_logs/bench_phpinfo_120914-063713.log
    
    -------------------------------------------
    Run PHP test Zend/micro_bench.php
    -------------------------------------------
    
    empty_loop         0.086
    func()             0.268    0.182
    undef_func()       0.269    0.183
    int_func()         0.222    0.135
    $x = self::$x      0.201    0.115
    self::$x = 0       0.189    0.103
    isset(self::$x)    0.174    0.088
    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.152    0.066
    empty(Foo::$x)     0.160    0.074
    self::f()          0.292    0.206
    Foo::f()           0.270    0.184
    $x = $this->x      0.176    0.090
    $this->x = 0       0.259    0.173
    $this->x += 2      0.177    0.091
    ++$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.079
    empty($this->x)    0.177    0.091
    $this->f()         0.300    0.213
    $x = Foo::TEST     0.187    0.101
    new Foo()          0.573    0.487
    $x = TEST          0.127    0.041
    $x = $_GET         0.205    0.119
    $x = $GLOBALS['v'] 0.235    0.149
    $x = $hash['v']    0.187    0.100
    $x = $str[0]       0.255    0.169
    $x = $a ?: null    0.171    0.085
    $x = $f ?: tmp     0.228    0.141
    $x = $f ? $f : $a  0.184    0.097
    $x = $f ? $f : tmp 0.232    0.145
    ------------------------
    Total              7.334
    real: 7.34s user: 7.34s sys: 0.00s cpu: 100% maxmem: 62448 KB cswaits: 1
    
    empty_loop         0.086
    func()             0.262    0.175
    undef_func()       0.272    0.186
    int_func()         0.245    0.159
    $x = self::$x      0.200    0.114
    self::$x = 0       0.189    0.103
    isset(self::$x)    0.173    0.087
    empty(self::$x)    0.186    0.100
    $x = Foo::$x       0.184    0.097
    Foo::$x = 0        0.171    0.085
    isset(Foo::$x)     0.149    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.148
    $this->x += 2      0.180    0.094
    ++$this->x         0.158    0.072
    --$this->x         0.158    0.071
    $this->x++         0.186    0.100
    $this->x--         0.180    0.094
    isset($this->x)    0.167    0.081
    empty($this->x)    0.177    0.091
    $this->f()         0.312    0.225
    $x = Foo::TEST     0.185    0.099
    new Foo()          0.606    0.520
    $x = TEST          0.127    0.041
    $x = $_GET         0.186    0.099
    $x = $GLOBALS['v'] 0.235    0.149
    $x = $hash['v']    0.186    0.099
    $x = $str[0]       0.254    0.168
    $x = $a ?: null    0.171    0.085
    $x = $f ?: tmp     0.227    0.141
    $x = $f ? $f : $a  0.193    0.107
    $x = $f ? $f : tmp 0.229    0.143
    ------------------------
    Total              7.369
    real: 7.38s user: 7.37s sys: 0.00s cpu: 100% maxmem: 62448 KB cswaits: 1
    
    empty_loop         0.086
    func()             0.269    0.183
    undef_func()       0.270    0.184
    int_func()         0.222    0.136
    $x = self::$x      0.199    0.113
    self::$x = 0       0.189    0.103
    isset(self::$x)    0.173    0.087
    empty(self::$x)    0.181    0.094
    $x = Foo::$x       0.197    0.111
    Foo::$x = 0        0.172    0.086
    isset(Foo::$x)     0.150    0.064
    empty(Foo::$x)     0.160    0.074
    self::f()          0.295    0.208
    Foo::f()           0.270    0.184
    $x = $this->x      0.184    0.098
    $this->x = 0       0.241    0.155
    $this->x += 2      0.185    0.099
    ++$this->x         0.162    0.075
    --$this->x         0.161    0.075
    $this->x++         0.187    0.100
    $this->x--         0.177    0.091
    isset($this->x)    0.167    0.081
    empty($this->x)    0.179    0.093
    $this->f()         0.300    0.214
    $x = Foo::TEST     0.187    0.101
    new Foo()          0.581    0.495
    $x = TEST          0.127    0.041
    $x = $_GET         0.186    0.099
    $x = $GLOBALS['v'] 0.250    0.164
    $x = $hash['v']    0.187    0.101
    $x = $str[0]       0.263    0.177
    $x = $a ?: null    0.172    0.086
    $x = $f ?: tmp     0.227    0.141
    $x = $f ? $f : $a  0.184    0.097
    $x = $f ? $f : tmp 0.229    0.143
    ------------------------
    Total              7.370
    real: 7.38s user: 7.38s sys: 0.00s cpu: 100% maxmem: 62448 KB cswaits: 1
    
    micro_bench.php results from 3 runs
    7.334
    7.369
    7.370
    
    micro_bench.php avg: 7.3577
    Avg: real: 7.37s user: 7.36s sys: 0.00s cpu: 100.00% maxmem: 62448.00KB cswaits: 1.00
    created results log at /home/phpbench_logs/bench_micro_120914-063713.log
    server PHP info log at /home/phpbench_logs/bench_phpinfo_120914-063713.log
    
    
     
  17. Josephm

    Josephm Active Member

    132
    44
    28
    Aug 26, 2014
    Ratings:
    +48
    Local Time:
    12:49 PM
    1.9.5
    10.0.21
    Another silly question, is there any benchmark about RAM?
     
  18. eva2000

    eva2000 Administrator Staff Member

    53,811
    12,159
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,711
    Local Time:
    3:49 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    not right now but maybe later :)
     
  19. eva2000

    eva2000 Administrator Staff Member

    53,811
    12,159
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,711
    Local Time:
    3:49 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Just spun up a DigitalOcean 48GB 16 CPU Core KVM VPS (Xeon E5-2630Lv2 based) to run centminmodbench.sh via installnbench.sh script - total time 4988 seconds or ~83 minutes
    • Total Centmin Mod Install Time: 1178.265907339 seconds
    • centminmodbench.sh Total Run Time: 3810.109644755 seconds
    • UnixBench Index Score single: 1048.0 total: 6515.8
    • OpenSSL aes128 = 7,117,933, rsa 2048 bit = 4,451, 256bit ecdsa = 54,286
    • disk fio random read : io=1024.3MB, bw=354573KB/s, iops=88643 , runt= 2958msec
    • disk fio random write: io=1024.3MB, bw=66601KB/s, iops=16650 , runt= 15748msec

    Centmin Mod install time

    Code:
    ccache stats:
    cache directory                     /home/.ccache
    cache hit (direct)                   768
    cache hit (preprocessed)             334
    cache miss                          3457
    called for link                      269
    called for preprocessing             244
    compile failed                        55
    preprocessor error                    62
    bad compiler arguments                54
    unsupported source language           60
    autoconf compile/link                610
    unsupported compiler option           14
    no input file                        129
    files in cache                      7888
    cache size                         210.9 Mbytes
    max cache size                       2.0 Gbytes
    
    
    Total Centmin Mod Install Time: 1178.265907339 seconds
    Code:
    -------------------------------------------
    centminmodbench.sh 0.1
    http://bench.centminmod.com
    written by: George Liu (eva2000)
    http://centminmod.com
    -------------------------------------------
    
    -------------------------------------------
    System Information
    -------------------------------------------
    
    2.6.32-431.1.2.0.1.el6.x86_64
    
    CentOS release 6.5 (Final)
    
    Centmin Mod 1.2.3-eva2000.08
    
    ----------------------------------------------
    Architecture:          x86_64
    CPU op-mode(s):        32-bit, 64-bit
    Byte Order:            Little Endian
    CPU(s):                16
    On-line CPU(s) list:   0-15
    Thread(s) per core:    1
    Core(s) per socket:    1
    Socket(s):             16
    NUMA node(s):          1
    Vendor ID:             GenuineIntel
    CPU family:            6
    Model:                 62
    Stepping:              4
    CPU MHz:               2399.998
    BogoMIPS:              4799.99
    Virtualization:        VT-x
    Hypervisor vendor:     KVM
    Virtualization type:   full
    L1d cache:             32K
    L1i cache:             32K
    L2 cache:              256K
    L3 cache:              15360K
    NUMA node0 CPU(s):     0-15
    
    ----------------------------------------------
    CPU NODE SOCKET CORE L1d:L1i:L2:L3 ONLINE
    0   0    0      0    0:0:0:0       yes
    1   0    1      1    0:0:0:0       yes
    2   0    2      2    1:1:1:0       yes
    3   0    3      3    1:1:1:0       yes
    4   0    4      4    2:2:2:0       yes
    5   0    5      5    2:2:2:0       yes
    6   0    6      6    3:3:3:0       yes
    7   0    7      7    3:3:3:0       yes
    8   0    8      8    4:4:4:0       yes
    9   0    9      9    4:4:4:0       yes
    10  0    10     10   5:5:5:0       yes
    11  0    11     11   5:5:5:0       yes
    12  0    12     12   6:6:6:0       yes
    13  0    13     13   6:6:6:0       yes
    14  0    14     14   7:7:7:0       yes
    15  0    15     15   7:7:7:0       yes
    
    ----------------------------------------------
                 total       used       free     shared    buffers     cached
    Mem:         48398       3368      45029          0         34       2694
    Low:         48398       3368      45029
    High:            0          0          0
    -/+ buffers/cache:        638      47759
    Swap:            0          0          0
    
    ----------------------------------------------
    Filesystem      Size  Used Avail Use% Mounted on
    /dev/vda1       473G  5.4G  444G   2% /
    tmpfs            24G     0   24G   0% /dev/shm
    tmpfs            24G     0   24G   0% /tmp
    
    
    Code:
    -------------------------------------------
    disk ioping tests
    -------------------------------------------
    
    2014-09-12 16:28:11 URL:https://ioping.googlecode.com/files/ioping-0.6.tar.gz [6957/6957] -> "ioping-0.6.tar.gz" [1]
    Download done.
    ioping-0.6.tar.gz valid file.
    
    Running IOPing I/O benchmark...
    cc -std=c99 -g -Wall -Wextra -pedantic -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DVERSION=\"0.6\" -c -o ioping.o ioping.c
    cc -o ioping ioping.o -std=c99 -g -Wall -Wextra -pedantic -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -lm
    
    IOPing I/O: ./ioping -c 10 .
    4096 bytes from . (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.3 ms
    4096 bytes from . (ext4 /dev/vda1): request=4 time=0.3 ms
    4096 bytes from . (ext4 /dev/vda1): request=5 time=0.3 ms
    4096 bytes from . (ext4 /dev/vda1): request=6 time=0.3 ms
    4096 bytes from . (ext4 /dev/vda1): request=7 time=0.2 ms
    4096 bytes from . (ext4 /dev/vda1): request=8 time=0.2 ms
    4096 bytes from . (ext4 /dev/vda1): request=9 time=0.3 ms
    4096 bytes from . (ext4 /dev/vda1): request=10 time=0.2 ms
    
    --- . (ext4 /dev/vda1) ioping statistics ---
    10 requests completed in 9004.4 ms, 3962 iops, 15.5 mb/s
    min/avg/max/mdev = 0.2/0.3/0.3/0.0 ms
    
    IOPing seek rate: ./ioping -RD .
    
    --- . (ext4 /dev/vda1) ioping statistics ---
    7851 requests completed in 3000.2 ms, 8997 iops, 35.1 mb/s
    min/avg/max/mdev = 0.1/0.1/42.9/0.5 ms
    
    IOPing sequential: ./ioping -RL .
    
    --- . (ext4 /dev/vda1) ioping statistics ---
    7936 requests completed in 3000.3 ms, 3712 iops, 927.9 mb/s
    min/avg/max/mdev = 0.2/0.3/1.2/0.0 ms
    
    IOPing cached: ./ioping -RC .
    
    --- . (ext4 /dev/vda1) ioping statistics ---
    37626 requests completed in 3000.0 ms, 364696 iops, 1424.6 mb/s
    min/avg/max/mdev = 0.0/0.0/1.2/0.0 ms
    
    
    Code:
    -------------------------------------------
    disk DD tests
    -------------------------------------------
    
    dd if=/dev/zero of=sb-io-test bs=1M count=1k conv=fdatasync
    1024+0 records in
    1024+0 records out
    1073741824 bytes (1.1 GB) copied, 1.9897 s, 540 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.91818 s, 560 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.92762 s, 181 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, 15.736 s, 68.2 MB/s
    
    Code:
    -------------------------------------------
    disk FIO tests
    -------------------------------------------
    
    2014-09-12 16:29:02 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=23393: Fri Sep 12 16:29:09 2014
      read : io=1024.3MB, bw=354573KB/s, iops=88643 , runt=  2958msec
      cpu          : usr=13.76%, sys=69.12%, ctx=4766, 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=354573KB/s, minb=354573KB/s, maxb=354573KB/s, mint=2958msec, maxt=2958msec
    
    Disk stats (read/write):
      vda: ios=259515/1, merge=0/0, ticks=102781/3, in_queue=102715, util=94.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=23397: Fri Sep 12 16:29:25 2014
      write: io=1024.3MB, bw=66601KB/s, iops=16650 , runt= 15748msec
      cpu          : usr=4.60%, sys=17.69%, ctx=15193, 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=66600KB/s, minb=66600KB/s, maxb=66600KB/s, mint=15748msec, maxt=15748msec
    
    Disk stats (read/write):
      vda: ios=0/260933, merge=0/3, ticks=0/936302, in_queue=936216, util=99.28%
    
    
    Code:
    
    -------------------------------------------
    Running bandwidth benchmark...
    -------------------------------------------
    
    ----------------------------------------------
    Download from Cachefly (http://cachefly.cachefly.net/100mb.test)
    Download Cachefly: 61.4MB/s
    
    -------------------------------------------
    USA bandwidth tests...
    -------------------------------------------
    
    ----------------------------------------------
    Download from Linode, Atlanta, GA, USA (http://speedtest.atlanta.linode.com/100MB-atlanta.bin)
    Download Linode, Atlanta, GA, USA: 6.19MB/s
    ----------------------------------------------
    Download from Linode, Dallas, TX, USA (http://speedtest.dallas.linode.com/100MB-dallas.bin)
    Download Linode, Dallas, TX, USA: 2.88MB/s
    ----------------------------------------------
    Download from Leaseweb, Manassas, VA, USA (http://mirror.us.leaseweb.net/speedtest/100mb.bin)
    Download Leaseweb, Manassas, VA, USA: 18.2MB/s
    ----------------------------------------------
    Download from Softlayer, Seattle, WA, USA (http://speedtest.sea01.softlayer.com/downloads/test100.zip)
    Download Softlayer, Seattle, WA, USA: 64.1MB/s
    ----------------------------------------------
    Download from Softlayer, San Jose, CA, USA (http://speedtest.sjc01.softlayer.com/downloads/test100.zip)
    Download Softlayer, San Jose, CA, USA: 85.4MB/s
    ----------------------------------------------
    Download from Softlayer, Washington, DC, USA (http://speedtest.wdc01.softlayer.com/downloads/test100.zip)
    Download Softlayer, Washington, DC, USA: 28.8MB/s
    ----------------------------------------------
    Download from VersaWeb, Las Vegas, Nevada (http://199.47.210.50/100mbtest.bin)
    Download VersaWeb, Las Vegas, Nevada: 61.5MB/s
    ----------------------------------------------
    Download from OVH, BHS, Canada (http://bhs.proof.ovh.net/files/100Mio.dat)
    Download OVH, BHS, Canada: 21.2MB/s
    ----------------------------------------------
    Download from Vultr, Los Angeles, California (http://lax-ca-us-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Los Angeles, California: 86.8MB/s
    ----------------------------------------------
    Download from Vultr, Seattle, Washington (http://wa-us-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Seattle, Washington: 56.7MB/s
    ----------------------------------------------
    Download from Vultr, Dallas, Texas (http://tx-us-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Dallas, Texas: 26.7MB/s
    ----------------------------------------------
    Download from Vultr, Chicago, Illinois (http://il-us-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Chicago, Illinois: 23.2MB/s
    ----------------------------------------------
    Download from Vultr, Atlanta, Georgia (http://ga-us-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Atlanta, Georgia: 20.1MB/s
    ----------------------------------------------
    Download from Vultr, Miami, Florida (http://fl-us-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Miami, Florida: 16.5MB/s
    ----------------------------------------------
    Download from Vultr, New York / New Jersey (http://nj-us-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, New York / New Jersey: 13.5MB/s
    
    -------------------------------------------
    Asia bandwidth tests...
    -------------------------------------------
    
    ----------------------------------------------
    Download from Linode, Tokyo, JP (http://speedtest.tokyo.linode.com/100MB-tokyo.bin)
    Download Linode, Tokyo, JP: 1.74MB/s
    ----------------------------------------------
    Download from Softlayer, Singapore (http://speedtest.sng01.softlayer.com/downloads/test100.zip)
    Download Softlayer, Singapore: 10.3MB/s
    ----------------------------------------------
    Download from Vultr, Tokyo, Japan (http://hnd-jp-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Tokyo, Japan: 11.2MB/s
    
    -------------------------------------------
    Europe bandwidth tests...
    -------------------------------------------
    
    ----------------------------------------------
    Download from Linode, London, UK (http://speedtest.london.linode.com/100MB-london.bin)
    Download Linode, London, UK: 3.17MB/s
    ----------------------------------------------
    Download from OVH, Paris, France (http://proof.ovh.net/files/100Mio.dat)
    Download OVH, Paris, France: 2.93MB/s
    ----------------------------------------------
    Download from SmartDC, Rotterdam, Netherlands (http://mirror.i3d.net/100mb.bin)
    Download SmartDC, Rotterdam, Netherlands: 2.97MB/s
    ----------------------------------------------
    Download from Vultr, Amsterdam, Netherlands (http://ams-nl-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Amsterdam, Netherlands: 8.45MB/s
    ----------------------------------------------
    Download from Vultr, London, UK (http://lon-gb-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, London, UK: 7.61MB/s
    ----------------------------------------------
    Download from Vultr, Paris, France (http://par-fr-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Paris, France: 2.96MB/s
    
    -------------------------------------------
    Australia bandwidth tests...
    -------------------------------------------
    
    ----------------------------------------------
    Download from Vultr, Sydney, Australia (http://syd-au-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Sydney, Australia: 9.54MB/s
    
    Code:
    
    -------------------------------------------
    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=1.82 ms
    64 bytes from vip1.G-anycast1.cachefly.net (205.234.175.175): icmp_seq=2 ttl=59 time=1.66 ms
    64 bytes from vip1.G-anycast1.cachefly.net (205.234.175.175): icmp_seq=3 ttl=59 time=1.69 ms
    
    --- vip1.g.cachefly.net ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2003ms
    rtt min/avg/max/mdev = 1.667/1.728/1.821/0.082 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=153 ms
    64 bytes from 108.61.212.117.vultr.com (108.61.212.117): icmp_seq=2 ttl=51 time=152 ms
    64 bytes from 108.61.212.117.vultr.com (108.61.212.117): icmp_seq=3 ttl=51 time=153 ms
    
    --- syd-au-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2154ms
    rtt min/avg/max/mdev = 152.777/152.974/153.092/0.140 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=105 ms
    64 bytes from 108.61.201.151.vultr.com (108.61.201.151): icmp_seq=2 ttl=52 time=105 ms
    64 bytes from 108.61.201.151.vultr.com (108.61.201.151): icmp_seq=3 ttl=52 time=104 ms
    
    --- hnd-jp-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2107ms
    rtt min/avg/max/mdev = 104.540/104.973/105.197/0.404 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=12.1 ms
    64 bytes from 108.61.219.200.vultr.com (108.61.219.200): icmp_seq=2 ttl=55 time=12.3 ms
    64 bytes from 108.61.219.200.vultr.com (108.61.219.200): icmp_seq=3 ttl=55 time=12.1 ms
    
    --- lax-ca-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2015ms
    rtt min/avg/max/mdev = 12.168/12.216/12.302/0.060 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=20.1 ms
    64 bytes from 108.61.194.105.vultr.com (108.61.194.105): icmp_seq=2 ttl=57 time=20.1 ms
    64 bytes from 108.61.194.105.vultr.com (108.61.194.105): icmp_seq=3 ttl=57 time=20.1 ms
    
    --- wa-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2023ms
    rtt min/avg/max/mdev = 20.152/20.156/20.158/0.003 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.5 ms
    64 bytes from 108.61.224.175.vultr.com (108.61.224.175): icmp_seq=2 ttl=55 time=43.5 ms
    64 bytes from 108.61.224.175.vultr.com (108.61.224.175): icmp_seq=3 ttl=55 time=43.5 ms
    
    --- tx-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2047ms
    rtt min/avg/max/mdev = 43.521/44.203/45.539/0.944 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.6 ms
    64 bytes from 107.191.51.12.vultr.com (107.191.51.12): icmp_seq=2 ttl=53 time=56.1 ms
    64 bytes from 107.191.51.12.vultr.com (107.191.51.12): icmp_seq=3 ttl=53 time=55.5 ms
    
    --- il-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2057ms
    rtt min/avg/max/mdev = 54.676/55.453/56.124/0.655 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=64.5 ms
    64 bytes from 108.61.193.166.vultr.com (108.61.193.166): icmp_seq=2 ttl=53 time=64.1 ms
    64 bytes from 108.61.193.166.vultr.com (108.61.193.166): icmp_seq=3 ttl=53 time=62.7 ms
    
    --- ga-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2065ms
    rtt min/avg/max/mdev = 62.791/63.832/64.563/0.810 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=51 time=74.5 ms
    64 bytes from 104.156.244.232: icmp_seq=2 ttl=51 time=76.3 ms
    64 bytes from 104.156.244.232: icmp_seq=3 ttl=51 time=76.9 ms
    
    --- fl-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2079ms
    rtt min/avg/max/mdev = 74.517/75.941/76.924/1.079 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=51 time=86.1 ms
    64 bytes from 108.61.149.182.vultr.com (108.61.149.182): icmp_seq=2 ttl=52 time=86.0 ms
    64 bytes from 108.61.149.182.vultr.com (108.61.149.182): icmp_seq=3 ttl=51 time=82.4 ms
    
    --- nj-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2084ms
    rtt min/avg/max/mdev = 82.440/84.895/86.192/1.769 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=54 time=156 ms
    64 bytes from 108.61.210.117.vultr.com (108.61.210.117): icmp_seq=2 ttl=54 time=156 ms
    64 bytes from 108.61.210.117.vultr.com (108.61.210.117): icmp_seq=3 ttl=54 time=164 ms
    
    --- fra-de-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2167ms
    rtt min/avg/max/mdev = 156.441/159.088/164.332/3.722 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=52 time=149 ms
    64 bytes from 108.61.198.102.vultr.com (108.61.198.102): icmp_seq=2 ttl=52 time=150 ms
    64 bytes from 108.61.198.102.vultr.com (108.61.198.102): icmp_seq=3 ttl=52 time=152 ms
    
    --- ams-nl-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2153ms
    rtt min/avg/max/mdev = 149.968/150.729/152.155/1.057 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=153 ms
    64 bytes from 108.61.196.101.vultr.com (108.61.196.101): icmp_seq=2 ttl=52 time=169 ms
    64 bytes from 108.61.196.101.vultr.com (108.61.196.101): icmp_seq=3 ttl=52 time=169 ms
    
    --- lon-gb-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2170ms
    rtt min/avg/max/mdev = 153.766/164.404/169.950/7.524 ms
    
    ----------------------------------------------
    Pings (par-fr-ping.vultr.com):
    PING par-fr-ping.vultr.com (108.61.209.127) 56(84) bytes of data.
    64 bytes from 108.61.209.127.vultr.com (108.61.209.127): icmp_seq=1 ttl=47 time=173 ms
    64 bytes from 108.61.209.127.vultr.com (108.61.209.127): icmp_seq=2 ttl=47 time=164 ms
    64 bytes from 108.61.209.127.vultr.com (108.61.209.127): icmp_seq=3 ttl=47 time=174 ms
    
    --- par-fr-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2177ms
    rtt min/avg/max/mdev = 164.571/170.652/174.232/4.335 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=18.0 ms
    64 bytes from 199.47.210.50: icmp_seq=2 ttl=55 time=17.1 ms
    64 bytes from 199.47.210.50: icmp_seq=3 ttl=55 time=18.4 ms
    
    --- 199.47.210.50 ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2021ms
    rtt min/avg/max/mdev = 17.197/17.885/18.443/0.516 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=20.3 ms
    64 bytes from 76.164.234.1: icmp_seq=2 ttl=56 time=20.5 ms
    64 bytes from 76.164.234.1: icmp_seq=3 ttl=55 time=20.4 ms
    
    --- 76.164.234.1 ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2023ms
    rtt min/avg/max/mdev = 20.387/20.468/20.563/0.072 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=69.8 ms
    64 bytes from ns238643.ip-192-99-19.net (192.99.19.165): icmp_seq=2 ttl=53 time=69.6 ms
    64 bytes from ns238643.ip-192-99-19.net (192.99.19.165): icmp_seq=3 ttl=53 time=69.0 ms
    
    --- bhs.proof.ovh.net ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2072ms
    rtt min/avg/max/mdev = 69.068/69.548/69.896/0.350 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 16
    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             367029.95k  1202630.24k  2669182.06k  3978254.57k  4761899.94k
    sha1            329415.87k   911000.86k  1975890.08k  2784413.91k  3279719.08k
    rc4            2946710.91k  3974010.48k  4583416.23k  5074457.97k  5321063.14k
    aes-128 cbc     681280.29k   712518.76k   715760.02k  1695159.06k  1668134.23k
    aes-256 cbc     504903.88k   531482.31k   537097.34k  1234296.53k  1244566.08k
    sha256          254463.92k   527719.12k   891976.09k  1146631.32k  1149441.44k
                      sign    verify    sign/s verify/s
    rsa 2048 bits 0.000219s 0.000007s   4559.7 153469.7
    rsa 4096 bits 0.001528s 0.000025s    654.5  40672.0
                                  sign    verify    sign/s verify/s
    256 bit ecdsa (nistp256)   0.0000s   0.0001s  56776.2  13840.1
    -------------------------------------------
    openssl speed -evp aes256 -multi 16
    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            3681360.89k  4467222.91k  4851663.10k  4949849.61k  4888911.87k
    -------------------------------------------
    openssl speed -evp aes128 -multi 16
    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            4671609.98k  6354954.85k  6718995.45k  6937730.10k  6833291.26k
    
    -------------------------------------------
    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 16
    H:16:64:256:1024:8192 from 6
    OpenSSL 1.0.1i 6 Aug 2014
    built on: Fri Sep 12 16:17:18 UTC 2014
    options:bn(64,64) rc4(16x,int) des(idx,cisc,16,int) aes(partial) idea(int) blowfish(idx)
    md5             223283.38k   759565.08k  2167878.06k  4016162.88k  5158738.76k
    sha1            208342.99k   682739.24k  1754297.49k  2868535.30k  3630473.22k
    rc4            3227917.03k  4636201.13k  5119655.34k  5225760.45k  5398604.46k
    aes-128 cbc     702956.99k   778975.50k   798231.77k  1780953.19k  1765407.32k
    aes-256 cbc     509813.80k   563824.83k   555490.30k  1251167.36k  1283968.34k
    sha256          279430.95k   593906.10k   995109.80k  1250173.22k  1323737.09k
                      sign    verify    sign/s verify/s
    rsa 2048 bits 0.000225s 0.000007s   4451.9 150878.9
    rsa 4096 bits 0.001514s 0.000024s    660.4  41547.2
                                  sign    verify    sign/s verify/s
    256 bit ecdsa (nistp256)   0.0000s   0.0001s  54286.7  13938.4
    -------------------------------------------
    openssl speed -evp aes256 -multi 16
    OpenSSL 1.0.1i 6 Aug 2014
    built on: Fri Sep 12 16:17:18 UTC 2014
    options:bn(64,64) rc4(16x,int) des(idx,cisc,16,int) aes(partial) idea(int) blowfish(idx)
    evp            3759959.55k  4039190.50k  4227096.79k  4884292.47k  5085932.20k
    -------------------------------------------
    openssl speed -evp aes128 -multi 16
    OpenSSL 1.0.1i 6 Aug 2014
    built on: Fri Sep 12 16:17:18 UTC 2014
    options:bn(64,64) rc4(16x,int) des(idx,cisc,16,int) aes(partial) idea(int) blowfish(idx)
    evp            5078896.98k  6380119.78k  6843720.36k  6888867.52k  7117933.23k
    
    Code:
    -------------------------------------------
    Running mysqlslap
    -------------------------------------------
    
    mysqlslap --auto-generate-sql --auto-generate-sql-add-autoincrement --auto-generate-sql-secondary-indexes=5 --number-int-cols=5 --number-char-cols=5 --number-of-queries=25000 --auto-generate-sql-unique-query-number=40 --auto-generate-sql-unique-write-number=40 --auto-generate-sql-write-number=1000 --concurrency=64 --iterations=10 --engine=myisam
    Benchmark
            Running for engine myisam
            Average number of seconds to run all queries: 1.615 seconds
            Minimum number of seconds to run all queries: 1.590 seconds
            Maximum number of seconds to run all queries: 1.680 seconds
            Number of clients running queries: 64
            Average number of queries per client: 390
    
    Dropping the database is potentially a very bad thing to do.
    Any data stored in the database will be destroyed.
    
    Do you really want to drop the 'test' database [y/N] Database "test" dropped
    
    Code:
    -------------------------------------------
    System PHP Info
    -------------------------------------------
    
    CPU: 16 x Intel(R) Xeon(R) CPU E5-2630L v2 @ 2.40GHz
                 total       used       free     shared    buffers     cached
    Mem:         48398       3617      44780          0        128       2720
    Low:         48398       3617      44780
    High:            0          0          0
    -/+ buffers/cache:        768      47629
    Swap:            0          0          0
    ----------------------------------------------
    PHP 5.4.32 (cli) (built: Sep 12 2014 16:21:22)
    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.140
    simplecall         0.161
    simpleucall        0.183
    simpleudcall       0.190
    mandel             0.295
    mandel2            0.431
    ackermann(7)       0.165
    ary(50000)         0.027
    ary2(50000)        0.023
    ary3(2000)         0.236
    fibo(30)           0.422
    hash1(50000)       0.042
    hash2(500)         0.049
    heapsort(20000)    0.105
    matrix(20)         0.110
    nestedloop(12)     0.236
    sieve(30)          0.114
    strcat(200000)     0.015
    ------------------------
    Total              2.941
    real: 2.97s user: 2.93s sys: 0.03s cpu: 99% maxmem: 124528 KB cswaits: 9
    
    simple             0.144
    simplecall         0.162
    simpleucall        0.185
    simpleudcall       0.190
    mandel             0.296
    mandel2            0.436
    ackermann(7)       0.164
    ary(50000)         0.027
    ary2(50000)        0.023
    ary3(2000)         0.238
    fibo(30)           0.422
    hash1(50000)       0.042
    hash2(500)         0.049
    heapsort(20000)    0.106
    matrix(20)         0.110
    nestedloop(12)     0.238
    sieve(30)          0.115
    strcat(200000)     0.014
    ------------------------
    Total              2.962
    real: 2.99s user: 2.95s sys: 0.03s cpu: 99% maxmem: 124528 KB cswaits: 3
    
    simple             0.141
    simplecall         0.164
    simpleucall        0.185
    simpleudcall       0.190
    mandel             0.281
    mandel2            0.419
    ackermann(7)       0.163
    ary(50000)         0.027
    ary2(50000)        0.024
    ary3(2000)         0.236
    fibo(30)           0.464
    hash1(50000)       0.042
    hash2(500)         0.049
    heapsort(20000)    0.104
    matrix(20)         0.110
    nestedloop(12)     0.237
    sieve(30)          0.114
    strcat(200000)     0.014
    ------------------------
    Total              2.964
    real: 3.00s user: 2.95s sys: 0.03s cpu: 99% maxmem: 124512 KB cswaits: 3
    
    bench.php results from 3 runs
    2.941
    2.962
    2.964
    
    bench.php avg: 2.9557
    Avg: real: 2.99s user: 2.94s sys: 0.03s cpu: 99.00% maxmem: 124522.67KB cswaits: 5.00
    created results log at /home/phpbench_logs/bench_120914-162810.log
    server PHP info log at /home/phpbench_logs/bench_phpinfo_120914-162810.log
    
    -------------------------------------------
    Run PHP test Zend/micro_bench.php
    -------------------------------------------
    
    empty_loop         0.142
    func()             0.421    0.279
    undef_func()       0.422    0.280
    int_func()         0.366    0.225
    $x = self::$x      0.316    0.174
    self::$x = 0       0.287    0.145
    isset(self::$x)    0.262    0.120
    empty(self::$x)    0.276    0.134
    $x = Foo::$x       0.285    0.143
    Foo::$x = 0        0.255    0.114
    isset(Foo::$x)     0.235    0.094
    empty(Foo::$x)     0.250    0.108
    self::f()          0.444    0.303
    Foo::f()           0.404    0.262
    $x = $this->x      0.279    0.137
    $this->x = 0       0.381    0.239
    $this->x += 2      0.282    0.141
    ++$this->x         0.253    0.111
    --$this->x         0.243    0.101
    $this->x++         0.284    0.142
    $this->x--         0.362    0.220
    isset($this->x)    0.256    0.115
    empty($this->x)    0.275    0.134
    $this->f()         0.446    0.305
    $x = Foo::TEST     0.253    0.112
    new Foo()          0.872    0.730
    $x = TEST          0.202    0.060
    $x = $_GET         0.436    0.294
    $x = $GLOBALS['v'] 0.697    0.555
    $x = $hash['v']    0.454    0.313
    $x = $str[0]       0.405    0.263
    $x = $a ?: null    0.274    0.132
    $x = $f ?: tmp     0.369    0.227
    $x = $f ? $f : $a  0.287    0.145
    $x = $f ? $f : tmp 0.374    0.232
    ------------------------
    Total             12.048
    real: 12.08s user: 12.06s sys: 0.01s cpu: 99% maxmem: 76432 KB cswaits: 4
    
    empty_loop         0.142
    func()             0.419    0.276
    undef_func()       0.426    0.284
    int_func()         0.367    0.225
    $x = self::$x      0.320    0.177
    self::$x = 0       0.294    0.151
    isset(self::$x)    0.268    0.125
    empty(self::$x)    0.282    0.140
    $x = Foo::$x       0.283    0.141
    Foo::$x = 0        0.264    0.122
    isset(Foo::$x)     0.236    0.094
    empty(Foo::$x)     0.250    0.107
    self::f()          0.446    0.304
    Foo::f()           0.407    0.264
    $x = $this->x      0.300    0.157
    $this->x = 0       0.379    0.236
    $this->x += 2      0.295    0.153
    ++$this->x         0.265    0.122
    --$this->x         0.255    0.112
    $this->x++         0.297    0.155
    $this->x--         0.293    0.150
    isset($this->x)    0.262    0.120
    empty($this->x)    0.276    0.134
    $this->f()         0.470    0.327
    $x = Foo::TEST     0.258    0.115
    new Foo()          0.864    0.721
    $x = TEST          0.205    0.062
    $x = $_GET         0.440    0.297
    $x = $GLOBALS['v'] 0.710    0.567
    $x = $hash['v']    0.471    0.328
    $x = $str[0]       0.400    0.257
    $x = $a ?: null    0.265    0.122
    $x = $f ?: tmp     0.375    0.233
    $x = $f ? $f : $a  0.287    0.145
    $x = $f ? $f : tmp 0.371    0.228
    ------------------------
    Total             12.139
    real: 12.18s user: 12.15s sys: 0.01s cpu: 99% maxmem: 76416 KB cswaits: 3
    
    empty_loop         0.144
    func()             0.428    0.285
    undef_func()       0.436    0.293
    int_func()         0.378    0.234
    $x = self::$x      0.308    0.164
    self::$x = 0       0.290    0.146
    isset(self::$x)    0.263    0.119
    empty(self::$x)    0.276    0.132
    $x = Foo::$x       0.277    0.133
    Foo::$x = 0        0.351    0.207
    isset(Foo::$x)     0.237    0.094
    empty(Foo::$x)     0.249    0.105
    self::f()          0.451    0.307
    Foo::f()           0.415    0.271
    $x = $this->x      0.280    0.136
    $this->x = 0       0.381    0.237
    $this->x += 2      0.278    0.134
    ++$this->x         0.249    0.105
    --$this->x         0.241    0.098
    $this->x++         0.282    0.138
    $this->x--         0.273    0.129
    isset($this->x)    0.256    0.112
    empty($this->x)    0.268    0.124
    $this->f()         0.453    0.309
    $x = Foo::TEST     0.254    0.110
    new Foo()          0.870    0.727
    $x = TEST          0.201    0.058
    $x = $_GET         0.439    0.295
    $x = $GLOBALS['v'] 0.696    0.552
    $x = $hash['v']    0.452    0.308
    $x = $str[0]       0.401    0.257
    $x = $a ?: null    0.310    0.166
    $x = $f ?: tmp     0.368    0.224
    $x = $f ? $f : $a  0.290    0.146
    $x = $f ? $f : tmp 0.369    0.225
    ------------------------
    Total             12.113
    real: 12.15s user: 12.12s sys: 0.01s cpu: 99% maxmem: 76416 KB cswaits: 3
    
    micro_bench.php results from 3 runs
    12.048
    12.139
    12.113
    
    micro_bench.php avg: 12.1000
    Avg: real: 12.14s user: 12.11s sys: 0.01s cpu: 99.00% maxmem: 76421.33KB cswaits: 3.33
    created results log at /home/phpbench_logs/bench_micro_120914-162810.log
    server PHP info log at /home/phpbench_logs/bench_phpinfo_120914-162810.log
    
    
    Code:
    -------------------------------------------
    Building UnixBench
    -------------------------------------------
    
    Download UnixBench5.1.3.tgz ...
    2014-09-12 16:43:29 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-12 16:43:29 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
    Checking distribution of files
    gcc -o ./pgms/int -DTIME -Wall -pedantic -ansi -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall -Ddatum=int ./src/arith.c
    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
    ./pgms  exists
    gcc -o ./pgms/double -DTIME -Wall -pedantic -ansi -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall -Ddatum=double ./src/arith.c
    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
    ./src  exists
    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
    ./testdir  exists
    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
    ./results  exists
    gcc -o ./pgms/looper -DTIME -Wall -pedantic -ansi -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall ./src/looper.c
    ./src/syscall.c: In function ‘main’:
    ./src/syscall.c:93: warning: null argument where non-null required (argument 2)
    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 -DREG=register -DHZ= -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall dhry_2.c -o dhry_2_reg.o
    cd ./src; gcc -c -DTIME -Wall -pedantic -ansi -DHZ= -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall dhry_2.c
    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
    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
    cd ./src; rm -f dhry_1_reg.o dhry_2_reg.o
    cd ./src; rm -f dhry_1.o dhry_2.o
    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
    
    
    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
    
    16 x Dhrystone 2 using register variables  1 2 3 4 5 6 7 8 9 10
    
    16 x Double-Precision Whetstone  1 2 3 4 5 6 7 8 9 10
    
    16 x System Call Overhead  1 2 3 4 5 6 7 8 9 10
    
    16 x Pipe Throughput  1 2 3 4 5 6 7 8 9 10
    
    16 x Pipe-based Context Switching  1 2 3 4 5 6 7 8 9 10
    
    16 x Process Creation  1 2 3
    
    16 x Execl Throughput  1 2 3
    
    16 x Shell Scripts (1 concurrent)  1 2 3
    
    16 x Shell Scripts (8 concurrent)  1 2 3
    
    16 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.1.2.0.1.el6.x86_64 -- #1 SMP Fri Dec 13 13:06:13 UTC 2013
       Machine: x86_64 (x86_64)
       Language: en_US.utf8 (charmap="UTF-8", collate="UTF-8")
       CPU 0: Intel(R) Xeon(R) CPU E5-2630L v2 @ 2.40GHz (4800.0 bogomips)
              x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
       CPU 1: Intel(R) Xeon(R) CPU E5-2630L v2 @ 2.40GHz (4800.0 bogomips)
              x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
       CPU 2: Intel(R) Xeon(R) CPU E5-2630L v2 @ 2.40GHz (4800.0 bogomips)
              x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
       CPU 3: Intel(R) Xeon(R) CPU E5-2630L v2 @ 2.40GHz (4800.0 bogomips)
              x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
       CPU 4: Intel(R) Xeon(R) CPU E5-2630L v2 @ 2.40GHz (4800.0 bogomips)
              x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
       CPU 5: Intel(R) Xeon(R) CPU E5-2630L v2 @ 2.40GHz (4800.0 bogomips)
              x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
       CPU 6: Intel(R) Xeon(R) CPU E5-2630L v2 @ 2.40GHz (4800.0 bogomips)
              x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
       CPU 7: Intel(R) Xeon(R) CPU E5-2630L v2 @ 2.40GHz (4800.0 bogomips)
              x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
       CPU 8: Intel(R) Xeon(R) CPU E5-2630L v2 @ 2.40GHz (4800.0 bogomips)
              x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
       CPU 9: Intel(R) Xeon(R) CPU E5-2630L v2 @ 2.40GHz (4800.0 bogomips)
              x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
       CPU 10: Intel(R) Xeon(R) CPU E5-2630L v2 @ 2.40GHz (4800.0 bogomips)
              x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
       CPU 11: Intel(R) Xeon(R) CPU E5-2630L v2 @ 2.40GHz (4800.0 bogomips)
              x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
       CPU 12: Intel(R) Xeon(R) CPU E5-2630L v2 @ 2.40GHz (4800.0 bogomips)
              x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
       CPU 13: Intel(R) Xeon(R) CPU E5-2630L v2 @ 2.40GHz (4800.0 bogomips)
              x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
       CPU 14: Intel(R) Xeon(R) CPU E5-2630L v2 @ 2.40GHz (4800.0 bogomips)
              x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
       CPU 15: Intel(R) Xeon(R) CPU E5-2630L v2 @ 2.40GHz (4800.0 bogomips)
              x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
       16:43:29 up 37 min,  1 user,  load average: 5.12, 8.95, 5.19; runlevel 3
    
    ------------------------------------------------------------------------
    Benchmark Run: Fri Sep 12 2014 16:43:29 - 17:07:40
    16 CPUs in system; running 1 parallel copy of tests
    
    Dhrystone 2 using register variables       27328544.2 lps   (10.0 s, 7 samples)
    Double-Precision Whetstone                     2879.0 MWIPS (9.9 s, 7 samples)
    Execl Throughput                               2626.7 lps   (29.9 s, 2 samples)
    Pipe Throughput                             1426226.4 lps   (10.0 s, 7 samples)
    Pipe-based Context Switching                 277335.8 lps   (10.0 s, 7 samples)
    Process Creation                               7506.7 lps   (30.0 s, 2 samples)
    Shell Scripts (1 concurrent)                   4827.2 lpm   (60.0 s, 2 samples)
    Shell Scripts (16 concurrent)                  1006.2 lpm   (60.0 s, 2 samples)
    Shell Scripts (8 concurrent)                   1808.2 lpm   (60.0 s, 2 samples)
    System Call Overhead                        1879453.3 lps   (10.0 s, 7 samples)
    
    System Benchmarks Partial Index              BASELINE       RESULT    INDEX
    Dhrystone 2 using register variables         116700.0   27328544.2   2341.8
    Double-Precision Whetstone                       55.0       2879.0    523.5
    Execl Throughput                                 43.0       2626.7    610.9
    Pipe Throughput                               12440.0    1426226.4   1146.5
    Pipe-based Context Switching                   4000.0     277335.8    693.3
    Process Creation                                126.0       7506.7    595.8
    Shell Scripts (1 concurrent)                     42.4       4827.2   1138.5
    Shell Scripts (16 concurrent)                     ---       1006.2      ---
    Shell Scripts (8 concurrent)                      6.0       1808.2   3013.6
    System Call Overhead                          15000.0    1879453.3   1253.0
                                                                       ========
    System Benchmarks Index Score (Partial Only)                         1048.0
    
    ------------------------------------------------------------------------
    Benchmark Run: Fri Sep 12 2014 17:07:40 - 17:31:40
    16 CPUs in system; running 16 parallel copies of tests
    
    Dhrystone 2 using register variables      231757939.3 lps   (10.0 s, 7 samples)
    Double-Precision Whetstone                    38191.6 MWIPS (9.6 s, 7 samples)
    Execl Throughput                              12135.4 lps   (29.9 s, 2 samples)
    Pipe Throughput                            12339044.5 lps   (10.0 s, 7 samples)
    Pipe-based Context Switching                2392657.3 lps   (10.0 s, 7 samples)
    Process Creation                              59067.9 lps   (30.0 s, 2 samples)
    Shell Scripts (1 concurrent)                  33198.5 lpm   (60.0 s, 2 samples)
    Shell Scripts (16 concurrent)                  2412.5 lpm   (60.2 s, 2 samples)
    Shell Scripts (8 concurrent)                   4663.7 lpm   (60.1 s, 2 samples)
    System Call Overhead                        4820071.6 lps   (10.0 s, 7 samples)
    
    System Benchmarks Partial Index              BASELINE       RESULT    INDEX
    Dhrystone 2 using register variables         116700.0  231757939.3  19859.3
    Double-Precision Whetstone                       55.0      38191.6   6943.9
    Execl Throughput                                 43.0      12135.4   2822.2
    Pipe Throughput                               12440.0   12339044.5   9918.8
    Pipe-based Context Switching                   4000.0    2392657.3   5981.6
    Process Creation                                126.0      59067.9   4687.9
    Shell Scripts (1 concurrent)                     42.4      33198.5   7829.8
    Shell Scripts (16 concurrent)                     ---       2412.5      ---
    Shell Scripts (8 concurrent)                      6.0       4663.7   7772.9
    System Call Overhead                          15000.0    4820071.6   3213.4
                                                                       ========
    System Benchmarks Index Score (Partial Only)                         6515.8
    
    
    Code:
    -------------------------------------------
    centminmodbench.sh completed
    -------------------------------------------
    
    centminmodbench.sh Total Run Time: 3810.109644755 seconds
    
    ----------------------------------------------------
    Generated Public Report Log you can share...
    at: /home/centminmodbench_logs/_publicreport_120914-162810.log
    ----------------------------------------------------
     
    Last edited: Sep 13, 2014
  20. eva2000

    eva2000 Administrator Staff Member

    53,811
    12,159
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,711
    Local Time:
    3:49 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Vultr 48GB Ram 16 CPU core VPS server benchmark run. Definitely faster cpu processor in terms of Unixbench, OpenSSL benchmarks and Centmin Mod install times. But slower on network bandwidth and disk performance compared to DigitalOcean 48GB 16 CPU VPS server it seems.

    • Total Centmin Mod Install Time: 880.569286986 seconds
    • centminmodbench.sh Total Run Time: 4015.597513339 seconds
    • UnixBench Index Score single: 1509.7.0 total: 11069.6
    • OpenSSL aes128 = 9,023,576, rsa 2048 bit = 8,298, 256bit ecdsa = 98,467
    • random read : io=1024.3MB, bw=192516KB/s, iops=48129 , runt= 5448msec
    • random write: io=1024.3MB, bw=192587KB/s, iops=48146 , runt= 5446msec
    Centmin Mod install

    Code:
    ccache stats:
    cache directory                     /home/.ccache
    cache hit (direct)                   769
    cache hit (preprocessed)             332
    cache miss                          3491
    called for link                      269
    called for preprocessing             244
    compile failed                        55
    preprocessor error                    62
    bad compiler arguments                54
    unsupported source language           66
    autoconf compile/link                610
    unsupported compiler option           14
    no input file                        129
    files in cache                      7886
    cache size                         211.0 Mbytes
    max cache size                       2.0 Gbytes
    
    
    Total Centmin Mod Install Time: 880.569286986 seconds

    Code:
    -------------------------------------------
    centminmodbench.sh 0.1
    http://bench.centminmod.com
    written by: George Liu (eva2000)
    http://centminmod.com
    -------------------------------------------
    
    -------------------------------------------
    System Information
    -------------------------------------------
    
    2.6.32-431.29.2.el6.x86_64
    
    CentOS release 6.5 (Final)
    
    Centmin Mod 1.2.3-eva2000.08
    
    ----------------------------------------------
    Architecture:          x86_64
    CPU op-mode(s):        32-bit, 64-bit
    Byte Order:            Little Endian
    CPU(s):                16
    On-line CPU(s) list:   0-15
    Thread(s) per core:    1
    Core(s) per socket:    16
    Socket(s):             1
    NUMA node(s):          1
    Vendor ID:             GenuineIntel
    CPU family:            6
    Model:                 42
    Stepping:              1
    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-15
    
    ----------------------------------------------
    CPU NODE SOCKET CORE L1d:L1i:L2 ONLINE
    0   0    0      0    0:0:0      yes
    1   0    0      1    1:1:1      yes
    2   0    0      2    2:2:2      yes
    3   0    0      3    3:3:3      yes
    4   0    0      4    4:4:4      yes
    5   0    0      5    5:5:5      yes
    6   0    0      6    6:6:6      yes
    7   0    0      7    7:7:7      yes
    8   0    0      8    8:8:8      yes
    9   0    0      9    9:9:9      yes
    10  0    0      10   10:10:10   yes
    11  0    0      11   11:11:11   yes
    12  0    0      12   12:12:12   yes
    13  0    0      13   13:13:13   yes
    14  0    0      14   14:14:14   yes
    15  0    0      15   15:15:15   yes
    
    ----------------------------------------------
                 total       used       free     shared    buffers     cached
    Mem:         48267       3362      44905          0         32       2690
    Low:         48267       3362      44905
    High:            0          0          0
    -/+ buffers/cache:        638      47628
    Swap:            0          0          0
    
    ----------------------------------------------
    Filesystem      Size  Used Avail Use% Mounted on
    /dev/vda1       591G  6.2G  555G   2% /
    tmpfs            24G     0   24G   0% /dev/shm
    tmpfs            24G     0   24G   0% /tmp
    
    
    Code:
    -------------------------------------------
    disk ioping tests
    -------------------------------------------
    
    2014-09-12 20:58:12 URL:https://ioping.googlecode.com/files/ioping-0.6.tar.gz [6957/6957] -> "ioping-0.6.tar.gz" [1]
    Download done.
    ioping-0.6.tar.gz valid file.
    
    Running IOPing I/O benchmark...
    cc -std=c99 -g -Wall -Wextra -pedantic -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DVERSION=\"0.6\" -c -o ioping.o ioping.c
    cc -o ioping ioping.o -std=c99 -g -Wall -Wextra -pedantic -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -lm
    
    IOPing I/O: ./ioping -c 10 .
    4096 bytes from . (ext4 /dev/vda1): request=1 time=0.3 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.4 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.8 ms, 3106 iops, 12.1 mb/s
    min/avg/max/mdev = 0.3/0.3/0.4/0.0 ms
    
    IOPing seek rate: ./ioping -RD .
    
    --- . (ext4 /dev/vda1) ioping statistics ---
    8883 requests completed in 3000.1 ms, 5140 iops, 20.1 mb/s
    min/avg/max/mdev = 0.2/0.2/1.4/0.0 ms
    
    IOPing sequential: ./ioping -RL .
    
    --- . (ext4 /dev/vda1) ioping statistics ---
    2442 requests completed in 3000.1 ms, 885 iops, 221.2 mb/s
    min/avg/max/mdev = 0.7/1.1/2.9/0.2 ms
    
    IOPing cached: ./ioping -RC .
    
    --- . (ext4 /dev/vda1) ioping statistics ---
    45834 requests completed in 3000.0 ms, 426585 iops, 1666.3 mb/s
    min/avg/max/mdev = 0.0/0.0/0.0/0.0 ms
    
    
    Code:
    -------------------------------------------
    disk DD tests
    -------------------------------------------
    
    dd if=/dev/zero of=sb-io-test bs=1M count=1k conv=fdatasync
    1024+0 records in
    1024+0 records out
    1073741824 bytes (1.1 GB) copied, 3.74025 s, 287 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, 4.48656 s, 239 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, 8.00054 s, 134 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, 16.5203 s, 65.0 MB/s
    
    Code:
    -------------------------------------------
    disk FIO tests
    -------------------------------------------
    
    2014-09-12 20:59:06 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=23504: Fri Sep 12 20:59:16 2014
      read : io=1024.3MB, bw=192516KB/s, iops=48129 , runt=  5448msec
      cpu          : usr=4.19%, sys=20.69%, ctx=4496, 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=192516KB/s, minb=192516KB/s, maxb=192516KB/s, mint=5448msec, maxt=5448msec
    
    Disk stats (read/write):
      vda: ios=253267/0, merge=0/0, ticks=275758/0, in_queue=275703, util=92.49%
    
    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=23508: Fri Sep 12 20:59:22 2014
      write: io=1024.3MB, bw=192587KB/s, iops=48146 , runt=  5446msec
      cpu          : usr=6.92%, sys=33.19%, ctx=8598, 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=192586KB/s, minb=192586KB/s, maxb=192586KB/s, mint=5446msec, maxt=5446msec
    
    Disk stats (read/write):
      vda: ios=0/259711, merge=0/4, ticks=0/284111, in_queue=284041, util=95.92%
    
    
    Code:
    
    -------------------------------------------
    Running bandwidth benchmark...
    -------------------------------------------
    
    ----------------------------------------------
    Download from Cachefly (http://cachefly.cachefly.net/100mb.test)
    Download Cachefly: 9.66MB/s
    
    -------------------------------------------
    USA bandwidth tests...
    -------------------------------------------
    
    ----------------------------------------------
    Download from Linode, Atlanta, GA, USA (http://speedtest.atlanta.linode.com/100MB-atlanta.bin)
    Download Linode, Atlanta, GA, USA: 19.2MB/s
    ----------------------------------------------
    Download from Linode, Dallas, TX, USA (http://speedtest.dallas.linode.com/100MB-dallas.bin)
    Download Linode, Dallas, TX, USA: 4.05MB/s
    ----------------------------------------------
    Download from Leaseweb, Manassas, VA, USA (http://mirror.us.leaseweb.net/speedtest/100mb.bin)
    Download Leaseweb, Manassas, VA, USA: 50.5MB/s
    ----------------------------------------------
    Download from Softlayer, Seattle, WA, USA (http://speedtest.sea01.softlayer.com/downloads/test100.zip)
    Download Softlayer, Seattle, WA, USA: 32.9MB/s
    ----------------------------------------------
    Download from Softlayer, San Jose, CA, USA (http://speedtest.sjc01.softlayer.com/downloads/test100.zip)
    Download Softlayer, San Jose, CA, USA: 26.2MB/s
    ----------------------------------------------
    Download from Softlayer, Washington, DC, USA (http://speedtest.wdc01.softlayer.com/downloads/test100.zip)
    Download Softlayer, Washington, DC, USA: 8.25MB/s
    ----------------------------------------------
    Download from VersaWeb, Las Vegas, Nevada (http://199.47.210.50/100mbtest.bin)
    Download VersaWeb, Las Vegas, Nevada: 16.9MB/s
    ----------------------------------------------
    Download from OVH, BHS, Canada (http://bhs.proof.ovh.net/files/100Mio.dat)
    Download OVH, BHS, Canada: 35.2MB/s
    ----------------------------------------------
    Download from Vultr, Los Angeles, California (http://lax-ca-us-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Los Angeles, California: 12.3MB/s
    ----------------------------------------------
    Download from Vultr, Seattle, Washington (http://wa-us-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Seattle, Washington: 4.55MB/s
    ----------------------------------------------
    Download from Vultr, Dallas, Texas (http://tx-us-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Dallas, Texas: 29.6MB/s
    ----------------------------------------------
    Download from Vultr, Chicago, Illinois (http://il-us-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Chicago, Illinois: 49.1MB/s
    ----------------------------------------------
    Download from Vultr, Atlanta, Georgia (http://ga-us-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Atlanta, Georgia: 53.6MB/s
    ----------------------------------------------
    Download from Vultr, Miami, Florida (http://fl-us-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Miami, Florida: 35.2MB/s
    ----------------------------------------------
    Download from Vultr, New York / New Jersey (http://nj-us-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, New York / New Jersey: 52.3MB/s
    
    -------------------------------------------
    Asia bandwidth tests...
    -------------------------------------------
    
    ----------------------------------------------
    Download from Linode, Tokyo, JP (http://speedtest.tokyo.linode.com/100MB-tokyo.bin)
    Download Linode, Tokyo, JP: 4.50MB/s
    ----------------------------------------------
    Download from Softlayer, Singapore (http://speedtest.sng01.softlayer.com/downloads/test100.zip)
    Download Softlayer, Singapore: 8.61MB/s
    ----------------------------------------------
    Download from Vultr, Tokyo, Japan (http://hnd-jp-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Tokyo, Japan: 8.14MB/s
    
    -------------------------------------------
    Europe bandwidth tests...
    -------------------------------------------
    
    ----------------------------------------------
    Download from Linode, London, UK (http://speedtest.london.linode.com/100MB-london.bin)
    Download Linode, London, UK: 1009KB/s
    ----------------------------------------------
    Download from OVH, Paris, France (http://proof.ovh.net/files/100Mio.dat)
    Download OVH, Paris, France: 9.57MB/s
    ----------------------------------------------
    Download from SmartDC, Rotterdam, Netherlands (http://mirror.i3d.net/100mb.bin)
    Download SmartDC, Rotterdam, Netherlands: 3.47MB/s
    ----------------------------------------------
    Download from Vultr, Amsterdam, Netherlands (http://ams-nl-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Amsterdam, Netherlands: 10.2MB/s
    ----------------------------------------------
    Download from Vultr, London, UK (http://lon-gb-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, London, UK: 16.7MB/s
    ----------------------------------------------
    Download from Vultr, Paris, France (http://par-fr-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Paris, France: 9.09MB/s
    
    -------------------------------------------
    Australia bandwidth tests...
    -------------------------------------------
    
    ----------------------------------------------
    Download from Vultr, Sydney, Australia (http://syd-au-ping.vultr.com/vultr.com.100MB.bin)
    Download Vultr, Sydney, Australia: 7.01MB/s
    
    Code:
    
    -------------------------------------------
    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=24.3 ms
    64 bytes from vip1.G-anycast1.cachefly.net (205.234.175.175): icmp_seq=2 ttl=57 time=11.3 ms
    64 bytes from vip1.G-anycast1.cachefly.net (205.234.175.175): icmp_seq=3 ttl=57 time=12.4 ms
    
    --- vip1.g.cachefly.net ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2015ms
    rtt min/avg/max/mdev = 11.355/16.061/24.351/5.880 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 2218ms
    rtt min/avg/max/mdev = 218.138/218.229/218.288/0.387 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=185 ms
    64 bytes from 108.61.201.151.vultr.com (108.61.201.151): icmp_seq=2 ttl=50 time=169 ms
    64 bytes from 108.61.201.151.vultr.com (108.61.201.151): icmp_seq=3 ttl=50 time=185 ms
    
    --- hnd-jp-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2187ms
    rtt min/avg/max/mdev = 169.981/180.090/185.278/7.148 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=53 time=77.1 ms
    64 bytes from 108.61.219.200.vultr.com (108.61.219.200): icmp_seq=2 ttl=53 time=77.0 ms
    64 bytes from 108.61.219.200.vultr.com (108.61.219.200): icmp_seq=3 ttl=53 time=78.3 ms
    
    --- lax-ca-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2081ms
    rtt min/avg/max/mdev = 77.095/77.511/78.334/0.624 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=70.7 ms
    64 bytes from 108.61.194.105.vultr.com (108.61.194.105): icmp_seq=2 ttl=55 time=70.6 ms
    64 bytes from 108.61.194.105.vultr.com (108.61.194.105): icmp_seq=3 ttl=55 time=70.7 ms
    
    --- wa-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2073ms
    rtt min/avg/max/mdev = 70.666/70.723/70.755/0.040 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=40.4 ms
    64 bytes from 108.61.224.175.vultr.com (108.61.224.175): icmp_seq=2 ttl=55 time=40.6 ms
    64 bytes from 108.61.224.175.vultr.com (108.61.224.175): icmp_seq=3 ttl=55 time=41.0 ms
    
    --- tx-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2043ms
    rtt min/avg/max/mdev = 40.410/40.683/41.037/0.350 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=79.7 ms
    64 bytes from 107.191.51.12.vultr.com (107.191.51.12): icmp_seq=2 ttl=54 time=80.2 ms
    64 bytes from 107.191.51.12.vultr.com (107.191.51.12): icmp_seq=3 ttl=54 time=80.2 ms
    
    --- il-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2083ms
    rtt min/avg/max/mdev = 79.766/80.083/80.247/0.322 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=41.1 ms
    64 bytes from 108.61.193.166.vultr.com (108.61.193.166): icmp_seq=3 ttl=55 time=35.5 ms
    
    --- ga-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 2 received, 33% packet loss, time 3001ms
    rtt min/avg/max/mdev = 35.532/38.335/41.139/2.810 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=36.4 ms
    64 bytes from 104.156.244.232: icmp_seq=2 ttl=56 time=34.7 ms
    64 bytes from 104.156.244.232: icmp_seq=3 ttl=56 time=34.6 ms
    
    --- fl-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2038ms
    rtt min/avg/max/mdev = 34.673/35.306/36.498/0.857 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.664 ms
    64 bytes from 108.61.149.182.vultr.com (108.61.149.182): icmp_seq=2 ttl=61 time=0.673 ms
    64 bytes from 108.61.149.182.vultr.com (108.61.149.182): icmp_seq=3 ttl=61 time=0.594 ms
    
    --- nj-us-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2002ms
    rtt min/avg/max/mdev = 0.594/0.643/0.673/0.045 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=85.3 ms
    64 bytes from 108.61.210.117.vultr.com (108.61.210.117): icmp_seq=2 ttl=57 time=85.1 ms
    64 bytes from 108.61.210.117.vultr.com (108.61.210.117): icmp_seq=3 ttl=57 time=84.9 ms
    
    --- fra-de-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2086ms
    rtt min/avg/max/mdev = 84.911/85.160/85.399/0.391 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=78.0 ms
    64 bytes from 108.61.198.102.vultr.com (108.61.198.102): icmp_seq=2 ttl=54 time=77.8 ms
    64 bytes from 108.61.198.102.vultr.com (108.61.198.102): icmp_seq=3 ttl=54 time=78.2 ms
    
    --- ams-nl-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2079ms
    rtt min/avg/max/mdev = 77.854/78.052/78.245/0.278 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.3 ms
    64 bytes from 108.61.196.101.vultr.com (108.61.196.101): icmp_seq=2 ttl=54 time=71.2 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 2073ms
    rtt min/avg/max/mdev = 71.179/71.232/71.318/0.226 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.7 ms
    64 bytes from 108.61.209.127.vultr.com (108.61.209.127): icmp_seq=2 ttl=57 time=85.8 ms
    64 bytes from 108.61.209.127.vultr.com (108.61.209.127): icmp_seq=3 ttl=57 time=80.2 ms
    
    --- par-fr-ping.vultr.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2083ms
    rtt min/avg/max/mdev = 80.204/83.929/85.820/2.655 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=72.9 ms
    64 bytes from 199.47.210.50: icmp_seq=3 ttl=54 time=72.6 ms
    
    --- 199.47.210.50 ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2076ms
    rtt min/avg/max/mdev = 70.329/71.961/72.907/1.158 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=67.6 ms
    64 bytes from 76.164.234.1: icmp_seq=2 ttl=56 time=75.7 ms
    64 bytes from 76.164.234.1: icmp_seq=3 ttl=56 time=70.0 ms
    
    --- 76.164.234.1 ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2073ms
    rtt min/avg/max/mdev = 67.606/71.130/75.778/3.443 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.96 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 2012ms
    rtt min/avg/max/mdev = 9.962/10.040/10.085/0.055 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 16
    +F4:3:256:0.000163:0.000635 from 5
    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             640568.69k  1959332.01k  4537788.50k  6748435.46k  7822024.70k
    sha1            679248.81k  1906377.62k  4136687.96k  6001228.12k  7034702.51k
    rc4            5294912.97k  7447743.91k  8450549.67k  8785195.25k  8919840.09k
    aes-128 cbc    1296115.56k  1407429.33k  1439657.57k  3075136.51k  3122899.63k
    aes-256 cbc     947656.99k  1008922.15k  1027187.11k  2253988.52k  2278892.18k
    sha256          509749.53k  1149091.68k  1970510.42k  2432912.50k  2604406.10k
                      sign    verify    sign/s verify/s
    rsa 2048 bits 0.000122s 0.000004s   8214.1 275580.1
    rsa 4096 bits 0.000845s 0.000013s   1182.8  75084.6
                                  sign    verify    sign/s verify/s
    256 bit ecdsa (nistp256)   0.0000s   0.0000s  98032.3  25051.1
    -------------------------------------------
    openssl speed -evp aes256 -multi 16
    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            5416404.66k  6163892.29k  6392570.45k  6455292.61k  6466497.19k
    -------------------------------------------
    openssl speed -evp aes128 -multi 16
    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            7228407.70k  8466160.45k  8880536.92k  8991562.41k  9011912.70k
    
    -------------------------------------------
    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 16
    OpenSSL 1.0.1i 6 Aug 2014
    built on: Fri Sep 12 20:49:24 UTC 2014
    options:bn(64,64) rc4(16x,int) des(idx,cisc,16,int) aes(partial) idea(int) blowfish(idx)
    md5             371822.56k  1255951.25k  3424149.19k  6017377.62k  7699857.41k
    sha1            385912.71k  1262893.53k  3229644.71k  5422523.73k  6916909.74k
    rc4            5204618.86k  7446283.46k  8476242.69k  8774806.53k  8923818.67k
    aes-128 cbc    1297199.00k  1409338.47k  1440768.68k  3077247.32k  3128988.42k
    aes-256 cbc     953818.74k  1010952.50k  1026823.15k  2261991.64k  2281122.47k
    sha256          535340.79k  1164945.96k  1990119.00k  2444324.52k  2611713.37k
                      sign    verify    sign/s verify/s
    rsa 2048 bits 0.000121s 0.000004s   8298.1 279639.1
    rsa 4096 bits 0.000838s 0.000013s   1193.1  75033.9
                                  sign    verify    sign/s verify/s
    256 bit ecdsa (nistp256)   0.0000s   0.0000s  98467.1  25630.4
    -------------------------------------------
    openssl speed -evp aes256 -multi 16
    OpenSSL 1.0.1i 6 Aug 2014
    built on: Fri Sep 12 20:49:24 UTC 2014
    options:bn(64,64) rc4(16x,int) des(idx,cisc,16,int) aes(partial) idea(int) blowfish(idx)
    evp            5399090.09k  6171264.53k  6394099.11k  6453933.40k  6467338.24k
    -------------------------------------------
    openssl speed -evp aes128 -multi 16
    OpenSSL 1.0.1i 6 Aug 2014
    built on: Fri Sep 12 20:49:24 UTC 2014
    options:bn(64,64) rc4(16x,int) des(idx,cisc,16,int) aes(partial) idea(int) blowfish(idx)
    evp            7424934.45k  8516252.22k  8900855.21k  8998801.41k  9023576.00k
    
    Code:
    -------------------------------------------
    Running mysqlslap
    -------------------------------------------
    
    mysqlslap --auto-generate-sql --auto-generate-sql-add-autoincrement --auto-generate-sql-secondary-indexes=5 --number-int-cols=5 --number-char-cols=5 --number-of-queries=25000 --auto-generate-sql-unique-query-number=40 --auto-generate-sql-unique-write-number=40 --auto-generate-sql-write-number=1000 --concurrency=64 --iterations=10 --engine=myisam
    Benchmark
            Running for engine myisam
            Average number of seconds to run all queries: 1.363 seconds
            Minimum number of seconds to run all queries: 1.275 seconds
            Maximum number of seconds to run all queries: 1.435 seconds
            Number of clients running queries: 64
            Average number of queries per client: 390
    
    Dropping the database is potentially a very bad thing to do.
    Any data stored in the database will be destroyed.
    
    Do you really want to drop the 'test' database [y/N] Database "test" dropped
    
    Code:
    -------------------------------------------
    System PHP Info
    -------------------------------------------
    
    CPU: 16 x Vultr Virtual CPU 3
                 total       used       free     shared    buffers     cached
    Mem:         48267       3696      44571          0        167       2744
    Low:         48267       3696      44571
    High:            0          0          0
    -/+ buffers/cache:        783      47484
    Swap:            0          0          0
    ----------------------------------------------
    PHP 5.4.32 (cli) (built: Sep 12 2014 20:52: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.110
    simplecall         0.126
    simpleucall        0.144
    simpleudcall       0.147
    mandel             0.229
    mandel2            0.337
    ackermann(7)       0.128
    ary(50000)         0.023
    ary2(50000)        0.019
    ary3(2000)         0.180
    fibo(30)           0.331
    hash1(50000)       0.033
    hash2(500)         0.038
    heapsort(20000)    0.081
    matrix(20)         0.086
    nestedloop(12)     0.185
    sieve(30)          0.091
    strcat(200000)     0.012
    ------------------------
    Total              2.299
    real: 2.33s user: 2.29s sys: 0.03s cpu: 99% maxmem: 124576 KB cswaits: 9
    
    simple             0.110
    simplecall         0.126
    simpleucall        0.145
    simpleudcall       0.148
    mandel             0.229
    mandel2            0.336
    ackermann(7)       0.127
    ary(50000)         0.023
    ary2(50000)        0.018
    ary3(2000)         0.182
    fibo(30)           0.327
    hash1(50000)       0.032
    hash2(500)         0.038
    heapsort(20000)    0.082
    matrix(20)         0.087
    nestedloop(12)     0.183
    sieve(30)          0.089
    strcat(200000)     0.011
    ------------------------
    Total              2.292
    real: 2.32s user: 2.29s sys: 0.02s cpu: 99% maxmem: 124576 KB cswaits: 3
    
    simple             0.110
    simplecall         0.127
    simpleucall        0.147
    simpleudcall       0.147
    mandel             0.227
    mandel2            0.336
    ackermann(7)       0.128
    ary(50000)         0.022
    ary2(50000)        0.018
    ary3(2000)         0.183
    fibo(30)           0.366
    hash1(50000)       0.033
    hash2(500)         0.038
    heapsort(20000)    0.081
    matrix(20)         0.086
    nestedloop(12)     0.190
    sieve(30)          0.089
    strcat(200000)     0.011
    ------------------------
    Total              2.341
    real: 2.37s user: 2.33s sys: 0.02s cpu: 99% maxmem: 124576 KB cswaits: 3
    
    bench.php results from 3 runs
    2.299
    2.292
    2.341
    
    bench.php avg: 2.3107
    Avg: real: 2.34s user: 2.30s sys: 0.02s cpu: 99.00% maxmem: 124576.00KB cswaits: 5.00
    created results log at /home/phpbench_logs/bench_120914-205812.log
    server PHP info log at /home/phpbench_logs/bench_phpinfo_120914-205812.log
    
    -------------------------------------------
    Run PHP test Zend/micro_bench.php
    -------------------------------------------
    
    empty_loop         0.111
    func()             0.332    0.221
    undef_func()       0.328    0.217
    int_func()         0.305    0.194
    $x = self::$x      0.239    0.128
    self::$x = 0       0.229    0.118
    isset(self::$x)    0.215    0.104
    empty(self::$x)    0.216    0.105
    $x = Foo::$x       0.216    0.105
    Foo::$x = 0        0.200    0.089
    isset(Foo::$x)     0.185    0.074
    empty(Foo::$x)     0.199    0.089
    self::f()          0.351    0.240
    Foo::f()           0.319    0.208
    $x = $this->x      0.220    0.109
    $this->x = 0       0.285    0.174
    $this->x += 2      0.220    0.110
    ++$this->x         0.198    0.087
    --$this->x         0.193    0.082
    $this->x++         0.226    0.115
    $this->x--         0.216    0.105
    isset($this->x)    0.208    0.097
    empty($this->x)    0.217    0.106
    $this->f()         0.353    0.242
    $x = Foo::TEST     0.198    0.087
    new Foo()          0.677    0.566
    $x = TEST          0.156    0.046
    $x = $_GET         0.344    0.233
    $x = $GLOBALS['v'] 0.547    0.436
    $x = $hash['v']    0.356    0.246
    $x = $str[0]       0.314    0.203
    $x = $a ?: null    0.206    0.096
    $x = $f ?: tmp     0.288    0.177
    $x = $f ? $f : $a  0.232    0.121
    $x = $f ? $f : tmp 0.291    0.180
    ------------------------
    Total              9.388
    real: 9.41s user: 9.39s sys: 0.01s cpu: 99% maxmem: 76480 KB cswaits: 4
    
    empty_loop         0.111
    func()             0.326    0.216
    undef_func()       0.330    0.220
    int_func()         0.289    0.178
    $x = self::$x      0.238    0.127
    self::$x = 0       0.231    0.120
    isset(self::$x)    0.205    0.094
    empty(self::$x)    0.220    0.109
    $x = Foo::$x       0.216    0.105
    Foo::$x = 0        0.201    0.090
    isset(Foo::$x)     0.187    0.076
    empty(Foo::$x)     0.195    0.085
    self::f()          0.353    0.242
    Foo::f()           0.319    0.208
    $x = $this->x      0.218    0.107
    $this->x = 0       0.278    0.167
    $this->x += 2      0.218    0.107
    ++$this->x         0.195    0.085
    --$this->x         0.187    0.077
    $this->x++         0.222    0.111
    $this->x--         0.216    0.105
    isset($this->x)    0.205    0.095
    empty($this->x)    0.210    0.099
    $this->f()         0.349    0.239
    $x = Foo::TEST     0.202    0.091
    new Foo()          0.679    0.568
    $x = TEST          0.157    0.047
    $x = $_GET         0.341    0.230
    $x = $GLOBALS['v'] 0.545    0.434
    $x = $hash['v']    0.366    0.255
    $x = $str[0]       0.313    0.202
    $x = $a ?: null    0.209    0.098
    $x = $f ?: tmp     0.287    0.176
    $x = $f ? $f : $a  0.224    0.113
    $x = $f ? $f : tmp 0.289    0.178
    ------------------------
    Total              9.331
    real: 9.36s user: 9.34s sys: 0.00s cpu: 99% maxmem: 76480 KB cswaits: 3
    
    empty_loop         0.112
    func()             0.343    0.230
    undef_func()       0.352    0.240
    int_func()         0.289    0.177
    $x = self::$x      0.239    0.127
    self::$x = 0       0.227    0.115
    isset(self::$x)    0.206    0.094
    empty(self::$x)    0.216    0.104
    $x = Foo::$x       0.214    0.102
    Foo::$x = 0        0.207    0.095
    isset(Foo::$x)     0.186    0.073
    empty(Foo::$x)     0.206    0.094
    self::f()          0.356    0.244
    Foo::f()           0.335    0.223
    $x = $this->x      0.219    0.107
    $this->x = 0       0.292    0.179
    $this->x += 2      0.217    0.105
    ++$this->x         0.197    0.085
    --$this->x         0.187    0.075
    $this->x++         0.223    0.111
    $this->x--         0.221    0.109
    isset($this->x)    0.202    0.090
    empty($this->x)    0.211    0.099
    $this->f()         0.354    0.242
    $x = Foo::TEST     0.207    0.095
    new Foo()          0.688    0.576
    $x = TEST          0.156    0.044
    $x = $_GET         0.340    0.228
    $x = $GLOBALS['v'] 0.547    0.434
    $x = $hash['v']    0.368    0.256
    $x = $str[0]       0.319    0.206
    $x = $a ?: null    0.213    0.101
    $x = $f ?: tmp     0.293    0.181
    $x = $f ? $f : $a  0.227    0.115
    $x = $f ? $f : tmp 0.294    0.182
    ------------------------
    Total              9.465
    real: 9.49s user: 9.47s sys: 0.01s cpu: 99% maxmem: 76480 KB cswaits: 3
    
    micro_bench.php results from 3 runs
    9.388
    9.331
    9.465
    
    micro_bench.php avg: 9.3947
    Avg: real: 9.42s user: 9.40s sys: 0.01s cpu: 99.00% maxmem: 76480.00KB cswaits: 3.33
    created results log at /home/phpbench_logs/bench_micro_120914-205812.log
    server PHP info log at /home/phpbench_logs/bench_phpinfo_120914-205812.log
    
    
    Code:
    -------------------------------------------
    Building UnixBench
    -------------------------------------------
    
    Download UnixBench5.1.3.tgz ...
    2014-09-12 21:16:52 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-12 21:16:52 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
    gcc -o ./pgms/long -DTIME -Wall -pedantic -ansi -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall -Ddatum=long ./src/arith.c
    Checking distribution of files
    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
    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
    ./pgms  exists
    gcc -o ./pgms/spawn -DTIME -Wall -pedantic -ansi -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall ./src/spawn.c
    ./src  exists
    ./src/syscall.c: In function ‘main’:
    ./src/syscall.c:93: warning: null argument where non-null required (argument 2)
    gcc -o ./pgms/execl -DTIME -Wall -pedantic -ansi -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall ./src/execl.c
    ./testdir  exists
    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
    ./results  exists
    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).
    -------------------------------------------
    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
    
    
    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
    
    16 x Dhrystone 2 using register variables  1 2 3 4 5 6 7 8 9 10
    
    16 x Double-Precision Whetstone  1 2 3 4 5 6 7 8 9 10
    
    16 x System Call Overhead  1 2 3 4 5 6 7 8 9 10
    
    16 x Pipe Throughput  1 2 3 4 5 6 7 8 9 10
    
    16 x Pipe-based Context Switching  1 2 3 4 5 6 7 8 9 10
    
    16 x Process Creation  1 2 3
    
    16 x Execl Throughput  1 2 3
    
    16 x Shell Scripts (1 concurrent)  1 2 3
    
    16 x Shell Scripts (8 concurrent)  1 2 3
    
    16 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: Vultr Virtual CPU 3 (5200.0 bogomips)
              Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
       CPU 1: Vultr Virtual CPU 3 (5200.0 bogomips)
              Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
       CPU 2: Vultr Virtual CPU 3 (5200.0 bogomips)
              Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
       CPU 3: Vultr Virtual CPU 3 (5200.0 bogomips)
              Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
       CPU 4: Vultr Virtual CPU 3 (5200.0 bogomips)
              Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
       CPU 5: Vultr Virtual CPU 3 (5200.0 bogomips)
              Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
       CPU 6: Vultr Virtual CPU 3 (5200.0 bogomips)
              Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
       CPU 7: Vultr Virtual CPU 3 (5200.0 bogomips)
              Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
       CPU 8: Vultr Virtual CPU 3 (5200.0 bogomips)
              Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
       CPU 9: Vultr Virtual CPU 3 (5200.0 bogomips)
              Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
       CPU 10: Vultr Virtual CPU 3 (5200.0 bogomips)
              Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
       CPU 11: Vultr Virtual CPU 3 (5200.0 bogomips)
              Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
       CPU 12: Vultr Virtual CPU 3 (5200.0 bogomips)
              Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
       CPU 13: Vultr Virtual CPU 3 (5200.0 bogomips)
              Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
       CPU 14: Vultr Virtual CPU 3 (5200.0 bogomips)
              Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
       CPU 15: Vultr Virtual CPU 3 (5200.0 bogomips)
              Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
       21:16:52 up 35 min,  1 user,  load average: 5.90, 9.19, 5.07; runlevel 3
    
    ------------------------------------------------------------------------
    Benchmark Run: Fri Sep 12 2014 21:16:52 - 21:40:56
    16 CPUs in system; running 1 parallel copy of tests
    
    Dhrystone 2 using register variables       34786790.3 lps   (10.0 s, 7 samples)
    Double-Precision Whetstone                     3691.3 MWIPS (9.9 s, 7 samples)
    Execl Throughput                               3245.7 lps   (30.0 s, 2 samples)
    Pipe Throughput                             2238089.7 lps   (10.0 s, 7 samples)
    Pipe-based Context Switching                 382432.7 lps   (10.0 s, 7 samples)
    Process Creation                               9773.2 lps   (30.0 s, 2 samples)
    Shell Scripts (1 concurrent)                   6168.6 lpm   (60.0 s, 2 samples)
    Shell Scripts (16 concurrent)                  2022.5 lpm   (60.0 s, 2 samples)
    Shell Scripts (8 concurrent)                   2996.7 lpm   (60.0 s, 2 samples)
    System Call Overhead                        4174984.2 lps   (10.0 s, 7 samples)
    
    System Benchmarks Partial Index              BASELINE       RESULT    INDEX
    Dhrystone 2 using register variables         116700.0   34786790.3   2980.9
    Double-Precision Whetstone                       55.0       3691.3    671.1
    Execl Throughput                                 43.0       3245.7    754.8
    Pipe Throughput                               12440.0    2238089.7   1799.1
    Pipe-based Context Switching                   4000.0     382432.7    956.1
    Process Creation                                126.0       9773.2    775.7
    Shell Scripts (1 concurrent)                     42.4       6168.6   1454.9
    Shell Scripts (16 concurrent)                     ---       2022.5      ---
    Shell Scripts (8 concurrent)                      6.0       2996.7   4994.5
    System Call Overhead                          15000.0    4174984.2   2783.3
                                                                       ========
    System Benchmarks Index Score (Partial Only)                         1509.7
    
    ------------------------------------------------------------------------
    Benchmark Run: Fri Sep 12 2014 21:40:56 - 22:05:08
    16 CPUs in system; running 16 parallel copies of tests
    
    Dhrystone 2 using register variables      403282968.8 lps   (10.0 s, 7 samples)
    Double-Precision Whetstone                    51941.7 MWIPS (9.9 s, 7 samples)
    Execl Throughput                              35756.7 lps   (29.9 s, 2 samples)
    Pipe Throughput                            25847914.9 lps   (10.0 s, 7 samples)
    Pipe-based Context Switching                2644895.4 lps   (10.0 s, 7 samples)
    Process Creation                             117095.7 lps   (30.0 s, 2 samples)
    Shell Scripts (1 concurrent)                  58952.1 lpm   (60.0 s, 2 samples)
    Shell Scripts (16 concurrent)                  4167.1 lpm   (60.1 s, 2 samples)
    Shell Scripts (8 concurrent)                   8335.8 lpm   (60.0 s, 2 samples)
    System Call Overhead                        5592916.5 lps   (10.0 s, 7 samples)
    
    System Benchmarks Partial Index              BASELINE       RESULT    INDEX
    Dhrystone 2 using register variables         116700.0  403282968.8  34557.2
    Double-Precision Whetstone                       55.0      51941.7   9443.9
    Execl Throughput                                 43.0      35756.7   8315.5
    Pipe Throughput                               12440.0   25847914.9  20778.1
    Pipe-based Context Switching                   4000.0    2644895.4   6612.2
    Process Creation                                126.0     117095.7   9293.3
    Shell Scripts (1 concurrent)                     42.4      58952.1  13903.8
    Shell Scripts (16 concurrent)                     ---       4167.1      ---
    Shell Scripts (8 concurrent)                      6.0       8335.8  13893.1
    System Call Overhead                          15000.0    5592916.5   3728.6
                                                                       ========
    System Benchmarks Index Score (Partial Only)                        11069.6
    
    
    Code:
    -------------------------------------------
    centminmodbench.sh completed
    -------------------------------------------
    
    centminmodbench.sh Total Run Time: 4015.597513339 seconds
    
    ----------------------------------------------------
    Generated Public Report Log you can share...
    at: /home/centminmodbench_logs/_publicreport_120914-205812.log
    ----------------------------------------------------
    
     
    Last edited: Sep 13, 2014