Forum Discussion

maximillean_953's avatar
maximillean_953
Icon for Nimbostratus rankNimbostratus
Jun 13, 2014

Monitoring snmp

Hi,

 

Is there a way to monitor http-req/sec vserver or pool http monitoring via snmp? I see that there is global http req/sec oid but i can not able to find http-req/sec oid for vserver or pool wise.

 

How can i solve this? what should i do?

 

I use collectd and graphite btw.And can able to get total connectins global http req and bandwidths without problem but not the http req secs per vs or pool.

 

3 Replies

  • kunjan's avatar
    kunjan
    Icon for Nimbostratus rankNimbostratus

    Do snmpwalk and grep for the virtual server you want to get the stats. Identify the StatsCounter you are interested.

    snmpwalk -c public -v 2c localhost .1.3.6.1.4.1.3375 | grep ltm_vs | grep Stat

    Then snmptranlsate to oid.

    snmptranslate -On F5-BIGIP-LOCAL-MIB::ltmVirtualServStatClientCurConns.\"/Common/ltm_vs\"

  • that is for connections I am looking for request per second. I look local and system mibs. there is no request per second oid. There is only total http request per pool oid.

     

    F5-BIGIP-LOCAL-MIB::ltmPoolStatTotRequests