Bug #74809 Stats per binlog event type
Submitted: 12 Nov 2014 7:49 Modified: 20 Nov 2015 10:07
Reporter: Daniël van Eeden (OCA) Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Server: Performance Schema Severity:S4 (Feature request)
Version:5.7 OS:Any
Assigned to: CPU Architecture:Any
Tags: binlog, replication, slave

[12 Nov 2014 7:49] Daniël van Eeden
Description:
It would be helpful if I could use performance_schema to see stats about the number of binlog events:

SELECT * FROM binlog_events;
worker_id    binlog_event    count_star    bytes
1            Table_map       100           1000
1            Update_rows     9876473262    898962669
1            Rows_query      100           4000
1            Query           120           2000

How to repeat:
Try to get stats about per binlog event counts.