Forum Discussion
log rate exceeded error
- Jan 26, 2024
Hi,
The "Per-invocation log rate exceeded; throttling" message 'indicates that more than five log messages with the same message ID were logged within a one-second interval' - (Error Message: Per-invocation log rate exceeded (f5.com))
Theer are two distinct message IDs based on the above output you provided which are being throttled:
- 01220001
- 01260009
If you lookup both of these message IDs on the following F5 Log Messages Reference link, you will see that they are related to an iRule TCL error (01220001) and a connection error (01260009)
https://techdocs.f5.com/kb/en-us/products/big-ip_ltm/releasenotes/related/log-messages.html
To retrieve more information about the specific iRule TCL error and connection error your BIG-IP is showing, search the LTM logs with the following commands:
run util bash
zegrep "01220001" /var/log/ltm*
zegrep "01260009" /var/log/ltm*
Hi,
The "Per-invocation log rate exceeded; throttling" message 'indicates that more than five log messages with the same message ID were logged within a one-second interval' - (Error Message: Per-invocation log rate exceeded (f5.com))
Theer are two distinct message IDs based on the above output you provided which are being throttled:
- 01220001
- 01260009
If you lookup both of these message IDs on the following F5 Log Messages Reference link, you will see that they are related to an iRule TCL error (01220001) and a connection error (01260009)
https://techdocs.f5.com/kb/en-us/products/big-ip_ltm/releasenotes/related/log-messages.html
To retrieve more information about the specific iRule TCL error and connection error your BIG-IP is showing, search the LTM logs with the following commands:
run util bash
zegrep "01220001" /var/log/ltm*
zegrep "01260009" /var/log/ltm*
Recent Discussions
Related Content
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com