Difference between revisions of "JMeter test plan generator"
From Learnit docs
(Created page with "{{Developer tools}} The JMeter test plan generator allows you to run performance tests over a Moodle course, it works along with https://github.com/moodlehq/moodle-performance...") |
(Redirected page to JMeter test plan generator) (Tag: New redirect) |
||
Line 1: | Line 1: | ||
+ | #REDIRECT[[JMeter test plan generator]] | ||
+ | |||
+ | [[es:admin/tool/generator/maketestplan]] | ||
{{Developer tools}} | {{Developer tools}} | ||
The JMeter test plan generator allows you to run performance tests over a Moodle course, it works along with https://github.com/moodlehq/moodle-performance-comparison, you can find more info about how to use it in https://github.com/moodlehq/moodle-performance-comparison/blob/master/README.md | The JMeter test plan generator allows you to run performance tests over a Moodle course, it works along with https://github.com/moodlehq/moodle-performance-comparison, you can find more info about how to use it in https://github.com/moodlehq/moodle-performance-comparison/blob/master/README.md |
Revision as of 11:09, 16 May 2019
Redirect to:
es:admin/tool/generator/maketestplan Template:Developer tools The JMeter test plan generator allows you to run performance tests over a Moodle course, it works along with https://github.com/moodlehq/moodle-performance-comparison, you can find more info about how to use it in https://github.com/moodlehq/moodle-performance-comparison/blob/master/README.md
Requirements
This tool is for developer use only and should not be used on a live site. It is disabled unless you set the debugging option to DEVELOPER.
Finding the generator tool
The tool can be found in:
- Web interface
- The Site Administration block -> Development -> Make JMeter test plan
- CLI
- admin/tool/generator/cli/maketestplan.php
Usage
cd /moodle/dirroot php admin/tool/generator/cli/maketestplan.php --size=S --shortname="course_short_name"
Options
- Course shortname: Shortname of the test plan's target course (required)
- Size: Size of the test plan to create XS, S, M, L, XL, or XXL options (required)
- By pass check: Bypasses the developer-mode check (be careful!)
- Update users password: Updates the target course users password
For more help:
php admin/tool/generator/cli/maketestplan.php --help