bandwidth
3 TopicsBandwidth controller - maximum number of users/connections?
Hello We currently have a bandwidth policy applied to one of our virtual servers in order to limit the amount of bandwidth each unique source IP gets. The iRule is as follows: when CLIENT_ACCEPTED { set CDNcookie [IP::remote_addr] BWC::policy attach CDN_throttling $CDNcookie } The bandwidth policy is named CDN_throttling, has a maximum rate of 500mbps and a maximum rate per user of 250mbps. The issue we're seeing is that when too many devices from the same source IP download files from the virtual server, their transfer rate is so slow that it times out. Is it possible to limit the number of users or connections that can connect simultaneously? For example, rather than have 100 devices connect and download simultaneously, only allow 20 at a time and once a connection is freed up allow a new one. Thanks AK513Views0likes3CommentsSNMP for concurrent Throughput of pool member?
Hi Do we have snmp to get concurrent throughput of pool member / Interface / vlan ? I found snmpwalk -v 2c -c public 127.0.0.1 1.3.6.1.4.1.3375.2.2.5.4.3.1.6. but this walk show me accumulative ByteIn of pool member. It's can't show me concurrent ByteIn (Thoughput). Ker274Views0likes0CommentsDashboard and logs show different bandwidth utilization?
I can't figure this one out, so I figure I'd ask the experts! I've found multiple times that the performance view or the dashboard on the F5 don't correlate to local traffic logs about bandwidth. I've seen this multiple times, but here is an example from yesterday with my 200Mbps LTM. The dashboard showed this (grabbed historic from performance statistics). At the same time, I was getting flooded with messages like this from my system local traffic log. Tue Jun 27 08:05:06 PDT 2017 notice PERF-F5 tmm[11064] 01010045 Bandwidth utilization is 244 Mbps, exceeded 75% of Licensed 200 Mbps I've looked at it multiple times and it just doesn't add up. I've had this issue in multiple environments. Can someone explain to me where I can actually see the bandwidth I'm using if it's not being represented in the dashboard? Thanks!718Views0likes6Comments