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

Issue 669793003: QUIC - Added histogram to track how often chrome sends/receives (Closed)

Created:
6 years, 2 months ago by ramant (doing other things)
Modified:
6 years, 2 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, asvitkine+watch_chromium.org, alyssar, Ian Swett, rjshade
Base URL:
https://chromium.googlesource.com/chromium/src.git@disk_cache_rtt_fix
Project:
chromium
Visibility:
Public.

Description

QUIC - Added histogram to track the number of total blocked frames sent/received when a connection is finished. Histogram name: Net.QuicSession.BlockedFrames.Received and Net.QuicSession.BlockedFrames.Sent. R=asvitkine@chromium.org, rch@chromium.org Committed: https://crrev.com/44fecdd71055961c94e93d521e01f81fb011966c Cr-Commit-Position: refs/heads/master@{#300739}

Patch Set 1 #

Total comments: 2

Patch Set 2 : fixed comments in Patch Set 1 #

Total comments: 2

Patch Set 3 : Count the number of BLOCKED frames recevied or sent. #

Total comments: 4

Patch Set 4 : Fixed comments in Patch Set 3 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+28 lines, -0 lines) Patch
M net/quic/quic_connection_logger.h View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M net/quic/quic_connection_logger.cc View 1 2 3 4 chunks +8 lines, -0 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 chunk +16 lines, -0 lines 0 comments Download

Messages

Total messages: 17 (4 generated)
ramant (doing other things)
6 years, 2 months ago (2014-10-21 00:39:47 UTC) #1
Alexei Svitkine (slow)
LGTM % nit https://codereview.chromium.org/669793003/diff/1/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/669793003/diff/1/tools/metrics/histograms/histograms.xml#newcode17398 tools/metrics/histograms/histograms.xml:17398: + Keeps track of number of ...
6 years, 2 months ago (2014-10-21 14:51:53 UTC) #2
ramant (doing other things)
Thanks Alexei for the suggestion. https://codereview.chromium.org/669793003/diff/1/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/669793003/diff/1/tools/metrics/histograms/histograms.xml#newcode17398 tools/metrics/histograms/histograms.xml:17398: + Keeps track of ...
6 years, 2 months ago (2014-10-21 17:23:51 UTC) #3
Ryan Hamilton
https://codereview.chromium.org/669793003/diff/20001/net/quic/quic_connection_logger.cc File net/quic/quic_connection_logger.cc (right): https://codereview.chromium.org/669793003/diff/20001/net/quic/quic_connection_logger.cc#newcode48 net/quic/quic_connection_logger.cc:48: blocked_frame_type, NUM_BLOCKED_FRAMES); Instead of recording entry each time we ...
6 years, 2 months ago (2014-10-21 19:48:15 UTC) #4
ramant (doing other things)
asvitkine@chromium.org, rch@chromium.org: PTAL. https://codereview.chromium.org/669793003/diff/20001/net/quic/quic_connection_logger.cc File net/quic/quic_connection_logger.cc (right): https://codereview.chromium.org/669793003/diff/20001/net/quic/quic_connection_logger.cc#newcode48 net/quic/quic_connection_logger.cc:48: blocked_frame_type, NUM_BLOCKED_FRAMES); On 2014/10/21 19:48:14, Ryan ...
6 years, 2 months ago (2014-10-21 22:05:31 UTC) #6
Alexei Svitkine (slow)
LGTM with a suggestion https://codereview.chromium.org/669793003/diff/60001/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/669793003/diff/60001/tools/metrics/histograms/histograms.xml#newcode17235 tools/metrics/histograms/histograms.xml:17235: +<histogram name="Net.QuicSession.BlockedFramesReceived"> Nit: One suggestion: ...
6 years, 2 months ago (2014-10-22 15:30:46 UTC) #7
Ryan Hamilton
lgtm https://codereview.chromium.org/669793003/diff/60001/net/quic/quic_connection_logger.h File net/quic/quic_connection_logger.h (right): https://codereview.chromium.org/669793003/diff/60001/net/quic/quic_connection_logger.h#newcode160 net/quic/quic_connection_logger.h:160: uint32 num_blocked_frames_received_; nit: looks like you can just ...
6 years, 2 months ago (2014-10-22 15:51:26 UTC) #8
ramant (doing other things)
Thanks Alexei and Ryan. Made the changes you have suggested. https://codereview.chromium.org/669793003/diff/60001/net/quic/quic_connection_logger.h File net/quic/quic_connection_logger.h (right): https://codereview.chromium.org/669793003/diff/60001/net/quic/quic_connection_logger.h#newcode160 ...
6 years, 2 months ago (2014-10-22 16:54:46 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/669793003/80001
6 years, 2 months ago (2014-10-22 16:56:54 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_asan_rel on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_asan_rel/builds/5238) linux_chromium_rel on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel/builds/1515)
6 years, 2 months ago (2014-10-22 17:06:17 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/669793003/80001
6 years, 2 months ago (2014-10-22 18:37:16 UTC) #15
commit-bot: I haz the power
Committed patchset #4 (id:80001)
6 years, 2 months ago (2014-10-22 20:21:54 UTC) #16
commit-bot: I haz the power
6 years, 2 months ago (2014-10-22 20:22:58 UTC) #17
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/44fecdd71055961c94e93d521e01f81fb011966c
Cr-Commit-Position: refs/heads/master@{#300739}

Powered by Google App Engine
This is Rietveld 408576698