博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
/proc/modules分析
阅读量:5934 次
发布时间:2019-06-19

本文共 1458 字,大约阅读时间需要 4 分钟。

参考:

This file displays a list of all modules loaded into the kernel. Its contents vary based on the configuration and use of your system, but it should be organized in a similar manner to this sample /proc/modules file output:

~$cat /proc/modules rfcomm 53664 8 - Live 0x00000000bnep 18895 2 - Live 0x00000000uvcvideo 71309 0 - Live 0x00000000videobuf2_vmalloc 13048 1 uvcvideo, Live 0x00000000videobuf2_memops 13170 1 videobuf2_vmalloc, Live 0x00000000videobuf2_core 39258 1 uvcvideo, Live 0x00000000videodev 108503 2 uvcvideo,videobuf2_core, Live 0x00000000
The first column contains the name of the module.
The second column refers to the memory size of the module, in bytes.
The third column lists how many instances of the module are currently loaded. A value of zero represents an unloaded module.
The fourth column states if the module depends upon another module to be present in order to function, and lists those other modules.
The fifth column lists what load state the module is in:
Live,
Loading, or
Unloading are the only possible values.
The sixth column lists the current kernel memory offset for the loaded module. This information can be useful for debugging purposes, or for profiling tools such as
oprofile.
  • 第一列: 模块的名字
  • 第二列: 模块的内存大小,单位是bytes
  • 第三列: 被load的次数,0以为着没有被load过
  • 第四列: 是否依赖第三方moudle,列出这些module
  • 第五列: 模块的状态,有LiveLoadingUnloading三种状态
  • 第六列: 模块当前的内核内存偏移位置。这些信息,debug的时候会非常有用。例如一些诊断工具 oprofile

/proc/modules :模块加载列表,insmod(加载模块)后在此添加一行。

转载地址:http://plctx.baihongyu.com/

你可能感兴趣的文章
phalcon验证(validation)的全面理解
查看>>
Ubuntu 关机命令
查看>>
windowbuilder SWT/Swing/GWT可视化开发
查看>>
javascript自加和自减
查看>>
linux sar 命令详解
查看>>
pig-在网关机上搭建pig客户端
查看>>
exchange 2007 sp1升级sp3遇到的问题
查看>>
Windows server 2003高可用NLB和服务器群集配置
查看>>
xen虚拟机的迁移之动态迁移法
查看>>
vim文件类型识别配置文件
查看>>
Extjs Window里包含FormPanel关闭再打开时报错 解决方法
查看>>
java用pdfbox切图并重绘宽高
查看>>
零零散散学算法系列之目录(持续更新)
查看>>
返回图标
查看>>
laravel5实现微信第三方登录功能
查看>>
数组中出现次数超过一半的数字
查看>>
Linux双网卡绑定实现负载均衡和失效保护
查看>>
Git reset --hard 后的恢复
查看>>
EX4200系列交换机常用基本命令使用方法
查看>>
我的友情链接
查看>>