mysql logical read,MySQL_性能监控项解读.doc

MySQL_性能监控项解读

MySQL_性能监控项解读

########### innodb_data ############

EXPRESSION:( $2 - $1 ) / $INTER

PARAMETER:

fsyncsINNODB_DATA_FSYNCS:The number of fsync() operations

readsINNODB_DATA_READS:The total number of data reads

writesINNODB_DATA_WRITES:The total number of data writes

pending_fsyncs...INNODB_DATA_PENDING_FSYNCS:The current number of pending fsync()

pending_readsINNODB_DATA_PENDING_READS:The current number of pending reads

pending_writes...INNODB_DATA_PENDING_WRITES:The current number of pending writes

TIPS:

########### innodb_rate ############

EXPRESSION:($2 - $1) * 100 / $2

PARAMETER:

read_hitrateINNODB_BUFFER_POOL_READS:The number of logical reads that InnoDB could not satisfy from the buffer pool, and had to read directly from the disk

INNODB_BUFFER_POOL_READ_REQUESTS :The number of logical read requests InnoDB has done

log_write_hitrate...INNODB_LOG_WRITES:The number of physical writes to the log file

INNODB_LOG_WRITE_REQUESTS:The number of log write requests (variables:write_log_buffer)

pages_usageINNODB_BUFFER_POOL_PAGES_FREE:The number of free pages

INNODB_BUFFER_POOL_PAGES_TOTAL:The total size of the buffer pool, in pages

pages_data_rateINNODB_BUFFER_POOL_PAGES_DATA:The number of pages containing data (dirty or clean)

INNODB_BUFFER_POOL_PAGES_TOTAL:

pages_dirty_rateINNODB_BUFFER_POOL_PAGES_DIRTY:The number of pages currently dirty

INNODB_BUFFER_POOL_PAGES_TOTAL:

TIPS:

########### innodb_requests ############

EXPRESSION:( $2 - $1 ) / $INTER

PARAMETER:

read_ahead_rndINNODB_BUFFER_POOL_READ_AHEAD_RND:The number of “random” read-aheads initiated by InnoDB. This happens when a query scans a large portion of a table but in random order

read_ahead_seqINNODB_BUFFER_POOL_READ_AHEAD_SEQ:The number of sequential read-aheads initiated by InnoDB. This happens when InnoDB does a sequential full table scan

read_requestsINNODB_BUFFER_POOL_READ_REQUESTS:The nu

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值