摘要: 1. QPS(每秒Query量) QPS = Questions(or Queries) / seconds mysql > show global status like 'Question%'; 2. TPS(每秒事务量) TPS = (Com_commit + Com_rollback) / 阅读全文
posted @ 2016-08-30 11:25 陌上归人的博客 阅读(3040) 评论(0) 推荐(0) 编辑