Forum Discussion

RH's avatar
RH
Icon for Nimbostratus rankNimbostratus
Mar 12, 2015

Throughput dashboard / SNMP OID / tmsh show sys performance throughput

  1. Throughput in the dashboard displays information In Out in bps
  2. I've added the following in OID in PRTG Network Monitor : sysStatClientBytesIn (.1.3.6.1.4.1.3375.2.1.1.2.1.3) sysStatClientBytesOut (.1.3.6.1.4.1.3375.2.1.1.2.1.5) sysStatServerBytesIn (.1.3.6.1.4.1.3375.2.1.1.2.1.10) sysStatServerBytesOut (.1.3.6.1.4.1.3375.2.1.1.2.1.12)

    https://support.f5.com/kb/en-us/products/big-ip_ltm/manuals/product/tmos_management_guide_10_1  /tmos_snmp.html1038911 states information about the SNMP values used.
    
  3. tmsh show sys performance throughput (detail)

These 3 values don't match. We are working on an older version software, 11.1.0 HF2. Upgrades are already planned.

I understand that the dashboard gives a certain summary from the values. But what I don't understand is that the values from the SNMP differ from the show sys performance.

Can someone explain me how I should interpret the information.

5 Replies

  • There is nothing in the load balancer UI that shows the data in this manner. I have in the past created custom reports similar to this using iControl.

     

    A much more low-tech solution, if you don't mind munging the data, is to spit it out via tmsh:

     

    cd /; list ltm virtual one-line recursive

     

    I'm sure putting that through the right sed/awk magic would get you what you want.

     

    • mhite_60883's avatar
      mhite_60883
      Icon for Cirrocumulus rankCirrocumulus
      And I just realized I posted this on the wrong thread. ;) Ignore.
  • Hi,

     

    The LTM throughput statistics may not match, when you compare the dashboard against other statistics reporting tools because the dashboard throughput statistics include traffic observed on all physical interfaces (including MGMT interface), Layers 2 through 7. However, throughput statistics shown in other tools reflect only traffic passing through TMM.

     

  • RH's avatar
    RH
    Icon for Nimbostratus rankNimbostratus

    nitass,

     

    I'm not using a formula, as far as I understand the throughput graph in the dashboard uses it.

     

    But if I check sysStatClientBytesIn (.1.3.6.1.4.1.3375.2.1.1.2.1.3) in PTRG I get a value of roughly : 29.000.000.000 (bits ?) And at the same time tmsh show sys performance throughput detail show a value current client bits in : 991.3K

     

    While I'm typing this I found the answer. The factor is roughly 30, so PRTG counts 30 sec instead of 1.

     

    Mystery solved, thanks for the replies guys. Much appreciated.