:orphan: .. index:: pair: struct; tapi_stress_opt .. _doxid-structtapi__stress__opt: struct tapi_stress_opt ====================== .. toctree:: :hidden: 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 :ref:`TAPI_JOB_OPT_OMIT_UINT `). .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct tapi_stress_opt { // fields unsigned int :target:`cpu`; unsigned int :target:`io`; unsigned int :target:`vm`; unsigned int :target:`timeout_s`; };