user197501
user197501

Reputation: 290

How to test a site for different locations

How can i do a performance testing of a website for different locations in testing environment with jmeter.like if we have website for uk,USA and Canada and hosted on respective countries.If I am in UK,how can I test it for USA and Canada.

Upvotes: 1

Views: 2749

Answers (2)

Dmitri T
Dmitri T

Reputation: 168002

JMeter can be run in distributed clustered mode so you can have load generators residing in different world ends. For instance Amazon EC2 provides option of launching virtual machines instances in different geographic regions, micro instances are free

As far as I'm aware Blazemeter Cloud offers geo-distributed load testing and it's free for up to 50 concurrent virtual users.

Upvotes: 1

Eugene
Eugene

Reputation: 1895

I suggest to use the proxy services. There are many services that will allow to your local machine "be" in the required country. One of the options is Hola.

Upvotes: 0

Related Questions