slowql icon indicating copy to clipboard operation
slowql copied to clipboard

A package to parse slow query logs in Go, with associated tooling (digester, replayer...), and compatible with multiple databases (MySQL, MariaDB, PerconaDB...).

Results 2 slowql issues
Sort by recently updated
recently updated
newest added

Using this command for slowql-replayer ```bash ./replayer_linux_amd64 -db rp2 -f /mnt/disks/data/mysql-slow.log -h 10.240.0.39 -u user -password PASS -k mysql ``` /mnt/disks/data/mysql-slow.log: ``` Tcp port: 3306 Unix socket: /var/run/mysqld/mysqld.sock Time Id...

This sample run (1h in real time) reports `replayer took 1m31.929953276s more`. However this excess time does not take factor into account. This run took 21'32" more than expected (21:13:21...

bug