I'm currently trying to figure out how to count the number of transactions/statements executed against a MySql database on a given interval.
Has anyone done this before?
Are there any mysql tables that track these metrics?
I know SQL Server tracks this sort of thing, but I haven't been able to find anything for mysql.
Thanks in advance!