/[webpac]/trunk2/tools/mon_webpac
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk2/tools/mon_webpac

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 421 by dpavlin, Thu Jun 10 19:22:40 2004 UTC revision 422 by dpavlin, Sat Sep 11 08:36:38 2004 UTC
# Line 3  Line 3 
3  # this script will monitor webpac and store results into  # this script will monitor webpac and store results into
4  # /tmp/webpac.$$  # /tmp/webpac.$$
5    
6  echo "trying to find webpac (all2xml.pl) pid... press ctrl+c to abort"  echo "trying to find webpac (all2all.pl) pid... press ctrl+c to abort"
7  pid=""  pid=""
8  while [ -z "$pid" ] ; do  while [ -z "$pid" ] ; do
9          pid=`ps -o pid --no-header -C all2xml.pl | sed 's/ //g'`          pid=`ps -o pid --no-header -C all2all.pl | sed 's/ //g'`
10          if [ -z "$pid" ] ; then          if [ -z "$pid" ] ; then
11                  sleep 1;                  sleep 1;
12                  echo -n "."                  echo -n "."

Legend:
Removed from v.421  
changed lines
  Added in v.422

  ViewVC Help
Powered by ViewVC 1.1.26