Electroneum
net_load_tests::CMD_GET_STATISTICS::response Struct Reference

#include <net_load_tests.h>

Public Member Functions

std::string to_string () const
 

Public Attributes

uint64_t opened_connections_count
 
uint64_t new_connection_counter
 
uint64_t close_connection_counter
 

Detailed Description

Definition at line 272 of file net_load_tests.h.

Member Function Documentation

◆ to_string()

std::string net_load_tests::CMD_GET_STATISTICS::response::to_string ( ) const
inline

Definition at line 284 of file net_load_tests.h.

285  {
286  std::stringstream ss;
287  ss << "opened_connections_count = " << opened_connections_count <<
288  ", new_connection_counter = " << new_connection_counter <<
289  ", close_connection_counter = " << close_connection_counter;
290  return ss.str();
291  }

Member Data Documentation

◆ close_connection_counter

uint64_t net_load_tests::CMD_GET_STATISTICS::response::close_connection_counter

Definition at line 276 of file net_load_tests.h.

◆ new_connection_counter

uint64_t net_load_tests::CMD_GET_STATISTICS::response::new_connection_counter

Definition at line 275 of file net_load_tests.h.

◆ opened_connections_count

uint64_t net_load_tests::CMD_GET_STATISTICS::response::opened_connections_count

Definition at line 274 of file net_load_tests.h.


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