modules
查看系统装载的所有内核模块与进程动态链接库信息。
格式
modules [module name]
说明
[root@sylixos:/root]# help modules
show module information.
modules [module name]
[root@sylixos:/root]#
此命令有 2 种用法:
- 无选项:表示显示所有的内核模块与进程动态链接库信息。
- 参数module name:表示查看指定的内核模块与进程动态链接库信息。
样例
[root@sylixos:/root]# modules
NAME HANDLE TYPE GLB BASE SIZE SYMCNT
------------------------- -------- ------ --- -------- -------- ------
VPROCESS:kernel pid: 0 TOTAL MEMORY: 8192
+ file.ko 30e14be8 KERNEL YES 60005000 940 1
total modules: 1
[root@sylixos:/root]# modulegcov 30e14be8
[root@sylixos:/root]#
配置
当 LW_CFG_SHELL_EN>0 时,会允许操作系统提供 tshell 命令。当 LW_CFG_MODULELOADER_EN> 0,需要提供模块装载服务,此命令将会被包含。