2009/6/12 Daniel-Constantin Mierla <[email protected]>: >> Which other graphs would you suggest? >> Note that it must be a realtime value (most of the statistics reported >> by "fifo get_statistics" are the absolute value instead of realtime >> value). >> > > used shared memory, active transactions could be some examples.
Shared memory is realtime value so I will create a new Munin plugin for it. But active transactions is an absolute value (it's the sum of all the transactions since Kamailio started): tm:received_replies = 1864986 tm:relayed_replies = 1165061 tm:local_replies = 696721 tm:UAS_transactions = 878280 tm:UAC_transactions = 0 tm:2xx_transactions = 536636 tm:3xx_transactions = 0 tm:4xx_transactions = 321816 tm:5xx_transactions = 19804 tm:6xx_transactions = 59 tm:inuse_transactions = 63 -- Iñaki Baz Castillo <[email protected]> _______________________________________________ Kamailio (OpenSER) - Users mailing list [email protected] http://lists.kamailio.org/cgi-bin/mailman/listinfo/users http://lists.openser-project.org/cgi-bin/mailman/listinfo/users
