Re: [OpenSIPS-Users] snmpstats: no OutRequests, but many InResponses

2012-12-17 Thread Bogdan-Andrei Iancu
Well, it seems to be a logical/design flow as SNMP returns data related to the stateless processing. As you forward your calls in a stateful mode, SNMP does not see them (as outbound calls). You will be seeing them if you look at the TM statistics : opensipsctl fifo get_statistics tm:

Re: [OpenSIPS-Users] snmpstats: no OutRequests, but many InResponses

2012-12-17 Thread Jacek Konieczny
On Mon, Dec 17, 2012 at 11:56:48PM +0400, Bogdan-Andrei Iancu wrote: > If you do: > > opensipsctl fifo get_statistics core: # opensipsctl fifo get_statistics core 404 Statistics Not Found > what do you see for : > rcv_requests > rcv_replies > fwd_requests > fwd_replies

Re: [OpenSIPS-Users] snmpstats: no OutRequests, but many InResponses

2012-12-17 Thread Bogdan-Andrei Iancu
Hi Jacek, If you do: opensipsctl fifo get_statistics core: what do you see for : rcv_requests rcv_replies fwd_requests fwd_replies Also, in your script, do you do stateful (via TM t_xxx) or stateless (core via forward() ) processing for your calls ? Regards, Bogdan-Andr

[OpenSIPS-Users] snmpstats: no OutRequests, but many InResponses

2012-12-15 Thread Jacek Konieczny
Hi, I am setting up OpenSIPs server monitoring using SNMP, first at a hardly-used test server. And two values made me wonder: $ snmpwalk -v 2c -c public localhost OPENSER-SIP-COMMON-MIB::openserSIPSummaryOutRequests ; \ snmpwalk -v 2c -c public localhost OPENSER-SIP-COMMON-MIB::openserSIPSumm