Get detailed result from pt-query-digest

557 views Asked by At

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

1

There are 1 answers

0
BringBackCommodore64 On BEST ANSWER
--log_slow_verbosity=full

Caveat:

This flag can only be used with the Percona Server.