Note:

If you want to create a new page for developers, you should create it on the Moodle Developer Resource site.

Load testing Moodle with JMeter: Difference between revisions

From MoodleDocs
(Created page with "Apache JMeter is a 100% pure Java desktop application designed to load test functional behavior and measure performance. It was originally designed for testing Web Applications ...")
 
No edit summary
Line 14: Line 14:
*[http://www.open.ac.uk/blogs/XHProf/?page_id=64 JMeter testplan generation Moodle plugin] developed by [http://moodle.org/user/view.php?id=264538&course=5 James Brisland]
*[http://www.open.ac.uk/blogs/XHProf/?page_id=64 JMeter testplan generation Moodle plugin] developed by [http://moodle.org/user/view.php?id=264538&course=5 James Brisland]
*[http://www.javapassion.com/handsonlabs/javatestjmeter/index.html JavaPassion LAB 1077: JMeter Load Testing]
*[http://www.javapassion.com/handsonlabs/javatestjmeter/index.html JavaPassion LAB 1077: JMeter Load Testing]
[[Category:Developer tools]]

Revision as of 08:44, 16 June 2011

Apache JMeter is a 100% pure Java desktop 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.

There's a place in Moodle Contrib for people to share their Jmeter scripts here: http://cvs.moodle.org/contrib/tools/jmeter/

For more information about JMeter and what it could help you to stress test your Moodle installation, please see: http://jakarta.apache.org/jmeter/

For JMeter FAQ, see: http://wiki.apache.org/jakarta-jmeter/JMeterFAQ

See also