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

Side by Side Diff: tools/metrics/histograms/histograms.xml

Issue 14348012: [SPDY] Close SPDY sessions on session flow control errors (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments Created 7 years, 8 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:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « net/spdy/spdy_stream.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!-- 1 <!--
2 Copyright 2013 The Chromium Authors. All rights reserved. 2 Copyright 2013 The Chromium Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can be 3 Use of this source code is governed by a BSD-style license that can be
4 found in the LICENSE file. 4 found in the LICENSE file.
5 --> 5 -->
6 6
7 <!-- 7 <!--
8 This file is used to generate a comprehensive list of Chrome histograms along 8 This file is used to generate a comprehensive list of Chrome histograms along
9 with a detailed description for each histogram. 9 with a detailed description for each histogram.
10 10
(...skipping 1939 matching lines...) Expand 10 before | Expand all | Expand 10 after
1950 <histogram name="Net.SpdyRecvBytes" units="bytes"> 1950 <histogram name="Net.SpdyRecvBytes" units="bytes">
1951 <summary>The number of bytes recevied per stream.</summary> 1951 <summary>The number of bytes recevied per stream.</summary>
1952 </histogram> 1952 </histogram>
1953 1953
1954 <histogram name="Net.SpdySendBytes" units="bytes"> 1954 <histogram name="Net.SpdySendBytes" units="bytes">
1955 <summary>The number of bytes sent per stream.</summary> 1955 <summary>The number of bytes sent per stream.</summary>
1956 </histogram> 1956 </histogram>
1957 1957
1958 <histogram name="Net.SpdySessionErrorDetails" enum="SpdyProtocolErrorDetails" 1958 <histogram name="Net.SpdySessionErrorDetails" enum="SpdyProtocolErrorDetails"
1959 units="count"> 1959 units="count">
1960 <summary>
1961 The type of SPDY Protocol error encountered. Replaced by
1962 SpdySessionErrorDetails2 on 2013-04-19.
jar (doing other things) 2013/04/19 21:26:19 If you use the <obsolete> tag in these, then the w
akalin 2013/04/19 21:34:31 Done.
1963 </summary>
1964 </histogram>
1965
1966 <histogram name="Net.SpdySessionErrorDetails2" enum="SpdyProtocolErrorDetails2"
1967 units="count">
1960 <summary>The type of SPDY Protocol error encountered.</summary> 1968 <summary>The type of SPDY Protocol error encountered.</summary>
1961 </histogram> 1969 </histogram>
1962 1970
1963 <histogram name="Net.SpdySessionErrorDetails_Google" 1971 <histogram name="Net.SpdySessionErrorDetails_Google"
1964 enum="SpdyProtocolErrorDetails" units="count"> 1972 enum="SpdyProtocolErrorDetails" units="count">
1965 <summary> 1973 <summary>
1966 The type of SPDY Protocol error encountered when talking to a google.com 1974 The type of SPDY Protocol error encountered when talking to a google.com
1975 server. Replaced by SpdySessionErrorDetails_Google2 on 2013-04-19.
1976 </summary>
1977 </histogram>
1978
1979 <histogram name="Net.SpdySessionErrorDetails_Google2"
1980 enum="SpdyProtocolErrorDetails2" units="count">
1981 <summary>
1982 The type of SPDY Protocol error encountered when talking to a google.com
1967 server. 1983 server.
1968 </summary> 1984 </summary>
1969 </histogram> 1985 </histogram>
1970 1986
1971 <histogram name="Net.SpdySessionGet" enum="SpdySessionGet" units="count"> 1987 <histogram name="Net.SpdySessionGet" enum="SpdySessionGet" units="count">
1972 <summary>The type of SPDY Session used when looking up a session.</summary> 1988 <summary>The type of SPDY Session used when looking up a session.</summary>
1973 </histogram> 1989 </histogram>
1974 1990
1975 <histogram name="Net.SpdySessionGetPeerAddressNotConnected" 1991 <histogram name="Net.SpdySessionGetPeerAddressNotConnected"
1976 enum="BooleanSuccess"> 1992 enum="BooleanSuccess">
(...skipping 2777 matching lines...) Expand 10 before | Expand all | Expand 10 after
4754 <int value="709" label="PKCS12_IMPORT_UNSUPPORTED"/> 4770 <int value="709" label="PKCS12_IMPORT_UNSUPPORTED"/>
4755 <int value="710" label="KEY_GENERATION_FAILED"/> 4771 <int value="710" label="KEY_GENERATION_FAILED"/>
4756 <int value="711" label="ORIGIN_BOUND_CERT_GENERATION_FAILED"/> 4772 <int value="711" label="ORIGIN_BOUND_CERT_GENERATION_FAILED"/>
4757 <int value="712" label="PRIVATE_KEY_EXPORT_FAILED"/> 4773 <int value="712" label="PRIVATE_KEY_EXPORT_FAILED"/>
4758 <int value="800" label="DNS_MALFORMED_RESPONSE"/> 4774 <int value="800" label="DNS_MALFORMED_RESPONSE"/>
4759 <int value="801" label="DNS_SERVER_REQUIRES_TCP"/> 4775 <int value="801" label="DNS_SERVER_REQUIRES_TCP"/>
4760 <int value="802" label="DNS_SERVER_FAILED"/> 4776 <int value="802" label="DNS_SERVER_FAILED"/>
4761 <int value="803" label="DNS_TIMED_OUT"/> 4777 <int value="803" label="DNS_TIMED_OUT"/>
4762 <int value="804" label="DNS_CACHE_MISS"/> 4778 <int value="804" label="DNS_CACHE_MISS"/>
4763 <int value="805" label="DNS_SEARCH_EMPTY"/> 4779 <int value="805" label="DNS_SEARCH_EMPTY"/>
4780 <int value="806" label="DNS_SORT_ERROR"/>
4764 </enum> 4781 </enum>
4765 4782
4766 <enum name="NetPreconnectUtilization" type="int"> 4783 <enum name="NetPreconnectUtilization" type="int">
4767 <int value="0" label="non-speculative, never connected"/> 4784 <int value="0" label="non-speculative, never connected"/>
4768 <int value="1" label="non-speculative, never used"/> 4785 <int value="1" label="non-speculative, never used"/>
4769 <int value="2" label="non-speculative and used"/> 4786 <int value="2" label="non-speculative and used"/>
4770 <int value="3" label="omnibox never connected"/> 4787 <int value="3" label="omnibox never connected"/>
4771 <int value="4" label="omnibox never used"/> 4788 <int value="4" label="omnibox never used"/>
4772 <int value="5" label="omnibox and used"/> 4789 <int value="5" label="omnibox and used"/>
4773 <int value="6" label="subresource never connected"/> 4790 <int value="6" label="subresource never connected"/>
(...skipping 288 matching lines...) Expand 10 before | Expand all | Expand 10 after
5062 <int value="0" label="unknown"/> 5079 <int value="0" label="unknown"/>
5063 <int value="1" label="ws"/> 5080 <int value="1" label="ws"/>
5064 <int value="2" label="wss"/> 5081 <int value="2" label="wss"/>
5065 </enum> 5082 </enum>
5066 5083
5067 <enum name="SpdyIPPoolDomainMatch" type="int"> 5084 <enum name="SpdyIPPoolDomainMatch" type="int">
5068 <int value="0" label="mismatch"/> 5085 <int value="0" label="mismatch"/>
5069 <int value="1" label="match"/> 5086 <int value="1" label="match"/>
5070 </enum> 5087 </enum>
5071 5088
5089 <!-- Replaced by SpdyProtocolErrorDetails2 on 2013-04-19. -->
5090
5072 <enum name="SpdyProtocolErrorDetails" type="int"> 5091 <enum name="SpdyProtocolErrorDetails" type="int">
5073 <int value="0" label="No error"/> 5092 <int value="0" label="No error"/>
5074 <int value="1" label="Invalid Control Frame"/> 5093 <int value="1" label="Invalid Control Frame"/>
5075 <int value="2" label="Control Frame Payload Too Large"/> 5094 <int value="2" label="Control Frame Payload Too Large"/>
5076 <int value="3" label="Zlib Init Failure"/> 5095 <int value="3" label="Zlib Init Failure"/>
5077 <int value="4" label="Unsupported Version"/> 5096 <int value="4" label="Unsupported Version"/>
5078 <int value="5" label="Decompress Failure"/> 5097 <int value="5" label="Decompress Failure"/>
5079 <int value="6" label="Compress Failure"/> 5098 <int value="6" label="Compress Failure"/>
5080 <int value="7" label="Credential Frame Corrupt"/> 5099 <int value="7" label="Credential Frame Corrupt"/>
5081 <int value="8" label="Invalid Data Frame Flags"/> 5100 <int value="8" label="Invalid Data Frame Flags"/>
5101 <!-- r181910 added an enum value here, so don't trust the counts for
5102 the values below for Chrome builds after that revision. -->
jar (doing other things) 2013/04/19 23:12:38 <ugh> No one will notice the comment when looking
5103
5082 <int value="9" label="Invalid Status Code"/> 5104 <int value="9" label="Invalid Status Code"/>
5083 <int value="10" label="Protocol Error"/> 5105 <int value="10" label="Protocol Error"/>
5084 <int value="11" label="Invalid Stream"/> 5106 <int value="11" label="Invalid Stream"/>
5085 <int value="12" label="Refused Stream"/> 5107 <int value="12" label="Refused Stream"/>
5086 <int value="13" label="Unsupported Version"/> 5108 <int value="13" label="Unsupported Version"/>
5087 <int value="14" label="Cancel"/> 5109 <int value="14" label="Cancel"/>
5088 <int value="15" label="Internal Error"/> 5110 <int value="15" label="Internal Error"/>
5089 <int value="16" label="Flow Control Error"/> 5111 <int value="16" label="Flow Control Error"/>
5090 <int value="17" label="Stream In Use"/> 5112 <int value="17" label="Stream In Use"/>
5091 <int value="18" label="Stream Already Closed"/> 5113 <int value="18" label="Stream Already Closed"/>
5092 <int value="19" label="Invalid Credentials"/> 5114 <int value="19" label="Invalid Credentials"/>
5093 <int value="20" label="Frame Too Large"/> 5115 <int value="20" label="Frame Too Large"/>
5094 <int value="21" label="Unexpected Ping"/> 5116 <int value="21" label="Unexpected Ping"/>
5095 <int value="22" label="Rst Stream For Non Active Stream"/> 5117 <int value="22" label="Rst Stream For Non Active Stream"/>
5096 <int value="23" label="Spdy Compression Failure"/> 5118 <int value="23" label="Spdy Compression Failure"/>
5097 <int value="24" label="Request For Secure Content Over Insecure Session"/> 5119 <int value="24" label="Request For Secure Content Over Insecure Session"/>
5098 <int value="25" label="Protocol Error Syn Reply Not Received"/> 5120 <int value="25" label="Protocol Error Syn Reply Not Received"/>
5099 <int value="26" label="Num Spdy Protocol Error Details"/> 5121 <int value="26" label="Num Spdy Protocol Error Details"/>
5100 </enum> 5122 </enum>
5101 5123
5124 <enum name="SpdyProtocolErrorDetails2" type="int">
5125 <!-- SpdyFramer::SpdyErrors -->
5126
5127 <int value="0" label="No error"/>
5128 <int value="1" label="Invalid Control Frame"/>
5129 <int value="2" label="Control Frame Payload Too Large"/>
5130 <int value="3" label="Zlib Init Failure"/>
5131 <int value="4" label="Unsupported Version"/>
5132 <int value="5" label="Decompress Failure"/>
5133 <int value="6" label="Compress Failure"/>
5134 <int value="7" label="Credential Frame Corrupt"/>
5135 <int value="8" label="Invalid Data Frame Flags"/>
5136 <int value="9" label="Invalid Control Frame Flags"/>
5137 <!-- SpdyRstStreamStatus -->
5138
5139 <int value="10" label="(Unused)"/>
5140 <int value="11" label="Protocol Error"/>
5141 <int value="12" label="Invalid Stream"/>
5142 <int value="13" label="Refused Stream"/>
5143 <int value="14" label="Unsupported Version"/>
5144 <int value="15" label="Cancel"/>
5145 <int value="16" label="Internal Error"/>
5146 <int value="17" label="Flow Control Error"/>
5147 <int value="18" label="Stream In Use"/>
5148 <int value="19" label="Stream Already Closed"/>
5149 <int value="20" label="Invalid Credentials"/>
5150 <int value="21" label="Frame Too Large"/>
5151 <!-- SpdySession errors -->
5152
5153 <int value="22" label="Unexpected Ping"/>
5154 <int value="23" label="Rst Stream For Non Active Stream"/>
5155 <int value="24" label="Spdy Compression Failure"/>
5156 <int value="25" label="Request For Secure Content Over Insecure Session"/>
5157 <int value="26" label="Syn Reply Not Received"/>
5158 <int value="27" label="Invalid Window Update Size"/>
5159 <int value="28" label="Receive Window Size Violation"/>
5160 <int value="29" label="(Unused)"/>
5161 </enum>
5162
5102 <enum name="SpdySessionGet" type="int"> 5163 <enum name="SpdySessionGet" type="int">
5103 <int value="0" label="created new"/> 5164 <int value="0" label="created new"/>
5104 <int value="1" label="found existing"/> 5165 <int value="1" label="found existing"/>
5105 <int value="2" label="found existing from IP Pool"/> 5166 <int value="2" label="found existing from IP Pool"/>
5106 <int value="3" label="imported from socket"/> 5167 <int value="3" label="imported from socket"/>
5107 </enum> 5168 </enum>
5108 5169
5109 <enum name="SpdySettingsReceived" type="int"> 5170 <enum name="SpdySettingsReceived" type="int">
5110 <int value="0" label="not received"/> 5171 <int value="0" label="not received"/>
5111 <int value="1" label="received"/> 5172 <int value="1" label="received"/>
(...skipping 488 matching lines...) Expand 10 before | Expand all | Expand 10 after
5600 <fieldtrial name="SSLResumption"> 5661 <fieldtrial name="SSLResumption">
5601 <group name="Resume_Handshake" label="Session Resumption"/> 5662 <group name="Resume_Handshake" label="Session Resumption"/>
5602 <group name="Full_Handshake" label="Full"/> 5663 <group name="Full_Handshake" label="Full"/>
5603 <affected-histogram name="Net.SSL_Connection_Latency"/> 5664 <affected-histogram name="Net.SSL_Connection_Latency"/>
5604 <affected-histogram name="Net.SSL_Connection_Latency_Google"/> 5665 <affected-histogram name="Net.SSL_Connection_Latency_Google"/>
5605 </fieldtrial> 5666 </fieldtrial>
5606 5667
5607 </fieldtrials> 5668 </fieldtrials>
5608 5669
5609 </histogram-configuration> 5670 </histogram-configuration>
OLDNEW
« no previous file with comments | « net/spdy/spdy_stream.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698