this the tps and qps info:
this the tps and qps info:
# values are from " show global status"
# TPS
| Com_commit | 8361540 |
| Com_rollback | 0 |
| Uptime | 140760 |
TPS = (Com_commit + Com_rollback ) / Uptime = (8361540 + 0 ) / 140760 = 60 T/s
# QPS
| Questions | 147005204 |
| Uptime | 140760 |
QPS = Questions / Uptime = 147005204 / 140760 = 1045 Q/s