Forum Discussion

Filip_Verlaeckt's avatar
Filip_Verlaeckt
Historic F5 Account
Jan 05, 2009

Statistics on Response time

Hi

 

 

I am looking for a way to measure to time it takes for every website object request to be responded to by the server.

 

This way I would like to produce a report on how long each req-resp takes and determine which objects take a longer time to see what can be done. As the client is not controlled I want to do it on the BIGIP.

 

Anyone who can point me to an Irule (start) to achieve this?

 

 

Thanks

1 Reply

  • Hi,

     

     

    You can get the time between when the HTTP headers in the request are parsed and when the HTTP headers in the response using iRules. There is a Codeshare example which you could work with:

     

     

    Log HTTP, TCP, UDP connection details to syslog-ng:

     

    http://devcentral.f5.com/wiki/default.aspx/iRules/LogHttpTcpUdpToSyslogng.html

     

     

    Aaron