ltm rule command HTTP2 concurrencyΒΆ

iRule(1)						BIG-IP TMSH Manual						  iRule(1)

HTTP2::concurrency
       This command can be used to determine the number of active concurrent streams in the current HTTP/2 session.

SYNOPSIS
       HTTP2::concurrency

DESCRIPTION
       Returns number of active concurrent streams in the current HTTP/2 session.

RETURN VALUE
       The return is a number indicating the active concurrent streams in current HTTP/2 session.

VALID DURING
       HTTP

EXAMPLES
	when HTTP_REQUEST {
	    log local0. "Number of active concurrent streams is [HTTP2::concurrency]"
	}

HINTS
SEE ALSO
CHANGE LOG
       @BIGIP-11.6.0
	   --First introduced the command.

BIG-IP							    2022-04-12							  iRule(1)