ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Go to the source code of this file.
Functions | |
tdate ($input) | |
hours ($input) | |
humanreadable ($input) | |
Variables | |
$config = SimpleSAML_Configuration::getInstance() | |
$formats | |
$statsraw = SimpleSAML_Memcache::getStats() | |
$stats = $statsraw | |
foreach($stats AS $key=> &$entry) | $t = new SimpleSAML_XHTML_Template($config, 'memcacheMonitor:memcachestat.tpl.php') |
$rowTitles | |
$t | data ['title'] = 'Memcache stats' |
$t | data ['rowtitles'] = $rowTitles |
$t | data ['table'] = $stats |
$t | data ['statsraw'] = $statsraw |
hours | ( | $input | ) |
Definition at line 7 of file memcachestat.php.
Referenced by ilDurationInputGUI\setHours().
humanreadable | ( | $input | ) |
Definition at line 16 of file memcachestat.php.
References $output.
tdate | ( | $input | ) |
Definition at line 3 of file memcachestat.php.
References date.
$config = SimpleSAML_Configuration::getInstance() |
Definition at line 75 of file memcachestat.php.
Definition at line 81 of file memcachestat.php.
$rowTitles |
Definition at line 105 of file memcachestat.php.
$stats = $statsraw |
Definition at line 92 of file memcachestat.php.
$statsraw = SimpleSAML_Memcache::getStats() |
Definition at line 90 of file memcachestat.php.
foreach ( $stats AS $key=> & $entry) $t = new SimpleSAML_XHTML_Template($config, 'memcacheMonitor:memcachestat.tpl.php') |
Definition at line 104 of file memcachestat.php.
$t data[ 'title'] = 'Memcache stats' |
Definition at line 155 of file memcachestat.php.
$t data[ 'rowtitles'] = $rowTitles |
Definition at line 156 of file memcachestat.php.
$t data[ 'table'] = $stats |
Definition at line 157 of file memcachestat.php.
$t data[ 'statsraw'] = $statsraw |
Definition at line 158 of file memcachestat.php.