struct tapi_cfg_base_loadavg

Overview

Storage for getting loadavg stats More…

#include <tapi_cfg_base.h>

struct tapi_cfg_base_loadavg {
    // fields

    double min1;
    double min5;
    double min15;
};

Detailed Documentation

Storage for getting loadavg stats

Fields

double min1

Load average for the last 1 min

double min5

Load average for the last 5 min

double min15

Load average for the last 15 min