Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 624 Bytes

File metadata and controls

25 lines (18 loc) · 624 Bytes

matsuu/pt-query-digest

Usage

Analyze slow query log

cat mysql-slow.log | docker run -i --rm matsuu/pt-query-digest > analyzed-slow.log

Analyze tcpdump

cat dump.log | docker run -i --rm matsuu/pt-query-digest --type tcpdump > analyzed-slow.log

Build

docker build -t matsuu/pt-query-digest .

References