ltm rule command UDP debug queueΒΆ

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

UDP::debug_queue
       This command can be used to enable/disable printing debug messages when UDP::max_rate iRule is in use.

SYNOPSIS
       UDP::debug_queue BOOL_VALUE

DESCRIPTION
       UDP::debug_queue enable starts printing debug messages related to UDP::max_rate.  UDP::debug_queue disable
       stops printing debug messages related to UDP::max_rate.

       Syntax

       UDP::debug_queue 

RETURN VALUE
       None.

VALID DURING
       ANY_EVENT

EXAMPLES
	when SERVER_CONNECTED {
	    # Set the rate to 1Mbps (125,000 bytes per second)
	    log local0. "UDP set max rate: [UDP::max_rate 125000]"
	    log local0. "UDP get max rate: [UDP::max_rate]"
	    # Enable printing debug messages.
	    log local0. "Enable debugging [UDP::debug_queue enable]"
	}

HINTS
SEE ALSO
CHANGE LOG
       @BIGIP-14.0.0
	   --first introduce the command.

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