D状态进程,杀之
Zombie进程要通过杀老爸来解决,这个是众所周知的。
D state的进程通常解释为Disk Wait的进程,其实它uninterrupt sleep的进程。只是因为大多数情况下是在等待磁盘I/O,所以也就说成了disk wait。大多数情况下,这种进程是由于某些原因引起的I/O错误,引发的异常进程。NFS, iSCSI等网络存储的不稳定连接,很容易造成诸如df, fdisk一类程序的D state。
如何杀他们?是个问题。有时间研究一下,理论上没有什么不可能的。。。
Zombie进程要通过杀老爸来解决,这个是众所周知的。
D state的进程通常解释为Disk Wait的进程,其实它uninterrupt sleep的进程。只是因为大多数情况下是在等待磁盘I/O,所以也就说成了disk wait。大多数情况下,这种进程是由于某些原因引起的I/O错误,引发的异常进程。NFS, iSCSI等网络存储的不稳定连接,很容易造成诸如df, fdisk一类程序的D state。
如何杀他们?是个问题。有时间研究一下,理论上没有什么不可能的。。。
snmpwalk -v 1 -c public localhost
snmpwalk -v 2c -c public localhost
snmpwalk -Of -v 1 localhost -c public system
snmpwalk -On -v 1 localhost -c public system
snmptrap -v 1 -c public localhost TCP-MIB::tcpAttemptFails localhost 2 110 ”
snmptrap -v 2c -c public localhost ” TCP-MIB::tcpAttemptFails
regex implementation in glibc
http://www.gnu.org/software/libc/manual/html_node/POSIX-Regexp-Compilation.html
udev rules
http://www.reactivated.net/writing_udev_rules.html
D-BUS
http://www.ibm.com/developerworks/cn/linux/l-dbus.html
http://dbus.freedesktop.org/doc/dbus-tutorial.html
LFS
http://www.linuxfromscratch.org/lfs/
http://lfs.linuxsir.org/main/
您可在北京时间每日早7时到晚8时查询所有关联账户的交易记录,夜间我行须进行数据处理。。。
难怪从来没在网银里面查到过明细。。。因为每次回来都八点以后了= =
这也太弱智了,还不如说夜里没网管怕被黑呢。。。
通过这个,基本可以从 uname -r里面得到这是RHEL哪个发行版。
http://kbase.redhat.com/faq/docs/DOC-3079
btw, 偶已经把EL4和EL5的map背下来了= =