Forum Discussion

Samurai's avatar
Samurai
Icon for Nimbostratus rankNimbostratus
Sep 08, 2012

Connection stats in real time

Is it poosible to get the vip/pool/node/member connection counts and bits information in real time through iControl ?

 

(cur, max, limit, tot) = (1, 102, 0, 2.941M)| (pkts,bits) in = (56.25M, 73.62G), out = (51.29M, 277.4G)

 

 

Thanks

 

 

2 Replies

  • You sure can. The LocalLB.VirtualServer, Pool, and PoolMember interfaces contain a get_statistics() method that will return you a list of statistics for the requested objects. In there are definitely connection and thruput stats.

     

    If you do a search on "iControl Statistics" here on DevCentral, there are a bunch of articles that can help you out.

     

    https://devcentral.f5.com/Default.aspx?tabid=37&cx=015798286719081439686:g38hs-tdy64&cof=FORID:11&q=iControl%20statistics

     

    -Joe