Hello
I try to setup shared bandwidth limitation. My objective is to setup a limit per IP. I started with this blog post as example and here is my configuration:
frontend <>
[...]
filter bwlim-out limit_by_src limit 50M key src table st_src_bw # 50MB/s per IP
# Disable per IP bw limitation because of monitoring issues
http-response set-bandwidth-limit limit_by_src
backend st_src_bw
stick-table type ipv6 size 1m expire 3600s store bytes_out_rate(1s)
But as side effect I’ve got issues with monitoring, the check got timeouts:
Try to guess when I disabled this filter Image may be NSFW.
Clik here to view.
I also setup a stream limit at 10MB/s, which it still enabled, whithout effect on monitoring.
The monitoring check is juste a single page HTTP GET, so no reason that it could reach 50MB/s.
Is there a way to log when BW limitation is applied?
Is there other way to setup this shared limit?
Thanks
1 post - 1 participant