Skip to main content

Charging Internet SLB by bandwidth

BSS system will query all SLB internet instance for specific period (generally 1 hour), and calculate its usage hours and bandwidth value.

Then the system will calculate its price according to the configuration of the pricing, and deduct the fees.

The fees are described as follows.

  • SLB instance fee = SLB unit price (Rp/hour) x usage hour (hour).
  • Bandwidth Fee = bandwidth unit price (Rp/hour) × usage hours(hours)

For example:

Assumptions:

  • User purchases an internet SLB(Slb.s1.small,2 Mbps), and the billing method is payasyougo. User use the SLB from 2022/4/1 00:00:00 to 2022/4/11 00:00:00.
  • The SLB unit price of an internet SLB(Slb.s1.small) is 1000 Rp/hour, while the bandwidth unit price of an internet SLB(Slb.s1.small) is 500 Rp/hour.

Calculation:

  • SLB instance fee = SLB unit price (Rp/hour) x usage hour (hour) = 1000 Rp/hour x (10x24)hour = 240 000 Rp

  • Bandwidth Fee = bandwidth unit price (Rp/hour) × usage hours(hours) = 500 Rp/hour x (10x24)hour = 120 000 Rp

  • Total Cost = SLB instance fee + Bandwidth Fee = 240 000 + 120 000 =360 000 Rp