JiangYongKang
7/17/2018 - 9:43 AM

统计MySQL每分钟增删改查次数

show global status where variable_name in('com_select','com_insert','com_delete','com_update');
select sleep(60);
show global status where variable_name in('com_select','com_insert','com_delete','com_update');