如下脚步是对mysql数据库统计QPS脚本:#!/bin/bashmysqladmin-uroot-p‘xxxx‘extended-status-i1|awk‘BEGIN{local_switch=0;print"QPSCommitRollbackTPSThreads_conThreads_run\n-------------------------------------------------------"}$2~/Queries$/{q=$4-lq;lq=$4;}$2~/Co..
分类:
数据库 时间:
2016-12-29 20:52:33
阅读次数:
434