On 06/12/2009 02:41 PM, IƱaki Baz Castillo wrote:
2009/6/12 Daniel-Constantin Mierla miconda@gmail.com:
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
inuse_transactions (what i meant by active transaction) is realtime.
Cheers, Daniel