I could really use some help ironing out functionality for the next realease of the app. I'm working on a C version that will provide realtime profiling, and the perl version still needs improvement
Please send me a message if you're interested in contributing to this project
Thank you,
Ted
The initial release contains a working version of the query logger that has been tested with over 3000 queries per second on a real production system. It's been running on this machine for a few months, logging a certain set of queries to a small log file
A busy instance can generate hundreds of gigabytes in query logs per day and typical query logging usually impacts performance since the server needs to write to disk for any query it encounters... read more