Determine Average Transactions Per Second in MySQL – How to Guide

MySQLperformance

I'd like to see how many transactions per second an instance of MySQL server is processing, on average (per hour and per day). Is there some query to determine this? I've looked through performance_schema as well as information_schema, but nothing seems obvious.

I am running version 5.6.14 for x86_64 on debian6.0

Best Answer

Have you looked at stats from \s? I wasn't sure by 'transaction' you simply mean queries.