struct tapi_memtier_app

Overview

memtier_benchmark tool information More…

#include <tapi_memtier.h>

struct tapi_memtier_app {
    // fields

    tapi_job_t* job;
    tapi_job_channel_t* out_chs[2];
    te_vec cmd;
    tapi_job_channel_t* stats_filter;
};

Detailed Documentation

memtier_benchmark tool information

Fields

tapi_job_t* job

TAPI job handle

tapi_job_channel_t* out_chs[2]

Output channel handles: one for stdout, second for stderr

te_vec cmd

Command line used to start the memtier job

tapi_job_channel_t* stats_filter

Filter used to extract some statistics from stdout