MySQL 8.4.0
Source Code Documentation
MySQLRoutingConnectionBase::Stats Struct Reference

#include <connection.h>

Public Attributes

std::size_t bytes_up {0}
 
std::size_t bytes_down {0}
 
time_point_type started {clock_type::now()}
 
time_point_type connected_to_server
 
time_point_type last_sent_to_server
 
time_point_type last_received_from_server
 

Member Data Documentation

◆ bytes_down

std::size_t MySQLRoutingConnectionBase::Stats::bytes_down {0}

◆ bytes_up

std::size_t MySQLRoutingConnectionBase::Stats::bytes_up {0}

◆ connected_to_server

time_point_type MySQLRoutingConnectionBase::Stats::connected_to_server

◆ last_received_from_server

time_point_type MySQLRoutingConnectionBase::Stats::last_received_from_server

◆ last_sent_to_server

time_point_type MySQLRoutingConnectionBase::Stats::last_sent_to_server

◆ started

time_point_type MySQLRoutingConnectionBase::Stats::started {clock_type::now()}

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