MCPcopy Create free account
hub / github.com/ClickHouse/ClickHouse / currentConnections

Method currentConnections

src/Server/GRPCServer.cpp:2018–2021  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2016}
2017
2018size_t GRPCServer::currentConnections() const
2019{
2020 return runner->getNumCurrentCalls();
2021}
2022
2023}
2024#endif

Callers 7

mainMethod · 0.45
mainMethod · 0.45
updateServersMethod · 0.45
startServersMethod · 0.45
stopServersFunction · 0.45
waitServersToFinishFunction · 0.45
TEST_FFunction · 0.45

Calls 1

getNumCurrentCallsMethod · 0.80

Tested by 1

TEST_FFunction · 0.36