Forum Discussion
sysadmin_2015_2
Aug 05, 2015Nimbostratus
iRule help - Routing traffic
Hello,
Is it possible once I implement the below iRule(25% percent of production web traffic being routed to staging_web pool) on our production web virtual server to then route all traffic from...
sysadmin_2015_2
Aug 14, 2015Nimbostratus
Great, thank you!. I'll give it a try.
- Aug 14, 2015No problem, glad to help!
- sysadmin_2015_2Sep 16, 2015NimbostratusHello, Sorry for the delay, got pulled in another direction. But I have a couple of questions, I ran a JMeter test with a hundred threads(100 users) connecting to VirtualServer_01 and Pool_01_80. The test ran successful, under statics for VirtualServer_01 the Maximum connections showed 100 and it showed the same for Pool_01_80. Each pool has 5 web servers, during first test without iRule, each server showing 20 connections. I then cleared the statics and attached the below iRule to the virtual server. I then ran a second test with 100 threads(100 users). The virtual server showed 100 connection. Pool_01_80 showed 198 maximum connections and Pool_02_80 showed 51 maximum connections. Can you please tell me why the numbers seem off? I'm I reading it correctly? when HTTP_REQUEST { if { rand() > 0.25 } { pool Pool_01_80 } else { pool Pool_02_80 } } Thank you,
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