I wanted help from u guys on how URS calculates the statistic 'StatAgentOccupancy' .In simple terms it is as follows:
"After login , Agent 1 was on a call for 5 minutes and was in ready state for 5 minutes, his occupancy rate - 5/(5+5) =50%
and similarly agent 2 was on call for 1 minute and in ready state for 2 minutes,then his occupancy rate - 1/(1+2)=33%.
Therefore call will be routed to agent 2."
But in the URS logs:
target "nbk3ds1" (#1, 1-0 components): SELECT ANY by statistic NONE(random)
09:51:53.264_M_I_ [10:0a] object Place_2702|Resources| is unblocked
09:51:53.264_M_I_ [10:0a] object nbk3ds1|Resources| is unblocked
_M_I_02bd017b99f37023 [10:0c] tenant Resources Agent nbk3ds1: dn 2702 is ignored: other dn type(cfg)
09:51:53.264_M_I_ [10:0a] object 3877126|sw_sit_ncclt_gcs| is unblocked
_M_I_02bd017b99f37023 [10:0c] tenant Resources Agent nbk3ds1: dn 3877126(ready since 1187073530) is OK
_M_I_02bd017b99f37023 [17:0b] component #1 nbk3ds1: statvalue: 0(N) the best
_M_I_02bd017b99f37023 [17:0b] VQ 019715e0 target "nbk3ds1": component nbk3ds1 was SELECTED
09:51:53.264_M_I_ [10:06] STATOBJECT(01064490 9 2) tenant=Resources name=nbk3ds1@ss_sit_tcc_con_rtg_pri.A: statistic StatAgentOccupancy asked
_M_I_02bd017b99f37023 [17:0e] target nbk3ds1: statvalue: 6.28803369243e-007(S) the best
_M_I_ [10:06] STATOBJECT(01972ca0 -1 0) tenant=Resources name=nbkind8@ss_sit_tcc_con_rtg_pri.A: statistic StatAgentOccupancy created
_M_I_ [10:02] modelling for statistic StatAgentOccupancy is not supported
09:51:53.264_M_I_ [10:06] STATOBJECT(01972ca0 498 1) tenant=Resources name=nbkind8@ss_sit_tcc_con_rtg_pri.A: statistic StatAgentOccupancy asked
_M_I_02bd017b99f37023 [17:0e] target nbkind8: statvalue: 10000008491.8(U) passed
_M_I_02bd017b99f37023 [17:0e] virtual queue ""(id=1663), VQ 019715e0: target "nbk3ds1" for route was SELECTED
Can somebody interpret it mathematically.Any help will be greatly appreciated.