status['Uptime']; $used_queries = $ServerStatusData->used_queries; $total_queries = array_sum($used_queries); $retval .= '
' . __('Statements') . ' | '; $retval .= ''; /* l10n: # = Amount of queries */ $retval .= __('#'); $retval .= ' | '; $retval .= 'ø ' . __('per hour') . ' | '; $retval .= '% | '; $retval .= '
---|---|---|---|
' . htmlspecialchars($name) . ' | '; $retval .= ''; $retval .= htmlspecialchars(PMA_Util::formatNumber($value, 5, 0, true)); $retval .= ' | '; $retval .= ''; $retval .= htmlspecialchars( PMA_Util::formatNumber($value * $hour_factor, 4, 1, true) ); $retval .= ' | '; $retval .= ''; $retval .= htmlspecialchars( PMA_Util::formatNumber($value * $perc_factor, 0, 2) ); $retval .= ' | '; $retval .= '