Moodle Plugins directory: Speed Test: Versions: 2019112800 | Moodle.org
Speed Test
Speed Test 2019112800
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
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:
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
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:
Version information
- Version build number
- 2019112800
- Version release name
- 2019112800
- Maturity
- Stabil verzió
- MD5 Sum
- 27439ff28d4f591531b1ecfa5470044d
- 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
- The more recent release 2019121000 (2019121000) exists for Moodle 3.1
- The more recent release 2019121000 (2019121000) exists for Moodle 3.2
- The more recent release 2019121000 (2019121000) exists for Moodle 3.3
- The more recent release 2019121000 (2019121000) exists for Moodle 3.4
- The more recent release 2019121000 (2019121000) exists for Moodle 3.5
- The more recent release 2019121000 (2019121000) exists for Moodle 3.6
- The more recent release 2019121000 (2019121000) exists for Moodle 3.7
- The more recent release 2019121000 (2019121000) exists for Moodle 3.8
Version control information
- Version control system (VCS)
- GIT
- VCS repository URL
Default installation instructions for plugins of the type Administration tools
- Make sure you have all the required versions.
- Download and unpack the module.
- Place the folder (eg "mytool") in the "admin/tool" subdirectory.
- Visit http://yoursite.com/admin to finish the installation