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

Unified Diff: tools/metrics/histograms/histograms.xml

Issue 2005143005: Record network quality UMA metrics on main frame requests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed rebase issues Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
« no previous file with comments | « net/nqe/network_quality_estimator_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 4faad3a5a3586ddbe2ca362c7d8b3f5ad9039f5b..8a15b2ce066704d81e71e46a130499a6525c42af 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -34541,6 +34541,38 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="NQE.MainFrame.Kbps" units="Kbps">
+ <owner>bengr@chromium.org</owner>
+ <owner>tbansal@chromium.org</owner>
+ <summary>
+ Rough estimate of the downstream peak throughput at different percentiles.
+
+ This metric is recorded on main-frame requests.
+ </summary>
+</histogram>
+
+<histogram name="NQE.MainFrame.RTT" units="ms">
+ <owner>bengr@chromium.org</owner>
+ <owner>tbansal@chromium.org</owner>
+ <summary>
+ Rough estimate of the computed round trip time at the URLRequest layer at
+ different percentiles.
+
+ This metric is recorded on main-frame requests.
+ </summary>
+</histogram>
+
+<histogram name="NQE.MainFrame.TransportRTT" units="ms">
+ <owner>bengr@chromium.org</owner>
+ <owner>tbansal@chromium.org</owner>
+ <summary>
+ Rough estimate of the computed round trip time at the transport layer at
+ different percentiles.
+
+ This metric is recorded on main-frame requests.
+ </summary>
+</histogram>
+
<histogram name="NQE.PeakKbps" units="Kbps">
<owner>bengr@chromium.org</owner>
<owner>tbansal@chromium.org</owner>
@@ -95008,6 +95040,13 @@ To add a new entry, add it with any value and run test to compute valid value.
<affected-histogram name="NQE.TransportRTT"/>
</histogram_suffixes>
+<histogram_suffixes name="NQE.DifferentPercentiles" separator=".">
+ <suffix name="Percentile50" label="50th percentile"/>
+ <affected-histogram name="NQE.MainFrame.Kbps"/>
+ <affected-histogram name="NQE.MainFrame.RTT"/>
+ <affected-histogram name="NQE.MainFrame.TransportRTT"/>
+</histogram_suffixes>
+
<histogram_suffixes name="NQE.NetworkTypes" separator=".">
<suffix name="Unknown" label="On Unknown network"/>
<suffix name="Ethernet" label="On Ethernet network"/>
@@ -95020,6 +95059,9 @@ To add a new entry, add it with any value and run test to compute valid value.
<affected-histogram name="NQE.DifferenceRTTActualAndEstimated"/>
<affected-histogram name="NQE.DifferenceRTTEstimatedAndActual"/>
<affected-histogram name="NQE.FastestRTT"/>
+ <affected-histogram name="NQE.MainFrame.Kbps.Percentile50"/>
+ <affected-histogram name="NQE.MainFrame.RTT.Percentile50"/>
+ <affected-histogram name="NQE.MainFrame.TransportRTT.Percentile50"/>
<affected-histogram name="NQE.PeakKbps"/>
<affected-histogram name="NQE.RatioEstimatedToActualRTT"/>
<affected-histogram name="NQE.RTT.Percentile0"/>
« no previous file with comments | « net/nqe/network_quality_estimator_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698