struct rgt_statistics

Overview

The structure keeps statistic on processing raw log file More…

#include <rgt_common.h>

struct rgt_statistics {
    // fields

    uint32_t n_logs;
    uint32_t n_test_pass;
    uint32_t n_test_fail;
    uint32_t n_pkg_pass;
    uint32_t n_pkg_fail;
    uint32_t n_sess_pass;
    uint32_t n_sess_fail;
    uint32_t log_start[2];
    uint32_t log_end[2];
    uint16_t n_files;
    uint16_t n_mem;
};

Detailed Documentation

The structure keeps statistic on processing raw log file

Fields

uint32_t n_logs

Total number of log messages

uint32_t n_test_pass

Total number of passed tests

uint32_t n_test_fail

Total number of failed tests

uint32_t n_pkg_pass

Total number of passed packages

uint32_t n_pkg_fail

Total number of failed packages

uint32_t n_sess_pass

Total number of passed sessions

uint32_t n_sess_fail

Total number of failed sessions

uint32_t log_start[2]

The timestamp value of the oldest message

uint32_t log_end[2]

The timestamp value of the most recent message

uint16_t n_files

Total number of files logged

uint16_t n_mem

Total number of memory dumps logged