struct tapi_fio_numjobs_t

Overview

Contain FIO numjobs. More…

#include <tapi_fio.h>

struct tapi_fio_numjobs_t {
    // fields

    const char* expr;
    unsigned int value;
};

Detailed Documentation

Contain FIO numjobs.

numjobs.expr is used to calculate the actual number of jobs if it is not NULL, otherwise numjobs.value is used.

Fields

const char* expr

Expression to calculate the number of jobs.

unsigned int value

Number of jobs.