Speed Test

Administration tool ::: tool_speedtest
Maintained by Catalyst IT, Brendan Heywood
This is a network speed tester for embedding directly inside your moodle.

Speed Test 2019121000

Moodle 3.1, 3.2, 3.3, 3.4, 3.5, 3.6, 3.7, 3.8
Released: Tuesday, 10 December 2019, 7:50 PM

69426326-24f1f380-0d81-11ea-82e7-0339fe902aee.png

moodle-tool_speedtest.svg?branch=master

tool_speedtest

A network speed test tool for Moodle

What is this?

This is a network speed tester, just like many other test pages such as fast.com by Netflix or the tester build directly into google.

The key difference is it is hosted directly inside your Moodle instance. Speed tests will always be specific to the particular combination of the end users computer, network, and all of the hops in the middle up to and including the actual moodle. No 3rd party test will ever give you a true indication of exactly how fast a user can access your specific moodle site.

In fact using a test tool such as Google's which will likely be hosted on CDN edge servers very close to your end users will almost always give a false and overly optimistic estimate of the true network speed to your moodle instance.

Branches

Moodle verion Branch PHP
Moodle 3.5 to 3.8 master 5.5 - 7.0+
Totara 12+ master 7.0+

Installation

  1. Install the plugin the same as any standard moodle plugin either via the Moodle plugin directory, or you can use git to clone it into your source:

    git clone git@github.com:catalyst/moodle-tool_speedtest.git admin/tool/speedtest
    

    Or install via the Moodle plugin directory:

    https://moodle.org/plugins/tool_speedtest

  2. Then run the Moodle upgrade

This plugin requires no configuration.

Usage

To run the speed test visit this url on your instance:

/admin/tool/speedtest/

Because this tool is intended to be a diagnostic tool it is pubicly available.

This tool doesn't add itself to any menu's so you will need to add links to it as needed, ie from your support pages.

Credit and thanks

This is essentially a wrapper or port of the excellent librespeed project (LGPL3):

https://github.com/librespeed/speedtest

logo3.png

Support

If you have issues please log them in github here

https://github.com/catalyst/moodle-tool_speedtest/issues

Please note our time is limited, so if you need urgent support or want to sponsor a new feature then please contact Catalyst IT Australia:

https://www.catalyst-au.net/contact-us

This plugin was developed by Catalyst IT Australia:

https://www.catalyst-au.net/

Catalyst IT

Version information

Version build number
2019121000
Version release name
2019121000
Maturity
Stable version
MD5 Sum
974645f7af15fad4f72f1208eefede40
Supported software
Moodle 3.1, Moodle 3.2, Moodle 3.3, Moodle 3.4, Moodle 3.5, Moodle 3.6, Moodle 3.7, Moodle 3.8
  • Latest release for Moodle 3.1
  • Latest release for Moodle 3.2
  • Latest release for Moodle 3.3
  • Latest release for Moodle 3.4
  • Latest release for Moodle 3.5
  • Latest release for Moodle 3.6
  • Latest release for Moodle 3.7
  • Latest release for Moodle 3.8

Version control information

Version control system (VCS)
GIT
VCS repository URL

Default installation instructions for plugins of the type Administration tool

  1. Make sure you have all the required versions.
  2. Download and unpack the module.
  3. Place the folder (eg "mytool") in the "admin/tool" subdirectory.
  4. Visit http://yoursite.com/admin to finish the installation