Forum Discussion

mikegray_198028's avatar
Jan 15, 2018

help

Team,

 

I am looking for irule to record client side and server side request/response time to a file (not to ltm log) is there any way for the same ?

 

2 Replies

  • If you are planning to collect info at http layer, you may collect time value during HTTP_REQUEST and HTTP_RESPONSE events. I doubt you can write anything to local file. You may use HSL::send to send time info to another log server.

     

  • You may either use High Speed Logging (HSL) as someone has mentioned above, or a Request Logging Profile to send your request/response time logs to remote log servers. I doubt you can write anything locally to separate log files, other than the ones pre-defined.

     

    In case of HSL, you may create an iRule to record the request/response time and send them to remote log server using HSL. About Request Logging Profile, you can create a profile and apply it to your virtual server. You may define the log details in your profile.