aboutsummaryrefslogtreecommitdiffstats
path: root/includes/db/LoadMonitor.php
Commit message (Expand)AuthorAgeFilesLines
* Moved all load balancer classes to /loadbalancerAaron Schulz2015-09-241-66/+0
* Moved LoadMonitorMySQL to a separate fileAaron Schulz2015-07-141-105/+0
* Made LoadMonitor use wfGlobalCacheKey() and tweaked the key nameAaron Schulz2015-07-091-1/+1
* Use APC for caching slave lag timesAaron Schulz2015-06-261-42/+60
* hierarchicalize(!) stat namesOri Livneh2015-06-031-2/+2
* Fixed getLagTimes() lockingAaron Schulz2015-04-271-2/+2
* Fix phpcs errors in includes/Ricordisamoa2015-01-081-1/+0
* Remove obvious function-level profilingChad Horohoe2015-01-071-1/+0
* Slave lag check tweaks to JobRunnerAaron Schulz2014-09-241-1/+1
* Avoid sleeper connections in LoadMonitor::getLagTimes()Aaron Schulz2014-08-221-10/+16
* Cleanups to LoadMonitorAaron Schulz2014-02-111-32/+11
* Removed unused postConnectionBackoff() from LoadMonitorAaron Schulz2014-01-281-41/+0
* Update documentation for database related classesSiebrand Mazeland2014-01-061-17/+15
* Remove underscore from classes LBFactory_*, LoadBalancer_*, LoadMonitor_*Siebrand Mazeland2013-12-261-8/+2
* Update formatting on database-related classesSiebrand Mazeland2013-11-211-1/+5
* Update docs and declare visibility on class propsSiebrand Mazeland2013-11-011-5/+10
* [Database] Tweaked LoadMonitor::getLagTimes() to further reduce stampedesAaron Schulz2013-06-111-8/+16
* Fixed spacing in db/debug/diff/externalstore/objectcache folderumherirrender2013-04-201-1/+2
* Fixed @param tags to conform with Doxygen format.Tyler Anthony Romeo2013-03-111-1/+1
* fix some spacingumherirrender2013-02-041-3/+3
* style: normalize end of filesAntoine Musso2013-02-031-1/+0
* Added missing GPLv2 headers in includes/db.Alexandre Emsenhuber2012-04-261-1/+16
* Moar documentationsSam Reed2011-11-291-1/+5
* * Fix for r90643: in the case where there is only one server, implying no rep...Tim Starling2011-08-291-0/+5
* Merge r90664 from 1.17wmf1Sam Reed2011-06-301-6/+8
* General database-related code cleanup:Tim Starling2011-06-231-1/+16
* And even more documentationSam Reed2011-05-281-0/+5
* DocumentationSam Reed2011-05-251-0/+10
* Add/remove/tweak method documentationSam Reed2011-05-191-1/+1
* More function/member variable documentationSam Reed2011-03-091-1/+10
* More function level documentationSam Reed2011-02-191-0/+5
* * standardised file headersAlexandre Emsenhuber2010-08-081-2/+10
* Fixed some doxygen warningsAlexandre Emsenhuber2010-03-111-5/+5
* Allow DB to be used during LocalSettings.php et al by changing plain get of g...Andrew Garrett2008-11-301-0/+3
* * Split off DB load monitoring logic into a LoadMonitor class hierarchy, to a...Tim Starling2008-07-071-0/+121