Module: sip-router Branch: andrei/counters Commit: 42ce02609d7e056c9d7362c756bc01827f4b42b2 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=42ce0260...
Author: Andrei Pelinescu-Onciul andrei@iptel.org Committer: Andrei Pelinescu-Onciul andrei@iptel.org Date: Mon Aug 9 00:40:40 2010 +0200
doc: NEWS counters/stats update
---
NEWS | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/NEWS b/NEWS index 5d691cb..1173aae 100644 --- a/NEWS +++ b/NEWS @@ -6,6 +6,8 @@ $Id$ sip-router 3.1 chages
core: + - statistics / counters support for tcp and sctp (enable by default) + - statistics / counters api - networks addresses support in ip comparisons (src_ip, dst_ip, to_ip) with strings or rvalue expressions. E.g.: $ip=10.0.0.0; if (src_ip == $ip +"/8") .... @@ -35,6 +37,11 @@ new config variables: 3 - prefer records with longer lifetime
modules: + - counters: functions and RPCs for manipulating counters (statistics): + modparam("counters", "script_counter", name) + cnt_inc(name) + cnt_add(name, val) + cnt_reset(name) - blst: functions for ignoring blacklist events per message: blst_set_ignore(mask): set the events in mask in the per per message blacklist ignore mask for a request