Lab036: validate long-duration video scheduling

This commit is contained in:
LittleSam129
2026-08-03 17:10:17 +03:00
parent 22c2eeab8c
commit 3e0ef5666e
15 changed files with 1554 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
scenario,policy,applicable,image_age_at_300s_ms,time_to_age_below_1000ms_seconds,time_to_age_below_500ms_seconds,excess_queue_clear_seconds,frames_dropped_after_recovery,old_frames_published_after_recovery
constant_300,no_drop,False,0.0,0.0,0.0,0.0,0,0
constant_300,latest_only,False,0.0,0.0,0.0,0.0,0,0
constant_300,two_waiting,False,0.0,0.0,0.0,0.0,0,0
constant_260,no_drop,False,0.0,0.0,0.0,0.0,0,0
constant_260,latest_only,False,0.0,0.0,0.0,0.0,0,0
constant_260,two_waiting,False,0.0,0.0,0.0,0.0,0,0
constant_230,no_drop,False,0.0,0.0,0.0,0.0,0,0
constant_230,latest_only,False,0.0,0.0,0.0,0.0,0,0
constant_230,two_waiting,False,0.0,0.0,0.0,0.0,0,0
step_300_230_300,no_drop,True,24333.333333333314,147.64077333334558,149.80178666667894,150.02250666667896,0,72
step_300_230_300,latest_only,True,666.6666666666856,0.0,0.07729391299602639,0.00844057966270384,0,1
step_300_230_300,two_waiting,True,1000.0,0.05866202900034523,1.1352486956670305,1.3550620290003508,0,2
variable_300_260_230,no_drop,False,0.0,0.0,0.0,0.0,0,0
variable_300_260_230,latest_only,False,0.0,0.0,0.0,0.0,0,0
variable_300_260_230,two_waiting,False,0.0,0.0,0.0,0.0,0,0
1 scenario policy applicable image_age_at_300s_ms time_to_age_below_1000ms_seconds time_to_age_below_500ms_seconds excess_queue_clear_seconds frames_dropped_after_recovery old_frames_published_after_recovery
2 constant_300 no_drop False 0.0 0.0 0.0 0.0 0 0
3 constant_300 latest_only False 0.0 0.0 0.0 0.0 0 0
4 constant_300 two_waiting False 0.0 0.0 0.0 0.0 0 0
5 constant_260 no_drop False 0.0 0.0 0.0 0.0 0 0
6 constant_260 latest_only False 0.0 0.0 0.0 0.0 0 0
7 constant_260 two_waiting False 0.0 0.0 0.0 0.0 0 0
8 constant_230 no_drop False 0.0 0.0 0.0 0.0 0 0
9 constant_230 latest_only False 0.0 0.0 0.0 0.0 0 0
10 constant_230 two_waiting False 0.0 0.0 0.0 0.0 0 0
11 step_300_230_300 no_drop True 24333.333333333314 147.64077333334558 149.80178666667894 150.02250666667896 0 72
12 step_300_230_300 latest_only True 666.6666666666856 0.0 0.07729391299602639 0.00844057966270384 0 1
13 step_300_230_300 two_waiting True 1000.0 0.05866202900034523 1.1352486956670305 1.3550620290003508 0 2
14 variable_300_260_230 no_drop False 0.0 0.0 0.0 0.0 0 0
15 variable_300_260_230 latest_only False 0.0 0.0 0.0 0.0 0 0
16 variable_300_260_230 two_waiting False 0.0 0.0 0.0 0.0 0 0