diff --git a/js/server_status.js b/js/server_status.js index 6cacabc759..ac4071c3f6 100644 --- a/js/server_status.js +++ b/js/server_status.js @@ -982,7 +982,7 @@ $(function() { } if(msg.length == 0) { - icon = 'ic_s_success'; + icon = 'ic_s_error'; msg = PMA_messages['strBothLogOff']; } @@ -1528,9 +1528,11 @@ $(function() { tableStr += '
+
" style="display:none;"> + queries. For the latter you will need to set log_output to \'TABLE\' and have either the slow_query_log or general_log enabled. Note however, that the + general_log produces a lot of data and increases server load by up to 15%'); ?>
When you get to see a sudden spike in activity, select the relevant time span on any chart by holding down the left mouse button and panning over the chart. This will load statistics from the logs helping you find what caused the - activity spike.
-Please note: - Enabling the general_log may increase the server load by up to 5-15%. Also be aware that generating statistics out of the logs is a - very load intensive task, thus it is advisable to select only a small time span. -
'); ?> + activity spike.'); + ?> +
+
+ Please note:
+ Enabling the general_log may increase the server load by 5-15%. Also be aware that generating statistics from the logs is a
+ load intensive task, so it is advisable to select only a small time span and to disable the general_log and empty its table once monitoring is not required any more.
+ '); ?>
+