Following is a coefficient variation format:
CVx = (SDx /Meanx) * 100%
here SD means standard deviation and Mean means average value
we need to measure our mysql databases using TPS(Transaction per second) coefficient variation,QPS(Query per second) coefficient variation,RT(Response Time) coefficient variation.
As a DBA,what aspects should I foucus on to improve our database stability?
thanks