Forum Discussion
buksy_12596
Nimbostratus
May 16, 2007Calculating Latency
Hi All
I am new to BIG-Ip and IRules, we have a F5 load balancer and I want to calculate the user latency of a HTTP request to a Virtual Server?
Is there any way i can use a IRUL...
buksy_12596
Nimbostratus
May 18, 2007
You are right what I need is something like this
when HTTP_REQUEST {
set http_request_time [clock clicks -milliseconds]
}
when HTTP_RESPONSE {
set http_response_time [ clock clicks -milliseconds ]
log local0.info "Time to response = [expr $http_response_time - $http_request_time]"
}
Thanks
Buksy
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects