Information about the load of a node. More...
#include <IceGrid/IceGrid.h>
Public Member Functions | |
| void | ice_printFields (std::ostream &os) const |
| Outputs the name and value of each field of this instance to the stream. | |
| std::tuple< const float &, const float &, const float & > | ice_tuple () const |
| Creates a tuple with all the fields of this struct. | |
Public Attributes | |
| float | avg1 |
| The load average over the past minute. | |
| float | avg15 |
| The load average over the past 15 minutes. | |
| float | avg5 |
| The load average over the past 5 minutes. | |