All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Data Fields
clientdata Struct Reference

Detailed Description

Definition at line 53 of file benchmark.h.

#include "benchmark.h"

+ Collaboration diagram for clientdata:

Data Fields

const char * bin_name
 
int binlen
 
char bintype
 
aerospike client
 
cf_atomic32 current_key
 
bool debug
 
as_bin_value fixed_value
 
const char * host
 
bool latency
 
cf_atomic64 period_begin
 
int port
 
bool random
 
cf_atomic32 read_count
 
cf_atomic32 read_error_count
 
latency read_latency
 
int read_pct
 
cf_atomic32 read_timeout_count
 
int32_t records
 
const char * set
 
int threads
 
int throughput
 
cf_atomic32 valid
 
cf_atomic32 write_count
 
cf_atomic32 write_error_count
 
latency write_latency
 
cf_atomic32 write_timeout_count
 

Field Documentation

const char* clientdata::bin_name

Definition at line 57 of file benchmark.h.

int clientdata::binlen

Definition at line 82 of file benchmark.h.

char clientdata::bintype

Definition at line 83 of file benchmark.h.

aerospike clientdata::client

Definition at line 61 of file benchmark.h.

cf_atomic32 clientdata::current_key

Definition at line 74 of file benchmark.h.

bool clientdata::debug

Definition at line 87 of file benchmark.h.

as_bin_value clientdata::fixed_value

Definition at line 62 of file benchmark.h.

const char* clientdata::host

Definition at line 54 of file benchmark.h.

bool clientdata::latency

Definition at line 86 of file benchmark.h.

cf_atomic64 clientdata::period_begin

Definition at line 59 of file benchmark.h.

int clientdata::port

Definition at line 78 of file benchmark.h.

bool clientdata::random

Definition at line 85 of file benchmark.h.

cf_atomic32 clientdata::read_count

Definition at line 70 of file benchmark.h.

cf_atomic32 clientdata::read_error_count

Definition at line 72 of file benchmark.h.

latency clientdata::read_latency

Definition at line 69 of file benchmark.h.

int clientdata::read_pct

Definition at line 81 of file benchmark.h.

cf_atomic32 clientdata::read_timeout_count

Definition at line 71 of file benchmark.h.

int32_t clientdata::records

Definition at line 76 of file benchmark.h.

const char* clientdata::set

Definition at line 55 of file benchmark.h.

int clientdata::threads

Definition at line 79 of file benchmark.h.

int clientdata::throughput

Definition at line 80 of file benchmark.h.

cf_atomic32 clientdata::valid

Definition at line 75 of file benchmark.h.

cf_atomic32 clientdata::write_count

Definition at line 65 of file benchmark.h.

cf_atomic32 clientdata::write_error_count

Definition at line 67 of file benchmark.h.

latency clientdata::write_latency

Definition at line 64 of file benchmark.h.

cf_atomic32 clientdata::write_timeout_count

Definition at line 66 of file benchmark.h.


The documentation for this struct was generated from the following file: