Adds latency build up test.
This commit is contained in:
@@ -38,3 +38,8 @@ artifact_detection:
|
||||
energy_variation:
|
||||
enabled: true
|
||||
threshold_db: 6.0 # Energy change threshold in dB between consecutive windows (detects level changes)
|
||||
|
||||
latency_buildup:
|
||||
measurement_interval: 10 # seconds between latency measurements
|
||||
max_duration: null # maximum test duration in seconds (null = run until canceled)
|
||||
buildup_threshold_percent: 5.0 # percentage change threshold for buildup detection
|
||||
|
||||
Reference in New Issue
Block a user