|
发表于 2005-12-7 14:36:37
|
显示全部楼层
不错的,呵呵,主要是习惯了,在/etc/sysctl.conf也提到了:
- # Uncomment the following to stop low-level messages on console
- #kernel/printk = 4 4 1 7
复制代码
而且systune也"自我吹嘘"了一番 
- $ dpkg -s systune
- Description: kernel tuning through the /proc file system
- This program writes kernel parameters, previously saved in a configuration
- file, to the /proc filesystem. This enables kernel performance to be
- adjusted without recompiling the kernel.
- .
- systune can be alternative to sysctl(8). It is also started after the most
- daemons and other init.d scripts, so it can be used as "second stage" sysctl.
复制代码 |
|