Forum Discussion

12345_12345_101's avatar
12345_12345_101
Icon for Nimbostratus rankNimbostratus
Nov 27, 2004

How I can get all history data about connection ?

hi ! My coustomer want know all history data about connection,the data

 

incould who connect to bigip ? where the connection go? and the time

 

who conncet to bigip to disconnect to big?

 

 

 

  • That would be the ITCMLocalLB::Connections interface you are looking for. Help for this interface is available in the SDK.

     

     

    -Joe
  • But I only can get the active connection ,I want to get the history connection, all history connection .
  • BIG-IP v4.5 does not store historical data for use in presentation (web GUI or iControl). The issue is primarily with storage of that data. We have platforms that run entirely on a 256MB Compact Flash card (no hard drive).

     

     

    In 9.x we've introduced historical statistics for a subset of our stats but that is limited to graphics visible from the web admin GUI. We are currently looking into how we can expose that programmatically in a way that would be benefical to the customer. I'd welcome any feedback on that.

     

     

    -Joe