Description
Here is what I get for output:
`>> MySQLTuner 2.6.2
* Jean-Marie Renouard [email protected]
* Major Hayden [email protected]
Bug reports, feature requests, and downloads at http://mysqltuner.pl/
Run with '--help' for additional options and output filtering
ℹ Skipped version check for MySQLTuner script
✘ Failed to execute: SHOW REPLICAS\G
✘ FAIL Execute SQL / return code: 256
✔ Operating on 64-bit architecture
-------- Storage Engine Statistics -----------------------------------------------------------------
ℹ Status: +Aria +CSV +InnoDB +MEMORY +MRG_MyISAM +MyISAM +PERFORMANCE_SCHEMA +SEQUENCE
ℹ Data in InnoDB tables: 334.1M (Tables: 822)
ℹ Data in Aria tables: 32.0K (Tables: 1)
✔ Total fragmented tables: 0
✔ Currently running supported MySQL version 10.11.12-MariaDB
-------- Log file Recommendations ------------------------------------------------------------------
✘ Log file doesn't exist
-------- Analysis Performance Metrics --------------------------------------------------------------
ℹ innodb_stats_on_metadata: OFF
✔ No stat updates during querying INFORMATION_SCHEMA.
-------- Views Metrics -----------------------------------------------------------------------------
-------- Triggers Metrics --------------------------------------------------------------------------
-------- Routines Metrics --------------------------------------------------------------------------
-------- Security Recommendations ------------------------------------------------------------------
ℹ MariaDB Server - 10.11.12-MariaDB
ℹ Skipped due to unsupported feature for MySQL 8.0+
-------- CVE Security Recommendations --------------------------------------------------------------
ℹ Skipped due to --cvefile option undefined
-------- Performance Metrics -----------------------------------------------------------------------
ℹ Up for: 6h 26m 24s (799K q [34.477 qps], 6K conn, TX: 10G, RX: 485M)
ℹ Reads / Writes: 91% / 9%
ℹ Binary logging is disabled
ℹ Physical Memory : 7.5G
ℹ Max MySQL memory : 924.8M
ℹ Other process memory: 0B
ℹ Total buffers: 557.0M global + 9.9M per thread (37 max threads)
ℹ Performance_schema Max memory usage: 0B
ℹ Galera GCache Max memory usage: 0B
✔ Maximum reached memory usage: 656.4M (8.53% of installed RAM)
✔ Maximum possible memory usage: 924.8M (12.01% of installed RAM)
✔ Overall possible memory usage with other process is compatible with memory available
✔ Slow queries: 0% (0/799K)
✔ Highest usage of available connections: 27% (10/37)
✔ Aborted connections: 0.00% (0/6233)
ℹ Skipped name resolution test due to skip_networking=ON in system variables.
✔ Query cache is disabled by default due to mutex contention on multiprocessor machines.
✔ Sorts requiring temporary tables: 0% (0 temp sorts / 103K sorts)
✘ Joins performed without indexes: 771
✔ Temporary tables created on disk: 22% (19K on disk / 84K total)
✔ Thread cache hit rate: 99% (10 created / 6K connections)
✔ Table cache hit rate: 99% (995K hits / 999K requests)
✔ table_definition_cache (1400) is greater than number of tables (1114)
✔ Open file limit used: 0% (60/32K)
✔ Table locks acquired immediately: 100% (1K immediate / 1K locks)
-------- Performance schema ------------------------------------------------------------------------
✘ Performance_schema should be activated.
ℹ Sys schema is installed.
-------- ThreadPool Metrics ------------------------------------------------------------------------
ℹ ThreadPool stat is disabled.
-------- MyISAM Metrics ----------------------------------------------------------------------------
ℹ General MyIsam metrics:
ℹ +-- Total MyISAM Tables : 0
ℹ +-- Total MyISAM indexes : 0B
ℹ +-- KB Size :1.0M
ℹ +-- KB Used Size :194.0K
ℹ +-- KB used :18.9%
ℹ +-- Read KB hit rate: 0% (0 cached / 0 reads)
ℹ +-- Write KB hit rate: 0% (0 cached / 0 writes)
ℹ No MyISAM table(s) detected ....
-------- InnoDB Metrics ----------------------------------------------------------------------------
ℹ InnoDB is enabled.
✔ InnoDB File per table is activated
✔ InnoDB Buffer Pool size ( 384.0M ) under limit for 64 bits architecture: (17179869184.0G )
✔ InnoDB buffer pool / data size: 384.0M / 334.1M
✔ Ratio InnoDB log file size / InnoDB Buffer pool size: 96.0M * 1/384.0M should be equal to 25%
Illegal division by zero at /home/pcs_mysqltuner.pl line 6568 (#1)
(F) You tried to divide a number by 0. Either something was wrong in
your logic, or you need to put a conditional in to guard against
meaningless input.
Uncaught exception from user code:
Illegal division by zero at /home/pcs_mysqltuner.pl line 6568.
main::mysql_innodb() called at /home/pcs_mysqltuner.pl line 7435`