Forum Discussion

2 Replies

  • Within HA Proxy, stick-table is the persistence table and it is also possible to store client statistics. Documentation here. In your case, persistence is stored for 30 secs and the connection rate is stored per subscriber.

     

    Within the BIG-IP, persistence is normally taken care of by assigning a persistence profile to the VS. The equivalent is probably source_addr but cookie persistence is also popular as it has less load associated. You can use IP::stats to view the client bandwidth but it's not quite the same thing so i'd be inclined to work out what you want to do with the information and then plan something based on that.