struct tapi_memtier_op_stats

Overview

Statistics for specific operation More…

#include <tapi_memtier.h>

struct tapi_memtier_op_stats {
    // fields

    double tps;
    double net_rate;
    bool parsed;
};

Detailed Documentation

Statistics for specific operation

Fields

double tps

Throughput, operations/second

double net_rate

The rate of network, Mbit/sec

bool parsed

Set to true if statistics were parsed