struct tapi_wrk_thread_stats

Overview

Statistics for a single thread in wrk More…

#include <tapi_wrk.h>

struct tapi_wrk_thread_stats {
    // fields

    double mean;
    double stdev;
    double max;
    double within_stdev;
};

Detailed Documentation

Statistics for a single thread in wrk

Fields

double mean

Mean value (microseconds)

double stdev

Standard deviation (microseconds)

double max

Max value (microseconds)

double within_stdev

Percentage of values within [mean - stdev ; mean + stdev] range