Anemometer icon indicating copy to clipboard operation
Anemometer copied to clipboard

Box SQL Slow Query Monitor

Results 60 Anemometer issues
Sort by recently updated
recently updated
newest added

I noticed that I was getting an invalid mapping of hostname_max and db_max after adding them to the query. It appears that the GROUP BY is not properly grouping the...

MySQL generates `Division by 0 warnings` warnings when `rows_sent_sum` is 0 for some statements. ```sql Level: Warning Code: 1365 Message: Division by 0 ``` `rows_sent_sum` is 0 for statements like...

The install sql file does not create the tables properly during first setup. It appears to be due to a change in the default timestamp format in 5.7.

After testing, I have confirmed an error where the documentation for getting started will lead to being unable to connect to the database. This is due to the sample.config.inc.php file...

MariaDB checks if default date makes sense, and fails on default date 0000-00-00. Here is a patch to fix the issue index 8803f38..6f84644 100644 --- a/install.sql +++ b/install.sql @@ -23,8...

Do I need to copy the slow query logs from the source server to the server where I will have anemometer for this to work or anemometer will directly to...

question

``` Fatal error: Uncaught exception 'Exception' with message 'Datasource dbv1 has a source_type of performance_schema which requires mysql version >= 5.6. Found version: 10.0.19-MariaDB-2~wheezy-log' in /var/www/anemometer/lib/AnemometerModel.php:138 Stack trace: #0 /var/www/anemometer/lib/Anemometer.php(64):...

Can we use Anemometer for Oracle ?

When I enter host that doesn't exist or no data from it into "Filter By Host", the result shows all queries from all hosts. It should either give an error...

When I saw the slow log with anemometer, I confued about the item meaning list in the table. All these items defined in the configure file, such as: 'table_fields' =>...