MCPcopy 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
5471int
5472TSHttpCurrentClientConnectionsGet()
5473{
5474 return Metrics::Gauge::load(http_rsb.current_client_connections);
5475}
5476
5477int
5478TSHttpCurrentActiveClientConnectionsGet()

Callers

nothing calls this directly

Calls 1

loadFunction · 0.70

Tested by

no test coverage detected