DescriptionAdd 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 : #
Messages
Total messages: 13 (0 generated)
|