Forum Discussion
Brian_Ott_11267
Nimbostratus
Nov 11, 2005RTT value
The value provided by TCP:rtt, is it effected by processing time server side?
Meaning if the customer does a big search and it takes time to process, does that effect RTT? Or is RTT based on...
Cyril_M
Altostratus
Mar 19, 2012Hi everyone, I'm very interested by these explanations because I'm trying to setup an iRule redirecting people to different websites depending on their "connection speed" to the load balancer ... Here is my iRule, but the RTT I'm measuring are not relevant 😞 I guess that's because there is not enough traffic to detemine a relevant value
How could I generate this kind of traffic with the same iRule in order to have a more precise RTT measure ?
when HTTP_REQUEST {
clientside { set rtt [TCP::rtt] }
set clientip [IP::remote_addr]
if {$rtt < 5600 } {
log "$clientip redirect fast $rtt"
HTTP::redirect "http://fast-site"
} else {
log "$clientip redirect slow $rtt"
HTTP::redirect "http://slow-site"
}
}
thanks everyone for your help
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