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

Issue 2192053002: Metric & meta-metric for CECPQ1 handshake latency. (Closed)

Created:
4 years, 4 months ago by mab
Modified:
4 years, 4 months ago
Reviewers:
agl, *jwd, *davidben
CC:
asvitkine+watch_chromium.org, cbentzel+watch_chromium.org, chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Metric & meta-metric for CECPQ1 handshake latency. To fairly measure the latency impact of CECPQ1, we need to measure only hosts that will negotiate it. Define a small group of Google hosts that we believe ought to be negotiating CECPQ1, and a new histogram that measures latency when connecting to these hosts. In addition, add a meta-metric that (in the experiment group only) allows us to verify that CECPQ1 is being negotiated in cases where we expect it to be. This will serve as a check on the quality of the first metric. BUG=626363 Committed: https://crrev.com/e0d8c5878789398cd393b6184b54b6cbfcb5948b Cr-Commit-Position: refs/heads/master@{#411518}

Patch Set 1 #

Total comments: 5

Patch Set 2 : review #

Total comments: 9

Patch Set 3 : review #

Patch Set 4 : comment #

Patch Set 5 : move comment #

Patch Set 6 : rebase #

Patch Set 7 : Fix an unreachable code error (Windows compiler) #

Unified diffs Side-by-side diffs Delta from patch set Stats (+67 lines, -10 lines) Patch
M net/socket/ssl_client_socket.h View 1 2 3 4 5 1 chunk +5 lines, -0 lines 0 comments Download
M net/socket/ssl_client_socket.cc View 1 2 3 4 5 6 3 chunks +18 lines, -0 lines 0 comments Download
M net/socket/ssl_client_socket_impl.cc View 1 2 3 4 5 4 chunks +1 line, -9 lines 0 comments Download
M net/socket/ssl_client_socket_pool.cc View 1 2 3 4 5 3 chunks +22 lines, -1 line 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 2 3 4 5 2 chunks +21 lines, -0 lines 0 comments Download

Messages

Total messages: 35 (18 generated)
mab
4 years, 4 months ago (2016-07-28 23:16:53 UTC) #3
agl
I think this is good. See whether davidben can see a problem. https://codereview.chromium.org/2192053002/diff/1/net/socket/ssl_client_socket_pool.cc File net/socket/ssl_client_socket_pool.cc ...
4 years, 4 months ago (2016-07-29 00:00:29 UTC) #5
davidben
https://codereview.chromium.org/2192053002/diff/1/net/socket/ssl_client_socket_pool.cc File net/socket/ssl_client_socket_pool.cc (right): https://codereview.chromium.org/2192053002/diff/1/net/socket/ssl_client_socket_pool.cc#newcode35 net/socket/ssl_client_socket_pool.cc:35: #if !defined(OS_NACL) #include "build/build_config.h" (assuming the comment below doesn't ...
4 years, 4 months ago (2016-07-29 12:26:58 UTC) #6
mab
+jwd for histograms. https://codereview.chromium.org/2192053002/diff/1/net/socket/ssl_client_socket_pool.cc File net/socket/ssl_client_socket_pool.cc (right): https://codereview.chromium.org/2192053002/diff/1/net/socket/ssl_client_socket_pool.cc#newcode35 net/socket/ssl_client_socket_pool.cc:35: #if !defined(OS_NACL) done https://codereview.chromium.org/2192053002/diff/1/net/socket/ssl_client_socket_pool.cc#newcode37 net/socket/ssl_client_socket_pool.cc:37: base::FEATURE_DISABLED_BY_DEFAULT}; ...
4 years, 4 months ago (2016-07-29 22:47:08 UTC) #8
davidben
Did you forget to upload the new patch set?
4 years, 4 months ago (2016-07-29 22:52:42 UTC) #9
mab
I sure did, sorry.
4 years, 4 months ago (2016-07-29 22:55:13 UTC) #10
davidben
lgtm https://codereview.chromium.org/2192053002/diff/20001/net/socket/ssl_client_socket_pool.cc File net/socket/ssl_client_socket_pool.cc (right): https://codereview.chromium.org/2192053002/diff/20001/net/socket/ssl_client_socket_pool.cc#newcode446 net/socket/ssl_client_socket_pool.cc:446: // should always be true if we get ...
4 years, 4 months ago (2016-07-29 22:58:57 UTC) #11
mab
https://codereview.chromium.org/2192053002/diff/20001/net/socket/ssl_client_socket_pool.cc File net/socket/ssl_client_socket_pool.cc (right): https://codereview.chromium.org/2192053002/diff/20001/net/socket/ssl_client_socket_pool.cc#newcode446 net/socket/ssl_client_socket_pool.cc:446: // should always be true if we get here. ...
4 years, 4 months ago (2016-07-30 03:12:48 UTC) #13
jwd
On 2016/07/30 03:12:48, mab wrote: > https://codereview.chromium.org/2192053002/diff/20001/net/socket/ssl_client_socket_pool.cc > File net/socket/ssl_client_socket_pool.cc (right): > > https://codereview.chromium.org/2192053002/diff/20001/net/socket/ssl_client_socket_pool.cc#newcode446 > ...
4 years, 4 months ago (2016-08-01 15:53:43 UTC) #14
jwd
https://codereview.chromium.org/2192053002/diff/20001/net/socket/ssl_client_socket.cc File net/socket/ssl_client_socket.cc (right): https://codereview.chromium.org/2192053002/diff/20001/net/socket/ssl_client_socket.cc#newcode22 net/socket/ssl_client_socket.cc:22: const base::Feature kPostQuantumExperiment{"SSLPostQuantumExperiment", We tend not to like features ...
4 years, 4 months ago (2016-08-01 15:53:53 UTC) #15
mab
Correct. The only purpose of Net.SSL_Connection_PostQuantum_Negotiated is to ensure that the servers we expect to ...
4 years, 4 months ago (2016-08-09 20:53:49 UTC) #16
mab
https://codereview.chromium.org/2192053002/diff/20001/net/socket/ssl_client_socket.cc File net/socket/ssl_client_socket.cc (right): https://codereview.chromium.org/2192053002/diff/20001/net/socket/ssl_client_socket.cc#newcode22 net/socket/ssl_client_socket.cc:22: const base::Feature kPostQuantumExperiment{"SSLPostQuantumExperiment", OK, leaving alone. Would you have ...
4 years, 4 months ago (2016-08-09 21:04:41 UTC) #17
jwd
LGTM with request for added comment. https://codereview.chromium.org/2192053002/diff/20001/net/socket/ssl_client_socket.cc File net/socket/ssl_client_socket.cc (right): https://codereview.chromium.org/2192053002/diff/20001/net/socket/ssl_client_socket.cc#newcode22 net/socket/ssl_client_socket.cc:22: const base::Feature kPostQuantumExperiment{"SSLPostQuantumExperiment", ...
4 years, 4 months ago (2016-08-10 17:39:26 UTC) #18
mab
done
4 years, 4 months ago (2016-08-11 21:39:53 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2192053002/120001
4 years, 4 months ago (2016-08-12 01:22:21 UTC) #32
commit-bot: I haz the power
Committed patchset #7 (id:120001)
4 years, 4 months ago (2016-08-12 02:07:01 UTC) #33
commit-bot: I haz the power
4 years, 4 months ago (2016-08-12 02:10:09 UTC) #35
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/e0d8c5878789398cd393b6184b54b6cbfcb5948b
Cr-Commit-Position: refs/heads/master@{#411518}

Powered by Google App Engine
This is Rietveld 408576698