glenn       2003/03/14 05:36:58

  Modified:    jk/tools/reports tomcat_trend.pl
  Log:
  Update script for mod_jk changes
  
  Revision  Changes    Path
  1.4       +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.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- tomcat_trend.pl   31 Dec 2002 04:19:31 -0000      1.3
  +++ tomcat_trend.pl   14 Mar 2003 13:36:58 -0000      1.4
  @@ -232,7 +232,7 @@
               if( $line =~ /(jk_tcp_socket_recvfull failed|ERROR: Receiving from 
tomcat failed)/ ) {
                  $Global{tomcat_full}++;
                  $Interval{tomcat_full}++;
  -            } elsif( $line =~ /(ajp_process_callback - write failed|ERROR sending 
data to client. Connection aborted or network problems)/ ) {
  +            } elsif( $line =~ /(ajp_process_callback - write failed|ERROR sending 
data to client. Connection aborted or network problems|Client connection aborted or 
network problems)/ ) {
                  $Global{client_gone}++;
                  $Interval{client_gone}++;
               }
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to