摘要: (1)QPS(每秒Query量) QPS = Questions(or Queries) / seconds mysql > show global status like 'Question%'; (2)TPS(每秒事务量) TPS = (Com_commit + Com_rollback)... 阅读全文
posted @ 2015-08-26 11:01 馒头斋 阅读(303) 评论(0) 推荐(0)