ltm rule command BWC ppsΒΆ

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

BWC::pps
       This command is used to modify pps value for the policy.

SYNOPSIS
       BWC::pps BW_VALUE

DESCRIPTION
       After a policy is created, irule can modify the pps for the session. The value is specified in packets per
       second.

RETURN VALUE
VALID DURING
EXAMPLES
	when CLIENT_ACCEPTED {
	    set mycookie [IP::remote_addr]:[TCP::remote_port]
	    BWC::policy attach gold_user $mycookie
	    BWC::pps 77
	}

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

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