DataScript: avi.vs.get.open_conns()

Function avi.vs.get_open_conns()
Description Returns the total number of open connections for the VS on the Service Engine on which the request was received
Events All events
Parameter None
Returns The total number of open connections
Example The following data script example will provide the SE count and open connections

local se_count = avi.vs.se_count() 
local open_conn = avi.vs.get_open_conns() 
avi.vs.log("Open conns: " .. open_conn .. " for Total SE: " .. se_count)