Route Cache Watermark Log Messages

Route Cache watermark log messages inform system administrators about the usage level of each Route Cache table, such as the table that contains cached subscriber ID data and the table that contains cached session ID data. The number of free or available route records in each Route Cache table is tracked. If watermark messages are logged frequently, or communicate a critical state, it may be an indication that the size of the table must be increased to accommodate more route records, such as more cached subscriber identity data or more cached session ID data. Route Cache watermark log messages are logged in the mtx_debug.log file.

The Route Cache watermark log messages shown below are logged for any Route Cache table, where db_table_name is the table name, such as subscriber_id.db or session_id.db for the subscriber ID and session ID Route Cache tables, respectively.
Note: SNMP traps are generated whenever usage events occur that cross or clear a Route Cache table threshold. See the discussion about system notifications in MATRIXX Monitoring and Logging for information about Route Cache SNMP traps.
Table 1. Example Route Cache Watermark Messages
Route Cache Table Watermark Message Description

LM_INFO MtxRouteCache::watermarkCrossed: db_table_name usage threshold crossed 75%

The table is at more than 75% capacity given the maximum number of records allowed.

LM_WARN MtxRouteCache::watermarkCrossed: db_table_name usage threshold crossed 95%

The table is at more than 95% capacity given the maximum number of records allowed.

LM_CRITI MtxRouteCache::watermarkCrossed: db_table_name capacity full

The maximum number of records allowed in the table has been reached.

LM_WARN MtxRouteCache::watermarkCleared: db_table_name usage dropped below 95% but running low on resources

The number of records in the table has dropped below 95% capacity, but resources are low.

LM_WARN MtxRouteCache::watermarkCleared: db_table_name usage dropped below 75% but running low on resources

The number of records in the table has dropped below 75% capacity, but resources are low.

LM_INFO MtxRouteCache::watermarkCleared: db_table_name usage dropped below 60%

The number of records in the table has dropped below 60% capacity.