Thanks Thanks:  0
Showing results 1 to 9 of 9

Thread: HSDPA_AVERAGE_THROUGHPUT_PER_USER formula ?

  1. #1
    Member Reputation: 50
    Join Date
    2011-02-03
    Posts
    376


    Question HSDPA_AVERAGE_THROUGHPUT_PER_USER formula ?

    Hi,
    please I need formula for this KPI HSDPA_AVERAGE_THROUGHPUT_PER_USER .

    vendor huawei.

    many thkss.

  2. # ADS
    Circuit advertisement
    Join Date
    Always
    Posts
    Many
     

  3. #2
    Member Reputation: 32
    Join Date
    2011-03-28
    Posts
    37


    Default Re: HSDPA_AVERAGE_THROUGHPUT_PER_USER formula ?

    VS.HSDPA.MeanChThroughput:

    Definition:

    When data is transmitted in an HSDPA cell, the RNC measures the total data transfer time of the UE and the total number of bits in the received data in the cell. At the end of the measurement period, the RNC divides the total number of bits by the total data transfer time to obtain the mean downlink throughput of MAC-d flow in the cell. The RLC header overhead and the retransfer data are excluded.

  4. #3
    Member Reputation: 50
    Join Date
    2011-02-03
    Posts
    376


    Default Re: HSDPA_AVERAGE_THROUGHPUT_PER_USER formula ?

    Quote Originally Posted by romagdinio View Post
    VS.HSDPA.MeanChThroughput:

    Definition:

    When data is transmitted in an HSDPA cell, the RNC measures the total data transfer time of the UE and the total number of bits in the received data in the cell. At the end of the measurement period, the RNC divides the total number of bits by the total data transfer time to obtain the mean downlink throughput of MAC-d flow in the cell. The RLC header overhead and the retransfer data are excluded.

    Thank you,
    But I tried this one and I have gotten some strange values like 214555 kbit/s .
    I think something is wrong !!

  5. #4
    Member Reputation: 228
    Join Date
    2010-07-27
    Location
    Mars
    Posts
    268


    Default Re: HSDPA_AVERAGE_THROUGHPUT_PER_USER formula ?

    try this one :

    HSDPA RLC Throughput =

    VS.HSDPA.MeanChThroughput.TotalBytes*8/{SP*60}/1024

    Unit: kbps
    The unit of SP(Statistic Period): Minute


    description : This KPI can be used to evaluate the DL RLC average throughput of HSDPA Service in one cell, it excludes the RLC retransmit data and RLC header.

  6. #5
    Member Reputation: 50
    Join Date
    2011-02-03
    Posts
    376


    Default Re: HSDPA_AVERAGE_THROUGHPUT_PER_USER formula ?

    Quote Originally Posted by zeezzoo View Post
    try this one :

    HSDPA RLC Throughput =

    VS.HSDPA.MeanChThroughput.TotalBytes*8/{SP*60}/1024

    Unit: kbps
    The unit of SP(Statistic Period): Minute


    description : This KPI can be used to evaluate the DL RLC average throughput of HSDPA Service in one cell, it excludes the RLC retransmit data and RLC header.
    the problem here is with SP. When working with parameter SP, you considering both :transmission time and no transmission time.

    if we consider an SP of 24 hours, so this will cause an important error.
    so what do you think ?

  7. #6
    Member Reputation: 228
    Join Date
    2010-07-27
    Location
    Mars
    Posts
    268


    Default Re: HSDPA_AVERAGE_THROUGHPUT_PER_USER formula ?

    Quote Originally Posted by fahmi View Post
    the problem here is with SP. When working with parameter SP, you considering both :transmission time and no transmission time.

    if we consider an SP of 24 hours, so this will cause an important error.
    so what do you think ?
    no dear this is a suitable kpi to get the throughput value . for lower SP ==> you can get more accurate throughput value in terms of realtime throughput .
    as an example you cans use 15min in M2000 for this throughput kpi .

    you cannot get the realtime throughput by counters . i think there's live monitoring in LMT that show you the realtime throughput . you can also check realtime throughput by doing a drive test for certain areas .

  8. #7
    Member Reputation: 44
    Join Date
    2011-05-24
    Posts
    172


    Default Re: HSDPA_AVERAGE_THROUGHPUT_PER_USER formula ?

    HSDPA Throughput per user can get fairly complicated and should not be really used as an accurate reflection of user experience. Personally I use it to show me a trend. The NSN formula is for Throughput per User is based on the total cell throughput divided by the average number of HSDPA subscribers associated with actual data transmission period duration. Here it is....

    (RECEIVED_HS_MACD_BITS + (MC_HSDPA_ORIG_DATA_PRI + MC_HSDPA_ORIG_DATA_SEC)*8 - DISCARDED_HS_MACD_BITS)* 500)
    /
    (
    HSDPA_BUFF_WITH_DATA_PER_TTI
    *
    ((HSDPA_USERS_0_1_IN_CELLS+HSDPA_USERS_1_0_IN_CELLS)
    +2*(HSDPA_USERS_0_2_IN_CELLS+HSDPA_USERS_1_1_IN_CELLS+HSDPA_USERS_2_0_IN_CELLS)
    +3*(HSDPA_USERS_0_3_IN_CELLS+HSDPA_USERS_1_2_IN_CELLS+HSDPA_USERS_2_1_IN_CELLS+HSDPA_USERS_3_0_IN_CELLS)
    +4*HSDPA_USERS_0_4_IN_CELLS+HSDPA_USERS_1_3_IN_CELLS+HSDPA_USERS_2_2_IN_CELLS+HSDPA_USERS_3_1_IN_CELLS+HSDPA_USERS_4_0_IN_CELLS)
    +5*(HSDPA_USERS_0_5_IN_CELLS+HSDPA_USERS_1_4_IN_CELLS+HSDPA_USERS_2_3_IN_CELLS+HSDPA_USERS_3_2_IN_CELLS+HSDPA_USERS_4_1_IN_CELLS)
    +6*(HSDPA_USERS_0_6_IN_CELLS+HSDPA_USERS_1_5_IN_CELLS+HSDPA_USERS_2_4_IN_CELLS+HSDPA_USERS_3_3_IN_CELLS+HSDPA_USERS_4_2_IN_CELLS)
    +7*(HSDPA_USERS_1_6_IN_CELLS+HSDPA_USERS_2_5_IN_CELLS+HSDPA_USERS_3_4_IN_CELLS+HSDPA_USERS_0_7_IN_CELLS+HSDPA_USERS_4_3_IN_CELLS)
    +8*(HSDPA_USERS_2_6_IN_CELLS+HSDPA_USERS_3_5_IN_CELLS+HSDPA_USERS_0_8_IN_CELLS+HSDPA_USERS_1_7_IN_CELLS+HSDPA_USERS_4_4_IN_CELLS)
    +9*(HSDPA_USERS_3_6_IN_CELLS+HSDPA_USERS_1_8_IN_CELLS+HSDPA_USERS_2_7_IN_CELLS+HSDPA_USERS_4_5_IN_CELLS))
    /
    (HSDPA_USERS_0_1_IN_CELLS+HSDPA_USERS_1_0_IN_CELLS
    +HSDPA_USERS_0_2_IN_CELLS+HSDPA_USERS_1_1_IN_CELLS+HSDPA_USERS_2_0_IN_CELLS
    +HSDPA_USERS_0_3_IN_CELLS+HSDPA_USERS_1_2_IN_CELLS+HSDPA_USERS_2_1_IN_CELLS+HSDPA_USERS_3_0_IN_CELLS
    +HSDPA_USERS_0_4_IN_CELLS+HSDPA_USERS_1_3_IN_CELLS+HSDPA_USERS_2_2_IN_CELLS+HSDPA_USERS_3_1_IN_CELLS+HSDPA_USERS_4_0_IN_CELLS
    +HSDPA_USERS_0_5_IN_CELLS+HSDPA_USERS_1_4_IN_CELLS+HSDPA_USERS_2_3_IN_CELLS+HSDPA_USERS_3_2_IN_CELLS+HSDPA_USERS_4_1_IN_CELLS
    +HSDPA_USERS_0_6_IN_CELLS+HSDPA_USERS_1_5_IN_CELLS+HSDPA_USERS_2_4_IN_CELLS+HSDPA_USERS_3_3_IN_CELLS+HSDPA_USERS_4_2_IN_CELLS
    +HSDPA_USERS_1_6_IN_CELLS+HSDPA_USERS_2_5_IN_CELLS+HSDPA_USERS_3_4_IN_CELLS+HSDPA_USERS_0_7_IN_CELLS+HSDPA_USERS_4_3_IN_CELLS
    +HSDPA_USERS_2_6_IN_CELLS+HSDPA_USERS_3_5_IN_CELLS+HSDPA_USERS_0_8_IN_CELLS+HSDPA_USERS_1_7_IN_CELLS+HSDPA_USERS_4_4_IN_CELLS
    +HSDPA_USERS_3_6_IN_CELLS+HSDPA_USERS_1_8_IN_CELLS+HSDPA_USERS_2_7_IN_CELLS+HSDPA_USERS_4_5_IN_CELLS)
    )

  9. #8
    Member Reputation: 18
    Join Date
    2010-03-01
    Posts
    43


    Default Re: HSDPA_AVERAGE_THROUGHPUT_PER_USER formula ?

    I think,

    In Huawei system, throughput is calculated like that:
    VS.HSDPA.MeanChThroughput = A/B

    With, A = Total HSDPA data is transfered per time. ( for example: 5 minutes).
    B = TTI*U1 + TTI*U2 + ….. + TTI*Un

    U1, U2,...,Un: user is served in each TTI.


    But, this counter can't show the felling of customer.

    Someone has anther way, please share!

  10. #9
    Member Reputation: 44
    Join Date
    2011-05-24
    Posts
    172


    Default Re: HSDPA_AVERAGE_THROUGHPUT_PER_USER formula ?

    Quote Originally Posted by dk2000 View Post
    I think,

    In Huawei system, throughput is calculated like that:
    VS.HSDPA.MeanChThroughput = A/B

    With, A = Total HSDPA data is transfered per time. ( for example: 5 minutes).
    B = TTI*U1 + TTI*U2 + ….. + TTI*Un

    U1, U2,...,Un: user is served in each TTI.


    But, this counter can't show the felling of customer.

    Someone has anther way, please share!
    I have looked in detail at this and came to the conclusion that regular stats are not an adequate way to see customer experience. Every customer is different and their requests are different depending on requested service etc. I have always looked for a way of seeing "What did the customer request and what did the customer get". Short of tracing, I have not yet found a suitable counter/KPI.

Bookmarks

Bookmarks

Posting Rules

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •