DX NetOps

 View Only
  • 1.  Bandwidth Metrics question

    Posted Apr 24, 2017 02:44 PM

    Can anyone provide details as to what elements/variables are used to calculate the percentages for Bandwidth?



  • 2.  Re: Bandwidth Metrics question
    Best Answer

    Posted Apr 25, 2017 07:21 PM

    It would be ifInOctets ,ifOutOctets and speedTotal . If you look at a element variable report in eHealth for a interface, it would show something like below 

     

    (decode($(speedTotal),0.00,0.00,((((ifHCInOctets + ifHCOutOctets)*8)*100.0)/NULLIF($(speedTotal),0))))/deltaTime