struct tapi_memaslap_report
Overview
memaslap information from the stdout. More…
#include <tapi_memaslap.h> struct tapi_memaslap_report { // fields unsigned int tps; double net_rate; char* cmd; };
Detailed Documentation
memaslap information from the stdout.
Fields
unsigned int tps
Throughput, operations/second.
double net_rate
The rate of network. It’s always in Mibit/s.
char* cmd
Command line used to start the memaslap job.