Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ TSHttpCurrentClientConnectionsGet
Function
TSHttpCurrentClientConnectionsGet
src/api/InkAPI.cc:5471–5475 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5469
}
5470
5471
int
5472
TSHttpCurrentClientConnectionsGet()
5473
{
5474
return Metrics::Gauge::load(http_rsb.current_client_connections);
5475
}
5476
5477
int
5478
TSHttpCurrentActiveClientConnectionsGet()
Callers
nothing calls this directly
Calls
1
load
Function · 0.70
Tested by
no test coverage detected