struct tapi_stress_opt

stress tool specific command line options. At least one of the stress targets (CPU, IO, VM) should be specified (by setting a value other than TAPI_JOB_OPT_OMIT_UINT).

#include <tapi_stress.h>

struct tapi_stress_opt {
    // fields

    unsigned int cpu;
    unsigned int io;
    unsigned int vm;
    unsigned int timeout_s;
};