mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
descriptions on graph page (none created yet)
git-svn-id: http://www.observium.org/svn/observer/trunk@2931 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -53,7 +53,17 @@ include("includes/graphs/graph.inc.php");
|
||||
|
||||
$end = utime(); $run = $end - $start;;
|
||||
|
||||
if($debug) { echo("runtime ".$run." secs"); }
|
||||
if($debug) { echo("<br />Runtime ".$run." secs");
|
||||
|
||||
echo('<br />MySQL: Cell '.($db_stats['fetchcell']+0).'/'.round($db_stats['fetchcell_sec']+0,3).'s'.
|
||||
' Row '.($db_stats['fetchrow']+0). '/'.round($db_stats['fetchrow_sec']+0,3).'s'.
|
||||
' Rows '.($db_stats['fetchrows']+0).'/'.round($db_stats['fetchrows_sec']+0,3).'s'.
|
||||
' Column '.($db_stats['fetchcol']+0). '/'.round($db_stats['fetchcol_sec']+0,3).'s');
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user