airavata-courses / spring17-laravel-portal

Web Portal to experiment with Load Balancing
Apache License 2.0
4 stars 2 forks source link

Test loadbalancer #13

Closed Ameya05 closed 7 years ago

Ameya05 commented 7 years ago

Perform comprehensive test for the HAProxy loadbalancer setup -

  1. Performance
  2. Availability
  3. Servers vs Capacity benchmarking
Ameya05 commented 7 years ago

Testing conclusion -

  1. Performance - Inconclusive. The laravel portal is currently being started using php artisan serve which does not support multiple connections and fails when load tested.
  2. Availability - The HAProxy loadbalancing is unavailable for a small interval while the haproxy service is being reloaded. Observed downtime was ~0.5 second.
  3. Capacity benchmarking - Inconclusive. Same as 1.