Mysql - logfile analysing: Difference between revisions

From Skytech
Jump to navigation Jump to search
Line 12: Line 12:
Sample output for a general log analysis:
Sample output for a general log analysis:
<pre>
<pre>
pt-query-digest --type=genlog mysql-general.log
pt-query-digest --type=genlog --filter '$event->{db} eq "wp-site42"' mysql-general.log
</pre>
</pre>



Revision as of 11:38, 13 March 2014


Mysql logfile analysis

General log

This will focus on general log analysing.

Will be using two fantastic tools:

pt-query-digest

Sample output for a general log analysis:

pt-query-digest --type=genlog --filter '$event->{db} eq "wp-site42"' mysql-general.log

mysqlsla

./mysqlsla -lt general mysql-general.log