mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
more db*
git-svn-id: http://www.observium.org/svn/observer/trunk@2328 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -140,6 +140,7 @@ echo('</a>. Copyright © 2006-'. date("Y"). ' by Adam Armstrong. All rights
|
||||
|
||||
if ($config['page_gen'])
|
||||
{
|
||||
echo('<br />MySQL: Cell '.($db_stats['fetchcell']+0).'/'.($db_stats['fetchcell_sec']+0).'s Row '.($db_stats['fetchrow']+0).'/'.($db_stats['fetchrow_sec']+0).'s Rows '.($db_stats['fetchrows']+0).'/'.($db_stats['fetchrows_sec']+0).'s Column '.($db_stats['fetchcol']+0).'/'.($db_stats['fetchcol_sec']+0));
|
||||
echo('<br />Generated in ' . $gentime . ' seconds.');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user