Ice 3.8
C++ API Reference
Loading...
Searching...
No Matches

◆ getNodeLoadAsync() [1/2]

std::future< LoadInfo > IceGrid::AdminPrx::getNodeLoadAsync ( std::string_view name,
const Ice::Context & context = Ice::noExplicitContext ) const
nodiscard

Gets the load averages of a node.

Parameters
nameThe node name.
contextThe request context.
Returns
A future that becomes available when the invocation completes. This future holds:
  • The node load information.