This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| siremis:install40x:charts [2013/05/08 20:00] – external edit 127.0.0.1 | siremis:install40x:charts [2013/06/04 22:09] (current) – [Kamailio Config] admin | ||
|---|---|---|---|
| Line 34: | Line 34: | ||
| modparam(" | modparam(" | ||
| - |          " | + |          " | 
| - | 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 | ||