Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
PostPosted: Wed Sep 17, 2014 11:23 pm 
Offline
Junior Member

Joined: Tue Apr 01, 2014 12:45 pm
Posts: 29
Website: http://centminmod.com
Location: Brisbane, Australia
I recently did a comparison review for Linode vs DigitalOcean vs Vultr at https://community.centminmod.com/thread ... ults.1389/ using a script I wrote called centminmodbench.sh at http://bench.centminmod.com/. And while Linode Freemont location had excellent bandwidth speed results across most regions, I wanted to test Linode in Newark location and speed tests aren't as good even for some locations on same East coast USA.

So I am curious how other Linode users fair in their regional locations ?

If you're using CentOS operating system AND have 60-120 minutes spare to run centminmodbench.sh as a standalone you could try to run the same tests as outlined at http://bench.centminmod.com/

If you want to download to server and run in SSH window as root user:

Code:
mkdir -p /root/tools
cd /root/tools
wget -O centminmodbench.sh https://github.com/centminmod/centminmodbench/raw/master/centminmodbench.sh
chmod +x centminmodbench.sh

To run script locally in SSH window as root user type:

Code:
/root/tools/centminmodbench.sh

If you don't want SSH session's connection drop out to abort your benchmark run you can run the script via screen window by installing screen via YUM and then launch centminmodbench.sh via screen

Code:
yum -y install screen
screen -dmS bench
screen -r bench
/root/tools/centminmodbench.sh

If your SSH session drops out, the script is still running via the screen session called bench. You can use this command to view available sessions:

Code:
 screen -ls

Sample output

Code:
There is a screen on:
        2136.bench      (Detached)
1 Socket in /var/run/screen/S-root
.
To reattach the session named bench to continue with the benchmark or find the completed benchmark output, type:

Code:
screen -r bench

To update script

Code:
wget -O /root/tools/centminmodbench.sh https://github.com/centminmod/centminmodbench/raw/master/centminmodbench.sh

To remove centminmodbench.sh and log files

Code:
/root/tools/centminmodbench.sh cleanup

_________________
* Centmin Mod Nginx menu based auto installer (Nginx, PHP-FPM, MariaDB MySQL) :: Centmin Mod LEMP Stack - What's New


Top
   
PostPosted: Wed Sep 17, 2014 11:24 pm 
Offline
Junior Member

Joined: Tue Apr 01, 2014 12:45 pm
Posts: 29
Website: http://centminmod.com
Location: Brisbane, Australia
For example here's results for 16GB 8 CPU Linode Freemont location

Code:
-------------------------------------------
centminmodbench.sh 0.3
http://bench.centminmod.com
written by: George Liu (eva2000)
http://centminmod.com
-------------------------------------------

-------------------------------------------
System Information
-------------------------------------------

3.15.4-x86_64-linode45

CentOS release 6.5 (Final)

Centmin Mod
----------------------------------------------
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:    8
Core(s) per socket:    1
Socket(s):             1
NUMA node(s):          1
Vendor ID:             GenuineIntel
CPU family:            6
Model:                 62
Stepping:              4
CPU MHz:               2800.048
BogoMIPS:              5602.43
Hypervisor vendor:     Xen
Virtualization type:   full
L1d cache:             32K
L1i cache:             32K
L2 cache:              256K
L3 cache:              25600K
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      0    0:0:0:0       yes
2   0    0      0    0:0:0:0       yes
3   0    0      0    0:0:0:0       yes
4   0    0      0    0:0:0:0       yes
5   0    0      0    0:0:0:0       yes
6   0    0      0    0:0:0:0       yes
7   0    0      0    0:0:0:0       yes

----------------------------------------------
             total       used       free     shared    buffers     cached
Mem:         16049       3089      12959          0         38       2703
Low:         16049       3089      12959
High:            0          0          0
-/+ buffers/cache:        346      15702
Swap:          511          0        511

----------------------------------------------
Filesystem      Size  Used Avail Use% Mounted on
/dev/xvda       378G  4.4G  370G   2% /
tmpfs           7.9G  108K  7.9G   1% /dev/shm
tmpfs           7.9G     0  7.9G   0% /tmp


Code:
-------------------------------------------
disk ioping tests
-------------------------------------------

2014-09-18 02:14:37 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/root): request=1 time=0.1 ms
4096 bytes from . (ext4 /dev/root): request=2 time=0.2 ms
4096 bytes from . (ext4 /dev/root): request=3 time=0.2 ms
4096 bytes from . (ext4 /dev/root): request=4 time=0.2 ms
4096 bytes from . (ext4 /dev/root): request=5 time=0.3 ms
4096 bytes from . (ext4 /dev/root): request=6 time=0.3 ms
4096 bytes from . (ext4 /dev/root): request=7 time=0.4 ms
4096 bytes from . (ext4 /dev/root): request=8 time=0.3 ms
4096 bytes from . (ext4 /dev/root): request=9 time=0.3 ms
4096 bytes from . (ext4 /dev/root): request=10 time=0.3 ms

--- . (ext4 /dev/root) ioping statistics ---
10 requests completed in 9004.7 ms, 3706 iops, 14.5 mb/s
min/avg/max/mdev = 0.1/0.3/0.4/0.1 ms

IOPing seek rate: ./ioping -RD .

--- . (ext4 /dev/root) ioping statistics ---
7272 requests completed in 3000.3 ms, 4236 iops, 16.5 mb/s
min/avg/max/mdev = 0.1/0.2/6.0/0.2 ms

IOPing sequential: ./ioping -RL .

--- . (ext4 /dev/root) ioping statistics ---
5825 requests completed in 3000.5 ms, 3114 iops, 778.6 mb/s
min/avg/max/mdev = 0.2/0.3/2.8/0.1 ms

IOPing cached: ./ioping -RC .

--- . (ext4 /dev/root) ioping statistics ---
16970 requests completed in 3000.2 ms, 210410 iops, 821.9 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, 1.82459 s, 588 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.8607 s, 577 MB/s

dd if=/dev/zero of=sb-io-test bs=1M count=1k oflag=dsync
1024+0 records in
1024+0 records out
1073741824 bytes (1.1 GB) copied, 2.85784 s, 376 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, 8.44419 s, 127 MB/s

Code:
-------------------------------------------
disk FIO tests
-------------------------------------------

2014-09-18 02:15:14 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=25624: Thu Sep 18 02:15:22 2014
  read : io=1024.3MB, bw=292071KB/s, iops=73017 , runt=  3591msec
  cpu          : usr=14.37%, sys=77.97%, ctx=4467, majf=0, minf=70
  IO depths    : 1=0.1%, 2=0.1%, 4=0.1%, 8=0.1%, 16=0.1%, 32=0.1%, >=64=100.0%
     submit    : 0=0.0%, 4=100.0%, 8=0.0%, 16=0.0%, 32=0.0%, 64=0.0%, >=64=0.0%
     complete  : 0=0.0%, 4=100.0%, 8=0.0%, 16=0.0%, 32=0.0%, 64=0.1%, >=64=0.0%
     issued    : total=r=262207/w=0/d=0, short=r=0/w=0/d=0

Run status group 0 (all jobs):
   READ: io=1024.3MB, aggrb=292071KB/s, minb=292071KB/s, maxb=292071KB/s, mint=3591msec, maxt=3591msec

Disk stats (read/write):
  xvda: ios=258651/0, merge=18/0, ticks=124637/0, in_queue=124373, util=97.34%

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=25628: Thu Sep 18 02:15:29 2014
  write: io=1024.3MB, bw=156355KB/s, iops=39088 , runt=  6708msec
  cpu          : usr=9.48%, sys=45.82%, ctx=14140, majf=0, minf=6
  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=156354KB/s, minb=156354KB/s, maxb=156354KB/s, mint=6708msec, maxt=6708msec

Disk stats (read/write):
  xvda: ios=0/260295, merge=0/78, ticks=0/375657, in_queue=375617, util=98.58%


Code:

-------------------------------------------
Running bandwidth benchmark...
-------------------------------------------

----------------------------------------------
Download from Cachefly (http://cachefly.cachefly.net/100mb.test)
Download Cachefly: 31.2MB/s

-------------------------------------------
USA bandwidth tests...
-------------------------------------------

----------------------------------------------
Download from Linode, Atlanta, GA, USA (http://speedtest.atlanta.linode.com/100MB-atlanta.bin)
Download Linode, Atlanta, GA, USA: 887KB/s
----------------------------------------------
Download from Linode, Dallas, TX, USA (http://speedtest.dallas.linode.com/100MB-dallas.bin)
Download Linode, Dallas, TX, USA: 45.0MB/s
----------------------------------------------
Download from Leaseweb, Manassas, VA, USA (http://mirror.us.leaseweb.net/speedtest/100mb.bin)
Download Leaseweb, Manassas, VA, USA: 17.2MB/s
----------------------------------------------
Download from Softlayer, Seattle, WA, USA (http://speedtest.sea01.softlayer.com/downloads/test100.zip)
Download Softlayer, Seattle, WA, USA: 56.0MB/s
----------------------------------------------
Download from Softlayer, San Jose, CA, USA (http://speedtest.sjc01.softlayer.com/downloads/test100.zip)
Download Softlayer, San Jose, CA, USA: 101MB/s
----------------------------------------------
Download from Softlayer, Washington, DC, USA (http://speedtest.wdc01.softlayer.com/downloads/test100.zip)
Download Softlayer, Washington, DC, USA: 34.0MB/s
----------------------------------------------
Download from VersaWeb, Las Vegas, Nevada (http://199.47.210.50/100mbtest.bin)
Download VersaWeb, Las Vegas, Nevada: 70.7MB/s
----------------------------------------------
Download from OVH, BHS, Canada (http://bhs.proof.ovh.net/files/100Mio.dat)
Download OVH, BHS, Canada: 18.9MB/s
----------------------------------------------
Download from Vultr, Los Angeles, California (http://lax-ca-us-ping.vultr.com/vultr.com.100MB.bin)
Download Vultr, Los Angeles, California: 86.5MB/s
----------------------------------------------
Download from Vultr, Seattle, Washington (http://wa-us-ping.vultr.com/vultr.com.100MB.bin)
Download Vultr, Seattle, Washington: 51.0MB/s
----------------------------------------------
Download from Vultr, Dallas, Texas (http://tx-us-ping.vultr.com/vultr.com.100MB.bin)
Download Vultr, Dallas, Texas: 16.6MB/s
----------------------------------------------
Download from Vultr, Chicago, Illinois (http://il-us-ping.vultr.com/vultr.com.100MB.bin)
Download Vultr, Chicago, Illinois: 24.7MB/s
----------------------------------------------
Download from Vultr, Atlanta, Georgia (http://ga-us-ping.vultr.com/vultr.com.100MB.bin)
Download Vultr, Atlanta, Georgia: 18.4MB/s
----------------------------------------------
Download from Vultr, Miami, Florida (http://fl-us-ping.vultr.com/vultr.com.100MB.bin)
Download Vultr, Miami, Florida: 16.6MB/s
----------------------------------------------
Download from Vultr, New York / New Jersey (http://nj-us-ping.vultr.com/vultr.com.100MB.bin)
Download Vultr, New York / New Jersey: 19.2MB/s

-------------------------------------------
Asia bandwidth tests...
-------------------------------------------

----------------------------------------------
Download from Linode, Tokyo, JP (http://speedtest.tokyo.linode.com/100MB-tokyo.bin)
Download Linode, Tokyo, JP: 21.3MB/s
----------------------------------------------
Download from Softlayer, Singapore (http://speedtest.sng01.softlayer.com/downloads/test100.zip)
Download Softlayer, Singapore: 12.4MB/s
----------------------------------------------
Download from Vultr, Tokyo, Japan (http://hnd-jp-ping.vultr.com/vultr.com.100MB.bin)
Download Vultr, Tokyo, Japan: 12.5MB/s

-------------------------------------------
Europe bandwidth tests...
-------------------------------------------

----------------------------------------------
Download from Linode, London, UK (http://speedtest.london.linode.com/100MB-london.bin)
Download Linode, London, UK: 14.8MB/s
----------------------------------------------
Download from OVH, Paris, France (http://proof.ovh.net/files/100Mio.dat)
Download OVH, Paris, France: 11.1MB/s
----------------------------------------------
Download from SmartDC, Rotterdam, Netherlands (http://mirror.i3d.net/100mb.bin)
Download SmartDC, Rotterdam, Netherlands: 3.84MB/s
----------------------------------------------
Download from Vultr, Amsterdam, Netherlands (http://ams-nl-ping.vultr.com/vultr.com.100MB.bin)
Download Vultr, Amsterdam, Netherlands: 8.19MB/s
----------------------------------------------
Download from Vultr, London, UK (http://lon-gb-ping.vultr.com/vultr.com.100MB.bin)
Download Vultr, London, UK: 9.65MB/s
----------------------------------------------
Download from Vultr, Paris, France (http://par-fr-ping.vultr.com/vultr.com.100MB.bin)
Download Vultr, Paris, France: 8.11MB/s

-------------------------------------------
Australia bandwidth tests...
-------------------------------------------

----------------------------------------------
Download from Vultr, Sydney, Australia (http://syd-au-ping.vultr.com/vultr.com.100MB.bin)
Download Vultr, Sydney, Australia: 9.84MB/s

Code:

-------------------------------------------
Running Axel multi-threaded bandwidth benchmark...
-------------------------------------------

----------------------------------------------
Axel Download from Cachefly (http://cachefly.cachefly.net/100mb.test)
Axel Download Cachefly: 48.62MB/s

-------------------------------------------
USA bandwidth tests...
-------------------------------------------

----------------------------------------------
Axel Download from Linode, Atlanta, GA, USA (http://speedtest.atlanta.linode.com/100MB-atlanta.bin)
Axel Download Linode, Atlanta, GA, USA: 9.25MB/s
----------------------------------------------
Axel Download from Linode, Dallas, TX, USA (http://speedtest.dallas.linode.com/100MB-dallas.bin)
Axel Download Linode, Dallas, TX, USA: 98.24MB/s
----------------------------------------------
Axel Download from Leaseweb, Manassas, VA, USA (http://mirror.us.leaseweb.net/speedtest/100mb.bin)
Axel Download Leaseweb, Manassas, VA, USA: 36.58MB/s
----------------------------------------------
Axel Download from Softlayer, Seattle, WA, USA (http://speedtest.sea01.softlayer.com/downloads/test100.zip)
Axel Download Softlayer, Seattle, WA, USA: 79.58MB/s
----------------------------------------------
Axel Download from Softlayer, San Jose, CA, USA (http://speedtest.sjc01.softlayer.com/downloads/test100.zip)
Axel Download Softlayer, San Jose, CA, USA: 109.62MB/s
----------------------------------------------
Axel Download from Softlayer, Washington, DC, USA (http://speedtest.wdc01.softlayer.com/downloads/test100.zip)
Axel Download Softlayer, Washington, DC, USA: 31.90MB/s
----------------------------------------------
Axel Download from VersaWeb, Las Vegas, Nevada (http://199.47.210.50/100mbtest.bin)
Axel Download VersaWeb, Las Vegas, Nevada: 81.93MB/s
----------------------------------------------
Axel Download from OVH, BHS, Canada (http://bhs.proof.ovh.net/files/100Mio.dat)
Axel Download OVH, BHS, Canada: 25.58MB/s
----------------------------------------------
Axel Download from Vultr, Los Angeles, California (http://lax-ca-us-ping.vultr.com/vultr.com.100MB.bin)
Axel Download Vultr, Los Angeles, California: 83.42MB/s
----------------------------------------------
Axel Download from Vultr, Seattle, Washington (http://wa-us-ping.vultr.com/vultr.com.100MB.bin)
Axel Download Vultr, Seattle, Washington: 63.00MB/s
----------------------------------------------
Axel Download from Vultr, Dallas, Texas (http://tx-us-ping.vultr.com/vultr.com.100MB.bin)
Axel Download Vultr, Dallas, Texas: 16.37MB/s
----------------------------------------------
Axel Download from Vultr, Chicago, Illinois (http://il-us-ping.vultr.com/vultr.com.100MB.bin)
Axel Download Vultr, Chicago, Illinois: 25.50MB/s
----------------------------------------------
Axel Download from Vultr, Atlanta, Georgia (http://ga-us-ping.vultr.com/vultr.com.100MB.bin)
Axel Download Vultr, Atlanta, Georgia: 8.91MB/s
----------------------------------------------
Axel Download from Vultr, Miami, Florida (http://fl-us-ping.vultr.com/vultr.com.100MB.bin)
Axel Download Vultr, Miami, Florida: 17.00MB/s
----------------------------------------------
Axel Download from Vultr, New York / New Jersey (http://nj-us-ping.vultr.com/vultr.com.100MB.bin)
Axel Download Vultr, New York / New Jersey: 18.57MB/s

-------------------------------------------
Asia bandwidth tests...
-------------------------------------------

----------------------------------------------
Axel Download from Linode, Tokyo, JP (http://speedtest.tokyo.linode.com/100MB-tokyo.bin)
Axel Download Linode, Tokyo, JP: 41.02MB/s
----------------------------------------------
Axel Download from Softlayer, Singapore (http://speedtest.sng01.softlayer.com/downloads/test100.zip)
Axel Download Softlayer, Singapore: 17.01MB/s
----------------------------------------------
Axel Download from Vultr, Tokyo, Japan (http://hnd-jp-ping.vultr.com/vultr.com.100MB.bin)
Axel Download Vultr, Tokyo, Japan: 11.38MB/s

-------------------------------------------
Europe bandwidth tests...
-------------------------------------------

----------------------------------------------
Axel Download from Linode, London, UK (http://speedtest.london.linode.com/100MB-london.bin)
Axel Download Linode, London, UK: 32.25MB/s
----------------------------------------------
Axel Download from OVH, Paris, France (http://proof.ovh.net/files/100Mio.dat)
Axel Download OVH, Paris, France: 34.81MB/s
----------------------------------------------
Axel Download from SmartDC, Rotterdam, Netherlands (http://mirror.i3d.net/100mb.bin)
Axel Download SmartDC, Rotterdam, Netherlands: 6.18MB/s
----------------------------------------------
Axel Download from Vultr, Amsterdam, Netherlands (http://ams-nl-ping.vultr.com/vultr.com.100MB.bin)
Axel Download Vultr, Amsterdam, Netherlands: 8.12MB/s
----------------------------------------------
Axel Download from Vultr, London, UK (http://lon-gb-ping.vultr.com/vultr.com.100MB.bin)
Axel Download Vultr, London, UK: 9.24MB/s
----------------------------------------------
Axel Download from Vultr, Paris, France (http://par-fr-ping.vultr.com/vultr.com.100MB.bin)
Axel Download Vultr, Paris, France: 7.61MB/s

-------------------------------------------
Australia bandwidth tests...
-------------------------------------------

----------------------------------------------
Axel Download from Vultr, Sydney, Australia (http://syd-au-ping.vultr.com/vultr.com.100MB.bin)
Axel Download Vultr, Sydney, Australia: 9.64MB/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=56 time=3.41 ms
64 bytes from vip1.G-anycast1.cachefly.net (205.234.175.175): icmp_seq=2 ttl=56 time=2.14 ms
64 bytes from vip1.G-anycast1.cachefly.net (205.234.175.175): icmp_seq=3 ttl=56 time=2.58 ms

--- vip1.g.cachefly.net ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2006ms
rtt min/avg/max/mdev = 2.147/2.715/3.415/0.529 ms

----------------------------------------------
Pings (syd-au-ping.vultr.com):
PING syd-au-ping.vultr.com (108.61.212.117) 56(84) bytes of data.
64 bytes from 108.61.212.117.vultr.com (108.61.212.117): icmp_seq=1 ttl=54 time=156 ms
64 bytes from 108.61.212.117.vultr.com (108.61.212.117): icmp_seq=2 ttl=54 time=156 ms
64 bytes from 108.61.212.117.vultr.com (108.61.212.117): icmp_seq=3 ttl=54 time=157 ms

--- syd-au-ping.vultr.com ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2158ms
rtt min/avg/max/mdev = 156.907/156.962/157.027/0.049 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=111 ms
64 bytes from 108.61.201.151.vultr.com (108.61.201.151): icmp_seq=2 ttl=50 time=112 ms
64 bytes from 108.61.201.151.vultr.com (108.61.201.151): icmp_seq=3 ttl=50 time=111 ms

--- hnd-jp-ping.vultr.com ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2113ms
rtt min/avg/max/mdev = 111.377/111.796/112.312/0.387 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=9.87 ms
64 bytes from 108.61.219.200.vultr.com (108.61.219.200): icmp_seq=2 ttl=55 time=9.66 ms
64 bytes from 108.61.219.200.vultr.com (108.61.219.200): icmp_seq=3 ttl=55 time=9.80 ms

--- lax-ca-us-ping.vultr.com ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2013ms
rtt min/avg/max/mdev = 9.668/9.783/9.873/0.117 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=18.1 ms
64 bytes from 108.61.194.105.vultr.com (108.61.194.105): icmp_seq=2 ttl=56 time=18.1 ms
64 bytes from 108.61.194.105.vultr.com (108.61.194.105): icmp_seq=3 ttl=56 time=18.1 ms

--- wa-us-ping.vultr.com ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2021ms
rtt min/avg/max/mdev = 18.163/18.173/18.181/0.110 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=63.0 ms
64 bytes from 108.61.224.175.vultr.com (108.61.224.175): icmp_seq=2 ttl=55 time=63.2 ms
64 bytes from 108.61.224.175.vultr.com (108.61.224.175): icmp_seq=3 ttl=55 time=63.1 ms

--- tx-us-ping.vultr.com ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2066ms
rtt min/avg/max/mdev = 63.084/63.154/63.258/0.299 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=53.7 ms
64 bytes from 107.191.51.12.vultr.com (107.191.51.12): icmp_seq=2 ttl=53 time=52.9 ms
64 bytes from 107.191.51.12.vultr.com (107.191.51.12): icmp_seq=3 ttl=53 time=53.0 ms

--- il-us-ping.vultr.com ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2055ms
rtt min/avg/max/mdev = 52.988/53.264/53.785/0.368 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=175 ms
64 bytes from 108.61.193.166.vultr.com (108.61.193.166): icmp_seq=2 ttl=53 time=174 ms
64 bytes from 108.61.193.166.vultr.com (108.61.193.166): icmp_seq=3 ttl=53 time=178 ms

--- ga-us-ping.vultr.com ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2180ms
rtt min/avg/max/mdev = 174.281/176.060/178.284/1.699 ms

----------------------------------------------
Pings (fl-us-ping.vultr.com):
PING fl-us-ping.vultr.com (104.156.244.232) 56(84) bytes of data.
64 bytes from 104.156.244.232: icmp_seq=1 ttl=52 time=81.1 ms
64 bytes from 104.156.244.232: icmp_seq=2 ttl=52 time=81.2 ms
64 bytes from 104.156.244.232: icmp_seq=3 ttl=52 time=81.3 ms

--- fl-us-ping.vultr.com ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2084ms
rtt min/avg/max/mdev = 81.188/81.259/81.356/0.071 ms

----------------------------------------------
Pings (nj-us-ping.vultr.com):
PING nj-us-ping.vultr.com (108.61.149.182) 56(84) bytes of data.
64 bytes from 108.61.149.182.vultr.com (108.61.149.182): icmp_seq=1 ttl=56 time=71.3 ms
64 bytes from 108.61.149.182.vultr.com (108.61.149.182): icmp_seq=2 ttl=56 time=71.3 ms
64 bytes from 108.61.149.182.vultr.com (108.61.149.182): icmp_seq=3 ttl=56 time=71.5 ms

--- nj-us-ping.vultr.com ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2074ms
rtt min/avg/max/mdev = 71.320/71.389/71.515/0.321 ms

----------------------------------------------
Pings (fra-de-ping.vultr.com):
PING fra-de-ping.vultr.com (108.61.210.117) 56(84) bytes of data.
64 bytes from 108.61.210.117.vultr.com (108.61.210.117): icmp_seq=1 ttl=55 time=168 ms
64 bytes from 108.61.210.117.vultr.com (108.61.210.117): icmp_seq=2 ttl=55 time=168 ms
64 bytes from 108.61.210.117.vultr.com (108.61.210.117): icmp_seq=3 ttl=55 time=168 ms

--- fra-de-ping.vultr.com ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2169ms
rtt min/avg/max/mdev = 168.455/168.578/168.756/0.491 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=48 time=162 ms
64 bytes from 108.61.198.102.vultr.com (108.61.198.102): icmp_seq=2 ttl=48 time=161 ms
64 bytes from 108.61.198.102.vultr.com (108.61.198.102): icmp_seq=3 ttl=48 time=162 ms

--- ams-nl-ping.vultr.com ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2164ms
rtt min/avg/max/mdev = 161.135/162.041/162.665/0.733 ms

----------------------------------------------
Pings (lon-gb-ping.vultr.com):
PING lon-gb-ping.vultr.com (108.61.196.101) 56(84) bytes of data.
64 bytes from 108.61.196.101.vultr.com (108.61.196.101): icmp_seq=1 ttl=55 time=144 ms
64 bytes from 108.61.196.101.vultr.com (108.61.196.101): icmp_seq=2 ttl=55 time=144 ms
64 bytes from 108.61.196.101.vultr.com (108.61.196.101): icmp_seq=3 ttl=55 time=144 ms

--- lon-gb-ping.vultr.com ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2147ms
rtt min/avg/max/mdev = 144.826/144.889/144.926/0.044 ms

----------------------------------------------
Pings (par-fr-ping.vultr.com):
PING par-fr-ping.vultr.com (108.61.209.127) 56(84) bytes of data.
64 bytes from 108.61.209.127.vultr.com (108.61.209.127): icmp_seq=1 ttl=54 time=163 ms
64 bytes from 108.61.209.127.vultr.com (108.61.209.127): icmp_seq=2 ttl=54 time=163 ms
64 bytes from 108.61.209.127.vultr.com (108.61.209.127): icmp_seq=3 ttl=54 time=164 ms

--- par-fr-ping.vultr.com ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2167ms
rtt min/avg/max/mdev = 163.049/163.732/164.997/1.009 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=58 time=17.0 ms
64 bytes from 199.47.210.50: icmp_seq=2 ttl=58 time=16.5 ms
64 bytes from 199.47.210.50: icmp_seq=3 ttl=58 time=16.4 ms

--- 199.47.210.50 ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2019ms
rtt min/avg/max/mdev = 16.496/16.689/17.006/0.225 ms

----------------------------------------------
Pings (VersaWeb Seattle):
PING 76.164.234.1 (76.164.234.1) 56(84) bytes of data.
64 bytes from 76.164.234.1: icmp_seq=1 ttl=59 time=18.2 ms
64 bytes from 76.164.234.1: icmp_seq=2 ttl=59 time=18.3 ms
64 bytes from 76.164.234.1: icmp_seq=3 ttl=59 time=18.3 ms

--- 76.164.234.1 ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2021ms
rtt min/avg/max/mdev = 18.297/18.304/18.316/0.110 ms

----------------------------------------------
Pings (OVH Canada):
PING bhs.proof.ovh.net (192.99.19.165) 56(84) bytes of data.
64 bytes from ns238643.ip-192-99-19.net (192.99.19.165): icmp_seq=1 ttl=56 time=68.3 ms
64 bytes from ns238643.ip-192-99-19.net (192.99.19.165): icmp_seq=2 ttl=56 time=68.3 ms
64 bytes from ns238643.ip-192-99-19.net (192.99.19.165): icmp_seq=3 ttl=56 time=68.3 ms

--- bhs.proof.ovh.net ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2071ms
rtt min/avg/max/mdev = 68.339/68.363/68.385/0.302 ms


Code:

-------------------------------------------
Running mtr tests...
-------------------------------------------

----------------------------------------------
mtr --report --report-cycles=10 cachefly.cachefly.net
HOST: hostname                     Loss%   Snt   Last   Avg  Best  Wrst StDev
  1. 23.92.24.3                    0.0%    10    0.5   0.5   0.4   0.6   0.0
  2. 10ge8-3.core3.fmt2.he.net     0.0%    10   60.8   7.7   0.3  60.8  18.9
  3. 10ge10-1.core1.sjc2.he.net    0.0%    10    0.9   2.7   0.8  12.3   3.9
  4. 206.111.6.165.ptr.us.xo.net   0.0%    10    0.8   0.8   0.8   0.9   0.0
  5. 207.88.15.81.ptr.us.xo.net    0.0%    10    2.0   1.0   0.8   2.0   0.5
  6. vip1.G-anycast1.cachefly.net 10.0%    10    3.1   2.2   0.9   3.1   0.9

----------------------------------------------
mtr --report --report-cycles=10 speedtest.atlanta.linode.com
HOST: hostname                     Loss%   Snt   Last   Avg  Best  Wrst StDev
  1. 2600:3c01::8678:acff:fe0d:79  0.0%    10    0.8   0.8   0.7   1.1   0.1
  2. 10gigabitethernet8-2.core3.f  0.0%    10    0.4   2.6   0.3   9.0   3.1
  3. 10ge1-3.core1.fmt2.he.net     0.0%    10   25.5   6.5   1.0  25.5   7.6
  4. 10ge1-1.core1.sjc2.he.net     0.0%    10    2.2   3.3   0.9   8.5   2.8
  5. xe-0-2-0.mpr3.sjc7.us.above.  0.0%    10    0.9   0.9   0.9   1.0   0.0
  6. ae9.cr1.sjc2.us.above.net     0.0%    10   20.4   4.8   1.6  20.4   6.8
  7. ae0.cr1.lax112.us.above.net   0.0%    10    9.0   9.1   9.0   9.3   0.1
  8. ae2.cr1.iah1.us.above.net     0.0%    10   41.7  41.6  41.6  41.7   0.0
  9. ae1.cr2.iah1.us.above.net     0.0%    10   42.2  43.4  42.2  52.3   3.2
 10. ae3.mpr3.atl6.us.above.net    0.0%    10   62.9  63.2  62.8  66.0   1.0
 11. 2001:438:fffe::a02            0.0%    10   58.0  70.4  57.8 172.5  36.0
 12. 2604:b900:1::2                0.0%    10   58.0  58.1  58.0  58.2   0.1
 13. speedtest.atlanta.linode.com  0.0%    10   62.8  62.9  62.7  63.2   0.1

----------------------------------------------
mtr --report --report-cycles=10 speedtest.dallas.linode.com
HOST: hostname                     Loss%   Snt   Last   Avg  Best  Wrst StDev
  1. 2600:3c01::8678:acff:fe0d:a6  0.0%    10    0.8   0.8   0.7   0.9   0.0
  2. 10gigabitethernet8-8.core3.f  0.0%    10    0.4   1.6   0.3   7.2   2.3
  3. 10ge5-4.core1.pao1.he.net     0.0%    10    1.0   2.5   0.9   6.9   2.2
  4. eqix-ix.softlayer.com         0.0%    10    1.1   1.1   1.1   1.5   0.1
  5. 2607.f0d0.0002.0002.0000.000  0.0%    10    1.5   1.5   1.4   1.5   0.0
  6. po3.bbr02.cs01.lax01.network  0.0%    10    8.8   8.8   8.7   8.9   0.1
  7. po1.bbr01.cs01.lax01.network  0.0%    10   30.2  12.4   8.7  30.2   7.8
  8. po5.bbr01.eq01.dal01.network  0.0%    10   42.9  42.9  42.9  43.1   0.1
  9. 2607.f0d0.0002.0002.0000.000  0.0%    10   43.6  43.7  43.6  43.9   0.1
 10. 0.0.0.5-static.reverse.softl  0.0%    10   38.5  38.3  38.2  38.5   0.1
 11. 2607.f0d0.0002.0004.0000.000  0.0%    10   43.5  43.6  43.5  43.7   0.1
 12. 2607.f0d0.0002.0004.0000.000  0.0%    10   38.8  38.9  38.8  39.0   0.1
 13. speedtest.dallas.linode.com   0.0%    10   43.6  43.7  43.6  43.8   0.1

----------------------------------------------
mtr --report --report-cycles=10 mirror.us.leaseweb.net
HOST: hostname                     Loss%   Snt   Last   Avg  Best  Wrst StDev
  1. 2600:3c01::8678:acff:fe0d:a6  0.0%    10    0.8   0.8   0.8   0.9   0.0
  2. 10gigabitethernet8-8.core3.f  0.0%    10   12.3   2.3   0.3  12.3   3.9
  3. 10ge1-3.core1.fmt2.he.net     0.0%    10    1.0   1.7   1.0   5.4   1.5
  4. 10ge1-1.core1.sjc2.he.net     0.0%    10    0.9   2.7   0.9   7.2   2.3
  5. as6453.gige-g5-16.core1.sjc2  0.0%    10    1.4   6.7   1.3  54.1  16.7
  6. if-ae1.2.tcore1.SQN-San-Jose  0.0%    10    1.4   1.4   1.3   1.6   0.1
  7. if-ae3.2.tcore2.LVW-Los-Ange  0.0%    10   11.3  11.3  11.3  11.4   0.0
  8. if-ae14.8.tcore2.AEQ-Ashburn  0.0%    10   70.4  70.4  70.3  70.7   0.1
  9. 2001:5a0:600:500::12          0.0%    10  127.2  83.3  78.4 127.2  15.4
 10. 2604:9a00:2010:a001:1:face:b  0.0%    10   79.1  78.5  78.4  79.1   0.2

----------------------------------------------
mtr --report --report-cycles=10 speedtest.sea01.softlayer.com
HOST: hostname                     Loss%   Snt   Last   Avg  Best  Wrst StDev
  1. 23.92.24.3                    0.0%    10    0.5   0.5   0.5   0.6   0.0
  2. 10ge8-3.core3.fmt2.he.net     0.0%    10   25.9   7.3   1.5  25.9   7.2
  3. 10ge10-1.core1.sjc2.he.net    0.0%    10   13.5   3.0   0.8  13.5   4.6
  4. te1-7.bbr01.eq01.sjc01.netwo  0.0%    10    0.8   0.9   0.8   1.0   0.1
  5. ae0.bbr02.wb01.sea02.network  0.0%    10   18.2  18.2  18.1  18.6   0.1
  6. ae1.dar01.sr01.sea01.network  0.0%    10   18.5  18.5  18.4  19.1   0.2
  7. po1.fcr01.sr01.sea01.network  0.0%    10   19.2  32.4  18.7 147.3  40.4
  8. speedtest.sea01.softlayer.co  0.0%    10   19.3  18.6  18.4  19.3   0.3

----------------------------------------------
mtr --report --report-cycles=10 speedtest.sjc01.softlayer.com
HOST: hostname                     Loss%   Snt   Last   Avg  Best  Wrst StDev
  1. 23.92.24.3                    0.0%    10    0.4   0.5   0.4   0.8   0.1
  2. 10ge8-3.core3.fmt2.he.net     0.0%    10    6.5  12.8   0.3  81.7  24.6
  3. 10ge10-1.core1.sjc2.he.net    0.0%    10    4.8   4.6   0.8  12.0   4.5
  4. te1-7.bbr01.eq01.sjc01.netwo  0.0%    10    0.9   1.3   0.8   6.1   1.7
  5. ae5.dar01.sr01.sjc01.network  0.0%    10    1.3   1.3   1.2   1.3   0.0
  6. po1.fcr01.sr01.sjc01.network  0.0%    10   21.1   5.2   1.3  21.1   8.2
  7. speedtest.sjc01.softlayer.co  0.0%    10    1.3   1.4   1.3   1.5   0.1

----------------------------------------------
mtr --report --report-cycles=10 speedtest.wdc01.softlayer.com
HOST: hostname                     Loss%   Snt   Last   Avg  Best  Wrst StDev
  1. 23.92.24.3                    0.0%    10    0.5   0.5   0.5   0.6   0.0
  2. 10ge8-3.core3.fmt2.he.net     0.0%    10    9.6   3.6   0.3  11.5   4.9
  3. 10ge10-1.core1.sjc2.he.net    0.0%    10    0.8   2.5   0.8   7.6   2.5
  4. te1-7.bbr01.eq01.sjc01.netwo  0.0%    10    0.8   0.9   0.8   1.2   0.1
  5. ae0.bbr02.cs01.den01.network  0.0%    10   28.0  28.0  27.9  28.7   0.3
  6. ae0.bbr02.eq01.chi01.network  0.0%    10   52.8  55.0  52.7  74.8   7.0
  7. ae0.bbr02.eq01.wdc02.network  0.0%    10   66.2  66.4  66.0  67.3   0.4
  8. ae1.dar01.sr01.wdc01.network  0.0%    10   66.3  66.4  66.3  66.6   0.1
  9. po1.fcr01.sr01.wdc01.network  0.0%    10   66.4  66.5  66.4  66.6   0.1
 10. speedtest.wdc01.softlayer.co  0.0%    10   66.4  66.4  66.3  66.5   0.0

----------------------------------------------
mtr --report --report-cycles=10 speedtest.tokyo.linode.com
HOST: hostname                     Loss%   Snt   Last   Avg  Best  Wrst StDev
  1. 2600:3c01::8678:acff:fe0d:a6  0.0%    10    0.8   0.8   0.7   1.3   0.2
  2. 10gigabitethernet8-8.core3.f  0.0%    10   12.5   2.6   0.3  12.5   4.7
  3. 10ge5-4.core1.pao1.he.net     0.0%    10    2.6   4.7   1.0  11.8   4.1
  4. 2001:268:fc81:7::1            0.0%    10    1.2   3.9   1.2  27.4   8.3
  5. 6pajbb001.int-gw.kddi.ne.jp   0.0%    10    1.0   2.1   1.0  11.1   3.2
  6. 6otejbb205.int-gw.kddi.ne.jp  0.0%    10  108.2 116.5 108.1 186.8  24.7
  7. 6cm-fcu203.int-gw.kddi.ne.jp  0.0%    10  115.0 111.5 107.0 119.3   4.2
  8. 2001:268:f702:6c::2           0.0%    10  110.6 110.7 110.5 111.2   0.2
  9. speedtest.tokyo.linode.com    0.0%    10  102.0 102.0 102.0 102.1   0.1

----------------------------------------------
mtr --report --report-cycles=10 speedtest.sng01.softlayer.com
HOST: hostname                     Loss%   Snt   Last   Avg  Best  Wrst StDev
  1. 23.92.24.2                    0.0%    10    0.5   0.5   0.4   1.1   0.2
  2. 10ge7-6.core3.fmt2.he.net     0.0%    10    9.3   3.2   0.3  11.9   4.5
  3. 10ge10-1.core1.sjc2.he.net    0.0%    10    6.9   3.4   0.7  12.3   4.4
  4. pacnet.10gigabitethernet2-2.  0.0%    10    1.1   1.1   1.1   1.3   0.1
  5. gi9-0-0.cr2.nrt1.asianetcom.  0.0%    10  103.5 103.4 103.4 103.5   0.0
  6. ge-0-0-0-0.gw3.nrt4.asianetc  0.0%    10  115.5 114.9 114.2 119.0   1.5
  7. xe-0-0-1-0.gw2.nrt4.asianetc  0.0%    10  114.4 114.3 114.3 114.4   0.0
  8. SFL-0027.asianetcom.net       0.0%    10   99.6 100.7  99.6 110.0   3.3
  9. ae7.bbr01.eq01.tok01.network  0.0%    10   99.8 100.5  99.7 103.9   1.3
 10. ae1.bbr01.eq01.sng02.network  0.0%    10  166.8 166.7 166.6 166.8   0.1
 11. ae5.dar02.sr03.sng01.network  0.0%    10  173.3 173.3 173.2 173.8   0.2
 12. po2.fcr01.sr03.sng01.network 70.0%    10  176.9 201.8 176.9 247.9  39.9
 13. speedtest.sng01.softlayer.co 10.0%    10  172.8 172.9 172.8 173.0   0.1

----------------------------------------------
mtr --report --report-cycles=10 speedtest.london.linode.com
HOST: hostname                     Loss%   Snt   Last   Avg  Best  Wrst StDev
  1. 2600:3c01::8678:acff:fe0d:a6  0.0%    10    0.9   0.8   0.7   1.1   0.1
  2. 10gigabitethernet8-8.core3.f  0.0%    10    0.4   3.8   0.3  11.2   4.2
  3. 10ge5-4.core1.pao1.he.net     0.0%    10    1.0   4.7   1.0  12.1   4.3
  4. pao-e10.pao.us.net.dtag.de    0.0%    10    3.7   3.5   1.6   5.5   1.2
  5. ???                          100.0    10    0.0   0.0   0.0   0.0   0.0
  6. 2003:0:f603:8010::2           0.0%    10  136.9 137.8 136.9 145.1   2.6
  7. 2001:4d78:fe01:2:2::c        10.0%    10  137.2 137.4 137.1 138.1   0.3
  8. speedtest.london.linode.com  10.0%    10  137.0 137.0 136.8 137.1   0.1

----------------------------------------------
mtr --report --report-cycles=10 mirror.i3d.net
HOST: hostname                     Loss%   Snt   Last   Avg  Best  Wrst StDev
  1. 2600:3c01::8678:acff:fe0d:a6  0.0%    10    0.8   0.8   0.7   0.9   0.1
  2. 10gigabitethernet8-8.core3.f  0.0%    10    0.6  11.9   0.3  73.5  22.1
  3. 10ge5-4.core1.pao1.he.net     0.0%    10    1.6   4.2   1.0  11.5   3.9
  4. 10ge1-3.core1.ash1.he.net     0.0%    10   62.5  66.8  61.6  73.9   4.3
  5. 100ge5-1.core1.nyc4.he.net    0.0%    10   68.4  69.5  66.6  75.9   3.5
  6. 100ge7-2.core1.lon2.he.net    0.0%    10  132.5 132.8 132.4 134.4   0.7
  7. 10ge.linx-jnpr.th-n.i3d.net   0.0%    10  148.9 144.0 140.4 156.0   5.7
  8. 20ge.cr1-lr0.smartdc.rtd.i3d  0.0%    10  141.9 150.3 140.5 167.0  10.3
  9. 80ge.br3-cr1.smartdc.rtd.i3d  0.0%    10  167.8 147.3 140.3 167.8   8.5
 10. 2a00:1630:1:13d::13d         10.0%    10  140.6 140.7 140.6 140.7   0.0

----------------------------------------------
mtr --report --report-cycles=10 syd-au-ping.vultr.com
HOST: hostname                     Loss%   Snt   Last   Avg  Best  Wrst StDev
  1. 23.92.24.2                    0.0%    10    0.9   0.6   0.5   0.9   0.2
  2. 10ge7-6.core3.fmt2.he.net     0.0%    10    8.8   5.1   0.3  12.5   5.2
  3. 10ge10-1.core1.sjc2.he.net    0.0%    10    2.8   3.7   0.8  13.3   4.0
  4. 10ge1-4.core1.sjc1.he.net     0.0%    10    8.3   6.0   1.0  12.2   4.8
  5. vocus.gigabitethernet2-13.co  0.0%    10    2.2  11.6   2.0  94.8  29.2
  6. pos-1-0-0.bdr01.sjc01.ca.VOC  0.0%    10  157.1 157.2 157.0 157.4   0.1
  7. ten-0-2-0-2.cor01.syd04.nsw.  0.0%    10  157.0 156.9 156.8 157.0   0.1
  8. ten-2-0-0.bdr03.syd04.nsw.VO  0.0%    10  156.7 156.7 156.6 156.8   0.1
  9. as17819.cust.bdr03.syd04.nsw  0.0%    10  156.8 163.7 156.7 190.8  11.9
 10. xe-1-0-0.gw102.sy3.ap.equini  0.0%    10  156.9 159.0 156.8 175.7   6.0
 11. 27.111.243.214                0.0%    10  157.0 156.9 156.8 157.0   0.1
 12. 108.61.212.117.vultr.com     10.0%    10  157.0 157.0 156.9 157.2   0.1

----------------------------------------------
mtr --report --report-cycles=10 hnd-jp-ping.vultr.com
HOST: hostname                     Loss%   Snt   Last   Avg  Best  Wrst StDev
  1. 23.92.24.2                    0.0%    10    0.5   0.5   0.5   0.6   0.0
  2. 10ge7-6.core3.fmt2.he.net     0.0%    10    0.3   4.3   0.3  10.3   4.0
  3. 10ge12-1.core1.lax1.he.net    0.0%    10   15.4  12.9   8.7  20.5   5.2
  4. 10ge1-3.core1.lax2.he.net     0.0%    10   19.8  10.2   8.8  19.8   3.5
  5. any2ix.coresite.com           0.0%    10    9.7   9.5   9.2   9.7   0.2
  6. gi3-0-0.gw1.lax3.asianetcom.  0.0%    10  187.5 158.5 115.5 229.9  49.5
  7. gi6-0-0.cr1.nrt1.asianetcom.  0.0%    10  115.6 115.4 115.3 115.6   0.1
  8. ge3-1-0-0.gw3.nrt4.asianetco  0.0%    10  115.9 117.1 115.7 128.4   4.0
  9. gi6-0-0.gw1.nrt4.asianetcom.  0.0%    10  115.7 115.6 115.6 115.7   0.1
 10. xe-1-0-3-0.gw2.nrt4.asianetc  0.0%    10  115.7 116.2 115.6 121.5   1.8
 11. SRV-0001.asianetcom.net       0.0%    10  111.4 111.5 111.4 111.7   0.1
 12. 71.ae1.sw1.tko1.jp.scnet.net  0.0%    10  120.2 120.3 120.0 121.5   0.4
 13. unknown.servercentral.net     0.0%    10  116.7 116.8 116.6 117.2   0.2
 14. 108.61.201.151.vultr.com     10.0%    10  105.1 109.7 104.8 112.4   3.5

----------------------------------------------
mtr --report --report-cycles=10 lax-ca-us-ping.vultr.com
HOST: hostname                     Loss%   Snt   Last   Avg  Best  Wrst StDev
  1. 23.92.24.3                    0.0%    10    0.5   0.5   0.5   0.6   0.0
  2. 10ge8-3.core3.fmt2.he.net     0.0%    10    6.7  18.8   0.4  67.6  21.8
  3. 10ge10-1.core1.sjc2.he.net    0.0%    10    1.6  10.7   1.1  30.3   8.7
  4. sjo-bb1-link.telia.net        0.0%    10    0.8   2.4   0.8  10.8   3.4
  5. xe-1-3-0.sjc10.ip4.gtt.net    0.0%    10    0.9   0.9   0.8   0.9   0.0
  6. xe-9-0-0.lax20.ip4.gtt.net    0.0%    10    9.2   9.2   9.1   9.3   0.1
  7. gtt-gw-cr1.lax2.ip4.gtt.net   0.0%    10    9.3   9.3   9.2   9.3   0.0
  8. ae2-50g.ar1.lax2.us.as4436.g  0.0%    10   16.9  16.2  11.4  26.6   4.2
  9. as20473.xe-6-0-1.ar1.lax2.us  0.0%    10   12.7  12.5   9.5  19.1   3.8
 10. 108.61.219.200.vultr.com      0.0%    10    9.8   9.9   9.7  10.0   0.1

----------------------------------------------
mtr --report --report-cycles=10 wa-us-ping.vultr.com
HOST: hostname                     Loss%   Snt   Last   Avg  Best  Wrst StDev
  1. 23.92.24.2                    0.0%    10    0.5   0.6   0.5   1.2   0.2
  2. 10ge7-6.core3.fmt2.he.net     0.0%    10   38.5   7.6   0.3  38.5  12.1
  3. 10ge10-1.core1.sjc2.he.net    0.0%    10    7.9   3.6   0.8  12.4   4.6
  4. sjo-bb1-link.telia.net        0.0%    10    0.8   0.9   0.8   2.1   0.4
  5. level3-ic-157355-sjo-bb1.c.t  0.0%    10    0.8   0.8   0.8   0.9   0.1
  6. ???                          100.0    10    0.0   0.0   0.0   0.0   0.0
  7. ???                          100.0    10    0.0   0.0   0.0   0.0   0.0
  8. ???                          100.0    10    0.0   0.0   0.0   0.0   0.0
  9. ae-1-51.edge2.Seattle1.Level  0.0%    10   18.1  18.2  18.1  18.9   0.2
 10. CHOOPA-LLC.edge2.Seattle1.Le  0.0%    10   27.8  19.7  18.3  27.8   3.0
 11. 108.61.194.105.vultr.com      0.0%    10   18.5  18.6  18.3  19.8   0.5

----------------------------------------------
mtr --report --report-cycles=10 tx-us-ping.vultr.com
HOST: hostname                     Loss%   Snt   Last   Avg  Best  Wrst StDev
  1. 23.92.24.2                    0.0%    10    0.4   0.5   0.4   0.7   0.1
  2. 10ge7-6.core3.fmt2.he.net     0.0%    10    0.3   1.6   0.3   4.7   1.7
  3. 10ge10-1.core1.sjc2.he.net    0.0%    10    7.4   6.4   0.8  12.7   5.0
  4. sjo-bb1-link.telia.net        0.0%    10    0.8   0.8   0.8   0.9   0.0
  5. xe-1-3-0.sjc10.ip4.gtt.net    0.0%    10    0.9   0.9   0.8   0.9   0.0
  6. xe-10-3-0.dal33.ip4.gtt.net   0.0%    10   63.1  63.1  63.0  63.3   0.1
  7. gtt-gw.ip4.gtt.net            0.0%    10   63.1  66.5  63.0  83.8   7.4
  8. as20473.xe-5-1-2.cr1.dfw1.us  0.0%    10   63.4  63.4  63.3  63.5   0.1
  9. 108.61.224.175.vultr.com      0.0%    10   62.3  62.4  62.3  62.5   0.1

----------------------------------------------
mtr --report --report-cycles=10 il-us-ping.vultr.com
HOST: hostname                     Loss%   Snt   Last   Avg  Best  Wrst StDev
  1. 23.92.24.3                    0.0%    10    0.5   0.5   0.5   0.6   0.0
  2. 10ge8-3.core3.fmt2.he.net     0.0%    10    0.3   2.6   0.3  11.2   4.1
  3. 10ge10-1.core1.sjc2.he.net    0.0%    10   12.2   5.2   0.8  13.0   4.8
  4. sjo-bb1-link.telia.net        0.0%    10    0.8   1.1   0.8   1.9   0.4
  5. ntt-ic-306350-sjo-bb1.c.teli  0.0%    10    1.4   1.6   1.3   2.5   0.5
  6. ae-9.r20.snjsca04.us.bb.gin.  0.0%    10   38.0  15.1   1.1  38.0  15.2
  7. ae-5.r21.chcgil09.us.bb.gin.  0.0%    10   52.4  54.6  52.3  66.4   4.3
  8. ae-2.r05.chcgil09.us.bb.gin.  0.0%    10   53.5  53.2  52.6  54.3   0.6
  9. ae-0.server-central.chcgil09  0.0%    10   52.9  52.4  52.1  53.7   0.5
 10. ae12.cr2.ord6.us.scnet.net    0.0%    10  108.5  60.6  53.1 108.5  17.3
 11. ae2.ar10.ord6.us.scnet.net    0.0%    10   57.3  54.0  53.1  57.3   1.4
 12. ethernet7-1-br1.chi2.choopa.  0.0%    10   55.2  56.7  53.2  65.3   4.4
 13. 107.191.51.12.vultr.com       0.0%    10   54.7  53.6  53.1  54.7   0.5

----------------------------------------------
mtr --report --report-cycles=10 ga-us-ping.vultr.com
HOST: hostname                     Loss%   Snt   Last   Avg  Best  Wrst StDev
  1. 23.92.24.2                    0.0%    10    0.5   0.5   0.5   0.5   0.0
  2. 10ge7-6.core3.fmt2.he.net     0.0%    10    0.3   0.8   0.3   3.9   1.1
  3. 10ge10-1.core1.sjc2.he.net    0.0%    10    0.8   1.7   0.8   5.7   1.7
  4. sjo-bb1-link.telia.net        0.0%    10    0.8   0.8   0.7   0.9   0.0
  5. xe-1-3-0.sjc10.ip4.gtt.net    0.0%    10    1.9   1.2   0.8   2.2   0.6
  6. xe-4-2-0.atl11.ip4.gtt.net    0.0%    10   80.0  84.7  80.0 106.2  10.0
  7. ae4-150.cr1.atl1.ip4.gtt.net  0.0%    10  138.7 139.3 137.3 141.5   1.6
  8. ae1-40g.cr2.atl1.us.as4436.g  0.0%    10  136.8 147.0 136.2 176.1  14.2
  9. as20473.xe-1-3-1.cr2.atl1.us  0.0%    10  137.5 138.9 136.9 142.7   1.8
 10. 108.61.193.166.vultr.com     10.0%    10  138.6 138.8 135.9 140.8   1.7

----------------------------------------------
mtr --report --report-cycles=10 fl-us-ping.vultr.com
HOST: hostname                     Loss%   Snt   Last   Avg  Best  Wrst StDev
  1. 23.92.24.3                    0.0%    10    0.5   0.6   0.4   1.0   0.2
  2. 10ge8-3.core3.fmt2.he.net     0.0%    10    0.3  11.7   0.3  62.8  21.9
  3. 10ge10-1.core1.sjc2.he.net    0.0%    10    0.8   1.5   0.8   4.3   1.2
  4. sjo-bb1-link.telia.net        0.0%    10    0.8   2.4   0.7  16.4   5.0
  5. xe-1-3-0.sjc10.ip4.gtt.net    0.0%    10    0.8   2.1   0.8   6.9   2.4
  6. xe-8-0-1.mia12.ip4.gtt.net    0.0%    10   80.1  80.2  80.1  81.0   0.3
  7. gtt-gw-cr1.mia1.ip4.gtt.net   0.0%    10   80.9  86.6  80.8 138.1  18.1
  8. as20473.ae5-1914.cr1.mia1.us  0.0%    10   80.7  81.2  80.6  83.9   1.0
  9. 104.156.244.232               0.0%    10   81.3  81.3  81.2  81.4   0.1

----------------------------------------------
mtr --report --report-cycles=10 nj-us-ping.vultr.com
HOST: hostname                     Loss%   Snt   Last   Avg  Best  Wrst StDev
  1. 23.92.24.3                    0.0%    10    0.5   0.5   0.5   0.6   0.0
  2. 10ge8-3.core3.fmt2.he.net     0.0%    10    0.3   5.3   0.3  31.7  10.0
  3. 10ge12-1.core1.lax1.he.net    0.0%    10   20.6  11.3   8.7  20.6   4.5
  4. 10ge10-8.core1.nyc4.he.net    0.0%    10   80.0  75.7  70.1  86.9   6.1
  5. 10ge5-1.core1.nyc6.he.net     0.0%    10  101.3  75.6  70.1 101.3   9.5
  6. nyiix.gi3-6.cr1.nyc1.choopa.  0.0%    10   71.4  71.9  71.2  76.9   1.8
  7. ethernet1-49-c11-8-c6-1.pnj1  0.0%    10   71.7  72.1  71.2  79.1   2.4
  8. 108.61.149.182.vultr.com      0.0%    10   71.5  71.5  71.3  71.6   0.1

----------------------------------------------
mtr --report --report-cycles=10 fra-de-ping.vultr.com
HOST: hostname                     Loss%   Snt   Last   Avg  Best  Wrst StDev
  1. 23.92.24.2                    0.0%    10    0.5   0.5   0.4   0.8   0.1
  2. 10ge7-6.core3.fmt2.he.net     0.0%    10   12.7   2.4   0.3  12.7   4.0
  3. 10ge10-1.core1.sjc2.he.net    0.0%    10    0.9   4.7   0.8  11.6   4.2
  4. sjo-bb1-link.telia.net        0.0%    10    0.8   0.9   0.8   1.1   0.1
  5. xe-1-3-0.sjc10.ip4.gtt.net    0.0%    10    1.4   1.1   0.8   1.8   0.4
  6. xe-8-1-0.fra61.ip4.gtt.net    0.0%    10  164.8 164.8 164.8 164.9   0.1
  7. choopa-gw.ip4.gtt.net         0.0%    10  164.2 164.3 164.1 165.5   0.4
  8. 108.61.210.117.vultr.com     10.0%    10  167.6 163.3 160.7 167.6   3.2

----------------------------------------------
mtr --report --report-cycles=10 ams-nl-ping.vultr.com
HOST: hostname                     Loss%   Snt   Last   Avg  Best  Wrst StDev
  1. 23.92.24.2                    0.0%    10    0.9   0.5   0.4   0.9   0.2
  2. 10ge7-6.core3.fmt2.he.net     0.0%    10   11.7   4.2   0.3  12.0   4.9
  3. 10ge10-1.core1.sjc2.he.net    0.0%    10    0.8   3.2   0.8  11.0   3.5
  4. sjo-bb1-link.telia.net        0.0%    10    0.9   0.9   0.8   1.1   0.1
  5. level3-ic-157355-sjo-bb1.c.t  0.0%    10    0.9   0.9   0.8   1.3   0.1
  6. ???                          100.0    10    0.0   0.0   0.0   0.0   0.0
  7. ???                          100.0    10    0.0   0.0   0.0   0.0   0.0
  8. ???                          100.0    10    0.0   0.0   0.0   0.0   0.0
  9. ae-72-72.csw2.NewYork1.Level 90.0%    10  161.5 161.5 161.5 161.5   0.0
 10. ???                          100.0    10    0.0   0.0   0.0   0.0   0.0

----------------------------------------------
mtr --report --report-cycles=10 lon-gb-ping.vultr.com
HOST: hostname                     Loss%   Snt   Last   Avg  Best  Wrst StDev
  1. 23.92.24.2                    0.0%    10    0.5   0.5   0.5   0.6   0.0
  2. 10ge7-6.core3.fmt2.he.net     0.0%    10    0.3   6.3   0.3  37.5  11.6
  3. 10ge10-1.core1.sjc2.he.net    0.0%    10    1.6   4.7   0.8  13.2   4.5
  4. sjo-bb1-link.telia.net        0.0%    10    0.9   0.9   0.8   0.9   0.0
  5. level3-ic-157355-sjo-bb1.c.t  0.0%    10    0.9   1.1   0.8   3.6   0.8
  6. ???                          100.0    10    0.0   0.0   0.0   0.0   0.0
  7. ???                          100.0    10    0.0   0.0   0.0   0.0   0.0
  8. ???                          100.0    10    0.0   0.0   0.0   0.0   0.0
  9. ae-72-72.csw2.NewYork1.Level  0.0%    10  144.3 144.5 144.3 145.9   0.5
 10. ???                          100.0    10    0.0   0.0   0.0   0.0   0.0
 11. ???                          100.0    10    0.0   0.0   0.0   0.0   0.0
 12. ???                          100.0    10    0.0   0.0   0.0   0.0   0.0
 13. ae-235-3611.edge5.london1.Le 10.0%    10  144.4 144.7 144.4 145.2   0.2
 14. ???                           0.0%     0    0.0   0.0   0.0   0.0   0.0

----------------------------------------------
mtr --report --report-cycles=10 par-fr-ping.vultr.com
HOST: hostname                     Loss%   Snt   Last   Avg  Best  Wrst StDev
  1. 23.92.24.3                    0.0%    10    0.5   0.5   0.5   0.7   0.1
  2. 10ge8-3.core3.fmt2.he.net     0.0%    10    0.3   4.4   0.3  11.8   4.4
  3. 10ge10-1.core1.sjc2.he.net    0.0%    10   16.4   7.7   0.8  16.4   5.2
  4. sjo-bb1-link.telia.net        0.0%    10    0.8   1.1   0.8   2.0   0.4
  5. xe-1-3-0.sjc10.ip4.gtt.net    0.0%    10    0.9   0.9   0.9   1.1   0.1
  6. xe-5-1-0.par90.ip4.gtt.net    0.0%    10  155.9 156.0 155.9 156.1   0.0
  7. choopa-gw.ip4.gtt.net         0.0%    10  156.3 156.3 156.2 156.3   0.1
  8. 108.61.209.127.vultr.com     10.0%    10  163.0 163.9 162.3 164.7   1.0

----------------------------------------------
mtr --report --report-cycles=10 VersaWeb Las Vegas
HOST: hostname                     Loss%   Snt   Last   Avg  Best  Wrst StDev
  1. 23.92.24.3                    0.0%    10    0.7   0.5   0.5   0.7   0.1
  2. 10ge8-3.core3.fmt2.he.net     0.0%    10    0.9   4.6   0.2  11.9   4.4
  3. 10ge12-1.core1.lax1.he.net    0.0%    10    8.8  13.2   8.7  20.1   4.1
  4. 10ge1-3.core1.lax2.he.net     0.0%    10    8.8   9.9   8.7  14.7   2.2
  5. 10ge3-1.core1.las1.he.net     0.0%    10   16.4  19.5  16.4  26.4   3.6
  6. vegasnap-llc.10gigabitethern  0.0%    10   24.7  18.6  16.4  26.2   3.8
  7. te3-4.core1.las1.fiberhub.ne  0.0%    10   16.6  16.6  16.5  16.7   0.1
  8. 199.47.210.50                 0.0%    10   16.6  16.7  16.5  16.9   0.1

----------------------------------------------
mtr --report --report-cycles=10 VersaWeb Seattle
HOST: hostname                     Loss%   Snt   Last   Avg  Best  Wrst StDev
  1. 23.92.24.2                    0.0%    10    0.5   0.5   0.4   0.6   0.1
  2. 10ge7-6.core3.fmt2.he.net     0.0%    10    6.9   5.1   0.3  12.1   5.3
  3. 10ge10-1.core1.sjc2.he.net    0.0%    10   21.8  23.0   1.0  33.1  10.3
  4. 10ge12-1.core1.sea1.he.net    0.0%    10   25.5  22.0  17.9  30.3   5.4
  5. six.core1.sea1.fiberhub.net   0.0%    10   20.0  19.3  18.1  23.2   1.6
  6. 76.164.234.1                  0.0%    10   20.2  20.5  18.4  28.5   3.6

----------------------------------------------
mtr --report --report-cycles=10 OVH Canada
HOST: hostname                     Loss%   Snt   Last   Avg  Best  Wrst StDev
  1. 2600:3c01::8678:acff:fe0d:79  0.0%    10    0.7   0.8   0.7   1.0   0.1
  2. 10gigabitethernet8-2.core3.f  0.0%    10    2.3  14.3   0.3  68.7  22.7
  3. 10ge1-3.core1.fmt2.he.net     0.0%    10    1.0   5.4   1.0  11.3   4.0
  4. 10ge1-1.core1.sjc2.he.net     0.0%    10    0.9   5.1   0.9  13.3   4.8
  5. 10ge3-3.core1.den1.he.net     0.0%    10   35.7  30.7  28.3  38.0   3.6
  6. 10ge4-3.core1.chi1.he.net     0.0%    10   52.8  57.3  52.6  64.0   4.1
  7. ???                          100.0    10    0.0   0.0   0.0   0.0   0.0
  8. ???                          100.0    10    0.0   0.0   0.0   0.0   0.0
  9. 2607:5300::99                 0.0%    10   74.8  73.7  73.4  74.8   0.4
 10. 2607:5300::126                0.0%    10   73.1  73.1  73.0  73.2   0.1
 11. 2607:5300:60:44a5::1          0.0%    10   70.1  70.1  70.1  70.2   0.0


_________________
* Centmin Mod Nginx menu based auto installer (Nginx, PHP-FPM, MariaDB MySQL) :: Centmin Mod LEMP Stack - What's New


Top
   
PostPosted: Wed Sep 17, 2014 11:25 pm 
Offline
Junior Member

Joined: Tue Apr 01, 2014 12:45 pm
Posts: 29
Website: http://centminmod.com
Location: Brisbane, Australia
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
0157:0.000638 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             303535.94k  1001165.08k  2334788.61k  3486369.11k  3973941.93k
sha1            313911.25k   898034.13k  2082076.16k  2840088.92k  3369893.89k
rc4            2732632.20k  3759286.98k  4608277.85k  4829881.34k  4855756.12k
aes-128 cbc     719669.25k   766006.57k   787502.76k   798895.79k   799247.02k
aes-256 cbc     523512.07k   543033.94k   561294.76k   555060.91k   559742.98k
sha256          254673.72k   574185.28k   894196.74k  1223262.21k  1324321.45k
                  sign    verify    sign/s verify/s
rsa 2048 bits 0.000246s 0.000007s   4061.0 138546.9
rsa 4096 bits 0.001565s 0.000027s    638.9  37691.3
                              sign    verify    sign/s verify/s
 256 bit ecdsa (nistp256)   0.0000s   0.0001s  52167.2  13615.6
-------------------------------------------
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            2751951.71k  3286435.63k  3416463.70k  3458045.27k  3466485.76k
-------------------------------------------
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            3765766.98k  4509245.08k  4750301.10k  4825270.61k  4831647.96k

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.653 seconds
        Minimum number of seconds to run all queries: 1.549 seconds
        Maximum number of seconds to run all queries: 1.699 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 E5-2680 v2 @ 2.80GHz
             total       used       free     shared    buffers     cached
Mem:         16049       3210      12839          0         98       2729
Low:         16049       3210      12839
High:            0          0          0
-/+ buffers/cache:        382      15667
Swap:          511          0        511
----------------------------------------------
PHP 5.4.32 (cli) (built: Sep 18 2014 02:04:09)
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.127
simplecall         0.143
simpleucall        0.163
simpleudcall       0.164
mandel             0.254
mandel2            0.378
ackermann(7)       0.146
ary(50000)         0.029
ary2(50000)        0.028
ary3(2000)         0.215
fibo(30)           0.414
hash1(50000)       0.043
hash2(500)         0.042
heapsort(20000)    0.094
matrix(20)         0.096
nestedloop(12)     0.210
sieve(30)          0.100
strcat(200000)     0.013
------------------------
Total              2.658
real: 2.70s user: 2.64s sys: 0.05s cpu: 99% maxmem: 173264 KB cswaits: 9

simple             0.126
simplecall         0.143
simpleucall        0.167
simpleudcall       0.164
mandel             0.264
mandel2            0.398
ackermann(7)       0.146
ary(50000)         0.029
ary2(50000)        0.027
ary3(2000)         0.203
fibo(30)           0.357
hash1(50000)       0.039
hash2(500)         0.044
heapsort(20000)    0.105
matrix(20)         0.098
nestedloop(12)     0.217
sieve(30)          0.110
strcat(200000)     0.013
------------------------
Total              2.650
real: 2.69s user: 2.63s sys: 0.05s cpu: 99% maxmem: 173840 KB cswaits: 3

simple             0.126
simplecall         0.153
simpleucall        0.175
simpleudcall       0.175
mandel             0.270
mandel2            0.383
ackermann(7)       0.145
ary(50000)         0.027
ary2(50000)        0.026
ary3(2000)         0.208
fibo(30)           0.425
hash1(50000)       0.042
hash2(500)         0.043
heapsort(20000)    0.114
matrix(20)         0.107
nestedloop(12)     0.214
sieve(30)          0.105
strcat(200000)     0.013
------------------------
Total              2.752
real: 2.79s user: 2.72s sys: 0.06s cpu: 99% maxmem: 173520 KB cswaits: 3

bench.php results from 3 runs
2.658
2.650
2.752

bench.php avg: 2.6867
Avg: real: 2.73s user: 2.66s sys: 0.05s cpu: 99.00% maxmem: 173541.33KB cswaits: 5.00
created results log at /home/phpbench_logs/bench_180914-021409.log
server PHP info log at /home/phpbench_logs/bench_phpinfo_180914-021409.log

-------------------------------------------
Run PHP test Zend/micro_bench.php
-------------------------------------------

empty_loop         0.124
func()             0.359    0.234
undef_func()       0.362    0.238
int_func()         0.329    0.205
$x = self::$x      0.273    0.148
self::$x = 0       0.265    0.141
isset(self::$x)    0.236    0.112
empty(self::$x)    0.254    0.130
$x = Foo::$x       0.243    0.119
Foo::$x = 0        0.229    0.105
isset(Foo::$x)     0.207    0.083
empty(Foo::$x)     0.215    0.091
self::f()          0.379    0.254
Foo::f()           0.345    0.221
$x = $this->x      0.253    0.128
$this->x = 0       0.325    0.200
$this->x += 2      0.259    0.135
++$this->x         0.220    0.096
--$this->x         0.214    0.089
$this->x++         0.257    0.133
$this->x--         0.246    0.122
isset($this->x)    0.228    0.103
empty($this->x)    0.239    0.114
$this->f()         0.391    0.266
$x = Foo::TEST     0.223    0.099
new Foo()          0.788    0.664
$x = TEST          0.186    0.061
$x = $_GET         0.399    0.275
$x = $GLOBALS['v'] 0.602    0.478
$x = $hash['v']    0.393    0.269
$x = $str[0]       0.355    0.231
$x = $a ?: null    0.250    0.126
$x = $f ?: tmp     0.330    0.206
$x = $f ? $f : $a  0.260    0.136
$x = $f ? $f : tmp 0.338    0.214
------------------------
Total             10.574
real: 10.61s user: 10.59s sys: 0.01s cpu: 99% maxmem: 124640 KB cswaits: 3

empty_loop         0.127
func()             0.359    0.232
undef_func()       0.360    0.234
int_func()         0.330    0.203
$x = self::$x      0.271    0.145
self::$x = 0       0.261    0.135
isset(self::$x)    0.236    0.109
empty(self::$x)    0.248    0.121
$x = Foo::$x       0.240    0.114
Foo::$x = 0        0.229    0.102
isset(Foo::$x)     0.209    0.082
empty(Foo::$x)     0.222    0.096
self::f()          0.387    0.260
Foo::f()           0.367    0.240
$x = $this->x      0.258    0.132
$this->x = 0       0.324    0.198
$this->x += 2      0.260    0.133
++$this->x         0.223    0.097
--$this->x         0.219    0.092
$this->x++         0.253    0.127
$this->x--         0.245    0.118
isset($this->x)    0.227    0.100
empty($this->x)    0.247    0.121
$this->f()         0.386    0.259
$x = Foo::TEST     0.223    0.096
new Foo()          0.783    0.657
$x = TEST          0.175    0.048
$x = $_GET         0.404    0.277
$x = $GLOBALS['v'] 0.617    0.491
$x = $hash['v']    0.392    0.265
$x = $str[0]       0.382    0.255
$x = $a ?: null    0.243    0.117
$x = $f ?: tmp     0.329    0.202
$x = $f ? $f : $a  0.248    0.121
$x = $f ? $f : tmp 0.322    0.196
------------------------
Total             10.605
real: 10.64s user: 10.62s sys: 0.02s cpu: 99% maxmem: 124640 KB cswaits: 3

empty_loop         0.126
func()             0.370    0.243
undef_func()       0.351    0.225
int_func()         0.336    0.210
$x = self::$x      0.271    0.144
self::$x = 0       0.254    0.127
isset(self::$x)    0.243    0.117
empty(self::$x)    0.255    0.129
$x = Foo::$x       0.257    0.131
Foo::$x = 0        0.239    0.113
isset(Foo::$x)     0.234    0.108
empty(Foo::$x)     0.223    0.096
self::f()          0.387    0.260
Foo::f()           0.358    0.232
$x = $this->x      0.265    0.139
$this->x = 0       0.331    0.204
$this->x += 2      0.252    0.126
++$this->x         0.228    0.102
--$this->x         0.210    0.084
$this->x++         0.255    0.129
$this->x--         0.238    0.112
isset($this->x)    0.261    0.134
empty($this->x)    0.242    0.115
$this->f()         0.376    0.250
$x = Foo::TEST     0.225    0.099
new Foo()          0.789    0.662
$x = TEST          0.172    0.045
$x = $_GET         0.388    0.262
$x = $GLOBALS['v'] 0.615    0.489
$x = $hash['v']    0.399    0.273
$x = $str[0]       0.380    0.254
$x = $a ?: null    0.250    0.123
$x = $f ?: tmp     0.352    0.226
$x = $f ? $f : $a  0.257    0.130
$x = $f ? $f : tmp 0.347    0.221
------------------------
Total             10.740
real: 10.78s user: 10.76s sys: 0.01s cpu: 99% maxmem: 124640 KB cswaits: 3

micro_bench.php results from 3 runs
10.574
10.605
10.740

micro_bench.php avg: 10.6397
Avg: real: 10.68s user: 10.66s sys: 0.01s cpu: 99.00% maxmem: 124640.00KB cswaits: 3.00
created results log at /home/phpbench_logs/bench_micro_180914-021409.log
server PHP info log at /home/phpbench_logs/bench_phpinfo_180914-021409.log


_________________
* Centmin Mod Nginx menu based auto installer (Nginx, PHP-FPM, MariaDB MySQL) :: Centmin Mod LEMP Stack - What's New


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group