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

Issue 273883003: Add histograms for shill network metrics (Closed)

Created:
6 years, 7 months ago by zqiu1
Modified:
6 years, 7 months ago
Reviewers:
Ilya Sherman
CC:
chromium-reviews, jar (doing other things), asvitkine+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Add histograms for shill network metrics Added histogram Network.Shill.UserInitiatedEvents for sampling the number of user-initiated events in shill. Currently only tracks the user-initated WIFI scans. Added histogram Network.Shill.WiFi.TransmitBitrateMbps for sampling the transmit bitrate for the wifi device. The bitrate is updated every minutes when wifi is connected to a network. Added histogram Network.Shill.WiFi.UserInitiatedConnectionResult for sampling the outcome of user-initiated connection attempts. This histogram is updated everytime the wifi connection is initiated by the user. Consolidate the histograms for DHCPOptionFailureDetected, where there was one histogram per technology type. Instead, changed to one only histogram, with each technology type as a bucket under the histogram. BUG=chromium:368761, chromium:369135, chromium:369545 TEST=Start chrome, browse to chrome://histograms to make sure these histograms exist after manually initiate/establish a wifi network connection. NOTRY=true Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=271135

Patch Set 1 : Add histograms for shill network metrics #

Total comments: 12

Patch Set 2 : Add histograms for shill network metrics #

Total comments: 2

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+68 lines, -0 lines) Patch
M tools/metrics/histograms/histograms.xml View 8 chunks +68 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
zqiu1
6 years, 7 months ago (2014-05-08 22:15:06 UTC) #1
Ilya Sherman
Hi, apologies for being slow to respond. I haven't had a chance to review this ...
6 years, 7 months ago (2014-05-09 23:55:54 UTC) #2
Ilya Sherman
https://codereview.chromium.org/273883003/diff/1/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (left): https://codereview.chromium.org/273883003/diff/1/tools/metrics/histograms/histograms.xml#oldcode14960 tools/metrics/histograms/histograms.xml:14960: -</histogram> Please mark the old histogram as deprecated, rather ...
6 years, 7 months ago (2014-05-13 01:28:14 UTC) #3
zqiu1
https://codereview.chromium.org/273883003/diff/1/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (left): https://codereview.chromium.org/273883003/diff/1/tools/metrics/histograms/histograms.xml#oldcode14960 tools/metrics/histograms/histograms.xml:14960: -</histogram> On 2014/05/13 01:28:14, Ilya Sherman wrote: > Please ...
6 years, 7 months ago (2014-05-14 17:29:53 UTC) #4
zqiu1
Patch updated.
6 years, 7 months ago (2014-05-14 18:48:45 UTC) #5
Ilya Sherman
LGTM with the remaining comments addressed. Thanks. https://codereview.chromium.org/273883003/diff/20001/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/273883003/diff/20001/tools/metrics/histograms/histograms.xml#newcode15207 tools/metrics/histograms/histograms.xml:15207: + Network.Shill.DHCPOptionFailureDetected. ...
6 years, 7 months ago (2014-05-14 22:10:51 UTC) #6
zqiu1
Thanks for the comments. Patch is updated according to the comments.
6 years, 7 months ago (2014-05-14 22:40:43 UTC) #7
Ilya Sherman
(Still LGTM.)
6 years, 7 months ago (2014-05-14 23:13:20 UTC) #8
zqiu1
Hi Ilya, Can you set the CQ bit for this CL? Thanks, Peter,
6 years, 7 months ago (2014-05-16 22:34:37 UTC) #9
Ilya Sherman
The CQ bit was checked by isherman@chromium.org
6 years, 7 months ago (2014-05-16 22:35:10 UTC) #10
Ilya Sherman
On 2014/05/16 22:34:37, zqiu1 wrote: > Hi Ilya, > > Can you set the CQ ...
6 years, 7 months ago (2014-05-16 22:35:17 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/zqiu@chromium.org/273883003/40001
6 years, 7 months ago (2014-05-16 23:34:00 UTC) #12
commit-bot: I haz the power
6 years, 7 months ago (2014-05-17 01:04:57 UTC) #13
Message was sent while issue was closed.
Change committed as 271135

Powered by Google App Engine
This is Rietveld 408576698