How is the Avail Slots Calculated?
The Avail Slots calculation can be roughly approximated to the following:
avg(available time / slot duration)
For example, let's assume the following:
- There is a 15 seconds slot duration and a 90 seconds loop.
- Today we have a Sum Slot Duration of 45 seconds, so 45 seconds out of the 90 seconds loop is used.
- Tomorrow we have a Sum Slot Duration of 75 seconds, so 75 seconds out of the 90 seconds loop is used.
- Next Day we have a Sum Slot Duration of 75 seconds, so 75 seconds out of the 90 seconds loop is used.
The Avail Slots duration calculation is:
[ (90-45)/15 + (90-75)/15 + (90-75)/15] /3
The Avail Slots is 1.66, so 1.
If we considered just Today and Tomorrow, the Avail Slots would be 2.