摘要: http://blog.csdn.net/nilxin/article/details/5812480 sample 1: 定义 TPS:Transactions Per Second(每秒传输的事物处理个数),即服务器每秒处理的事务数。TPS包括一条消息入和一条消息出,加上一次用户数据库访问。(业 阅读全文
posted @ 2017-11-10 18:09 feiyun8616 阅读(1888) 评论(0) 推荐(0) 编辑
摘要: 当前最耗资源的10个cpu select * from (select address,hash_value, round(cpu_time/1000000) cpu_time_s, round(cpu_time/decode(executions,0,1,executions)/1000000,2 阅读全文
posted @ 2017-11-10 17:21 feiyun8616 阅读(378) 评论(0) 推荐(0) 编辑