【发布时间】:2012-07-23 07:10:43
【问题描述】:
我运行了一个将 2000 次插入提交到表中的程序。但在 mytop 线程 veiw 中,每次刷新 mytop 视图时,跟踪查询数量的“查询”项仅增加 2,这就是 mytop 提交自身以从 mysql 获取信息的查询数量。不知道为什么insert查询数没有加...
另一件事是我的命令视图只有几个项目
show status
show variables
show processlist
set option
Compression
但它被告知有更多,例如选择查询的数量(http://www.opensourcetutorials.com/tutorials/Server-Side-Coding/Administration/mytop/page4.html)。我又不知道为什么!
【问题讨论】:
标签: mysql monitoring