pdweb.http2stats component

The pdweb.http2stats statistics component gathers information about WebSEAL HTTP/2 communication. The following list describes the types of available information:

browser total connections
The total number of HTTP/2 requests received.
browser current connections
The number of active HTTP/2 connections.
junction total connections
The total number of requests sent to HTTP/2 junctions.
junction current connections
The number of active connections to HTTP/2 junctions.
browser total streams
The total number of HTTP/2 streams created.
browser current streams
Number of active HTTP/2 streams.
junction total streams
Total number of streams sent over HTTP/2 junctions.
junction current streams
Current active streams over HTTP/2 junctions.
browser idle timeouts
Number of HTTP/2 client connections closed due to idle timeout.
browser full timeouts
Number of HTTP/2 client connections closed due to session timeout.
browser exceeded max connections
Number of HTTP/2 client connections closed due to exceeding max connections.
browser stream read timeouts
Number of HTTP/2 client connections closed waiting on response.
junction stream read timeouts
Number of HTTP/2 junction connections closed waiting on response.
The following example shows the output from a stats get command for the pdweb.http2stats component:
#pdadmin> server task default-webseald-instance stats get pdweb.http2stats

browser total connections : 0
browser current connections : 0
junction total connections : 0
junction current connections : 0
browser total streams : 0
browser current streams : 0
junction total streams : 0
junction current streams : 0
browser idle timeouts : 0
browser full timeouts : 0
browser exceeded max connections : 0
browser stream read timeouts : 0
junction stream read timeouts : 0