Shell determines if the file has changed

Source: Internet
Author: User


Java suspended animation, but the process is still in, you can determine whether the log file changes over time to determine whether Java suspended animation

The shell script is as follows:

#!/bin/bash# #通过比较五分钟前后, log file MD5 value is the same, to determine whether the log file changes, so as to determine whether Java suspended animation # Please according to the actual situation, modify environment variables, Project path # Join the scheduled task execution #function  Restartjava () {export  java_home=/opt/apps/jdk1.6.0_41export  path= $PATH:/opt/apps/jdk1.6.0 _41/binexport  classpath=.: $JAVA _home/lib/tools.jar: $JAVA _home/lib/dt.jar: $JAVA _home/jre/lib/ Rt.jarjavapath= "/opt/apps/apache-tomcat-6.0.37" javaid=$ (ps -ef|grep java  |grep $ javapath |grep -v  "grep"  |awk  ' {print $2} ') kill -9  $JAVAIDCD  $ javapath/bin && /bin/bash startup.sh} #while  [ 1 ] #doFirst = ' md5sum / opt/shell/nohup.out |awk  ' {print $1} ' sleep 300second= ' Md5sum /opt/shell/nohup.out  |awk  ' {print $1} ' if [[  $First  ==  $Second  ]]then         echo  "Start restart java"  >/dec/null 2>&1       &nbSp; restartjavafi#done 


This article is from the "future Time and Space" blog, please be sure to keep this source http://sjitwant.blog.51cto.com/3661219/1734238

Shell determines if the file has changed

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.