Struct ClientMetrics::msgpack_data
Defined in File msgpack_util.hpp
Nested Relationships
This struct is a nested type of Class ClientMetrics.
Struct Documentation
-
struct msgpack_data
Public Functions
-
template<class T>
inline void pack(T &pack)
-
inline std::vector<uint8_t> pack_msgpack()
Public Members
-
uint32_t flush_t_
-
std::string hostname_
-
int pid_
-
std::string io_type_
-
std::vector<uint32_t> start_t_ = {}
-
std::vector<uint32_t> end_t_ = {}
-
std::vector<uint32_t> req_size_ = {}
-
uint32_t total_bytes_ = {}
-
int total_iops_ = {0}
-
template<class T>