Update Indicators list

This commit is contained in:
root 2016-10-10 14:54:39 +02:00
parent 5a87c9e00e
commit af96e4c9cb

View file

@ -274,51 +274,45 @@
## MySQLTuner performance schema and sysschema information ## MySQLTuner performance schema and sysschema information
* sys Schema version * sys Schema version
* High Cost SQL statements * Top user per connection
* Top 5% slower queries * Top user per statement
* Use temporary tables * Top user per statement latency
* Unused Indexes * Top user per lock latency
* Full table scans * Top user per full scans
* Top 5 user per connection * Top user per row_sent
* Top 5 user per statement * Top user per row modified
* Top 5 user per statement latency * Top user per io
* Top 5 user per lock latency * Top user per io latency
* Top 5 user per nb full scans * Top host per connection
* Top 5 user per rows sent * Top host per statement
* Top 5 user per rows modified * Top host per statement latency
* Top 5 user per io * Top host per lock latency
* Top 5 user per io latency * Top host per full scans
* Top 5 user per table scans * Top host per rows sent
* Top host per rows modified
* Top 5 host per connection * Top host per io
* Top 5 host per statement * Top 5 host per io latency
* Top 5 host per statement latency * Top IO type order by total io
* Top 5 host per lock latency * Top IO type order by total latency
* Top 5 host per nb full scans * Top IO type order by max latency
* Top 5 host per rows sent * Top Stages order by total io
* Top 5 host per rows modified * Top Stages order by total latency
* Top 5 host per io * Top Stages order by avg latency
* Top 5 host per io latency * Top host per table scans
* Top 5 host per table scans
* InnoDB Buffer Pool by schema * InnoDB Buffer Pool by schema
* InnoDB Buffer Pool by table * InnoDB Buffer Pool by table
* Process per allocated memory * Process per allocated memory
* InnoDB Lock Waits
* Top IO type order by total io * Threads IO Latency
* Top IO type order by total latency * High Cost SQL statements
* Top IO type order by max latency * Top 5% slower queries
* Top Stages order by total io * Top 10 nb statement type
* Top Stages order by total latency * Top statement by total latency
* Top Stages order by avg latency * Top statement by lock latency
* Top 5 Most latency statements * Top statement by full scans
* Top 5 slower queries * Top statement by rows sent
* Top 10 nb statement type * Top statement by rows modified
* Top statement by total latency * Use temporary tables
* Top statement by lock latency * Unused Indexes
* Top statement by full scans * Full table scans
* Top statement by rows sent * Latest file IO by latency
* Top statement by rows modified
* Some queries using temp table
* Unused indexes
* Tables with full table scans