Re: [openstack-dev] [neutron] [lbaas] LBaaS Haproxy performance benchmarking

2015-02-04 Thread Phillip Toohill
st (not for usage questions)" mailto:openstack-dev@lists.openstack.org>> Subject: Re: [openstack-dev] [neutron] [lbaas] LBaaS Haproxy performance benchmarking At Rackspace we have been working on automated testing with Ansible and Tsung, but I don’t know if that code ever made it to a pu

Re: [openstack-dev] [neutron] [lbaas] LBaaS Haproxy performance benchmarking

2015-02-04 Thread Baptiste
Well, low results on ab or on haproxy??? Can you define "low" ? you should test your server without any openstack stuff on it, then apply the same test with openstack installation. There may be some negative impacts because of software installed by neutron (mainly iptables). Baptiste On Wed, Fe

Re: [openstack-dev] [neutron] [lbaas] LBaaS Haproxy performance benchmarking

2015-02-04 Thread Varun Lodaya
st (not for usage questions)" mailto:openstack-dev@lists.openstack.org>> Subject: Re: [openstack-dev] [neutron] [lbaas] LBaaS Haproxy performance benchmarking You can try with httperf[1], or ab[2] for http workloads. If you will use overlay, make sure your network MTU is correctly confi

Re: [openstack-dev] [neutron] [lbaas] LBaaS Haproxy performance benchmarking

2015-02-04 Thread Varun Lodaya
Thanks Baptiste. I will try that tool. I worked with ab and was seeing really low results. But let me give httpress a shot :) Thanks, Varun On 2/3/15, 7:01 PM, "Baptiste" wrote: >On Wed, Feb 4, 2015 at 1:58 AM, Varun Lodaya >wrote: >> Hi, >> >> We were trying to use haproxy as our LBaaS soluti

Re: [openstack-dev] [neutron] [lbaas] LBaaS Haproxy performance benchmarking

2015-02-04 Thread Adam Harwell
ck.org>> Subject: [openstack-dev] [neutron] [lbaas] LBaaS Haproxy performance benchmarking Hi, We were trying to use haproxy as our LBaaS solution on the overlay. Has anybody done some baseline benchmarking with LBaaSv1 haproxy solution? Also, any recommended tools which w

Re: [openstack-dev] [neutron] [lbaas] LBaaS Haproxy performance benchmarking

2015-02-04 Thread Miguel Ángel Ajo
You can try with httperf[1], or ab[2] for http workloads. If you will use overlay, make sure your network MTU is correctly configured to handle the extra size of the overlay (GRE / VXLAN packets) otherwise you will be introducing fragmentation overhead on the tenant networks. [1] http://ww

Re: [openstack-dev] [neutron] [lbaas] LBaaS Haproxy performance benchmarking

2015-02-03 Thread Baptiste
On Wed, Feb 4, 2015 at 1:58 AM, Varun Lodaya wrote: > Hi, > > We were trying to use haproxy as our LBaaS solution on the overlay. Has > anybody done some baseline benchmarking with LBaaSv1 haproxy solution? > > Also, any recommended tools which we could use to do that? > > Thanks, > Varun > >

[openstack-dev] [neutron] [lbaas] LBaaS Haproxy performance benchmarking

2015-02-03 Thread Varun Lodaya
Hi, We were trying to use haproxy as our LBaaS solution on the overlay. Has anybody done some baseline benchmarking with LBaaSv1 haproxy solution? Also, any recommended tools which we could use to do that? Thanks, Varun __