昨晚上线服务的时候,看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命令应用的更多相关文章

  1. [转]Linux系统中‘dmesg’命令处理故障和收集系统信息的7种用法

    'dmesg'命令显示linux内核的环形缓冲区信息,我们可以从中获得诸如系统架构.cpu.挂载的硬件,RAM等多个运行级别的大量的系统信息.当计算机启动时,系统内核(操作系统的核心部分)将会被加载到 ...

  2. linux dmesg命令参数及用法详解(linux显示开机信息命令)

    linux dmesg命令参数及用法详解(linux显示开机信息命令) http://blog.csdn.net/zhongyhc/article/details/8909905 功能说明:显示开机信 ...

  3. linux dmesg命令

    linux dmesg命令详解   功能说明:显示开机信息. 语 法:dmesg [-cn][-s ] 补充说明:kernel会将开机信息存储在ring buffer,若是开机时来不及查看信息,可利用 ...

  4. (转)Linux 系统设置 : dmesg 命令详解

    原文:https://blog.csdn.net/yexiangCSDN/article/details/80683246 https://www.cnblogs.com/duanxz/p/34770 ...

  5. Linux下dmesg命令处理故障和收集系统信息的7种用法

    目录: <syslog之一:Linux syslog日志系统详解> <syslog之二:syslog协议及rsyslog服务全解析> <syslog之三:建立Window ...

  6. linux 的dmesg命令

    dmesg命令参考博客 http://www.linuxso.com/command/dmesg.html dmesg用来显示内核环缓冲区(kernel-ring buffer)内容,内核将各种消息存 ...

  7. dmesg命令详解

    基础命令学习目录 http://linux.cn/article-3587-1.html dmesg 命令的使用范例 下面我们展示一些最负盛名的‘dmesg’命令工具以及其实际使用举例.‘dmesg’ ...

  8. dmesg命令的使用

    dmesg命令用于打印Linux系统开机启动信息,kernel会将开机信息存储在ring buffer中.您若是开机时来不及查看信息,可利用dmesg来查看(print or control the ...

  9. Linux系统中‘dmesg’命令处理故障和收集系统信息的7种用法

    转自:https://linux.cn/article-3587-1.html 'dmesg'命令显示linux内核的环形缓冲区信息,我们可以从中获得诸如系统架构.cpu.挂载的硬件,RAM等多个运行 ...

  10. Linux性能测试 dmesg命令

    dmesg 命令主要用来显示内核信息.使用 dmesg 可以有效诊断机器硬件故障或者添加硬件出现的问题.  另外,使用 dmesg 可以确定您的服务器安装了那些硬件.每次系统重启,系统都会检查所有硬件 ...

随机推荐

  1. kibana-sentinl-监控报警

    kibana 安装 sentin 插件 ./bin/kibana-plugin install https://github.com/sirensolutions/sentinl/releases/d ...

  2. python中常用第三方库记录

    python中有很多很好用的第三方库,现在记录一下这些库以及如何下载 一.virtualenv,这是一个可以将生产环境隔离开的python库,非常好用 在linux下使用pip install vir ...

  3. python scikit-learn选择正确估算器

    下图摘自官方文档 链接 http://scikit-learn.org/stable/tutorial/machine_learning_map/index.html

  4. angular 的进一步深入理解

    早上同事问我个问题,angular 的表单验证有没有啥第三方库可以用? 这个问题,我想了下,之前我做的表单验证好像也没用到第三方的库来验证,直接用angular 内置的 directive 就可以搞定 ...

  5. minic 符号表

    #include <stdio.h> #include <string.h> #include <malloc.h> typedef struct _array_d ...

  6. Solidworks如何自动打开和关闭特征识别FeatureWorks

    如果直接对已有的零件识别特征,可能会报错   删除多余的特征,先只保留一个输入(注意没有必要连草图也删掉,草图不会影响识别特征,你识别完了之后草图再接着该拉伸拉伸,该切除切除),然后再次执行识别特征, ...

  7. PHP基础知识(一)

    The Basics Comparison operators Comparison operators are an often overlooked aspect of PHP, which ca ...

  8. MySQL外键及级联删除 && 表的存储引擎与创建索引 && 删除数据库和表

    Messages表: mysql>create table Messages( ->message_id int auto_increment primary key, ->user ...

  9. Android 如何在关于手机界面添加个图片

    前言          欢迎大家我分享和推荐好用的代码段~~ 声明          欢迎转载,但请保留文章原始出处:          CSDN:http://www.csdn.net        ...

  10. hdu 4506 小明系列故事——师兄帮帮忙【幂取模乱搞】

    链接: http://acm.hdu.edu.cn/showproblem.php?pid=4506 http://acm.hust.edu.cn/vjudge/contest/view.action ...