Login | Register

Documentation

Documentation -> Manuals -> Manual 1.8 -> Core Events

Pages for other versions: devel 3.4 3.3 3.2 3.1 Older versions: 3.0 2.4 2.3 2.2 2.1 1.11 1.10 1.9 1.8 1.7


Core Events v1.8
PrevNext

Table of Content (hide)

  1. 1. Threshold limit exceeded

Events are exported by the OpenSIPS core through the Event Interface.


1.  Threshold limit exceeded

Event: E_CORE_THRESHOLD

This event is triggered when a particular action takes longer than a specific threshold. It can be raised when a MySQL or DNS query takes too long, or a SIP message processing goes beyond a specific limit. For more information please see this post.

Parameters:

  • source: the source of the event: mysql module, core (for DNS or message processing warnings).
  • time: the number of micro-seconds the limit has been exceeded
  • extra: extra information, depending on the source of the event

Page last modified on August 05, 2013, at 04:24 PM