Difference between revisions of "F5 traffic throughput"

From UVOO Tech Wiki
Jump to navigation Jump to search
(Created page with "- https://my.f5.com/manage/s/article/K17054255 - https://my.f5.com/manage/s/article/K15831 - https://my.f5.com/manage/s/article/K14810")
 
 
Line 2: Line 2:
 
  - https://my.f5.com/manage/s/article/K15831
 
  - https://my.f5.com/manage/s/article/K15831
 
  - https://my.f5.com/manage/s/article/K14810
 
  - https://my.f5.com/manage/s/article/K14810
 +
 +
Beginning in BIG-IP 11.4.0, when the throughput rate exceeds 75 percent of the maximum allowed throughput rate licensed, a notification similar to the following example is logged in the /var/log/ltm file:
 +
 +
01010045:5: Bandwidth utilization is 8 Mbps, exceeded 75% of Licensed 10 Mbps
 +
 +
```
 +
tmsh show /sys license detail | grep perf_VE_throughput_Mbps
 +
tmctl -d blade tmm/if_shaper
 +
tmctl -i -d blade tmm/if_shaper -w 180
 +
```

Latest revision as of 20:04, 8 August 2023

Beginning in BIG-IP 11.4.0, when the throughput rate exceeds 75 percent of the maximum allowed throughput rate licensed, a notification similar to the following example is logged in the /var/log/ltm file:

01010045:5: Bandwidth utilization is 8 Mbps, exceeded 75% of Licensed 10 Mbps

tmsh show /sys license detail | grep perf_VE_throughput_Mbps
tmctl -d blade tmm/if_shaper
tmctl -i -d blade tmm/if_shaper -w 180