Forum Discussion

Jim_107778's avatar
Jim_107778
Icon for Nimbostratus rankNimbostratus
Oct 30, 2008

How to monitor iControl apps?

Just wondering if anyone had any best practice procedures for watching iControl to make sure an associated application is not causing issues...Any help would be appreciated....want to make sure my customers apps are causing issues with the LTM.

 

 

Thanks,

 

Jim Turchek

 

 

3 Replies

  • There's not an easy way to do this. The only real way I know is to monitor the iControlPortal.cgi process on the BIG-IP with the top command

     

     

    top -p `pidof iControlPortal.cgi`

     

     

    This should give you an idea on the % CPU the iControl subsystem is taking as well as memory consumption.

     

     

    -Joe
  • Thank you very much...I really appreciate it.

     

     

    Jim

     

    maco0720