gov.nist.javax.sip.stack
Class CallAnalyzer.MetricAnalysisConfiguration
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
checkingInterval
protected Long checkingInterval
minimumDumpInterval
protected Long minimumDumpInterval
stuckTimeBeforeDump
protected Long stuckTimeBeforeDump
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.