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 17, 2007Joe
Thank you, i think your link supplied me what I am looking for. Actually I want to check the time taken by the server end.
I need one more clarification.. This may sound bit odd :-), if I write soemthing like this
when CLIENT_ACCEPTED {
set tcp_start_time [clock clicks -milliseconds]
}
when HTTP_REQUEST {
set http_request_time [clock clicks -milliseconds]
}
when HTTP_RESPONSE {
set http_response_time [ clock clicks -milliseconds ]
}
when CLIENT_CLOSED {
set tcp_end_time [ clock clicks -milliseconds ]
log local0. "HTTP request/response difference: $http_response_time - $http_request_time = [expr $http_response_time - $http_request_time]"
log local0. "Total connection time: $tcp_end_time - $tcp_start_time = [expr ($tcp_end_time - $tcp_start_time)]"
}
would BIG-IP run different instences of IRULE for each connection it gets..
If BIG-IP get multiple simultanious connection whouke there me multiple instences of the IRULE over those connections..
Thanks
Gihan
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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
