Extension:EventSimulator
Appearance
Please help expand this page. |
Release status: unknown |
|
|---|---|
| Author(s) | Tim Starling |
| MediaWiki | >= 1.35.0 |
| Licence | BSD 3-clause "Modified" License |
| Download | |
| Translate the EventSimulator extension if it is available at translatewiki.net | |
The EventSimulator extension simulates the impact of various events on a load balanced system. See T315270 for more details on how the system works.
Installation
[edit]- Download and move the extracted
EventSimulatorfolder to yourextensions/directory.
Developers and code contributors should install the extension from Git instead, using:cd extensions/ git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/EventSimulator
- Add the following code at the bottom of your LocalSettings.php file:
wfLoadExtension( 'EventSimulator' );
Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
