maintenance/stats.php File Reference

Show statistics from memcached. More...

Go to the source code of this file.

Variables

if(get_class($wgMemc)==
'FakeMemCachedClient') 
$session = intval($wgMemc->get(wfMemcKey('stats','request_with_session')))
 $noSession = intval($wgMemc->get(wfMemcKey('stats','request_without_session')))
 $total = $session + $noSession
if($total==0) print Requests n
 $hits = intval($wgMemc->get(wfMemcKey('stats','pcache_hit')))
 $invalid = intval($wgMemc->get(wfMemcKey('stats','pcache_miss_invalid')))
 $expired = intval($wgMemc->get(wfMemcKey('stats','pcache_miss_expired')))
 $absent = intval($wgMemc->get(wfMemcKey('stats','pcache_miss_absent')))
 $stub = intval($wgMemc->get(wfMemcKey('stats','pcache_miss_stub')))
 $misses = intval($wgMemc->get(wfMemcKey('stats','image_cache_miss')))
 $updates = intval($wgMemc->get(wfMemcKey('stats','image_cache_update')))
 $uncacheable = intval($wgMemc->get(wfMemcKey('stats','diff_uncacheable')))


Detailed Description

Show statistics from memcached.

Definition in file stats.php.


Variable Documentation

$absent = intval($wgMemc->get(wfMemcKey('stats','pcache_miss_absent')))

Definition at line 30 of file stats.php.

$expired = intval($wgMemc->get(wfMemcKey('stats','pcache_miss_expired')))

Definition at line 29 of file stats.php.

Referenced by Language::isLocalisationOutOfDate().

$hits = intval($wgMemc->get(wfMemcKey('stats','pcache_hit')))

Definition at line 27 of file stats.php.

$invalid = intval($wgMemc->get(wfMemcKey('stats','pcache_miss_invalid')))

Definition at line 28 of file stats.php.

$misses = intval($wgMemc->get(wfMemcKey('stats','image_cache_miss')))

Definition at line 41 of file stats.php.

$noSession = intval($wgMemc->get(wfMemcKey('stats','request_without_session')))

Definition at line 15 of file stats.php.

if (get_class($wgMemc)== 'FakeMemCachedClient') $session = intval($wgMemc->get(wfMemcKey('stats','request_with_session')))

Definition at line 14 of file stats.php.

Referenced by FauxRequest::FauxRequest(), and User::setCookies().

$stub = intval($wgMemc->get(wfMemcKey('stats','pcache_miss_stub')))

Definition at line 31 of file stats.php.

Referenced by compressWithConcat(), and resolveStub().

$total = $session + $noSession

Definition at line 16 of file stats.php.

$uncacheable = intval($wgMemc->get(wfMemcKey('stats','diff_uncacheable')))

Definition at line 51 of file stats.php.

$updates = intval($wgMemc->get(wfMemcKey('stats','image_cache_update')))

Definition at line 42 of file stats.php.

Referenced by SiteStatsUpdate::doUpdate(), and MediaWiki::doUpdates().

print nParser cache n

Definition at line 17 of file stats.php.


Generated on Sat Sep 5 02:08:28 2009 for MediaWiki by  doxygen 1.5.9