summaryrefslogtreecommitdiffstats
path: root/tools/metrics
diff options
context:
space:
mode:
authorrch@chromium.org <rch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-08 04:52:01 +0000
committerrch@chromium.org <rch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-08 04:52:01 +0000
commit90fb1315c7541cf682c8efae8b85e4a95f9b3748 (patch)
tree9a334749f59575536a8d18d79a39718b7355da97 /tools/metrics
parent7770c2f935780a7743db6d610180aa79d5791f59 (diff)
downloadchromium_src-90fb1315c7541cf682c8efae8b85e4a95f9b3748.zip
chromium_src-90fb1315c7541cf682c8efae8b85e4a95f9b3748.tar.gz
chromium_src-90fb1315c7541cf682c8efae8b85e4a95f9b3748.tar.bz2
Add new histogram Net.QuicSession.DuplicateStreamFramePercent
for reporting the number of duplicate QUIC stream frames received. Review URL: https://codereview.chromium.org/227463007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@262315 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/metrics')
-rw-r--r--tools/metrics/histograms/histograms.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 6c3e8cd..96de3fc 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -12793,6 +12793,22 @@ other types of suffix sets.
</summary>
</histogram>
+<histogram name="Net.QuicSession.StreamFrameDuplicatedPercentLongConnection">
+ <owner>rch@chromium.org</owner>
+ <summary>
+ The percentage of stream frames received which were duplicates. Only for
+ QUIC sessions which received at least 100 packets.
+ </summary>
+</histogram>
+
+<histogram name="Net.QuicSession.StreamFrameDuplicatedPercentShortConnection">
+ <owner>rch@chromium.org</owner>
+ <summary>
+ The percentage of stream frames received which were duplicates. Only for
+ QUIC sessions which received fewer than 100 packets.
+ </summary>
+</histogram>
+
<histogram name="Net.QuicSession.TruncatedAcksReceived">
<owner>rch@chromium.org</owner>
<summary>The number of truncated ACK frames received.</summary>