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

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: 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
« net/spdy/spdy_session.cc ('K') | « 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 4739 matching lines...) Expand 10 before | Expand all | Expand 10 after
4750 <int value="709" label="PKCS12_IMPORT_UNSUPPORTED"/> 4750 <int value="709" label="PKCS12_IMPORT_UNSUPPORTED"/>
4751 <int value="710" label="KEY_GENERATION_FAILED"/> 4751 <int value="710" label="KEY_GENERATION_FAILED"/>
4752 <int value="711" label="ORIGIN_BOUND_CERT_GENERATION_FAILED"/> 4752 <int value="711" label="ORIGIN_BOUND_CERT_GENERATION_FAILED"/>
4753 <int value="712" label="PRIVATE_KEY_EXPORT_FAILED"/> 4753 <int value="712" label="PRIVATE_KEY_EXPORT_FAILED"/>
4754 <int value="800" label="DNS_MALFORMED_RESPONSE"/> 4754 <int value="800" label="DNS_MALFORMED_RESPONSE"/>
4755 <int value="801" label="DNS_SERVER_REQUIRES_TCP"/> 4755 <int value="801" label="DNS_SERVER_REQUIRES_TCP"/>
4756 <int value="802" label="DNS_SERVER_FAILED"/> 4756 <int value="802" label="DNS_SERVER_FAILED"/>
4757 <int value="803" label="DNS_TIMED_OUT"/> 4757 <int value="803" label="DNS_TIMED_OUT"/>
4758 <int value="804" label="DNS_CACHE_MISS"/> 4758 <int value="804" label="DNS_CACHE_MISS"/>
4759 <int value="805" label="DNS_SEARCH_EMPTY"/> 4759 <int value="805" label="DNS_SEARCH_EMPTY"/>
4760 <int value="806" label="DNS_SORT_ERROR"/>
4760 </enum> 4761 </enum>
4761 4762
4762 <enum name="NetPreconnectUtilization" type="int"> 4763 <enum name="NetPreconnectUtilization" type="int">
4763 <int value="0" label="non-speculative, never connected"/> 4764 <int value="0" label="non-speculative, never connected"/>
4764 <int value="1" label="non-speculative, never used"/> 4765 <int value="1" label="non-speculative, never used"/>
4765 <int value="2" label="non-speculative and used"/> 4766 <int value="2" label="non-speculative and used"/>
4766 <int value="3" label="omnibox never connected"/> 4767 <int value="3" label="omnibox never connected"/>
4767 <int value="4" label="omnibox never used"/> 4768 <int value="4" label="omnibox never used"/>
4768 <int value="5" label="omnibox and used"/> 4769 <int value="5" label="omnibox and used"/>
4769 <int value="6" label="subresource never connected"/> 4770 <int value="6" label="subresource never connected"/>
(...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after
5059 <int value="1" label="ws"/> 5060 <int value="1" label="ws"/>
5060 <int value="2" label="wss"/> 5061 <int value="2" label="wss"/>
5061 </enum> 5062 </enum>
5062 5063
5063 <enum name="SpdyIPPoolDomainMatch" type="int"> 5064 <enum name="SpdyIPPoolDomainMatch" type="int">
5064 <int value="0" label="mismatch"/> 5065 <int value="0" label="mismatch"/>
5065 <int value="1" label="match"/> 5066 <int value="1" label="match"/>
5066 </enum> 5067 </enum>
5067 5068
5068 <enum name="SpdyProtocolErrorDetails" type="int"> 5069 <enum name="SpdyProtocolErrorDetails" type="int">
5070 <!-- SpdyFramer::SpdyErrors -->
5071
5069 <int value="0" label="No error"/> 5072 <int value="0" label="No error"/>
5070 <int value="1" label="Invalid Control Frame"/> 5073 <int value="1" label="Invalid Control Frame"/>
5071 <int value="2" label="Control Frame Payload Too Large"/> 5074 <int value="2" label="Control Frame Payload Too Large"/>
5072 <int value="3" label="Zlib Init Failure"/> 5075 <int value="3" label="Zlib Init Failure"/>
5073 <int value="4" label="Unsupported Version"/> 5076 <int value="4" label="Unsupported Version"/>
5074 <int value="5" label="Decompress Failure"/> 5077 <int value="5" label="Decompress Failure"/>
5075 <int value="6" label="Compress Failure"/> 5078 <int value="6" label="Compress Failure"/>
5076 <int value="7" label="Credential Frame Corrupt"/> 5079 <int value="7" label="Credential Frame Corrupt"/>
5077 <int value="8" label="Invalid Data Frame Flags"/> 5080 <int value="8" label="Invalid Data Frame Flags"/>
5078 <int value="9" label="Invalid Status Code"/> 5081 <int value="9" label="Invalid Control Frame Flags"/>
5079 <int value="10" label="Protocol Error"/> 5082 <!-- SpdyRstStreamStatus -->
5080 <int value="11" label="Invalid Stream"/> 5083
5081 <int value="12" label="Refused Stream"/> 5084 <int value="10" label="(Unused)"/>
5082 <int value="13" label="Unsupported Version"/> 5085 <int value="11" label="Protocol Error"/>
5083 <int value="14" label="Cancel"/> 5086 <int value="12" label="Invalid Stream"/>
5084 <int value="15" label="Internal Error"/> 5087 <int value="13" label="Refused Stream"/>
5085 <int value="16" label="Flow Control Error"/> 5088 <int value="14" label="Unsupported Version"/>
5086 <int value="17" label="Stream In Use"/> 5089 <int value="15" label="Cancel"/>
5087 <int value="18" label="Stream Already Closed"/> 5090 <int value="16" label="Internal Error"/>
5088 <int value="19" label="Invalid Credentials"/> 5091 <int value="17" label="Flow Control Error"/>
5089 <int value="20" label="Frame Too Large"/> 5092 <int value="18" label="Stream In Use"/>
5090 <int value="21" label="Unexpected Ping"/> 5093 <int value="19" label="Stream Already Closed"/>
5091 <int value="22" label="Rst Stream For Non Active Stream"/> 5094 <int value="20" label="Invalid Credentials"/>
5092 <int value="23" label="Spdy Compression Failure"/> 5095 <int value="21" label="Frame Too Large"/>
5093 <int value="24" label="Request For Secure Content Over Insecure Session"/> 5096 <!-- SpdySession errors -->
5094 <int value="25" label="Protocol Error Syn Reply Not Received"/> 5097
5095 <int value="26" label="Num Spdy Protocol Error Details"/> 5098 <int value="22" label="Unexpected Ping"/>
5099 <int value="23" label="Rst Stream For Non Active Stream"/>
5100 <int value="24" label="Spdy Compression Failure"/>
5101 <int value="25" label="Request For Secure Content Over Insecure Session"/>
5102 <int value="26" label="Syn Reply Not Received"/>
5103 <int value="27" label="Invalid Window Update Size"/>
5104 <int value="28" label="Receive Window Size Violation"/>
5105 <int value="29" label="(Unused)"/>
5096 </enum> 5106 </enum>
5097 5107
5098 <enum name="SpdySessionGet" type="int"> 5108 <enum name="SpdySessionGet" type="int">
5099 <int value="0" label="created new"/> 5109 <int value="0" label="created new"/>
5100 <int value="1" label="found existing"/> 5110 <int value="1" label="found existing"/>
5101 <int value="2" label="found existing from IP Pool"/> 5111 <int value="2" label="found existing from IP Pool"/>
5102 <int value="3" label="imported from socket"/> 5112 <int value="3" label="imported from socket"/>
5103 </enum> 5113 </enum>
5104 5114
5105 <enum name="SpdySettingsReceived" type="int"> 5115 <enum name="SpdySettingsReceived" type="int">
(...skipping 490 matching lines...) Expand 10 before | Expand all | Expand 10 after
5596 <fieldtrial name="SSLResumption"> 5606 <fieldtrial name="SSLResumption">
5597 <group name="Resume_Handshake" label="Session Resumption"/> 5607 <group name="Resume_Handshake" label="Session Resumption"/>
5598 <group name="Full_Handshake" label="Full"/> 5608 <group name="Full_Handshake" label="Full"/>
5599 <affected-histogram name="Net.SSL_Connection_Latency"/> 5609 <affected-histogram name="Net.SSL_Connection_Latency"/>
5600 <affected-histogram name="Net.SSL_Connection_Latency_Google"/> 5610 <affected-histogram name="Net.SSL_Connection_Latency_Google"/>
5601 </fieldtrial> 5611 </fieldtrial>
5602 5612
5603 </fieldtrials> 5613 </fieldtrials>
5604 5614
5605 </histogram-configuration> 5615 </histogram-configuration>
OLDNEW
« net/spdy/spdy_session.cc ('K') | « net/spdy/spdy_stream.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698