Forum Discussion

RiteshAgrawal_2's avatar
RiteshAgrawal_2
Icon for Nimbostratus rankNimbostratus
Jul 13, 2016

iControlREST: How to get total connections accepted by the host?

I am looking into iControlREST API to get Total connections accepted by the host. I am able to execute "/mgmt/tm/sys/performance/all-stats" this gives me output in textual format rather than JSON format. I know we can get the statistics for individual Virtual Server and add them up. But I wanted to understand whether there are any REST interface where cumulative connections/SSL/Networks etc stats are available.

 

Thanks

 

1 Reply

  • Hi, if by any chance you are using the same tcp profile on all your vs you could just query : /mgmt/tm/ltm/profile/tcp/tcp/stats the second tcp being the profile name.