Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
6269
TSMgmtInt
6270
TSStatIntGet(int id)
6271
{
6272
sdk_assert(sdk_sanity_check_stat_id(id) == TS_SUCCESS);
6273
return global_api_metrics[id].load();
6274
}
6275
6276
void
6277
TSStatIntSet(int id, TSMgmtInt value)
Callers
9
update_redirected_method_stats
Function · 0.85
txn_handler
Function · 0.85
handle_session
Function · 0.85
TSPluginInit
Function · 0.85
REGRESSION_TEST(SDK_API_TSStatCreate)
Function · 0.85
get
Method · 0.85
getMetric
Method · 0.85
plugin_stat_value
Function · 0.85
ts_lua_stat_get_value
Function · 0.85
Calls
2
sdk_sanity_check_stat_id
Function · 0.85
load
Method · 0.45
Tested by
1
REGRESSION_TEST(SDK_API_TSStatCreate)
Function · 0.68