Hello, Several modules have "exported statistics" which may be extremely useful to me in monitoring my network. The module documentation isn't clear on how to get access to these statistics. Can anyone tell me how I would probe my OpenSER box for this information?
Thanks.
-Daniel
Hello Daniel,
there are more than one way you can access those statistics. Some examples would be modules already bringing out statistics through commands: MI_XMLRPC , MI_FIFO, SNMPStats.
I personally use MI_XMLRPC, so I have started with the example in the documentation:
POST /RPC2 HTTP/1.0 Host: 127.0.0.1 Connection: close User-Agent: OpenSIPg XML_RPC Client Content-Type: text/xml Content-Length: 1000
<?xml version="1.0" ?> <methodCall> <methodName>get_statistics</methodName> <params> <param> <value><string>dialog:</string></value> </param> <param> <value><string>tm:</string></value> </param> </params> </methodCall>
Hope that helps.
Cheers, DanB
On Nov 14, 2007 5:33 PM, Daniel Corbe daniel.junkmail@gmail.com wrote:
Hello,
Several modules have "exported statistics" which may be extremely useful to me in monitoring my network. The module documentation isn't clear on how to get access to these statistics. Can anyone tell me how I would probe my OpenSER box for this information?
Thanks.
-Daniel
Users mailing list Users@lists.openser.org http://lists.openser.org/cgi-bin/mailman/listinfo/users