gov.nist.javax.sip.stack
Class CallAnalyzer.MetricAnalysisConfiguration

java.lang.Object
  extended by gov.nist.javax.sip.stack.CallAnalyzer.MetricAnalysisConfiguration
Enclosing class:
CallAnalyzer

public static class CallAnalyzer.MetricAnalysisConfiguration
extends Object

This is the configuration for the analysis task. The analysis job will be run every checkingInterval milliseconds. If an error occurs a thread dump will be logged, but there will be only one dump per minimumDumpInterval milliseconds. The dump will be logged only if a request is stuck in some thread for more than stuckTimeBeforeDump milliseconds.

Author:
vladimirralev

Field Summary
protected  Long checkingInterval
           
protected  Long minimumDumpInterval
           
protected  Long stuckTimeBeforeDump
           
 
Constructor Summary
CallAnalyzer.MetricAnalysisConfiguration(int checkingInterval, int minDumpInterval, int stuckTimerBeforeDump)
           
CallAnalyzer.MetricAnalysisConfiguration(Long checkingInterval, Long minDumpInterval, Long stuckTimerBeforeDump)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

checkingInterval

protected Long checkingInterval

minimumDumpInterval

protected Long minimumDumpInterval

stuckTimeBeforeDump

protected Long stuckTimeBeforeDump
Constructor Detail

CallAnalyzer.MetricAnalysisConfiguration

public CallAnalyzer.MetricAnalysisConfiguration(Long checkingInterval,
                                                Long minDumpInterval,
                                                Long stuckTimerBeforeDump)

CallAnalyzer.MetricAnalysisConfiguration

public CallAnalyzer.MetricAnalysisConfiguration(int checkingInterval,
                                                int minDumpInterval,
                                                int stuckTimerBeforeDump)


Copyright © 2012. All Rights Reserved.