Forum Discussion

geoffrey_112372's avatar
geoffrey_112372
Icon for Nimbostratus rankNimbostratus
Dec 13, 2008

How can I monitor CPU,HTTP,SQL request on a node?

Hi,

 

 

I'm looking for a way to monitor CPU, HTTP, FTP ,SQL requests on a node or a specific pool member and get extended informations like response time, success or fail, CPU usage, SQL state, ...

 

 

I will need it to design my own dynamic load-balancing algorithm.

 

 

I know we can use specific monitor which trigger on this "settings" but we can't pull extended informations, it is just a green or red light for up or down.

 

 

Thanks for your help

5 Replies

  •  

    Maybe use a seperate program to pull information via SNMP and then use ratio load balancing. You can use iControl to change the ratios, if that's what your looking for as dynamic load-balancing.
  • Yes this is exactly what I plan to do, I would like to know if anyone ever try this? is there any program which can help me or any script in Perl to pull snmp data?
  • Don_MacVittie_1's avatar
    Don_MacVittie_1
    Historic F5 Account
    Have you tried the stuff by cuddletech? http://www.cuddletech.com/articles/snmp/node1.html

     

     

    I've never used it but know a guy who says it's great. He's not doing iControl, but that shouldn't matter since the SNMP stuff is separate.

     

     

    Don.
  • ukstin's avatar
    ukstin
    Icon for Nimbostratus rankNimbostratus
    Cacti can do some of these monitoring tasks. there is a article to implement it with bigip here: http://devcentral.f5.com/Default.aspx?tabid=63&articleType=ArticleView&articleId=136

     

     

    Hope it helps you.