hello! is there a way to compute for % Occupancy of a trunk if my available data are the minutes carried by the trunk and the number of existing trunks?
Another question is by using the above data, can I also come up with a report that can conclude that such trunk is still sufficient or underprovided already?
thanks!
if it’s BUSY HOUR OCCUPANCY
let:
n = (the minutes carried by the trunk DURING THE BUSY HOUR)
a = number of trunks
Busy hour occupancy = (n/60)/ a
if it’s DAILY AVERAGE OCCUPANCY
(w/c isn’t particularly useful for trunk dimensioning)
let:
m = (the minutes carried during the ENTIRE DAY)
a= number of trunks
Daily AVe. Occ = (m/60) / (a*24)
Author
Posts
Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Telecom Design’ is closed to new topics and replies.