IceGrid::LoadInfo

Overview

struct LoadInfo

Information about the load of a node.

Data Member Index

avg1

The load average over the past minute.

avg5

The load average over the past 5 minutes.

avg15

The load average over the past 15 minutes.

avg1

float avg1;

The load average over the past minute.

avg5

float avg5;

The load average over the past 5 minutes.

avg15

float avg15;

The load average over the past 15 minutes.