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

Function TSHttpCurrentCacheConnectionsGet

src/api/InkAPI.cc:5496–5500  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5494}
5495
5496int
5497TSHttpCurrentCacheConnectionsGet()
5498{
5499 return Metrics::Gauge::load(http_rsb.current_cache_connections);
5500}
5501
5502int
5503TSHttpCurrentServerConnectionsGet()

Callers

nothing calls this directly

Calls 1

loadFunction · 0.70

Tested by

no test coverage detected