#connect to a specific host and (optional) :port
host=localhost:3306

#kill >N-second-running things ('thing'==query by default, but can be connection)
killlong=45

#also kill volatile (insert/update/delete) long-running queries
#killvolatile=

#kill long-connected connections, not long-running queries
#killconn=

#do stupid (but effective) rotation of logs
#rotate=

# how many milliseconds to sleep in our "show full processlist" loop
#   ms    # per second
#   ---   ------------
#   500 = 2/sec
#   200 = 5/sec
#   100 = 10/sec
#   50  = 20/sec
#   25  = 40/sec
#   10  = 100/sec
# This is only an estimate, because the algorithm is a simple sleep for
# X milliseconds between each run. If the run takes 100 milliseconds, the
# actual run interval will be X+100 milliseconds.
#interval=1000
