dbstat: Collect histograms of MySQL/PostgreSQL query latencies
authorSasha Goldshtein <goldshtn@gmail.com>
Thu, 9 Feb 2017 11:21:43 +0000 (06:21 -0500)
committerSasha Goldshtein <goldshtn@gmail.com>
Thu, 16 Feb 2017 09:16:01 +0000 (09:16 +0000)
commit249569892ae321c42f6c6ea1a8b3a6dcd5399a70
tree721d80d928b53e140515ebb6e586ca0ff3b457f9
parentdd37d6388d5f640134c95cbcb3117a2dc0e49320
dbstat: Collect histograms of MySQL/PostgreSQL query latencies

This tool traces MySQL/PostgreSQL queries, and aggregates their
latencies into a histogram. The histogram is then printed when the
tool is stopped, or at user-specified intervals.
man/man8/dbslower.8
man/man8/dbstat.8 [new file with mode: 0644]
tools/dbstat.py [new file with mode: 0755]
tools/dbstat_example.txt [new file with mode: 0644]