userver: server::websocket::Statistics Struct Reference
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
server::websocket::Statistics Struct Referencefinal
+ Collaboration diagram for server::websocket::Statistics:

Public Attributes

std::atomic< int64_t > msg_sent {0}
 
std::atomic< int64_t > msg_recv {0}
 
std::atomic< int64_t > bytes_sent {0}
 
std::atomic< int64_t > bytes_recv {0}
 

Detailed Description

Definition at line 55 of file server.hpp.

Member Data Documentation

◆ bytes_recv

std::atomic<int64_t> server::websocket::Statistics::bytes_recv {0}

Definition at line 59 of file server.hpp.

◆ bytes_sent

std::atomic<int64_t> server::websocket::Statistics::bytes_sent {0}

Definition at line 58 of file server.hpp.

◆ msg_recv

std::atomic<int64_t> server::websocket::Statistics::msg_recv {0}

Definition at line 57 of file server.hpp.

◆ msg_sent

std::atomic<int64_t> server::websocket::Statistics::msg_sent {0}

Definition at line 56 of file server.hpp.


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