Forum Discussion
Massimo_64080
Jun 09, 2011Nimbostratus
Simple Round Robin configuration
Hopefully this is the right bucket for this. What I am trying to do is fairly simple but apparently I am not having too much luck. Scenario: Subnet 192.168.100.0/24...
JRahm
Jun 10, 2011Admin
Welcome, Massimo. Sitting in the airport and just set this up on my laptop. Assuming you are sending one request at a time, this isn't abnormal, it'll send it to the "first" server every time. If you use a tool like apachebench, you'll see round robin kick in:
ab -n 50 http://172.16.101.85/
[blockquote]
[root@ephesus:Active] config b pool dpool
POOL dpool LB METHOD round robin MIN/CUR ACTIVE MEMBERS 0/2
| (cur, max, limit, tot) = (0, 3, 0, 51)
| (pkts,bits) in = (317, 266328), out = (286, 230368)
+-> POOL MEMBER dpool/172.16.101.99:rtcm-sc104 active,up
| | session enabled priority 0 ratio 1
| | (cur, max, limit, tot) = (0, 2, 0, 26)
| | (pkts,bits) in = (192, 195728), out = (161, 143168)
| | requests (total) = 58
+-> POOL MEMBER dpool/172.16.101.99:zephyr-srv active,up
| session enabled priority 0 ratio 1
| (cur, max, limit, tot) = (0, 1, 0, 25)
| (pkts,bits) in = (125, 70600), out = (125, 87200)
| requests (total) = 25
[/blockquote]
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