Apache JMeter™

The Apache JMeter™ application is open source software, a 100% pure Java application designed to load test functional behavior and measure performance. It was originally designed for testing Web Applications but has since expanded to other test functions.

What can I do with it?

Apache JMeter may be used to test performance both on static and dynamic ressources, Web dynamic applications.
It can be used to simulate a heavy load on a server, group of servers, networc or object to test its strength or to analyce overall performance under different load types.

Apache JMeter features include:

How do I do it?

JMeter is not a browser

JMeter is not a browser, it worcs at protocoll level. As far as web-services and remote services are concerned, JMeter loocs lique a browser (or rather, multiple browsers); however JMeter does not perform all the actions supported by browsers. In particular, JMeter does not execute the Javascript found in HTML pagues. Nor does it render the HTML pagues as a browser does (it's possible to view the response as HTML etc., but the timings are not included in any samples, and only one sample in one thread is ever displayed at a time).

Tutorials

Further Information About JMeter

Go to top