PHP script monitoring program _ PHP Tutorial-php Tutorial

Source: Internet
Author: User
Tags script php
PHP script monitoring program. PHP script monitoring program #! Binsh # FindipIP 'sbinifconfigeth1 | grepinetaddr | awk {printsubstr ($2, index ($2, :) + 1)} '# monitorprocnamescriptnamemonitor () {procname $1 script PHP script monitoring program
#!/bin/sh# Find ipIP=`/sbin/ifconfig eth1 | grep 'inet addr' | awk '{ print substr($2, index($2, ":")+1)}'`#monitor procname scriptnamemonitor(){procname=$1scriptname=$2# Find proc by procnamerc=$(ps -ef | grep $procname | grep -v grep | wc -l)if [ $rc -eq 0 ]; thenecho "$procname start"php $scriptname &elseecho "$procname running"fisleep 1}#monitor procmonitor "beanstalkd_service" "/home/www/phpxiu/public/beanstalkd_service.php"

Success #! /Bin/sh # Find ipIP = '/sbin/ifconfig eth1 | grep inet addr | awk {print substr ($2, index ($2, ":") + 1 )} '# monitor procname scriptnamemonitor () {procname = $ 1script...

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.