NIST-SIP: The Reference Implementation for JAIN-SIP 1.2

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

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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CallAnalyzer.MetricAnalysisConfiguration

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

CallAnalyzer.MetricAnalysisConfiguration

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

NIST-SIP: The Reference Implementation for JAIN-SIP 1.2

A product of the NIST/ITL Advanced Networking Technologies Division.
See conditions of use.
Submit a bug report or feature request.