可以利用 MySQL 例如要取得多少個 insert/update/delete per second 可以用在 global status 裡面找到:
show global status like "com_insert";
當然也可以用 Com_delete, Com_update, Com_select …等等下去找
_老屁孩_
可以利用 MySQL 例如要取得多少個 insert/update/delete per second 可以用在 global status 裡面找到:
show global status like "com_insert";
當然也可以用 Com_delete, Com_update, Com_select …等等下去找