dbslower: MySQL/PostgreSQL query tracing tool
authorSasha Goldshtein <goldshtn@gmail.com>
Thu, 9 Feb 2017 10:44:43 +0000 (05:44 -0500)
committerSasha Goldshtein <goldshtn@gmail.com>
Thu, 16 Feb 2017 09:16:01 +0000 (09:16 +0000)
commitdd37d6388d5f640134c95cbcb3117a2dc0e49320
tree02097f644baed8b98e02c8314483ac83a05fea58
parent5f354e5a4246390682c626dacc9f92cf30203711
dbslower: MySQL/PostgreSQL query tracing tool

This tool traces MySQL/PostgreSQL queries, including an optional
minimum duration threshold. This is based on `mysqld_qslower` but
adapted to automatically detect MySQL/PostgreSQL processes, and a
couple of other code fixes.

I believe at this time, `mysqld_qslower` can be retired, as this
tool completely supersedes it.
man/man8/dbslower.8 [new file with mode: 0644]
tools/dbslower.py [new file with mode: 0755]
tools/dbslower_example.txt [new file with mode: 0644]