Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(253)

Issue 2656333002: Compute packet loss for event log visualization similar to how it is defined in RFC 3550. (Closed)

Created:
3 years, 10 months ago by terelius
Modified:
3 years, 10 months ago
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

Compute packet loss for event log visualization similar to how it is defined in RFC 3550. The main difference to the old computation is that the expected number of packets during an interval is now computed as the change in highest sequence number encountered, rather than the sequence number difference between the first and last packet in the interval. BUG=webrtc:7046 Review-Url: https://codereview.webrtc.org/2656333002 Cr-Commit-Position: refs/heads/master@{#16361} Committed: https://chromium.googlesource.com/external/webrtc/+/4c9b4af53a47b09ca3be2e5a862af49254bc219a

Patch Set 1 #

Total comments: 5

Patch Set 2 : Fix incorrect loss rate for first sample. #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+35 lines, -20 lines) Patch
M webrtc/tools/event_log_visualizer/analyzer.cc View 1 3 chunks +35 lines, -20 lines 4 comments Download

Messages

Total messages: 18 (7 generated)
terelius
3 years, 10 months ago (2017-01-27 11:59:20 UTC) #2
stefan-webrtc
lg, just one question https://codereview.webrtc.org/2656333002/diff/1/webrtc/tools/event_log_visualizer/analyzer.cc File webrtc/tools/event_log_visualizer/analyzer.cc (right): https://codereview.webrtc.org/2656333002/diff/1/webrtc/tools/event_log_visualizer/analyzer.cc#newcode728 webrtc/tools/event_log_visualizer/analyzer.cc:728: int64_t received_packets = window_index_end - ...
3 years, 10 months ago (2017-01-27 13:02:12 UTC) #3
terelius
https://codereview.webrtc.org/2656333002/diff/1/webrtc/tools/event_log_visualizer/analyzer.cc File webrtc/tools/event_log_visualizer/analyzer.cc (right): https://codereview.webrtc.org/2656333002/diff/1/webrtc/tools/event_log_visualizer/analyzer.cc#newcode728 webrtc/tools/event_log_visualizer/analyzer.cc:728: int64_t received_packets = window_index_end - window_index_begin; On 2017/01/27 13:02:11, ...
3 years, 10 months ago (2017-01-27 14:03:11 UTC) #4
stefan-webrtc
lgtm
3 years, 10 months ago (2017-01-27 15:19:00 UTC) #5
minyue-webrtc
https://codereview.webrtc.org/2656333002/diff/1/webrtc/tools/event_log_visualizer/analyzer.cc File webrtc/tools/event_log_visualizer/analyzer.cc (right): https://codereview.webrtc.org/2656333002/diff/1/webrtc/tools/event_log_visualizer/analyzer.cc#newcode729 webrtc/tools/event_log_visualizer/analyzer.cc:729: int64_t lost_packets = expected_packets - received_packets; On 2017/01/27 14:03:11, ...
3 years, 10 months ago (2017-01-30 08:22:34 UTC) #6
terelius
minyue, please try this version on the log that was causing you problems. https://codereview.webrtc.org/2656333002/diff/1/webrtc/tools/event_log_visualizer/analyzer.cc File ...
3 years, 10 months ago (2017-01-30 10:03:05 UTC) #7
minyue-webrtc
One comment. BTW, I suggest adding some note on the improvement of new method over ...
3 years, 10 months ago (2017-01-30 12:05:44 UTC) #8
terelius
https://codereview.webrtc.org/2656333002/diff/20001/webrtc/tools/event_log_visualizer/analyzer.cc File webrtc/tools/event_log_visualizer/analyzer.cc (right): https://codereview.webrtc.org/2656333002/diff/20001/webrtc/tools/event_log_visualizer/analyzer.cc#newcode703 webrtc/tools/event_log_visualizer/analyzer.cc:703: int64_t highest_seq_number = On 2017/01/30 12:05:44, minyue-webrtc wrote: > ...
3 years, 10 months ago (2017-01-30 14:49:34 UTC) #9
minyue-webrtc
lgtm
3 years, 10 months ago (2017-01-30 15:16:28 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2656333002/20001
3 years, 10 months ago (2017-01-30 16:07:45 UTC) #15
commit-bot: I haz the power
3 years, 10 months ago (2017-01-30 16:44:55 UTC) #18
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/external/webrtc/+/4c9b4af53a47b09ca3be2e5a8...

Powered by Google App Engine
This is Rietveld 408576698