From: Alex Rousskov Date: Fri, 6 Jul 2012 22:35:28 +0000 (-0600) Subject: cache.log analysis: Add a pattern to report alive (opened and not closed) FDs. X-Git-Tag: sourceformat-review-1~193 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=ba7a5d58e7590d9eef7fb9f903fa0bdc76feb8b8;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}) {