Skip to content

Commit

Permalink
fix: incorrect tcp rrt
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanchaoa committed Sep 23, 2024
1 parent d072408 commit 80cb6e2
Show file tree
Hide file tree
Showing 4 changed files with 437 additions and 272 deletions.
24 changes: 12 additions & 12 deletions agent/resources/test/flow_generator/report.result
Original file line number Diff line number Diff line change
Expand Up @@ -246,18 +246,18 @@ TcpPerfStats {
rtt_server_max: 0,
srt_max: 10040,
art_max: 30358,
cit_max: 0,
cit_max: 15033,
rtt: 0,
rtt_client_sum: 0,
rtt_server_sum: 0,
srt_sum: 10040,
art_sum: 30358,
cit_sum: 0,
cit_sum: 15033,
rtt_client_count: 0,
rtt_server_count: 0,
srt_count: 1,
art_count: 1,
cit_count: 0,
cit_count: 1,
syn_count: 0,
synack_count: 0,
retrans_syn_count: 0,
Expand Down Expand Up @@ -380,19 +380,19 @@ TcpPerfStats {
}
report after last packet:
TcpPerfStats {
rtt_client_max: 20322,
rtt_server_max: 10226,
rtt_client_max: 0,
rtt_server_max: 0,
srt_max: 10040,
art_max: 30358,
cit_max: 15033,
rtt: 0,
rtt_client_sum: 20322,
rtt_server_sum: 10226,
rtt_client_sum: 0,
rtt_server_sum: 0,
srt_sum: 10040,
art_sum: 30358,
cit_sum: 15033,
rtt_client_count: 1,
rtt_server_count: 1,
rtt_client_count: 0,
rtt_server_count: 0,
srt_count: 1,
art_count: 1,
cit_count: 1,
Expand Down Expand Up @@ -450,18 +450,18 @@ TcpPerfStats {
report after last packet:
TcpPerfStats {
rtt_client_max: 0,
rtt_server_max: 10226,
rtt_server_max: 0,
srt_max: 10040,
art_max: 30358,
cit_max: 35355,
rtt: 0,
rtt_client_sum: 0,
rtt_server_sum: 10226,
rtt_server_sum: 0,
srt_sum: 10040,
art_sum: 30358,
cit_sum: 35355,
rtt_client_count: 0,
rtt_server_count: 1,
rtt_server_count: 0,
srt_count: 1,
art_count: 1,
cit_count: 1,
Expand Down
Loading

0 comments on commit 80cb6e2

Please sign in to comment.