This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| siremis:install40x:charts [2013/06/04 22:08] – [Kamailio Config] admin | siremis:install40x:charts [2013/06/04 22:09] (current) – [Kamailio Config] admin | ||
|---|---|---|---|
| Line 36: | Line 36: | ||
| " | " | ||
| - | modparam(" | + | modparam(" |
| ... | ... | ||
| Line 65: | Line 65: | ||
| $var(2xx_trans_diff) = $stat(2xx_transactions); | $var(2xx_trans_diff) = $stat(2xx_transactions); | ||
| } else { | } else { | ||
| - | $var(rcv_req_diff) = $stat(rcv_requests) - $sht(a=> | + | $var(rcv_req_diff) = $stat(rcv_requests) - $sht(stats=> |
| - | $var(fwd_req_diff) = $stat(fwd_requests) - $sht(a=> | + | $var(fwd_req_diff) = $stat(fwd_requests) - $sht(stats=> |
| $var(2xx_trans_diff) = $stat(2xx_transactions) | $var(2xx_trans_diff) = $stat(2xx_transactions) | ||
| - | - $sht(a=> | + | - $sht(stats=> |
| } | } | ||
| # update the values for stats stored in cache (htable) | # update the values for stats stored in cache (htable) | ||
| - | $sht(a=> | + | $sht(stats=> |
| - | $sht(a=> | + | $sht(stats=> |
| - | $sht(a=> | + | $sht(stats=> |
| # insert values for stats computed in config | # insert values for stats computed in config | ||