app->logger->countLogs(); $penetrators = $this->app->logger->getHighestPerpetrator(); echo $this->getData('nav')->render(); ?>
| = $this->getHtml('OS'); ?> | = $this->printHtml(php_uname('s')); ?> |
| = $this->getHtml('Version'); ?> | = $this->printHtml(php_uname('v')); ?> |
| = $this->getHtml('Release'); ?> | = $this->printHtml(php_uname('r')); ?> |
| = $this->getHtml('RAMUsage'); ?> | = $this->printHtml(memory_get_usage(true)/(1024*1024)); ?> MB |
| = $this->getHtml('MemoryLimit'); ?> | = $this->printHtml(ini_get('memory_limit')); ?> |
| = $this->getHtml('SystemRAM'); ?> | = $this->printHtml(\phpOMS\System\SystemUtils::getRAM()/(1024)); ?> MB |
| = $this->getHtml('CPUUsage'); ?> | = $this->printHtml(\phpOMS\System\SystemUtils::getCpuUsage()); ?>% |
| = $this->getHtml('Emergencies'); ?> | = $this->printHtml($logs['emergency'] ?? 0); ?> |
| = $this->getHtml('Criticals'); ?> | = $this->printHtml($logs['critical'] ?? 0); ?> |
| = $this->getHtml('Errors'); ?> | = $this->printHtml($logs['error'] ?? 0); ?> |
| = $this->getHtml('Warnings'); ?> | = $this->printHtml($logs['warning'] ?? 0); ?> |
| = $this->getHtml('Alerts'); ?> | = $this->printHtml($logs['alert'] ?? 0); ?> |
| = $this->getHtml('Notices'); ?> | = $this->printHtml($logs['notice'] ?? 0); ?> |
| = $this->getHtml('Info'); ?> | = $this->printHtml($logs['info'] ?? 0); ?> |
| = $this->getHtml('Debug'); ?> | = $this->printHtml($logs['debug'] ?? 0); ?> |
| = $this->getHtml('Total'); ?> | = $this->printHtml(array_sum($logs)); ?> |
| = $this->printHtml($ip); ?> | = $this->printHtml($count); ?> |