The following commit has been merged in the master branch:
commit 1146d25df63cbf90b4a31e001227f5bd59acd6ea
Author: Asanka Herath <[email protected]>
Date:   Thu Mar 18 21:13:35 2010 -0400

    Windows: Monitor requests and gather diagnostics before a timeout
    
    This patch monitors SMB requests that are being serviced and
    automatically enables logging if a request takes longer than one
    minute to complete.  If the requst hasn't completed by the two minute
    mark, the code generates a minidump.  Once a minimump is generated, no
    more minidumps will be produced for another 5 minutes.
    
    SMB monitoring can be enabled/disabled using the new registry
    parameter 'SMBRequestMonitor.'
    
    Change-Id: I5aae22f6bfa635cec4a803089b483698641080eb
    Reviewed-on: http://gerrit.openafs.org/1632
    Reviewed-by: Asanka Herath <[email protected]>
    Tested-by: Asanka Herath <[email protected]>
    Reviewed-by: Derrick Brashear <[email protected]>
    Reviewed-by: Jeffrey Altman <[email protected]>
    Tested-by: Jeffrey Altman <[email protected]>

 src/WINNT/afsd/afsd_init.c |    5 +
 src/WINNT/afsd/cm.h        |    1 +
 src/WINNT/afsd/smb.c       |  372 ++++++++++++++++++++++++++++++++++++++++++++
 src/WINNT/afsd/smb.h       |    1 +
 4 files changed, 379 insertions(+), 0 deletions(-)

-- 
OpenAFS Master Repository
_______________________________________________
OpenAFS-cvs mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-cvs

Reply via email to