You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Current »

Test Setup:

  • Four Fedora instances running individually in four AWS EC2 instances and are configured in replication mode.
  • A EC2 load balancer is configured on top of these Fedora instances. 

Procedure:

  • Started a single instance of Fedora in replication cluster mode.
  • Loaded 6000 objects with unique datastreams.
  • Used JMeter to perform response time test directly on a single fedora instance. (1 nodes)
  • Added two new Fedora instances to the cluster.
  • Add these three Fedora instances into EC2 load balancer.
  • Used JMeter to perform response time test via load balancer on the cluster. (3 nodes)
  • Add one more Fedora instances into EC2 load balance.
  • Used JMeter to perform response time test via load balancer on the cluster. (4 nodes)
  • Test cases
    • 1000, 3000, 6000 and 10000 HTTP requests for objects.

Results:

Response time of 1000 Requests in 60 seconds

Single Fedora Instance3 Node Cluster4 Node Cluster

 

 

Response time of 3000 Requests in 60 seconds

Single Fedora Instance3 Node Cluster4 Node Cluster


Response time of 6000 Requests in 60 seconds

Single Fedora Instance3 Node Cluster4 Node Cluster

 

Response time of 10000 Requests in 60 seconds

Single Fedora Instance3 Node Cluster4 Node Cluster
Test SetupNum. RequestsTest Duration (Seconds)Average Response Time (ms)Max Response Time (ms)
Individual100060384203
Cluster (3)100060384214
Cluster (4)100060384246
Individual3000602180
Cluster (3)300060274237
Cluster (4)300060264266
Individual6000602179
Cluster (3)600060244310
Cluster (4)600060234212
Individual100006021584
Cluster (3)1000060234213
Cluster (4)100006021200
  • No labels