Skip to content

Instantly share code, notes, and snippets.

@Fernan2
Created February 7, 2014 10:03
Show Gist options
  • Save Fernan2/8860054 to your computer and use it in GitHub Desktop.
Save Fernan2/8860054 to your computer and use it in GitHub Desktop.
Analizar el slow_query.log
scp deploy@db.rankia.com:/db/mysql/log/slow_query.log ~/Downloads
ruby ~/SlowQueryLogParser.rb ~/Downloads/slow_query.log number > ~/Downloads/slow_query_formatted.log
mate ~/Downloads/slow_query_formatted.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment