Extension:EventSimulator

MediaWiki extensions manual
EventSimulator
Release status: unknown
Author(s) Tim Starling
MediaWiki >= 1.35.0
License BSD 3-clause "Modified" License
Download
Quarterly downloads 0
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 EventSimulator folder to your extensions/ 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.