免费注册 查看新帖 |

Chinaunix

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

紧急求助!!关于内存的 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2006-12-27 17:17 |只看该作者 |倒序浏览
我们的服务器,16GB物理内存已经用光,16GB的交换空间现在每小时消耗1.5GB,已经用了10GB,估计也支撑不了一会儿了,谁知道我该如何查找到底是什么原因导致的?

论坛徽章:
0
2 [报告]
发表于 2006-12-30 10:25 |只看该作者
几个问题:\r\n1、你的服务器是跑什么?由此可以去想想到底是什么在吃PaggingSpace\r\n2、把你看到的性能报表贴出来\r\n用“vmstat 2 100”来查看,你会看到类似如下的报告:\r\n#vmstat 2 10\r\nkthr     memory             page              faults        cpu\r\n----- ----------- ------------------------ ------------ -----------\r\n r  b   avm   fre  re  pi  po  fr   sr  cy  in   sy  cs us sy id wa\r\n 2  2 1187863 97787   0   4   6  14   63   0 1397 7661 3923  9  6 80  5\r\n 1  0 1189264 96385   0   0   0   0    0   0 1495 16047 3605 58 16 26  1\r\n按你现在的状况这张表里的fre的值会看到不断减少,减少至0然后又释放一点点再减少,此外pi和po频繁。这个值根据各个系统的情况一般是乘8k才是实际值。\r\n然后用ipcs -mb具体来看是内存被什么用掉了。如下\r\n#ipcs -mb\r\nIPC status from /dev/mem as of Fri Aug 11 09:43:35 BEIST 2006\r\nT        ID     KEY        MODE       OWNER    GROUP     SEGSZ\r\nShared Memory:\r\nm    262144 0x5800404c --rw-rw-rw-     root   system 134217728\r\nm         1 0xe4663d62 --rw-rw-rw-   imnadm   imnadm        96\r\nm         2 0x9308e451 --rw-rw-rw-   imnadm   imnadm     97948\r\nm         3 0x52e74b4f --rw-rw-rw-   imnadm   imnadm     36028\r\nm         4 0xc76283cc --rw-rw-rw-   imnadm   imnadm      8192\r\nm         5 0x298ee665 --rw-rw-rw-   imnadm   imnadm      2844\r\nm         6 0xffffffff --rw-rw----     root   system      4096\r\nm         7 0x670018cf --rw-r--r--     root   system        12\r\nm         8 0x680018cf --rw-r--r--     root   system    106548\r\nm         9 0x700018cf --rw-------     root   system      3152\r\nm        10 0x78001070 --rw-rw-rw-     root   system  16777216\r\nm        11 0xffffffff --rw-rw----     root   haemrm      4096\r\nm        12 0x00006000 --rw-rw-rw-     root   system    160944\r\nm        13 0xe8cbe0a4 --rw-r-----   oracle      dba 1879855104\r\nm        14 0x0d05120d --rw-rw-rw-     root   system      1440\r\n上面你可以很明显的看到Oracle用了1879855104。而这里的“MODE ”状态还是比较正常的,一般都不象是操作系统的问题,除非状态为类似“D”开头就要考虑内存未释放、内存泄露啊等等原因了。

论坛徽章:
0
3 [报告]
发表于 2006-12-30 10:28 |只看该作者
我上面说的是类似的问题发生时你要做的查找原因、分析记录的方法。\r\n如果你实在等不了直接重启应用或者操作系统那么内存自然会释放回来的,但重启以后你也无法再继续分析了。\r\n\r\n在给你一些其他的观察内存的命令:\r\nipcs -mb\r\n\r\nsvmon -G\r\n\r\nTo print out the percentage of memory used, type:\r\nsvmon -F\r\n\r\nTo print out the top 10 users of the paging space, type:\r\nsvmon -U -g -t 10\r\n\r\nTo print out the memory usage statistics for the user oracle including the processes belonging to\r\nsteve, type:\r\nsvmon -U oracle -d\r\n\r\nTo print out the memory usage statistics for the user oracle, including the list of the process identifiers,\r\ntype:\r\nsvmon -U oracle -l\r\n\r\nTo print out the memory usage statistics of the top 5 working segment according to the number of\r\nvirtual pages , type:\r\nsvmon -S -t 5 -w -v\r\n\r\nTo print out the memory usage statistics for the process 13130, type:\r\nsvmon -P 13130\r\n\r\nTo print out the memory usage statistics of the top 10 process according to the number of pinned\r\npages, enter\r\nsvmon -P -t 10 -p\r\n\r\nTo sort system segments by the number of pages in real memory, and print out the top 10 system\r\nsegments of the resulting list, type:\r\nsvmon -Ssu -t 10

论坛徽章:
0
4 [报告]
发表于 2006-12-30 10:31 |只看该作者
晕    好久不来了,发现操作系统版现在整得这么弱。。。\r\n积分都没了哈   回帖也不再积分哈    \r\n以后不回了    哈哈 !!!!!!!!!!!!!!!!!!!!!!!!
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

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

清除 Cookies - ChinaUnix - Archiver - WAP - TOP