Bug ID 902485: Incorrect pool member concurrent connection value

Last Modified: Sep 13, 2023

Affected Product(s):
BIG-IP TMOS(all modules)

Known Affected Versions:
13.1.3, 13.1.3.1, 13.1.3.2, 13.1.3.3, 13.1.3.4, 14.0.0, 14.0.0.1, 14.0.0.2, 14.0.0.3, 14.0.0.4, 14.0.0.5, 14.0.1, 14.0.1.1, 14.1.0, 14.1.0.1, 14.1.0.2, 14.1.0.3, 14.1.0.5, 14.1.0.6, 14.1.2, 14.1.2.1, 14.1.2.2, 14.1.2.3, 14.1.2.4, 14.1.2.5, 14.1.2.6, 15.0.0, 15.0.1, 15.0.1.1, 15.0.1.2, 15.0.1.3, 15.1.0, 15.1.0.1, 15.1.0.2, 15.1.0.3, 15.1.0.4, 16.0.0, 16.0.0.1

Fixed In:
16.1.0, 16.0.1, 15.1.0.5, 15.0.1.4, 14.1.2.7, 13.1.3.5

Opened: Apr 22, 2020

Severity: 3-Major

Symptoms

In AVR pool-traffic report, 'server-concurrent-conns' reports a larger value than 'server-max-concurrent-conns'.

Impact

Incorrect stats reported in the pool-traffic report table

Conditions

This is encountered when viewing the pool-traffic report.

Workaround

In /etc/avr/monpd/monp_tmstat_pool_traffic_measures.cfg, change the formula of server_concurrent_connections: From this: formula=round(sum(server_concurrent_conns),2) Change it to this: formula=round(sum(server_concurrent_conns)/count(distinct time_stamp),2)

Fix Information

Changed the calculation formula of 'server-concurrent-conns' so it reports the correct statistics.

Behavior Change

Guides & references

K10134038: F5 Bug Tracker Filter Names and Tips