Board logo

标题: [原创] 我的进程管家 [打印本页]

作者: 默读忧伤    时间: 2007-8-4 07:38     标题: 我的进程管家

因为一次mldonkey意外挂掉(但我不得不说它平时的稳定性是很好的),导致我产生了监控它的想法。
于是,这段东西诞生了。

  1. #!/bin/sh





  2. mywar=1





  3. while [ $mywar>0 ]


  4. do


  5.       ps -e > myps.log





  6.       if [  'grep -c mlnet  myps.log'=0 ];then


  7.          echo We got problem.I will try to fix it. >> ~/checkMK.log


  8.          date >> checkMK.log


  9.          ~/download/mldonkey-distrib-2.8.7/mlnet


  10.       fi


  11. done
复制代码


初学shell,写得不好。
作者: 透析    时间: 2007-8-9 23:57


顶了
虽然没看懂
作者: 青蛙    时间: 2007-8-11 13:18

分享学习经验~我顶~
作者: fcts1230    时间: 2007-8-11 14:14

原帖由 透析 于 2007-8-9 11:57 PM 发表

顶了
虽然没看懂

一样一样:L :P
作者: 坏怀男生    时间: 2007-8-17 06:46

顶你~向你学习




欢迎光临 黑色海岸线论坛 (http://bbs.thysea.com/) Powered by Discuz! 7.2