Forum Discussion
Diff in pool and virtual server connections
We have a virtual server configured as follows:
When i check the virtual server current connections, it show 316. But for the pool connections the current connections as 0. Can any one help with this strange statistics.
LTM b virtual vs_12405
VIRTUAL ADDRESS 10.62.138.91 UNIT 1
| ARP enable
| (cur, max, limit, tot) = (316, 3320, 0, 9.667M)
| (pkts,bits) in = (298.3M, 230.8G), out = (381.8M, 3.921T)
+-> VIRTUAL vs_12405 SERVICE 12405
| PVA acceleration none
| (cur, max, limit, tot) = (316, 1320, 0, 3.239M)
| (pkts,bits) in = (155.3M, 117.5G), out = (177.7M, 1.847T)
| requests (total) = 9.816M
+-> POOL pool_12405 LB METHOD round robin MIN/CUR ACTIVE MEMBERS 0/0
| (cur, max, limit, tot) = (0, 2589, 0, 3.413M)
| (pkts,bits) in = (109.1M, 89.84G), out = (177.4M, 1.781T)
+-> POOL MEMBER pool_12405/10.62.12.44:12405 active,unchecked
| | session enabled priority 0 ratio 1
| | (cur, max, limit, tot) = (0, 646, 0, 835119)
| | (pkts,bits) in = (26.30M, 21.65G), out = (42.67M, 427.9G)
| | requests (total) = 2.189M
+-> POOL MEMBER pool_12405/10.62.12.44:12407 active,unchecked
| | session enabled priority 0 ratio 1
| | (cur, max, limit, tot) = (0, 646, 0, 833789)
| | (pkts,bits) in = (26.49M, 21.81G), out = (42.98M, 431.5G)
| | requests (total) = 2.212M
+-> POOL MEMBER pool_12405/10.62.12.81:12405 active,unchecked
| | session enabled priority 0 ratio 1
| | (cur, max, limit, tot) = (0, 634, 0, 857902)
| | (pkts,bits) in = (27.56M, 22.67G), out = (44.90M, 451.1G)
| | requests (total) = 2.304M
+-> POOL MEMBER pool_12405/10.62.12.81:12407 active,unchecked
| session enabled priority 0 ratio 1
| (cur, max, limit, tot) = (0, 663, 0, 887127)
| (pkts,bits) in = (28.73M, 23.70G), out = (46.87M, 470.7G)
| requests (total) = 2.409M
- nitassEmployeedoes the virtual have irule?
- harry_35316NimbostratusHi, The statistics are changing but the current connections remaiin the same.. The latest virtual server show output is given below.
- nitassEmployeewhat bigip version are you running?
- harry_35316NimbostratusIt is 10.2.3
- Michael_YatesNimbostratusHi Harry,
- nitassEmployeeMichael,
10.2.4 [root@ve10:Active] config b version|grep -iA 1 version BIG-IP Version 10.2.4 595.0 Hotfix HF3 Edition [root@ve10:Active] config b virtual bar list virtual bar { snat automap pool foo destination 172.28.19.79:443 ip protocol 6 persist cookie profiles { clientssl { clientside } http {} oneconnect {} serverssl { serverside } tcp {} } } [root@ve10:Active] config b virtual bar VIRTUAL ADDRESS 172.28.19.79 UNIT 1 | ARP enable | (cur, max, limit, tot) = (0, 80, 0, 100) | (pkts,bits) in = (800, 785600), out = (600, 1.490M) +-> VIRTUAL bar SERVICE 443 | PVA acceleration none | (cur, max, limit, tot) = (0, 80, 0, 100) | (pkts,bits) in = (800, 785600), out = (600, 1.490M) | requests (total) = 100 +-> POOL foo LB METHOD round robin MIN/CUR ACTIVE MEMBERS 0/0 | (cur, max, limit, tot) = (0, 1, 0, 100) | (pkts,bits) in = (105, 154816), out = (104, 381656) +-> POOL MEMBER foo/200.200.200.101:443 active,unchecked | session enabled priority 0 ratio 1 | (cur, max, limit, tot) = (0, 1, 0, 100) | (pkts,bits) in = (105, 154816), out = (104, 381656) | requests (total) = 100 [root@ve10:Active] config b profile oneconnect PROFILE ONECONNECT oneconnect | (curr, max, reuse, new) = (0, 1, 99, 1) 11.2.0 root@(ve11a)(cfg-sync In Sync)(Active)(/Common)(tmos) show sys version Sys::Version Main Package Product BIG-IP Version 11.2.0 Build 2451.0 Edition Hotfix HF1 Date Tue Jun 5 23:45:09 PDT 2012 Hotfix List ID387964 ID387843 root@(ve11a)(cfg-sync In Sync)(Active)(/Common)(tmos) list ltm virtual bar ltm virtual bar { destination 172.28.19.252:443 ip-protocol tcp mask 255.255.255.255 persist { cookie { default yes } } pool foo profiles { clientssl { context clientside } http { } oneconnect { } serverssl { context serverside } tcp { } } snat automap vlans-disabled } [root@ve11a:Active:In Sync] config /usr/libexec/bigpipe virtual bar VIRTUAL ADDRESS /Common/172.28.19.252 UNIT 1 | ARP enable | (cur, max, limit, tot) = (0, 121, 0, 200) | (pkts,bits) in = (1600, 1.572M), out = (1600, 3.148M) +-> VIRTUAL /Common/bar SERVICE 443 | PVA acceleration none | (cur, max, limit, tot) = (0, 121, 0, 200) | (pkts,bits) in = (1600, 1.572M), out = (1600, 3.148M) | requests (total) = 200 +-> POOL /Common/foo LB METHOD round robin MIN/CUR ACTIVE MEMBERS 0/0 | (cur, max, limit, tot) = (1, 1, 0, 2) | (pkts,bits) in = (413, 394568), out = (212, 759664) +-> POOL MEMBER /Common/foo//Common/200.200.200.101:443 active,unchecked | session enabled priority 0 ratio 1 | (cur, max, limit, tot) = (1, 1, 0, 2) | (pkts,bits) in = (413, 394568), out = (212, 759664) | requests (total) = 200 [root@ve11a:Active:In Sync] config /usr/libexec/bigpipe profile oneconnect PROFILE ONECONNECT /Common/oneconnect | (curr, max, reuse, new) = (0, 1, 198, 2)
- Michael_YatesNimbostratusVery possible.
Recent Discussions
Related Content
* 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