Ice 3.7 C++11 API Reference
Public Member Functions | Public Attributes | List of all members
IceGrid::LoadInfo Struct Reference

Information about the load of a node. More...

#include <IceGrid/IceGrid.h>

Public Member Functions

std::tuple< const float &, const float &, const float & > ice_tuple () const
 Obtains a tuple containing all of the struct's data members. More...
 

Public Attributes

float avg1
 The load average over the past minute. More...
 
float avg15
 The load average over the past 15 minutes. More...
 
float avg5
 The load average over the past 5 minutes. More...
 

Detailed Description

Information about the load of a node.

Member Function Documentation

◆ ice_tuple()

std::tuple<const float&, const float&, const float&> IceGrid::LoadInfo::ice_tuple ( ) const
inline

Obtains a tuple containing all of the struct's data members.

Returns
The data members in a tuple.

Member Data Documentation

◆ avg1

float IceGrid::LoadInfo::avg1

The load average over the past minute.

◆ avg15

float IceGrid::LoadInfo::avg15

The load average over the past 15 minutes.

◆ avg5

float IceGrid::LoadInfo::avg5

The load average over the past 5 minutes.


The documentation for this struct was generated from the following file: