Script to test concurrent Moodle connections?

Re: Script to test concurrent Moodle connections?

by Martín Langhoff -
Number of replies: 0
For simple stuff, ab (comes included with Apache1/2) using the -c flag. For more complex stuff, JMeter -- use it as proxy first to collect sample traffic and then replay it against your host with high concurrency.

Both are pretty much best-of-breed and work on Linux/MacOSX/Win.