Search code examples
mysqlamazon-web-servicesprofilingperconapt-query-digest

Get detailed result from pt-query-digest


I have slow query log file from Amazon RDS that using mysql as engine.

I am running pt-query-digest with that log file. with following command.

pt-query-digest --report-all --limit=0% /tmp/mysql.slow_log.log > result.txt

this is output: Output

How can i get more detailed output like in here. What i want


Solution

  • --log_slow_verbosity=full
    

    Caveat:

    This flag can only be used with the Percona Server.