roey_r
roey_r

Reputation: 21

Jmeter - Performance test

I want to load test my web site. I can extract all http requests from the site and put it on J meter. But the page have alot more things(like ajax calls) How can i load test my site (find complete page load time)

Upvotes: 1

Views: 218

Answers (2)

Ophir Prusak
Ophir Prusak

Reputation: 1447

I'd go the route of capturing the AJAX calls as past of your script - you have two options:

The JMeter proxy:
http://jmeter.apache.org/usermanual/jmeter_proxy_step_by_step.pdf

BlazeMeter's JMeter chrome extension:
https://chrome.google.com/webstore/detail/blazemeter-the-load-testi/mbopgmdnpcbohhpnfglgohlbhfongabi/details?hl=en

Upvotes: 2

Nachiket Kate
Nachiket Kate

Reputation: 8571

Jmeter is Server side load testing tool and though client is using ajax still http request will be sent to server which will be recorded/scripted in jmeter and thus load testing can be carried out.

please check similar questions on jmeter

check this also http://jmetertips.blogspot.in/2009/04/ajax-testing-with-jmeter.html

Upvotes: 0

Related Questions