Posts Tagged ‘Linux Kernel’

linux 模块命令

# depmod -v 2.6.18-238.12.1.el5 # mv /boot/initrd-2.6.18-238.12.1.el5.img /boot/initrd-2.6.18-238.12.1.el5.img.backup # mkinitrd /boot/initrd-2.6.18-238.12.1.el5.img 2.6.18-238.12.1.el5 lsmod 功能:列出内核已载入模块的状态 用法:lsmod 描述: lsmod 以美观的方式列出/proc/modules的内容。 输出为: Module(模块名) Size(模块大小) Used by(被…使用) eg. ne2k_pci 8928 0 8390 9472 1 ne2k_pci 在/proc/modules中相应的是: (模块名,模块大小,被…使用,模块地址(猜的,以后确认)) ne2k_pci 8928 0 – Live 0×3086400 8390 9472 1 ne2k_pci , Live 0xe086000 depmod 功能:分析可加载模块的依赖性,生成modules.dep文件和映射文件。 用法:depmod [-b basedir] [-e] [-F System.map] [-n] [...]

linux tuning kernle paramter

Kernel To successfully run enterprise applications, such as a database server, on your Linux distribution, you may be required to update some of the default kernel parameter settings. For example, the 2.4.x series kernel message queue parameter msgmni has a default value (for example, shared memory, or shmmax is only 33,554,432 bytes on Red Hat [...]

试试访问速度?