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
No edit summary
No edit summary
Line 13: Line 13:
*[http://moodle.org/mod/forum/discuss.php?d=119443 Using Moodle forum discussion on Jmeter Scripts]
*[http://moodle.org/mod/forum/discuss.php?d=119443 Using Moodle forum discussion on Jmeter Scripts]
*[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]
*[https://github.com/kabalin/moodle-jmeter-script-generator JMeter script generator for Moodle] [http://moodle.org/user/view.php?id=264538&course=5 James Brisland's] plugin repository containing external contributions.
*[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]]
[[Category:Developer tools]]

Revision as of 14:03, 16 April 2012

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