You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by gl...@apache.org on 2005/04/09 17:24:45 UTC

cvs commit: jakarta-tomcat-connectors/jk/tools/reports tomcat_trend.pl

glenn       2005/04/09 08:24:44

  Modified:    jk/tools/reports tomcat_trend.pl
  Log:
  Update to support changes to error logging string format
  
  Revision  Changes    Path
  1.10      +4 -4      jakarta-tomcat-connectors/jk/tools/reports/tomcat_trend.pl
  
  Index: tomcat_trend.pl
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/tools/reports/tomcat_trend.pl,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- tomcat_trend.pl	7 Feb 2005 14:49:55 -0000	1.9
  +++ tomcat_trend.pl	9 Apr 2005 15:24:44 -0000	1.10
  @@ -192,7 +192,7 @@
            # Stop processing if logtime is today
            last if( $logtime >= $curdate );
   
  -         if( $line =~ /\d\)\]: / ) {
  +         if( $line =~ /\d\)\]{0,1}: / ) {
               # Handle a mod_jk error
               if( $line =~ /(jk_tcp_socket_recvfull failed|ERROR: Receiving from tomcat failed)/ ) {
                  $Global{tomcat_full}++;
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org