From: Alex Rousskov Date: Fri, 13 Jul 2012 11:54:51 +0000 (-0600) Subject: cache.log analysis: Add a pattern to report alive (opened and not closed) FDs. X-Git-Tag: SQUID_3_2_0_19~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fab4af1d60858ada6d57232a73b4ab0be06ccd17;p=thirdparty%2Fsquid.git cache.log analysis: Add a pattern to report alive (opened and not closed) FDs. --- diff --git a/scripts/find-alive.pl b/scripts/find-alive.pl index d32b403c54..588a293d1d 100755 --- a/scripts/find-alive.pl +++ b/scripts/find-alive.pl @@ -51,6 +51,10 @@ my %Pairs = ( 'HttpStateData (\S+) created', 'cbdataFree: Freeing (\S+)', ], + FD => [ + 'fd_open.*\sFD (\d+)', + 'fd_close\s+FD (\d+)', + ], ); if (!$Pairs{$Thing}) {