MCPcopy Create free account
hub / github.com/apache/trafficserver / TSHttpCurrentServerConnectionsGet

Function TSHttpCurrentServerConnectionsGet

src/api/InkAPI.cc:5502–5506  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5500}
5501
5502int
5503TSHttpCurrentServerConnectionsGet()
5504{
5505 return Metrics::Gauge::load(http_rsb.current_server_connections);
5506}
5507
5508/* HTTP alternate selection */
5509TSReturnCode

Callers

nothing calls this directly

Calls 1

loadFunction · 0.70

Tested by

no test coverage detected