Forum Discussion

wayney_128269's avatar
wayney_128269
Icon for Nimbostratus rankNimbostratus
Jun 02, 2008

current connections and 64bit values

How do I properly interpret the current connections onthe BIGIp? There is a high and low value, how can I convert this to a value I can use in c?

 

 

thanks
  • Don_MacVittie_1's avatar
    Don_MacVittie_1
    Historic F5 Account
    Current connections is point-in-time connections currently established, in a 64 bit number. The High and Low are the High and Low DWORD of the 64 bit number.

     

     

    This thread has a bit of C code Joe threw out there to help you interpret the number: http://devcentral.f5.com/Default.aspx?tabid=53&forumid=1&tpage=1&view=topic&postid=1128611287

     

     

     

    Hope that helps!

     

     

    Don.