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

posted @ 2018-10-30 20:27  海东潮  阅读(79)  评论(0)    收藏  举报