Re: How to test HAProxy ?

2014-01-16 Thread Kobus Bensch
Well, I would suggest you install haproxy and point it at some backend 
servers and be creative. Stop start the servers, break what you want it 
to load alance and see what the result is. Do this on 1 backend then the 
other then both. Add another node, take one out. Standard load balancing 
testing practice.


On 16/01/2014 17:12, Tony Reix wrote:

Hi

I'm involved in testing the port of HAProxy 1.4 (.24) on Ubuntu on PPC/LE.
For now, I've found nothing about how to check that the basic features 
and the important features of HAProxy do work fine in this environment.

  The "README" file says nothing about testing.
  The "Makefile" file provides no "test" or "tests" entry.
  The "examples" directory does not contain explanations and 
instructions for testing.
  The "tests" directory does not contain explanations and instructions 
for testing.
I do not have time to get skills about HAProxy or about any tool that 
makes use of HAProxy. I simply need to get configuration and test 
instructions.


What do you suggest/recommend me to do for testing the most important 
features of HAProxy, in 1 week, knowing that I know nothing about 
HAProxy ?


Thanks

Tony



--
Kobus Bensch Trustpay Global LTD email signature Kobus Bensch
Senior Systems Administrator
Address:  22 & 24 | Frederick Sanger Road | Guildford | Surrey | GU2 7YD
DDI:  0207 871 3958
Tel:  0207 871 3890
Email: kobus.ben...@trustpayglobal.com 



--


Trustpay Global Limited is an authorised Electronic Money Institution 
regulated by the Financial Conduct Authority registration number 900043. 
Company No 07427913 Registered in England and Wales with registered address 
130 Wood Street, London, EC2V 6DL, United Kingdom.


For further details please visit our website at www.trustpayglobal.com.

The information in this email and any attachments are confidential and 
remain the property of Trustpay Global Ltd unless agreed by contract. It is 
intended solely for the person to whom or the entity to which it is 
addressed. If you are not the intended recipient you may not use, disclose, 
copy, distribute, print or rely on the content of this email or its 
attachments. If this email has been received by you in error please advise 
the sender and delete the email from your system. Trustpay Global Ltd does 
not accept any liability for any personal view expressed in this message.
<>

How to test HAProxy ?

2014-01-16 Thread Tony Reix
Hi

I'm involved in testing the port of HAProxy 1.4 (.24) on Ubuntu on PPC/LE.
For now, I've found nothing about how to check that the basic features and the 
important features of HAProxy do work fine in this environment.
  The "README" file says nothing about testing.
  The "Makefile" file provides no "test" or "tests" entry.
  The "examples" directory does not contain explanations and instructions for 
testing.
  The "tests" directory does not contain explanations and instructions for 
testing.
I do not have time to get skills about HAProxy or about any tool that makes use 
of HAProxy. I simply need to get configuration and test instructions.

What do you suggest/recommend me to do for testing the most important features 
of HAProxy, in 1 week, knowing that I know nothing about HAProxy ?

Thanks

Tony



How to test haproxy setup

2011-01-31 Thread Amol
I have just setup haproxy as my load balancing server on ubuntu OS and wanted 
to check how the performance of my webservers was is their a performance or 
stress test mechanism ? also wanted to ensure i had no downtime while rotating 
servers for deployment, how cna that be achieved?

Thanks in advance