MYSQL常用的性能指标总结和归纳(1) QPS(每秒Query量) QPS = Questions(or Queries) / uptime mysql> show global status like 'Question%'; mysql> show global status like 'uptime'; (2) TPS(每秒事务