User Tools

Site Tools


mysql_slow_investigation

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
mysql_slow_investigation [2016/06/01 10:51] – created luke7858mysql_slow_investigation [2024/05/23 07:26] (current) – external edit 127.0.0.1
Line 26: Line 26:
  
 <sxh bash> <sxh bash>
-for i in $(grep '^SET timestamp=' /var/log/=/mysqllogs/mysqld-slow.log | tail -n200 | cut -d '=' -f 2 | cut -c-10); do date -d @$i; done | cut -c-13 | uniq -c+for i in $(grep '^SET timestamp=' /var/log/mysqllogs/mysqld-slow.log | tail -n200 | cut -d '=' -f 2 | cut -c-10); do date -d @$i; done | cut -c-13 | uniq -c
 </sxh> </sxh>
 <sxh bash> <sxh bash>
mysql_slow_investigation.1464778273.txt.gz · Last modified: 2024/05/23 07:26 (external edit)

Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain
Public Domain Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki