ltm rule command TCP rt metrics timeoutΒΆ

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

TCP::rt_metrics_timeout
       Sets cmetrics cache entry lifetime (timeout).

SYNOPSIS
       TCP::rt_metrics_timeout TIMEOUT

DESCRIPTION
       If the TCP profile enables cmetrics-cache, then the entries there remain for a number of seconds equivalent to
       cmetrics-cache-timeout. This iRule supercedes that setting.

       Syntax

       TCP::rt_metrics_timeout 

RETURN VALUE
       None.

VALID DURING
       CLIENT_CLOSED, SERVER_CLOSED

EXAMPLES
	when CLIENT_CLOSED {
	    TCP::rt_metrics_timeout 300
	}

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

BIG-IP						      2020-06-23					     iRule(1)