I’ve been wanting a query sniper for a while for MySQL (some people seem to call them “query killers”). They’re basically programs which inspect the MySQL “show processlist” command and decide to kill some processes if they violate specified rules. I have a prototype of one in python, and couldn’t find any other implementations until…