ltm rule command FLOWTABLE countΒΆ

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



FLOWTABLE::count
       Returns flow counts.

SYNOPSIS
       FLOWTABLE::count (virtual (VIRTUAL_SERVER_OBJ)?)?

       FLOWTABLE::count route_domain (ROUTE_DOMAIN_NAME)?

DESCRIPTION
       This iRules command returns flow counts Note: When virtual server or
       route domain name is omitted the commands use virtual or route domain
       of the current connection. Specifying the name incurs significant
       performance hit.

       Syntax

       FLOWTABLE::count

	    * This command returns the current number of flows in the global flow
	      table on the tmm where it runs.

       FLOWTABLE::count virtual 

	    * This command returns the current number of flows associated with a
	      given LTM virtual server.

       FLOWTABLE::count route_domain 

	    * This command returns the current number of flows associated with a
	      gived route domain.

RETURN VALUE
VALID DURING
EXAMPLES
HINTS
SEE ALSO
CHANGE LOG
       @BIGIP-11.6.0 --First introduced the command.



BIG-IP				  2017-01-31			      iRule(1)