blob: 4cf1c0f2e341f04d02607e2b2e568e86cb03d482 [file] [log] [blame]
<div id=spdy-view-tab-content class=content-box>
<ul id=spdy-view-status style='margin-top:0'>
<li>HTTP/2 Enabled: <span jscontent="enable_http2"></span></li>
<li>ALPN Protocols: <span jscontent="alpn_protos"></span></li>
</ul>
<h4>HTTP/2 sessions</h4>
<div id=spdy-view-session-info>
<!-- Only one of these two are shown -->
<div jsdisplay="spdySessionInfo.length == 0">None</div>
<div jsdisplay="spdySessionInfo.length != 0">
<a href="#events&q=type:HTTP2_SESSION%20is:active">View live HTTP/2 sessions</a>
<p>
<table class="styled-table">
<thead>
<tr>
<th>Host</th>
<th>Proxy</th>
<th>ID</th>
<th>Negotiated Protocol</th>
<th>Active streams</th>
<th>Unclaimed pushed</th>
<th>Max</th>
<th>Initiated</th>
<th>Pushed</th>
<th>Pushed and claimed</th>
<th>Abandoned</th>
<th>Received frames</th>
<th>Secure</th>
<th>Sent settings</th>
<th>Received settings</th>
<th>Send window</th>
<th>Receive window</th>
<th>Unacked received data</th>
<th>Error</th>
</tr>
</thead>
<tbody>
<tr jsselect="spdySessionInfo">
<td><span jscontent="host_port_pair"></span>
<span jscontent="$this.aliases ? $this.aliases.join(' ') : ''"></span>
</td>
<td jscontent="proxy"></td>
<td><a jsvalues=".href: '#events&q=id:' + source_id" jscontent="source_id"></a></td>
<td jscontent="negotiated_protocol"></td>
<td jscontent="active_streams"></td>
<td jscontent="unclaimed_pushed_streams"></td>
<td jscontent="max_concurrent_streams"></td>
<td jscontent="streams_initiated_count"></td>
<td jscontent="streams_pushed_count"></td>
<td jscontent="streams_pushed_and_claimed_count"></td>
<td jscontent="streams_abandoned_count"></td>
<td jscontent="frames_received"></td>
<td jscontent="is_secure"></td>
<td jscontent="sent_settings"></td>
<td jscontent="received_settings"></td>
<td jscontent="send_window_size"></td>
<td jscontent="recv_window_size"></td>
<td jscontent="unacked_recv_window_bytes"></td>
<td jscontent="error"></td>
</tr>
</tbody>
</table>
</p>
</div>
</div>
</div>