dmesg命令应用
昨晚上线服务的时候,看log偶然发现服务在启动半小时左右就会被supervise重新拉起,也没有core。通过重新启动的服务发现内存飙涨,且持续增加,怀疑是内存打满,进程被kill了。

其实怀疑是正确的,如何验证呢?其实通过dmesg就可以分分钟验证。

详细信息如下:
[ 0.000000] Out of memory: Kill process 8668 (dsnav) score 947 or sacrifice child
[ 0.000000] Killed process 8668, UID 501, (dsnav) total-vm:127974752kB, anon-rss:124608960kB, file-rss:8kB
[ 0.000000] argus-agent invoked oom-killer: gfp_mask=0x201da, order=0, oom_adj=0, oom_score_adj=0
[ 0.000000] argus-agent cpuset=/ mems_allowed=0
[ 0.000000] Pid: 6385, comm: argus-agent Tainted: G --------------- H 2.6.32_431-3 #2
[ 0.000000] Call Trace:
[ 0.000000] [<ffffffff810c8bc1>] ? cpuset_print_task_mems_allowed+0x91/0xb0
[ 0.000000] [<ffffffff8111a210>] ? dump_header+0x90/0x1b0
[ 0.000000] [<ffffffff8111a652>] ? oom_kill_process+0x82/0x2a0
[ 0.000000] [<ffffffff8111aaa0>] ? select_bad_process.clone.1+0xe0/0x120
[ 0.000000] [<ffffffff8111ac76>] ? out_of_memory+0xe6/0x210
[ 0.000000] [<ffffffff81126c01>] ? __alloc_pages_nodemask+0x8e1/0x900
[ 0.000000] [<ffffffff81119082>] ? filemap_fault+0x1b2/0x520
[ 0.000000] [<ffffffff81140364>] ? __do_fault+0x54/0x530
[ 0.000000] [<ffffffff81140937>] ? handle_pte_fault+0xf7/0xa40
[ 0.000000] [<ffffffff8150e5f0>] ? thread_return+0x4e/0x77e
[ 0.000000] [<ffffffff81099342>] ? enqueue_hrtimer+0x82/0xd0
[ 0.000000] [<ffffffff81099701>] ? lock_hrtimer_base+0x31/0x60
[ 0.000000] [<ffffffff8109a27f>] ? hrtimer_try_to_cancel+0x3f/0xd0
[ 0.000000] [<ffffffff81510dd6>] ? rwsem_down_read_failed+0x26/0x30
[ 0.000000] [<ffffffff811414aa>] ? handle_mm_fault+0x22a/0x300
[ 0.000000] [<ffffffff810466f8>] ? __do_page_fault+0x138/0x480
[ 0.000000] [<ffffffff811bd906>] ? ep_poll+0x306/0x330
[ 0.000000] [<ffffffff810603a0>] ? default_wake_function+0x0/0x20
[ 0.000000] [<ffffffff8151410e>] ? do_page_fault+0x3e/0xa0
[ 0.000000] [<ffffffff815114d5>] ? page_fault+0x25/0x30
[ 0.000000] Mem-Info:
[ 0.000000] DMA per-cpu:
[ 0.000000] CPU 0: hi: 0, btch: 1 usd: 0
[ 0.000000] CPU 1: hi: 0, btch: 1 usd: 0
[ 0.000000] CPU 2: hi: 0, btch: 1 usd: 0
[ 0.000000] CPU 3: hi: 0, btch: 1 usd: 0
[ 0.000000] CPU 4: hi: 0, btch: 1 usd: 0
[ 0.000000] CPU 5: hi: 0, btch: 1 usd: 0
[ 0.000000] CPU 6: hi: 0, btch: 1 usd: 0
[ 0.000000] CPU 7: hi: 0, btch: 1 usd: 0
[ 0.000000] CPU 8: hi: 0, btch: 1 usd: 0
[ 0.000000] CPU 9: hi: 0, btch: 1 usd: 0
[ 0.000000] CPU 10: hi: 0, btch: 1 usd: 0
[ 0.000000] CPU 11: hi: 0, btch: 1 usd: 0
[ 0.000000] CPU 12: hi: 0, btch: 1 usd: 0
[ 0.000000] CPU 13: hi: 0, btch: 1 usd: 0
[ 0.000000] CPU 14: hi: 0, btch: 1 usd: 0
[ 0.000000] CPU 15: hi: 0, btch: 1 usd: 0
[ 0.000000] CPU 16: hi: 0, btch: 1 usd: 0
[ 0.000000] CPU 17: hi: 0, btch: 1 usd: 0
[ 0.000000] CPU 18: hi: 0, btch: 1 usd: 0
[ 0.000000] CPU 19: hi: 0, btch: 1 usd: 0
[ 0.000000] CPU 20: hi: 0, btch: 1 usd: 0
[ 0.000000] CPU 21: hi: 0, btch: 1 usd: 0
[ 0.000000] CPU 22: hi: 0, btch: 1 usd: 0
[ 0.000000] CPU 23: hi: 0, btch: 1 usd: 0
[ 0.000000] CPU 24: hi: 0, btch: 1 usd: 0
[ 0.000000] CPU 25: hi: 0, btch: 1 usd: 0
[ 0.000000] CPU 26: hi: 0, btch: 1 usd: 0
[ 0.000000] CPU 27: hi: 0, btch: 1 usd: 0
[ 0.000000] CPU 28: hi: 0, btch: 1 usd: 0
[ 0.000000] CPU 29: hi: 0, btch: 1 usd: 0
[ 0.000000] CPU 30: hi: 0, btch: 1 usd: 0
[ 0.000000] CPU 31: hi: 0, btch: 1 usd: 0
[ 0.000000] DMA32 per-cpu:
[ 0.000000] CPU 0: hi: 186, btch: 31 usd: 0
[ 0.000000] CPU 1: hi: 186, btch: 31 usd: 0
[ 0.000000] CPU 2: hi: 186, btch: 31 usd: 0
[ 0.000000] CPU 3: hi: 186, btch: 31 usd: 0
[ 0.000000] CPU 4: hi: 186, btch: 31 usd: 0
[ 0.000000] CPU 5: hi: 186, btch: 31 usd: 0
[ 0.000000] CPU 6: hi: 186, btch: 31 usd: 0
[ 0.000000] CPU 7: hi: 186, btch: 31 usd: 0
[ 0.000000] CPU 8: hi: 186, btch: 31 usd: 0
[ 0.000000] CPU 9: hi: 186, btch: 31 usd: 0
[ 0.000000] CPU 10: hi: 186, btch: 31 usd: 0
[ 0.000000] CPU 11: hi: 186, btch: 31 usd: 0
[ 0.000000] CPU 12: hi: 186, btch: 31 usd: 0
[ 0.000000] CPU 13: hi: 186, btch: 31 usd: 0
[ 0.000000] CPU 14: hi: 186, btch: 31 usd: 0
[ 0.000000] CPU 15: hi: 186, btch: 31 usd: 0
[ 0.000000] CPU 16: hi: 186, btch: 31 usd: 0
[ 0.000000] CPU 17: hi: 186, btch: 31 usd: 0
[ 0.000000] CPU 18: hi: 186, btch: 31 usd: 0
[ 0.000000] CPU 19: hi: 186, btch: 31 usd: 0
[ 0.000000] CPU 20: hi: 186, btch: 31 usd: 0
[ 0.000000] CPU 21: hi: 186, btch: 31 usd: 0
[ 0.000000] CPU 22: hi: 186, btch: 31 usd: 0
[ 0.000000] CPU 23: hi: 186, btch: 31 usd: 0
[ 0.000000] CPU 24: hi: 186, btch: 31 usd: 0
[ 0.000000] CPU 25: hi: 186, btch: 31 usd: 0
[ 0.000000] CPU 26: hi: 186, btch: 31 usd: 0
[ 0.000000] CPU 27: hi: 186, btch: 31 usd: 0
[ 0.000000] CPU 28: hi: 186, btch: 31 usd: 0
[ 0.000000] CPU 29: hi: 186, btch: 31 usd: 0
[ 0.000000] CPU 30: hi: 186, btch: 31 usd: 0
[ 0.000000] CPU 31: hi: 186, btch: 31 usd: 0
[ 0.000000] Normal per-cpu:
[ 0.000000] CPU 0: hi: 186, btch: 31 usd: 0
[ 0.000000] CPU 1: hi: 186, btch: 31 usd: 0
[ 0.000000] CPU 2: hi: 186, btch: 31 usd: 0
[ 0.000000] CPU 3: hi: 186, btch: 31 usd: 0
[ 0.000000] CPU 4: hi: 186, btch: 31 usd: 0
[ 0.000000] CPU 5: hi: 186, btch: 31 usd: 0
[ 0.000000] CPU 6: hi: 186, btch: 31 usd: 0
[ 0.000000] CPU 7: hi: 186, btch: 31 usd: 16
[ 0.000000] CPU 8: hi: 186, btch: 31 usd: 1
[ 0.000000] CPU 9: hi: 186, btch: 31 usd: 0
[ 0.000000] CPU 10: hi: 186, btch: 31 usd: 0
[ 0.000000] CPU 11: hi: 186, btch: 31 usd: 0
[ 0.000000] CPU 12: hi: 186, btch: 31 usd: 0
[ 0.000000] CPU 13: hi: 186, btch: 31 usd: 0
[ 0.000000] CPU 14: hi: 186, btch: 31 usd: 20
[ 0.000000] CPU 15: hi: 186, btch: 31 usd: 0
[ 0.000000] CPU 16: hi: 186, btch: 31 usd: 0
[ 0.000000] CPU 17: hi: 186, btch: 31 usd: 16
[ 0.000000] CPU 18: hi: 186, btch: 31 usd: 1
[ 0.000000] CPU 19: hi: 186, btch: 31 usd: 1
[ 0.000000] CPU 20: hi: 186, btch: 31 usd: 0
[ 0.000000] CPU 21: hi: 186, btch: 31 usd: 0
[ 0.000000] CPU 22: hi: 186, btch: 31 usd: 15
[ 0.000000] CPU 23: hi: 186, btch: 31 usd: 0
[ 0.000000] CPU 24: hi: 186, btch: 31 usd: 0
[ 0.000000] CPU 25: hi: 186, btch: 31 usd: 0
[ 0.000000] CPU 26: hi: 186, btch: 31 usd: 0
[ 0.000000] CPU 27: hi: 186, btch: 31 usd: 0
[ 0.000000] CPU 28: hi: 186, btch: 31 usd: 1
[ 0.000000] CPU 29: hi: 186, btch: 31 usd: 0
[ 0.000000] CPU 30: hi: 186, btch: 31 usd: 0
[ 0.000000] CPU 31: hi: 186, btch: 31 usd: 0
[ 0.000000] active_anon:32558911 inactive_anon:44 isolated_anon:0
[ 0.000000] active_file:168 inactive_file:0 isolated_file:0
[ 0.000000] unevictable:0 dirty:37 writeback:0 unstable:0
[ 0.000000] free:131744 slab_reclaimable:7708 slab_unreclaimable:17716
[ 0.000000] mapped:249 shmem:48 pagetables:67098 bounce:0
[ 0.000000] DMA free:15888kB min:4kB low:4kB high:4kB active_anon:0kB inactive_anon:0kB active_file:0kB inactive_file:0kB unevictable:0kB isolated(anon):0kB isolated(file):0kB present:15260kB mlocked:0kB dirty:0kB writeback:0kB mapped:0kB shmem:0kB slab_reclaimable:0kB slab_unreclaimable:0kB kernel_stack:0kB pagetables:0kB unstable:0kB bounce:0kB writeback_tmp:0kB pages_scanned:0 all_unreclaimable? yes
[ 0.000000] lowmem_reserve[]: 0 1856 129116 129116
[ 0.000000] DMA32 free:444884kB min:968kB low:1208kB high:1452kB active_anon:0kB inactive_anon:0kB active_file:0kB inactive_file:0kB unevictable:0kB isolated(anon):0kB isolated(file):0kB present:1900568kB mlocked:0kB dirty:0kB writeback:0kB mapped:0kB shmem:0kB slab_reclaimable:0kB slab_unreclaimable:0kB kernel_stack:0kB pagetables:0kB unstable:0kB bounce:0kB writeback_tmp:0kB pages_scanned:0 all_unreclaimable? yes
[ 0.000000] lowmem_reserve[]: 0 0 127260 127260
[ 0.000000] Normal free:66204kB min:66604kB low:83252kB high:99904kB active_anon:130235644kB inactive_anon:176kB active_file:672kB inactive_file:0kB unevictable:0kB isolated(anon):0kB isolated(file):0kB present:130314240kB mlocked:0kB dirty:148kB writeback:0kB mapped:996kB shmem:192kB slab_reclaimable:30832kB slab_unreclaimable:70864kB kernel_stack:10960kB pagetables:268392kB unstable:0kB bounce:0kB writeback_tmp:0kB pages_scanned:1681 all_unreclaimable? yes
[ 0.000000] lowmem_reserve[]: 0 0 0 0
[ 0.000000] DMA: 0*4kB 2*8kB 0*16kB 2*32kB 1*64kB 1*128kB 1*256kB 0*512kB 1*1024kB 1*2048kB 3*4096kB = 15888kB
[ 0.000000] DMA32: 7*4kB 7*8kB 6*16kB 7*32kB 5*64kB 4*128kB 5*256kB 10*512kB 9*1024kB 5*2048kB 102*4096kB = 444884kB
[ 0.000000] Normal: 2444*4kB 832*8kB 612*16kB 367*32kB 175*64kB 117*128kB 1*256kB 1*512kB 1*1024kB 1*2048kB 0*4096kB = 67984kB
[ 0.000000] 0 total pagecache pages
[ 0.000000] 0 pages in swap cache
[ 0.000000] Swap cache stats: add 0, delete 0, find 0/0
[ 0.000000] Free swap = 0kB
[ 0.000000] Total swap = 0kB
[ 0.000000] 33554416 pages RAM
[ 0.000000] 594768 pages reserved
[ 0.000000] 2419 pages shared
[ 0.000000] 32818620 pages non-shared
dmesg命令应用的更多相关文章
- [转]Linux系统中‘dmesg’命令处理故障和收集系统信息的7种用法
'dmesg'命令显示linux内核的环形缓冲区信息,我们可以从中获得诸如系统架构.cpu.挂载的硬件,RAM等多个运行级别的大量的系统信息.当计算机启动时,系统内核(操作系统的核心部分)将会被加载到 ...
- linux dmesg命令参数及用法详解(linux显示开机信息命令)
linux dmesg命令参数及用法详解(linux显示开机信息命令) http://blog.csdn.net/zhongyhc/article/details/8909905 功能说明:显示开机信 ...
- linux dmesg命令
linux dmesg命令详解 功能说明:显示开机信息. 语 法:dmesg [-cn][-s ] 补充说明:kernel会将开机信息存储在ring buffer,若是开机时来不及查看信息,可利用 ...
- (转)Linux 系统设置 : dmesg 命令详解
原文:https://blog.csdn.net/yexiangCSDN/article/details/80683246 https://www.cnblogs.com/duanxz/p/34770 ...
- Linux下dmesg命令处理故障和收集系统信息的7种用法
目录: <syslog之一:Linux syslog日志系统详解> <syslog之二:syslog协议及rsyslog服务全解析> <syslog之三:建立Window ...
- linux 的dmesg命令
dmesg命令参考博客 http://www.linuxso.com/command/dmesg.html dmesg用来显示内核环缓冲区(kernel-ring buffer)内容,内核将各种消息存 ...
- dmesg命令详解
基础命令学习目录 http://linux.cn/article-3587-1.html dmesg 命令的使用范例 下面我们展示一些最负盛名的‘dmesg’命令工具以及其实际使用举例.‘dmesg’ ...
- dmesg命令的使用
dmesg命令用于打印Linux系统开机启动信息,kernel会将开机信息存储在ring buffer中.您若是开机时来不及查看信息,可利用dmesg来查看(print or control the ...
- Linux系统中‘dmesg’命令处理故障和收集系统信息的7种用法
转自:https://linux.cn/article-3587-1.html 'dmesg'命令显示linux内核的环形缓冲区信息,我们可以从中获得诸如系统架构.cpu.挂载的硬件,RAM等多个运行 ...
- Linux性能测试 dmesg命令
dmesg 命令主要用来显示内核信息.使用 dmesg 可以有效诊断机器硬件故障或者添加硬件出现的问题. 另外,使用 dmesg 可以确定您的服务器安装了那些硬件.每次系统重启,系统都会检查所有硬件 ...
随机推荐
- Arch linux
这里将介绍Arch Linux使用问题的解决方法,在这里拿出来和大家分享一下Linux目前较适用于小型的网络,Arch Linux 是个针对 i686i686/x86-64 优化的 Linux 发行版 ...
- 将图片转换为Base64字符串公共类抽取
public class ImageToBase64 { //图片转化成base64字符串 public static String GetImageStr(String path,int width ...
- Windows 7下Maven3.0.3的安装
1.去Maven官网下载zip的maven3.0.3压缩包 2.将安装包解压到某目录,我在这里解压到D:\Program Files (x86)\apache-maven-3.0.3 3.设置系统变量 ...
- Delphi控件开发浅入深出(三)
三.开关控件TlincoSwitch 用过Delphi1(好古老的东东呀!)的人相信都记得这个开关控件 ,不知道当初Borland为什么把这么一个在开发普通应用程序中应用不到的工控控件放到Delphi ...
- from表单实现无跳转上传文件,接收页面后台数据
实现无跳转发送表单数据.文件,并能接收后台返回的数据. 主要技术要点: 1.form表单添加target属性,指定一个iframme的name:form表单提交后在iframe内嵌窗口接受响应,主页面 ...
- http://www.linuxidc.com/Linux/2016-04/129738.htm
http://www.linuxidc.com/Linux/2016-04/129738.htm
- javat Itext实践 pdf
1.简介 iText是著名的开放项目,是用于生成PDF文档的一个java类库.通过iText不仅可以生成PDF或rtf的文档,而且可以将XML.Html文件转化为PDF文件. 下载地址:https:/ ...
- PHP图像操作:3D图、缩放、旋转、裁剪、加入水印(一)
来源:http://www.ido321.com/875.html 1.利用php gd库的函数绘制3D扇形统计图 1: <?php 2: header("content-type&q ...
- [Webpack] Detect Unused Code with Webpack and unused-files-webpack-plugin
As you refactor and modify applications, it's difficult to manage and keep track of files as they be ...
- mac os中的一些快捷键使用及基础软件安装
mac os中terminal标签页的切换 Command+Shift+{} { 切换到左边的标签页 } 切换到右边的标签页 普通键盘对应于mac下的按键: CTRL->CONTROL WIN ...