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

Issue 429353002: Network performance related histograms. (Closed)

Created:
6 years, 4 months ago by zqiu1
Modified:
6 years, 4 months ago
Reviewers:
Ilya Sherman, jwd
CC:
chromium-reviews, asvitkine+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Network performance related histograms. Added a histogram "Network.Shill.DeviceConnectionStatus" for tracking the connection status of the device. A sample is emitted once every 3 minutes. Added a histogram "Network.Shill.Wifi.NetworkProblemDetected" for tracking the connection problem encountered by TrafficMonitor after the wifi connection is established. This event is reported whenever a network problem is encountered while connected to a wifi network. Added a histogram "NetworkShill.WiFi.UserInitiatedConnectionFailureReason" for tracking the reasons for failed wifi connection attempts that are manually initiated by the user. This event is reported everytime user-initiated wifi connection attempts failed. BUG=chromium:374274, chromium:392965, chromium:392990 TEST=Start chrome, and browse to chrome://histograms to verify the histograms mentioned above exist. NOTRY=true Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=287826

Patch Set 1 #

Total comments: 5

Patch Set 2 : #

Total comments: 4

Patch Set 3 : #

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

Messages

Total messages: 18 (0 generated)
zqiu1
6 years, 4 months ago (2014-07-30 21:11:17 UTC) #1
Ilya Sherman
+Jesse for histograms.xml review. Where are these metrics defined?
6 years, 4 months ago (2014-07-30 21:25:16 UTC) #2
zqiu1
On 2014/07/30 21:25:16, Ilya Sherman wrote: > +Jesse for histograms.xml review. > > Where are ...
6 years, 4 months ago (2014-07-30 21:29:05 UTC) #3
jwd
https://codereview.chromium.org/429353002/diff/1/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/429353002/diff/1/tools/metrics/histograms/histograms.xml#newcode18017 tools/metrics/histograms/histograms.xml:18017: +<histogram name="Network.Shill.Wifi.NetworkProblemDetected" Are there other technologies that can report ...
6 years, 4 months ago (2014-07-31 15:45:07 UTC) #4
zqiu1
https://codereview.chromium.org/429353002/diff/1/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/429353002/diff/1/tools/metrics/histograms/histograms.xml#newcode18017 tools/metrics/histograms/histograms.xml:18017: +<histogram name="Network.Shill.Wifi.NetworkProblemDetected" On 2014/07/31 15:45:07, Jesse Doherty wrote: > ...
6 years, 4 months ago (2014-07-31 17:48:03 UTC) #5
zqiu1
PTAL.
6 years, 4 months ago (2014-07-31 18:29:26 UTC) #6
jwd
lgtm https://codereview.chromium.org/429353002/diff/1/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/429353002/diff/1/tools/metrics/histograms/histograms.xml#newcode18017 tools/metrics/histograms/histograms.xml:18017: +<histogram name="Network.Shill.Wifi.NetworkProblemDetected" On 2014/07/31 17:48:03, zqiu1 wrote: > ...
6 years, 4 months ago (2014-07-31 18:34:31 UTC) #7
zqiu1
On 2014/07/31 18:34:31, Jesse Doherty wrote: > lgtm > > https://codereview.chromium.org/429353002/diff/1/tools/metrics/histograms/histograms.xml > File tools/metrics/histograms/histograms.xml (right): ...
6 years, 4 months ago (2014-07-31 18:39:15 UTC) #8
jwd
On 2014/07/31 18:39:15, zqiu1 wrote: > On 2014/07/31 18:34:31, Jesse Doherty wrote: > > lgtm ...
6 years, 4 months ago (2014-07-31 20:14:45 UTC) #9
zqiu1
On 2014/07/31 20:14:45, Jesse Doherty wrote: > On 2014/07/31 18:39:15, zqiu1 wrote: > > On ...
6 years, 4 months ago (2014-07-31 20:18:15 UTC) #10
Ilya Sherman
https://codereview.chromium.org/429353002/diff/20001/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/429353002/diff/20001/tools/metrics/histograms/histograms.xml#newcode18017 tools/metrics/histograms/histograms.xml:18017: +<histogram name="Network.Shill.Wifi.NetworkProblemDetected" Is "Wifi" spelled correctly here? It's odd ...
6 years, 4 months ago (2014-07-31 22:08:14 UTC) #11
zqiu1
On 2014/07/31 22:08:14, Ilya Sherman wrote: > https://codereview.chromium.org/429353002/diff/20001/tools/metrics/histograms/histograms.xml > File tools/metrics/histograms/histograms.xml (right): > > https://codereview.chromium.org/429353002/diff/20001/tools/metrics/histograms/histograms.xml#newcode18017 ...
6 years, 4 months ago (2014-08-04 17:22:26 UTC) #12
Ilya Sherman
On 2014/08/04 17:22:26, zqiu1 wrote: > On 2014/07/31 22:08:14, Ilya Sherman wrote: > https://codereview.chromium.org/429353002/diff/20001/tools/metrics/histograms/histograms.xml#newcode18203 > ...
6 years, 4 months ago (2014-08-04 20:00:49 UTC) #13
zqiu1
PTAL.
6 years, 4 months ago (2014-08-06 16:29:21 UTC) #14
Ilya Sherman
LGTM, thanks.
6 years, 4 months ago (2014-08-06 19:17:59 UTC) #15
Ilya Sherman
The CQ bit was checked by isherman@chromium.org
6 years, 4 months ago (2014-08-06 19:18:15 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/zqiu@chromium.org/429353002/40001
6 years, 4 months ago (2014-08-06 19:20:01 UTC) #17
commit-bot: I haz the power
6 years, 4 months ago (2014-08-06 19:24:58 UTC) #18
Message was sent while issue was closed.
Change committed as 287826

Powered by Google App Engine
This is Rietveld 408576698