DOS_CONN_RL_DROP events in the Virtual Service (VS) logs even though the Analytics page shows a relatively low connection rate (e.g., 40 connections/sec against a configured rate limit of 300). This may lead to confusion about why rate-limit drops are occurring.
The Rate-Limit (RL) mechanism acts on connection bursts immediately. Connections are dropped at the very beginning if the rate exceeds the configured threshold.
The "Conns/sec" metric in Analytics only reflects valid connections that passed the RL check. Dropped connections due to rate-limiting are not included in this metric.
The SE stats (connection_stats) average connection count over a 5-minute interval, which cannot be directly relied upon for short-lived bursts calculations.
To confirm and calculate actual incoming connection rates:
Use VS statistics fields to track growth over time:
connections_accepted + dos_conn_rl_drop = total incoming connections
Divide this value over a given time window to estimate the true incoming connections/sec.
Example CLI outputs:
Monitor these counters over short time intervals to validate whether bursts are exceeding the configured rate limit, even if Analytics shows lower average values.