免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
12下一页
最近访问板块 发新帖
查看: 3851 | 回复: 17
打印 上一主题 下一主题

Open_tables与系统文件描述符的关系 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2008-06-30 15:53 |只看该作者 |倒序浏览
show status like '%open%';中查看Open_tables  =40000,但用系统命令查看 lsof却只有3000多,这是为什么呢

论坛徽章:
0
2 [报告]
发表于 2008-06-30 17:38 |只看该作者

回复 #1 net_xiaobao 的帖子

lsof  是以root权限执行的吗???

论坛徽章:
0
3 [报告]
发表于 2008-07-01 10:05 |只看该作者
show global status like '%open%';

论坛徽章:
0
4 [报告]
发表于 2008-07-01 15:09 |只看该作者

回复 #2 7islands 的帖子

是啊

论坛徽章:
0
5 [报告]
发表于 2008-07-01 19:10 |只看该作者
show  global status like 'open_tables'; 和 show  status like 'open_tables'; 的值应该是一样的   

这里的open_tables的大小应该是 lsof 中mysql的 1/2 左右, 如果是myisam引擎的话  

把你lsof的执行结果和show status贴出来看看

论坛徽章:
0
6 [报告]
发表于 2008-07-02 10:09 |只看该作者
show  global status like 'open_tables'; 和 show  status like 'open_tables';
The two is different with each other.
The first is global level,the other is session level.

论坛徽章:
0
7 [报告]
发表于 2008-07-02 10:30 |只看该作者
mysql> show status like 'open%tables';
+---------------+-------+
| Variable_name | Value |
+---------------+-------+
| Open_tables   | 6     |
| Opened_tables | 0     |
+---------------+-------+
2 rows in set (0.41 sec)

mysql> show global status like 'open%tables';
+---------------+-------+
| Variable_name | Value |
+---------------+-------+
| Open_tables   | 6     |
| Opened_tables | 12    |
+---------------+-------+
2 rows in set (0.00 sec)

mysql> show variables like 'version';
+---------------+------------+
| Variable_name | Value      |
+---------------+------------+
| version       | 5.0.60-log |
+---------------+------------+

论坛徽章:
0
8 [报告]
发表于 2008-07-02 11:46 |只看该作者
原帖由 7islands 于 2008-7-1 19:10 发表
show  global status like 'open_tables'; 和 show  status like 'open_tables'; 的值应该是一样的   

这里的open_tables的大小应该是 lsof 中mysql的 1/2 左右, 如果是myisam引擎的话  

把你lsof的执行 ...




我刚才查了一下系统,两个值是一样的。open_tables的大小应该是 lsof 中mysql的 1/2 左右,这个难理解,能解释一下吗

论坛徽章:
0
9 [报告]
发表于 2008-07-02 12:20 |只看该作者
lsof -c mysqld   可以看到 *.MYI  *MYD  和别的库文件之类的   一个myisam表一般要打开  *.MYI  *MYD

[ 本帖最后由 7islands 于 2008-7-2 12:22 编辑 ]

论坛徽章:
0
10 [报告]
发表于 2008-07-02 14:17 |只看该作者
那现在lsof看到有3000多个,但Open_tables  =40000,这又是什么呢
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP