summaryrefslogtreecommitdiff
path: root/shaping/test/gtest_shaper.cpp
AgeCommit message (Collapse)Author
2024-10-17TSG-22757: 1.适配新版maat,加载json格式的规则 ↵root
2.适配规则ID变为UUID
2024-08-15TSG-22206: 单独注册一个fieldstat4_easy句柄发送queue_len的统计root
2024-07-31add fair-share profile test caseroot
2024-07-29adapt latest version of fieldstat4root
2024-07-29fix ci buile breakroot
2024-07-29add a test case, running with libswarmkvroot
2024-07-26fix mem leakroot
2024-07-23fix test caseroot
2024-07-19update to fieldstat4, not completeroot
2024-07-16add temp coderoot
2024-06-13separate in out direction for queue_len stored in swarmkvroot
2024-06-04每个session的缓存队列分为in和out两个方向队列root
2024-05-22fix test casesroot
2024-05-06异步转发开关区分方向root
2024-04-30由拿到token才发送,改为拿不到token就不发送root
2024-04-28TSG-20745: add datapath telemetry inforoot
2024-02-22add bidirectional limit directionroot
2024-02-06fix test caseroot
2024-01-26optimize performanceroot
2024-01-11TSG-18230: ↵root
优化:对于同一个profile,当高优先级有排队报文时,500ms内低优先级不允许获得带宽
2024-01-11TSG-18176: revert changeroot
2024-01-11TSG-18497: 报文排队时同时计算primary profile和borrow ↵root
profile的队列长度,但是borrow profile的队列长度只更新到swarmkv 优先级信息中,不更新到队列长度统计中
2024-01-09TSG-18176:对于一个session,当同一个profile多次作为primary ↵root
profile出现时,按规则匹配顺序,只执行匹配的第一条rule,使用被执行的rule配置的fair-factor。 当同一个profile作为borrow多次出现时,暂时忽略此情况不处理
2024-01-05TSG-18417: set borrow flag to allow borrow when primary profile blocked by ↵root
priority
2024-01-05TSG-18278: record queue_len on actually blocked profileroot
2023-12-15global stat ↵root
由原子操作改为每个线程自己计数,每次输出时合并
2023-12-061.fix bug fairness profile can't limit rateroot
2.add corresponding test case
2023-11-13TSG-17653: tcp pure ctrl packet force consume token and forward directlyroot
2023-11-09modify test caseroot
2023-10-17TSG-15374: enable jemalloc backgroud gc threadroot
2023-10-07fix memleak in test caseroot
2023-09-28update test caseroot
2023-09-28add timer for each session, to refresh stat when no packet comingroot
2023-09-26optimize performance for swarmkvroot
1.request 10 times token for current packet 2.request swarmkv at least 1ms later after failed for one profile
2023-09-19remove centos7 for ci and optimize frequency of request to swarmkv for queue_lenroot
2023-06-02don't calculate latency for borrow profileliuchang
2023-05-30modify testcase for new global metricliuchang
2023-05-19warmkv中存储profile的优先级信息liuchang
2023-05-181.use the highest priority when a session hit multi rulesliuchang
2.update metric to fieldstat every 0.2s
2023-04-27TSG-14912: add vsys_id as one of tags for metricliuchang
2023-04-14directly forward tcp pure control packet, ignoring queue lenliuchang
2023-04-04add test caseliuchang
2023-04-04add hit_policy statitics for global metricliuchang
2023-04-04 add global metric test caseliuchang
2023-04-04add global metricsliuchang
2023-03-31modify test case for new metric formatliuchang
2023-03-28adapt get interface for fieldstat3, for metric max_latencyliuchang
2023-03-27fix bug TSG-14068liuchang
2023-03-24fix test case for stat after using fieldstat3liuchang
2023-03-22add test caseliuchang