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

Function TSStatIntGet

src/api/InkAPI.cc:6269–6274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6267}
6268
6269TSMgmtInt
6270TSStatIntGet(int id)
6271{
6272 sdk_assert(sdk_sanity_check_stat_id(id) == TS_SUCCESS);
6273 return global_api_metrics[id].load();
6274}
6275
6276void
6277TSStatIntSet(int id, TSMgmtInt value)

Callers 9

txn_handlerFunction · 0.85
handle_sessionFunction · 0.85
TSPluginInitFunction · 0.85
getMethod · 0.85
getMetricMethod · 0.85
plugin_stat_valueFunction · 0.85
ts_lua_stat_get_valueFunction · 0.85

Calls 2

sdk_sanity_check_stat_idFunction · 0.85
loadMethod · 0.45

Tested by 1