Forum Discussion

yadgayan's avatar
yadgayan
Icon for Cirrus rankCirrus
Jan 26, 2024
Solved

log rate exceeded error

Hi,

I seeing below error logs in my f5. 

Can anyone give insight and a solution for this? 

 

Jan 26 11:04:59  err tmm[22066]: 01220001:3: Per-invocation log rate exceeded; throttling.
Jan 26 11:05:00  err tmm5[22066]: 01220001:3: Per-invocation log rate exceeded; throttling.
Jan 26 11:05:00  err tmm3[22066]: 01220001:3: Per-invocation log rate exceeded; throttling.
Jan 26 11:05:00  warning tmm1[22066]: 01260009:4: Per-invocation log rate exceeded; throttling.
Jan 26 11:05:01  err tmm4[22066]: 01220001:3: Per-invocation log rate exceeded; throttling.
Jan 26 11:16:00  warning tmm4[22066]: 01260009:4: Per-invocation log rate exceeded; throttling.
Jan 26 11:19:01  warning tmm3[22066]: 01260009:4: Per-invocation log rate exceeded; throttling.
Jan 26 11:23:41  err tmm7[22066]: 01220001:3: Per-invocation log rate exceeded; throttling.
Jan 26 11:24:01  warning tmm1[22066]: 01260009:4: Per-invocation log rate exceeded; throttling.
Jan 26 11:25:16  err tmm6[22066]: 01220001:3: Per-invocation log rate exceeded; throttling.
Jan 26 11:25:16  err tmm2[22066]: 01220001:3: Per-invocation log rate exceeded; throttling.
Jan 26 11:25:17  err tmm[22066]: 01220001:3: Per-invocation log rate exceeded; throttling.
Jan 26 11:25:17  err tmm4[22066]: 01220001:3: Per-invocation log rate exceeded; throttling.
Jan 26 11:25:18  err tmm1[22066]: 01220001:3: Per-invocation log rate exceeded; throttling.
Jan 26 11:25:18  err tmm7[22066]: 01220001:3: Per-invocation log rate exceeded; throttling.
Jan 26 11:32:00  warning tmm6[22066]: 01260009:4: Per-invocation log rate exceeded; throttling.
Jan 26 11:34:01  warning tmm[22066]: 01260009:4: Per-invocation log rate exceeded; throttling.
Jan 26 11:44:01  warning tmm6[22066]: 01260009:4: Per-invocation log rate exceeded; throttling.
Jan 26 11:46:00  warning tmm6[22066]: 01260009:4: Per-invocation log rate exceeded; throttling.
Jan 26 11:47:50  err tmm2[22066]: 01220001:3: Per-invocation log rate exceeded; throttling.
Jan 26 11:48:00  warning tmm7[22066]: 01260009:4: Per-invocation log rate exceeded; throttling.
Jan 26 12:01:52  err tmm1[22066]: 01220001:3: Per-invocation log rate exceeded; throttling.
Jan 26 12:01:52  err tmm4[22066]: 01220001:3: Per-invocation log rate exceeded; throttling.
Jan 26 12:02:21  err tmm[22066]: 01220001:3: Per-invocation log rate exceeded; throttling.

  • 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*

1 Reply

  • 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*