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

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

Issue 1228873008: Introduce UMA metrics for path MTU discovery. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2454
Patch Set: Created 5 years, 5 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/quic/quic_connection.h ('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 1b4caef7d0006bd268cc1ffde877abd44eb9213c..bcbdd85306fccd797c92076f6115a5d64dbae6a3 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -22117,6 +22117,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Net.QuicSession.ClientSideMtu" units="bytes">
+ <owner>rch@chromium.org</owner>
+ <summary>
+ The final maximum packet size of the connection used by the client before
+ the session is closed.
+ </summary>
+</histogram>
+
<histogram name="Net.QuicSession.ClosedDuringInitializeSession" enum="Boolean">
<owner>rch@chromium.org</owner>
<summary>
@@ -22369,6 +22377,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Net.QuicSession.MtuProbesSent">
+ <owner>rch@chromium.org</owner>
+ <summary>
+ The number of MTU probes sent by the client during the session. Logged when
+ the connection is destroyed.
+ </summary>
+</histogram>
+
<histogram name="Net.QuicSession.NumOpenStreams">
<owner>rch@chromium.org</owner>
<summary>
@@ -22523,6 +22539,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Net.QuicSession.ServerSideMtu" units="bytes">
+ <owner>rch@chromium.org</owner>
+ <summary>
+ The largest packet which the client received from the server during the
+ session.
+ </summary>
+</histogram>
+
<histogram name="Net.QuicSession.StreamFlowControlBlocked"
enum="BooleanBlocked">
<owner>rtenneti@chromium.org</owner>
« no previous file with comments | « net/quic/quic_connection.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698