Forum Discussion

Techgeeeg_28888's avatar
Techgeeeg_28888
Icon for Nimbostratus rankNimbostratus
Jan 26, 2013

Irule effect on Performance

Hi Everyone,

 

I am looking for an iRule that can check if the serving pool has all the members down the further request should be forwarded to the sorry page or another pool specified. will the persistence effect the response time if the pool members are again operational. Also I want to know how much the irule effects the performance of traffic processing does it really introduce any noticeable delay in request processing???

 

 

Regards,

 

 

3 Replies

  • I am looking for an iRule that can check if the serving pool has all the members down the further request should be forwarded to the sorry page or another pool specified.you can get number of active pool members using active_members command.

     

     

    active_members wiki

     

    https://devcentral.f5.com/wiki/iRules.active_members.ashx

     

     

    will the persistence effect the response time if the pool members are again operational.you can disable persistence (i.e. persist none) when sending traffic to another pool while pool is down.

     

     

    persist wiki

     

    https://devcentral.f5.com/wiki/irules.persist.ashx

     

     

    Also I want to know how much the irule effects the performance of traffic processing does it really introduce any noticeable delay in request processing???i do not think this will create notable delay because the logic is not complex. anyway, you may compare response time when checking and not checking number of active pool members.

     

     

    Log Tcp And Http Request Response Info by Aaron

     

    https://devcentral.f5.com/wiki/irules.logtcpandhttprequestresponseinfo.ashx
  • You can also check to see if your iRule is optimized

     

     

    https://devcentral.f5.com/tech-tips/articles/irules-optimization-101-05-evaluating-irule-performance.UQcRnzor5gk

     

     

    I hope this helps

     

    Bhattman